摘要: 阅读全文
posted @ 2023-05-14 16:41 dp_luo 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-05-14 16:40 dp_luo 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-05-14 16:39 dp_luo 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-05-14 16:33 dp_luo 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-05-14 16:31 dp_luo 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 1 codedex修改 过渡抓捕,去掉抓捕,异常分开处理 URL敏感信息,确认备案 广播权限,收发者持有同样权限 冗余代码 同步问题,加锁注意加载恶意代码长期持有攻击 SQL注入问题,sql是否来自信赖源 2 RTF问题(阿拉伯语) 布局修改,right-left换成start-end 3国际化问题 阅读全文
posted @ 2017-07-16 10:42 dp_luo 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 1 monkey测试是基于向activity发送事件 2 launcher测试是可以测试到可点到的地方 3 确认错误的方法: Anr文件夹 Dropbox看是否有appcrash Tombstones确认日志 Logcat确认以下几项:fatal,error,nullpointexception 4 阅读全文
posted @ 2017-07-16 10:35 dp_luo 阅读(174) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-06-04 11:12 dp_luo 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 一:广播的发送 简单几行代码,只需要注意发送需要上下文 public void sendBC(View v){ System.out.println("send bc : "); Intent intent = new Intent(); intent.setAction("com.luo.bc") 阅读全文
posted @ 2017-05-28 18:38 dp_luo 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 来自: http://www.cnblogs.com/DreamDrive/p/5430981.html 需要对象实现Serializable接口 public class CloneUtils { // 拷贝一个对象 @SuppressWarnings("unchecked") public st 阅读全文
posted @ 2017-05-21 16:18 dp_luo 阅读(3564) 评论(0) 推荐(0) 编辑