会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
尘恍若梦
博客园
园子
首页
新随笔
联系
管理
订阅
上一页
1
···
18
19
20
21
22
23
24
25
26
···
33
下一页
2017年1月24日
Git Add,Git别名等
摘要: 一,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 尘恍若梦
阅读(632)
评论(0)
推荐(1)
2016年12月16日
ATS
摘要: 一) 起因:由于苹果规定2017年1月1日以后,所有APP都要使用HTTPS进行网络请求。 之前,可以在Info.plist中禁用ATS功能,按如下设置即可。 <key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</
阅读全文
posted @ 2016-12-16 11:29 尘恍若梦
阅读(300)
评论(0)
推荐(0)
2016年12月7日
PT,PX,DPI
摘要: [iOS]查找数组NSArray中是否包含指定的元素 http://blog.csdn.net/zyq527758142/article/details/51278172 Dpi(每平方英寸像素数目):图像细节程度的度量 像素 = 英寸 * Dpi eg: 宽度 = 8英寸 * 300 Dpi 高度
阅读全文
posted @ 2016-12-07 20:09 尘恍若梦
阅读(155)
评论(0)
推荐(0)
2016年12月2日
Xcode 8
摘要: 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 尘恍若梦
阅读(144)
评论(0)
推荐(0)
2016年11月24日
设置bundle包中的默认语言
摘要: 都只能获取中文 1, #define VivienResourceBundle [NSBundle bundleWithPath:[[NSBundle mainBundle] pathForResource:@"Vivien" ofType:@"bundle"]] #define currentLa
阅读全文
posted @ 2016-11-24 16:25 尘恍若梦
阅读(189)
评论(0)
推荐(0)
2016年11月21日
C 语言
摘要: 1, // char server[] = BaseNetServerIp; // string serverStr = _aliNetServerEnabled?NetServerAliIp:BaseNetServerIp; // char *server = (char *)malloc((se
阅读全文
posted @ 2016-11-21 10:49 尘恍若梦
阅读(135)
评论(0)
推荐(0)
2016年11月16日
Git clone、git reset、git push --mirror
摘要: 一,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 尘恍若梦
阅读(3035)
评论(0)
推荐(0)
2016年10月29日
App瘦身
摘要: http://www.zoomfeng.com/blog/ipa-size-thin.html https://github.com/ming1016/SMCheckProject
阅读全文
posted @ 2016-10-29 13:16 尘恍若梦
阅读(163)
评论(0)
推荐(0)
2016年10月16日
公钥私钥和RSA算法
摘要: 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 尘恍若梦
阅读(370)
评论(0)
推荐(0)
2016年10月10日
iOS 如何在一个已经存在多个project的workspace中引入cocoapods管理第三方类库
摘要: 一) 具体方法在 iOS 如何在一个存在多个project的workspace中引入cocoapods管理第三方类库 二)Question && Solution Cocoapods 版本1.0.1 我在按上述链接转换的时候,遇到的问题: 1, [!] `xcodeproj` was renamed
阅读全文
posted @ 2016-10-10 14:15 尘恍若梦
阅读(3210)
评论(0)
推荐(0)
上一页
1
···
18
19
20
21
22
23
24
25
26
···
33
下一页
公告