上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 37 下一页
摘要: ln -s /Volumes/dzqExt/source/wukongqipai/wukongqipai/ccclient/Classes/ ./frameworks/runtime-src/ ln 命令源路径必须是绝对路径,否则创建出来的软链接无效。 阅读全文
posted @ 2019-05-22 09:25 浪浪辛 阅读(7556) 评论(0) 推荐(2)
摘要: String对象方法 分别返回字符串的小写表示和大写表示。 阅读全文
posted @ 2019-05-21 00:35 浪浪辛 阅读(115) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-05-21 00:30 浪浪辛 阅读(3) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-05-21 00:24 浪浪辛 阅读(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 浪浪辛 阅读(700) 评论(0) 推荐(0)
摘要: 一个游戏场景有若干个节点组成,这些包括渲染节点,UI节点。 这里弱化了Layer层的概念。 一个游戏由若干个场景组件。 每个节点由若干个组件和若干子节点组成。 例如UI节点中的 按钮节点。子节点有一张背景图片Background节点[由 Node节点,Sprite组件,widget组件组成]。 Ba 阅读全文
posted @ 2019-05-18 17:16 浪浪辛 阅读(460) 评论(0) 推荐(0)
摘要: http://cocos2d-x.org/filedown/CocosForMac-v3.10.dmghttp://cocos2d-x.org/filedown/CocosForWin-v3.10.exe 阅读全文
posted @ 2019-05-18 11:34 浪浪辛 阅读(1097) 评论(0) 推荐(0)
摘要: 使用网站 https://minhaskamal.github.io/DownGit/#/home 阅读全文
posted @ 2019-05-06 14:23 浪浪辛 阅读(1358) 评论(0) 推荐(0)
摘要: pip install -U androguard androguard axml -i AndroidManifest.xml -o AndroidManifest1.xml androguard arsc resources.arsc --id 0x7f06000e androguard ars 阅读全文
posted @ 2019-05-05 00:58 浪浪辛 阅读(163) 评论(0) 推荐(0)
摘要: local tcp_dissector_table = DissectorTable.get("tcp.port") local ws_dissector_table = DissectorTable.get("ws.port") local mqtt_dissector = tcp_dissector_table:get_dissector(1883) ws_dissector_table:a... 阅读全文
posted @ 2019-05-04 22:34 浪浪辛 阅读(353) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 37 下一页