1.error: tool 'xcodebuild' requires Xcode的解决办法 sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer/ https://blog.csdn.net/shorewb/ar ...
分类:
其他好文 时间:
2018-12-10 11:51:09
阅读次数:
181
环境搭建要求,MAC 机器一台,要求 Xcode 8.0以上 1. 安装 Homebrew 2. 安装 libimobiledevice 3. 安装 ideviceinstaller 5. 安装 node(目的是安装 npm)官方下载地址https://nodejs.org/en/download/ ...
分类:
移动开发 时间:
2018-12-09 22:39:33
阅读次数:
285
关于统计年,季,月,周,日数据问题如:销售额,访问量等,从网上百度了一些,但是我执行时不管用,在此基础上我改了一些代码如下方法: 年 SELECT COUNT(1) productCount,YEAR(createTime) years FROM `gm_buyerproduct` WHERE YE ...
分类:
其他好文 时间:
2018-12-09 21:03:14
阅读次数:
154
参考了一些大神的方法总算成功了记录一下少走弯路 1:安装appledoc 使用终端下载: 命令行: git clone git://github.com/tomaz/appledoc.git cd ./appledoc sudo sh install-appledoc.sh 查看是否安装成功: 命令 ...
分类:
移动开发 时间:
2018-12-07 21:11:06
阅读次数:
223
1.下载源码 解压到某个目录中 2.cd这个目录,然后mkdir一个bld到目录 3.cmake . -G"Xcode" -DWITH_DEBUG=1 -DWITH_TOKUDB_STORAGE_ENGINE=OFF -DWITHOUT_TOKUDB_STORAGE_ENGINE=ON -DCMAK ...
分类:
数据库 时间:
2018-12-07 01:30:37
阅读次数:
237
When you use GM MDI on your laptop , you may meet some troubles . Such as it cant communicate with the software . Lets see how to solve this issue . F ...
分类:
其他好文 时间:
2018-12-06 20:50:32
阅读次数:
138
Many customers ask for this question: what is the difference between GM tech 2 and GM MDI Tech 3 scan tool, if you want buy GM Diagnostics Tools, whic ...
分类:
其他好文 时间:
2018-12-06 20:15:12
阅读次数:
168
参考资料:证书-来自苹果官方的介绍 revoke证书对生产、测试环境的影响(1)revoke生产环境证书是不会影响已上架的app。 (2)revoke开发环境证书,则安装过该证书的app的用户将无法打开该app了,并且一点击app会出现闪退现象。这时就需要开发人员重新生成开发证书后打包app了。 M ...
分类:
移动开发 时间:
2018-12-06 12:12:59
阅读次数:
522
前些日子再github找到了一个内存修改器开源项目开源 免越狱在app内植入修改器,感觉很不错,就尝试去看看是否可行. 用到的工具: Xcode 10、 optool 首先要做的,安装 optool 安装完成开始主要内容, 准备好砸壳好的app,ipa用zip打开,打开.app 提取主要文件。 执行 ...
分类:
其他好文 时间:
2018-12-06 12:10:08
阅读次数:
1296
关于在Xcode中选择模拟器目标时,看到的目标选项如下: 关于Xocde中Device看到的模拟器 在Xcode中选择Window > Devices 或者直接快捷键(shift + command + 2)打开如下界面: 真是目录下找到对应的这些模拟器 首先我们进入下面这个目录:/Users/ma ...
分类:
其他好文 时间:
2018-12-05 16:19:24
阅读次数:
172