上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 37 下一页
摘要: https://www.nasm.us/xdoc/2.14.02/html/nasmdoc0.html 阅读全文
posted @ 2020-04-27 22:43 浪浪辛 阅读(932) 评论(0) 推荐(0)
摘要: 搞这个sdk居然花了3天时间. 无语..... 有几个注意的点,免得以后接入的时候再次躺坑 1, 一定要接入厂商通道, 2, 一定要实现MainApplication 3, 一定要在MainApplication这样初始化, public void onCreate() { super.onCrea 阅读全文
posted @ 2020-04-27 18:13 浪浪辛 阅读(843) 评论(0) 推荐(1)
摘要: 前提条件: 越狱手机里, 安装了 <JJ斗地主> 使用砸壳工具clutch 下载地址: https://github.com/KJCracks/Clutch/releases dzq:~/data root# Clutch -i | grep JJ 57: JJ斗地主-欢乐棋牌休闲合集 <cn.jj 阅读全文
posted @ 2020-04-26 12:55 浪浪辛 阅读(2266) 评论(2) 推荐(1)
摘要: 目前有一个cocos2d creator项目, 接入了微信SDK, 现在需要接入阿里云移动推送. 用到了CocoaPod集成. 于是创建了一个Podfile, (此文件在项目目录中, 和 xxxxxxxx.xcodeproj 同一路径 ) source 'https://github.com/Coc 阅读全文
posted @ 2020-04-24 11:41 浪浪辛 阅读(583) 评论(0) 推荐(0)
摘要: pkgutil --pkgspkgutil --infopkgutil --files 阅读全文
posted @ 2020-04-22 15:59 浪浪辛 阅读(3292) 评论(0) 推荐(0)
摘要: 使用了go 1.14.2. 版本, 再也不用建src, pkg, bin 目录了, 以及再也不用强制配置GOPATH了 前提条件: 必须是 go mod 项目. 在工程目录下, 执行这样的命令生成一个mod文件 go mod init example.com/user/hello 最新的项目结构: 阅读全文
posted @ 2020-04-21 01:18 浪浪辛 阅读(5342) 评论(0) 推荐(0)
摘要: 1, 在Mac电脑上的app store里搜索Apple Configurator2 并安装 2, iPhone手机连接Mac电脑 3, 登录Apple Configurator2 菜单栏, 账号-》登录 4, 添加手机设备 5, 搜索想要的ipa安装包, 下载安装 6, 下载完成后, 会弹出一个页 阅读全文
posted @ 2020-04-18 22:36 浪浪辛 阅读(1524) 评论(0) 推荐(0)
摘要: 这个软件破解非常简单: 修改: [PaddleStatic Yz6nrtNwF4]。直接返回1 效果: 阅读全文
posted @ 2020-04-18 19:04 浪浪辛 阅读(273) 评论(0) 推荐(0)
摘要: 关于时间格式 阅读全文
posted @ 2020-03-25 14:04 浪浪辛 阅读(10285) 评论(0) 推荐(2)
摘要: 删除字段 db.matchconfs.update({},{$unset:{used:""}},false,true) 添加字段 db.matchconfs.update({},{$set:{used:0}},false,true) 更加某个字段更新另一个字段 db.masterscorenews. 阅读全文
posted @ 2019-12-11 11:12 浪浪辛 阅读(181) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 37 下一页