
andorid
荆无名
足球啊足球
展开
-
Android 内存分析工具leakcanary
工具名:leakcanarygit地址:https://github.com/square/leakcanary描述:可快速定位代码中的内存泄露原创 2016-05-31 15:49:41 · 264 阅读 · 0 评论 -
Android 反编译工具 jadx
工具名:jadxgit地址:https://github.com/skylot/jadx描述:反编译工具,源码形式,可反编译大部分apk原创 2016-05-31 15:59:50 · 342 阅读 · 0 评论 -
58号游戏
Android工程目录:D:\源码\58号游戏中心\客户端\Mobile\frameworks\runtime-src\proj.android原创 2017-08-14 14:56:23 · 380 阅读 · 0 评论 -
RegexUtils
/** * 密码是否正确 */public static final String PASSWORD_REGEX = "^(?![0-9]+$)(?![a-zA-Z]+$)[0-9A-Za-z]{6,20}$";/** * 匹配全网IP的正则表达式 */public static final String IP_REGEX = "^((?:(?:25[0-5]|2[0-4]\\d|(转载 2017-11-01 11:20:49 · 352 阅读 · 0 评论 -
在线游戏厅源码解读
客户端:【路径:F:\58hao\Mobile】Mobile\release\luacTools\makereleaseandroid.bat这个是58号游戏打release包的批处理文件F:\58hao\Mobile\simulator\win32\DollarPro.exe //win 7 演示版本,需先启动服务器,再在DollarPro.exe启动页面上选择1,进入游戏原创 2017-11-15 21:51:25 · 656 阅读 · 0 评论 -
android proguard混淆
在eclipse中使用1 在工程目录下有个描述文件project.properties, 注意不是proguard-project.txt文件(当时因为这个原因一直失败),添加一句话,启用ProGuard;// 原文件内容:# proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt/...转载 2018-03-07 16:41:27 · 202 阅读 · 0 评论 -
小米3安装xposed框架
小米3安装xposed框架前提:下载线刷宝。整体视频教程(http://player.youku.com/embed/XMjUyNzQ1MDM2MA==?client_id=86375be0ccc261ee)教程:http://tieba.baidu.com/p/42972488671.下载小米3开发版rom,rom下载地址(http://bigota.d.miui.com/4.8.22/m...原创 2018-09-03 07:36:37 · 3955 阅读 · 0 评论 -
Android 体系
Androd知识点:锁应用场景:http://3g.163.com/dy/article/DJR9BL580517HAG6.html锁优化:https://blog.youkuaiyun.com/gududedabai/article/details/80911855 Android工具:Gradle:https://www.jianshu.com/p/001abe1d8e95单元测试...原创 2018-11-20 01:20:36 · 189 阅读 · 0 评论