11 2020 档案
摘要:android 使用GreenDao的时候出现 no such table 找不到表的问题 我的问题是 没有把id加注释 @Id private Long id; 注意类型Long 大写L 修改完会报错 提示你@Generated 保持不变 改成 @Keep 然后把项目Clean一下,重新sync运
阅读全文
摘要:首先确定你创建的是不是phone项目 是不是不需要启动页 那样的话 launch设置成nothing 1.检查AndroidManifest.xml是否有activity 设置 <intent-filter> <action android:name="android.intent.action.M
阅读全文
摘要:1.新建一个文本文件 复制代码 到文本文件里面 代码分为俩种 ①带数字的提示的 set wshshell=wscript.createobject("wscript.shell") wshshell.AppActivate"要发送的人的名字" for i=1 to 100 //循环次数 wscrip
阅读全文
摘要:2020-11-09 14:39:51.991 10376-10925/com.rhkj.zhihuixue W/MediaPlayer: Couldn't open /storage/emulated/0/Android/data/com.rhkj.zhihuixue/files/Download
阅读全文
摘要://读取图片 ApplicationInfo appInfo = getApplicationInfo(); int resID = getResources().getIdentifier(zhuBig.split("\\.")[0], "mipmap", appInfo.packageName)
阅读全文