随笔分类 -  测试

摘要:一、安装sigh脚本 1、安装homebrew2、安装ruby3、安装sigh4、安装fastlane 二、安装sigh脚本后,重签名1、将embedded.mobileprovision xxxx.ipa放置同一名称的文件夹2、cd此文件夹 终端输入fastlane sigh resign 回车3 阅读全文
posted @ 2017-08-22 16:19 索马里猫 阅读(848) 评论(0) 推荐(0)
摘要:1、提示Failed to acquire termination assertion when installing placeholder for 解决办法:卸载模拟器相关应用或者退出模拟器重新运行! 2、IOS11模拟器效果展示 https://o591a83vj.qnssl.com/iOS1 阅读全文
posted @ 2017-06-27 14:00 索马里猫 阅读(4678) 评论(0) 推荐(0)
摘要:1)判断服务器是否支持IPv6 : http://ipv6-test.com/validate.php 2)检测当前设备打开网站的连接方式是IPv4还是IPv6: http://ipv6.sjtu.edu.cn/ 阅读全文
posted @ 2017-04-10 09:47 索马里猫 阅读(1161) 评论(0) 推荐(0)
摘要:主要写几个步骤和注意事项 1、Jekins官网 https://jenkins.io/ 下载包 2、启动Jekins(cd到下载包路径)终端执行以下命令 3、网页开开 http://localhost:8080 4、下面是配置截图 1️⃣系统管理 2️⃣、配置 3️⃣、源码管理 4️⃣、构建触发器 阅读全文
posted @ 2016-12-27 11:27 索马里猫 阅读(362) 评论(0) 推荐(0)
摘要:1、打开终端; 2、GET: curl xxxxxx(网址) 3、POST: curl -d "key=value" -d "key=value" xxxxx(网址) 阅读全文
posted @ 2016-07-25 09:12 索马里猫 阅读(284) 评论(0) 推荐(0)
摘要:1、登录https://ipsw.me/ 下载对应的版本 2、iTunes 链接iPhone 按下【option+检查版本更新】,选择已下载的版本! 阅读全文
posted @ 2016-07-06 16:57 索马里猫 阅读(219) 评论(0) 推荐(0)
摘要:1、Charles 破解版下载(官网:http://www.charlesproxy.com/) 链接: http://pan.baidu.com/s/1mhX7R4k 密码: qprr 2、安装以及使用 http://www.infoq.com/cn/articles/network-packet 阅读全文
posted @ 2016-05-25 16:30 索马里猫 阅读(178) 评论(0) 推荐(0)
摘要:http://www.akmumu.com/2015/06/02/360.html Git 提交 下面说一下https克隆的方式免密码提交 使用https的方式克隆代码 git clone https://github.com/akmumu/google_hosts.git 查看项目中的配置文件 v 阅读全文
posted @ 2016-05-25 11:40 索马里猫 阅读(595) 评论(0) 推荐(0)
摘要:http://www.cocoachina.com/ios/20160525/16431.html http://www.jianshu.com/p/a6bab07c4062 IPv6的简介 IPv4 和 IPv6的区别就是 IP 地址前者是 .(dot)分割,后者是以 :(冒号)分割的(更多详细信 阅读全文
posted @ 2016-05-25 09:41 索马里猫 阅读(241) 评论(0) 推荐(0)
摘要:链接: http://pan.baidu.com/s/1slf4PoL 阅读全文
posted @ 2016-05-17 15:18 索马里猫 阅读(200) 评论(0) 推荐(0)
摘要:http://www.jianshu.com/p/774a629343d9 1.首先iPhone连接上Mac,点击信任,确保itunes连接成功,然后打开iPhone的“设置” - “Safari” - "高级" - 打开“JavaScript” 和 “Web检查器” 2.打开Mac上的Safari 阅读全文
posted @ 2016-05-09 11:42 索马里猫 阅读(495) 评论(0) 推荐(0)
摘要:省市区Json数据 http://apis.map.qq.com/ws/district/v1/list?key=K3VBZ-M6WWV-PPSPY-UVGGC-DRM2Z-PGBMV 参考网址 http://www.jianshu.com/p/7b7a355caa46 阅读全文
posted @ 2016-04-25 09:02 索马里猫 阅读(170) 评论(0) 推荐(0)
摘要:1、百度 http://mtc.baidu.com/ 2、阿里云 https://mqc.aliyun.com/ 阅读全文
posted @ 2016-04-19 09:52 索马里猫 阅读(283) 评论(0) 推荐(0)
摘要:http://c.3g.163.com/nc/video/list/VAP4BFR16/y/0-10.html 阅读全文
posted @ 2016-04-14 11:12 索马里猫 阅读(1140) 评论(0) 推荐(0)
摘要:安装iOS包流程(以安装企业包为例): 一、通过蒲公英安装 1、注册蒲公英:https://www.pgyer.com/ 2、上传打好的安装包可供下载 二、通过iTunes安装 1、连接iPhone双击ipa 2、点击【应用】--【安装】--【同步】即可 三、通过七牛云盘安装(以旧版为例子) 1、注 阅读全文
posted @ 2016-04-07 17:59 索马里猫 阅读(1384) 评论(0) 推荐(0)
摘要:http://www.open-open.com/lib/view/open1459335495420.html 阅读全文
posted @ 2016-03-31 17:04 索马里猫 阅读(118) 评论(0) 推荐(0)
摘要:1、LeanCloud网址: https://leancloud.cn/docs/start.html https://leancloud.cn/docs/leanstorage_guide-ios.html 2、Pod设置 3、AppDelegate.h 4、AVObject实例化 5、存储数据到 阅读全文
posted @ 2016-03-28 15:00 索马里猫 阅读(1126) 评论(0) 推荐(0)
摘要:1、通过iOS设备访问,安装描述文件 https://beta.apple.com/sp/betaprogram/redemption?locale=zh#ios 2、【通用】-【设置】-【软件更新】 阅读全文
posted @ 2016-03-02 11:50 索马里猫 阅读(251) 评论(0) 推荐(0)