会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
sym3099@gmail
CnBlogs
Home
New Post
Contact
Admin
Subscription
2018年4月9日
博客搬家了 < https://shanyimin.github.io/ >
以后博客搬到 https://shanyimin.github.io/ https://shanyimin.github.io/ https://shanyimin.github.io/ https://shanyimin.github.io/ https://shanyimin.github.io
Read More
posted @ 2018-04-09 15:38 sym3099@gmail
Views(179)
Comments(0)
Diggs(0)
2018年4月8日
Objective-C Runtime Method Swizzling 实践
Objective-C Runtime Method Swizzling 实践
Read More
posted @ 2018-04-08 10:22 sym3099@gmail
Views(194)
Comments(0)
Diggs(0)
2018年1月29日
code signing blocked mmap() of '/private/var/contai 报错
项目中使用了有赞SDK 6.1.0,用Xcode直接安装到手机没有问题,可以正常使用,但是用企业版inhouse证书打包为IPA后,上传到fir扫码安装,发现闪退,系统log如下: 后来发现有赞SDK 6.1.0的framework是动态framework,使用的话需要重新签名。签名的证书要和发布I
Read More
posted @ 2018-01-29 16:11 sym3099@gmail
Views(1202)
Comments(0)
Diggs(0)
2017年12月4日
supervisor 监控nginx 一直在重启的问题
supervisor 监控nginx ,写好配置文件之后,发现一直在重启,排查之后发现是命令不对: command = /usr/local/bin/nginx 这个命令默认是后台启动,但是supervisor不能监控后台程序,所以supervisor就一直执行这个命令。 加上-g 'daemon
Read More
posted @ 2017-12-04 09:36 sym3099@gmail
Views(4613)
Comments(0)
Diggs(0)
Supervisor 两种不同的启动方式,带来两种不同的结果
1 安装Supervisor 参见https://hacpai.com/article/1497093478747,也有其他的安装方式,请自行百度 Supervisor详解:http://blog.51cto.com/lixcto/1539136 2 启动Supervisor,启动命令1 :brew
Read More
posted @ 2017-12-04 09:31 sym3099@gmail
Views(654)
Comments(1)
Diggs(0)
2017年5月24日
addChildViewController后 Childvc viewWillAppear 不调用的问题
addChildViewController后 子vc viewWillAppear 不调用的问题
Read More
posted @ 2017-05-24 19:37 sym3099@gmail
Views(1628)
Comments(0)
Diggs(0)
2016年12月23日
cocoapods 升级到最新beta 版
1 确保你的ruby源是https://rubygems.org/ 国内的镜像不一定行 2 sudo gem install -n /usr/local/bin cocoapods 或者 sudo gem install -n /usr/local/bin cocoapods --pre 然后再 p
Read More
posted @ 2016-12-23 09:15 sym3099@gmail
Views(268)
Comments(0)
Diggs(0)
2016年12月8日
addChildViewController后开启热点/wifi/打电话引起的子vc的布局问题
addChildViewController 开启热点,wifi,打电话 引起的子vc的布局问题
Read More
posted @ 2016-12-08 11:05 sym3099@gmail
Views(193)
Comments(0)
Diggs(0)
2016年10月20日
"undefined method `root' for nil:NilClass" error when using "pod install" 解决办法
如果pod undate 的时候报错"undefined method `root' for nil:NilClass" error when using "pod install" 或 NoMethodError - undefined method `dirname' for nil:NilCl
Read More
posted @ 2016-10-20 19:08 sym3099@gmail
Views(1425)
Comments(0)
Diggs(0)
2016年10月19日
macOS sierra 10.12 Cocoapods 私有库
使用Cocoapods创建私有podspec 见文章:http://www.cocoachina.com/ios/20150228/11206.html 或http://blog.wtlucky.com/blog/2015/02/26/create-private-podspec/ 注意点: 1 按
Read More
posted @ 2016-10-19 23:06 sym3099@gmail
Views(335)
Comments(0)
Diggs(0)
下一页
公告