上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 31 下一页
摘要: 一,Git Add 1. git add -A 保存所有的修改 2. git add . 保存新的添加和修改,但是不包括删除 3. git add -u 保存修改和删除,但是不包括新建文件。 4,git add -i 交互模式 如图, git log --pretty=oneline //精简输出日 阅读全文
posted @ 2017-01-24 10:56 尘恍若梦 阅读(626) 评论(0) 推荐(1) 编辑
摘要: 一) 起因:由于苹果规定2017年1月1日以后,所有APP都要使用HTTPS进行网络请求。 之前,可以在Info.plist中禁用ATS功能,按如下设置即可。 <key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</ 阅读全文
posted @ 2016-12-16 11:29 尘恍若梦 阅读(286) 评论(0) 推荐(0) 编辑
摘要: [iOS]查找数组NSArray中是否包含指定的元素 http://blog.csdn.net/zyq527758142/article/details/51278172 Dpi(每平方英寸像素数目):图像细节程度的度量 像素 = 英寸 * Dpi eg: 宽度 = 8英寸 * 300 Dpi 高度 阅读全文
posted @ 2016-12-07 20:09 尘恍若梦 阅读(147) 评论(0) 推荐(0) 编辑
摘要: Xcode下载 https://developer.apple.com/download/more/ (一)Xcode8去掉多余LOG 或者 Xcode频繁出现 nw_socket_handle_socket_event 问题 1、打开我们的项目,进入EditScheme 2、我们在Environm 阅读全文
posted @ 2016-12-02 17:10 尘恍若梦 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 都只能获取中文 1, #define VivienResourceBundle [NSBundle bundleWithPath:[[NSBundle mainBundle] pathForResource:@"Vivien" ofType:@"bundle"]] #define currentLa 阅读全文
posted @ 2016-11-24 16:25 尘恍若梦 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 1, // char server[] = BaseNetServerIp; // string serverStr = _aliNetServerEnabled?NetServerAliIp:BaseNetServerIp; // char *server = (char *)malloc((se 阅读全文
posted @ 2016-11-21 10:49 尘恍若梦 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 一,git clone 1,git clone某一个分支 git clone -b <branch> <remote_repo> 2,.git 文件太大 :clone的时候,可以指定深度,如下,为1即表示只克隆最近一次commit. git clone git://xxoo --depth 1 -- 阅读全文
posted @ 2016-11-16 10:31 尘恍若梦 阅读(2885) 评论(0) 推荐(0) 编辑
摘要: http://www.zoomfeng.com/blog/ipa-size-thin.html https://github.com/ming1016/SMCheckProject 阅读全文
posted @ 2016-10-29 13:16 尘恍若梦 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 1, RSA算法原理(一) http://www.ruanyifeng.com/blog/2013/06/rsa_algorithm_part_one.html 2, RSA算法原理(二) http://www.ruanyifeng.com/blog/2013/07/rsa_algorithm_pa 阅读全文
posted @ 2016-10-16 09:24 尘恍若梦 阅读(348) 评论(0) 推荐(0) 编辑
摘要: 一) 具体方法在 iOS 如何在一个存在多个project的workspace中引入cocoapods管理第三方类库 二)Question && Solution Cocoapods 版本1.0.1 我在按上述链接转换的时候,遇到的问题: 1, [!] `xcodeproj` was renamed 阅读全文
posted @ 2016-10-10 14:15 尘恍若梦 阅读(3148) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 31 下一页