上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 33 下一页
摘要: 先使用 JS_DecodeScript反编译jsc 得到AST树 AST树词法解析 http://esprima.org/ AST还原成源码: npm install escodegen AST树遍历:npm install estraverse https://developer.mozilla. 阅读全文
posted @ 2019-05-29 11:02 Please Call me 小强 阅读(1981) 评论(0) 推荐(0) 编辑
摘要: typedef std::string u8string; u8string To_UTF8(const std::u16string &s) { std::wstring_convert, char16_t> conv; return conv.to_bytes(s); } u8string To_UTF8(const std::u32string &s) { st... 阅读全文
posted @ 2019-05-29 10:51 Please Call me 小强 阅读(1666) 评论(0) 推荐(0) 编辑
摘要: ios 端安装文档接入库后,报错 -> static void BuglyJSAgent::reportJSError(JSContext *, const char *, JSErrorReport *) [Error] CrashReport: Fail to get class by NSCl 阅读全文
posted @ 2019-05-25 20:22 Please Call me 小强 阅读(619) 评论(0) 推荐(0) 编辑
摘要: androguard. 这个是python写的 安装: pip install androguard 阅读全文
posted @ 2019-05-23 15:28 Please Call me 小强 阅读(560) 评论(0) 推荐(0) 编辑
摘要: 基础值:12 ldpi:mdpi:hdpi:xhdpi:xxhdpi:xxxhdpi=3:4:6:8:12:16 大小: 32x32.png 48x48.png 72x72.png 96x96.png 144x144.png 192x192.png 阅读全文
posted @ 2019-05-23 10:53 Please Call me 小强 阅读(510) 评论(0) 推荐(0) 编辑
摘要: ln -s /Volumes/dzqExt/source/wukongqipai/wukongqipai/ccclient/Classes/ ./frameworks/runtime-src/ ln 命令源路径必须是绝对路径,否则创建出来的软链接无效。 阅读全文
posted @ 2019-05-22 09:25 Please Call me 小强 阅读(7504) 评论(0) 推荐(2) 编辑
摘要: String对象方法 分别返回字符串的小写表示和大写表示。 阅读全文
posted @ 2019-05-21 00:35 Please Call me 小强 阅读(104) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-05-21 00:30 Please Call me 小强 阅读(3) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-05-21 00:24 Please Call me 小强 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 一个进程可以占用多个端口。 查看某个进程占用哪些端口: lsof -nP | grep TCP | grep -i 进程名 ➜ cocos_creator lsof -nP | grep TCP | grep -i qq QQ 253 deng 24u IPv4 0xcf28a26f9c20c057 阅读全文
posted @ 2019-05-19 20:48 Please Call me 小强 阅读(688) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 33 下一页