当前位置:首页 > 移动开发 >

文章分类:移动开发

移动开发 androidstudio出包问题--Warning: there were 1 unresolved referenc

问题: Warning: there were 1 unresolved references to classes or interfaces. You may need to add missing library jars or update their versions. If your code works fine without the missing classes, you can suppress the warnings with ‘-don……

移动开发 移动端viewport基础知识

苹果6的基本信息: 屏幕尺寸:4.7英寸 分辨率:1334*750 视口大小:375*667 布局视口:980*1429 1、 屏幕尺寸: 屏幕尺寸并不是指屏幕的宽和高,是指屏幕对角线的长度,单位是英寸,屏幕……

移动开发 touch.js - 移动设备上的手势识别与事件库

Touch.js 是移动设备上的手势识别与事件库, 由百度云 Clouda 团队维护,也是在百度内部广泛使用的开发工具。 Touch.js 手势库专为移动设备设计。 Touch.js 对于网页设计师来说,是一款不错……

移动开发 springmvc中applicationapplicationContext头部代码

?xml version="1.0" encoding="UTF-8"? beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:jdbc="http://www.spring……

移动开发 【vuex】vue2-happyfri

我发现我对使用vuex并不擅长,现在跟我一起多多研究项目,好好补补vuex吧 这个开源项目地址为:https://github.com/bailicangdu/vue2-happyfri 这是一个答题的h5小项目,点击答案会保持状态,最……

移动开发 android bitmap的缓存策略

在这篇文章中: lrucache disklrucache 缓存策略对比与总结 不论是android还是ios设备,流量对于用户而言都是宝贵的。在没有wifi的场景下,如果加载批量的图片消耗用户过多流量,被其知晓,……

移动开发 小米 9 SE 获取Root 和 安装Magisk

1、刷入第三方REC 和 Magisk 参考教程: 【LR.Team】小米9SE专版TWRP中英文修改优化版_小米9 SE_MIUI论坛 使用上面的工具,傻瓜式操作即可。 关于刷入成功之后的说明:刷入成功后,系统会重……

移动开发 获取最低价手机价格

package com.oned4z; import java.util.Scanner; /** * @program: com.oned4z * @description: 获取最低价手机价格 * @author: Mr.Lin * @create: 2019年7月4日 **/ public class One03 { static Scanner sc = new Scanner(System.in); public st……

移动开发 Jenkins 配置安卓打包自动上传到蒲公英展示二维码

一 、安装打包工具 1 安装gradle wget https://services.gradle.org/distributions/gradle-4.9-all.zip unzip gradle-4.9-all.zip 配置环境变量 vim /etc/profile GRADLE_HOME=/usr/local/gradle-4.9export PATH=${GRADLE_HOME}/bin:${PATH}so……

移动开发 开发具有自主特色的直播APP

你会观看直播吗?最常看什么类型的直播?到底是直播影响力我们的生活,还是我们更加的依赖直播平台,虽然说直播已经在我们生活中起到了重要角色,但是在大众审美开始疲劳的时……