07 2017 档案

摘要:1. 阅读全文
posted @ 2017-07-28 17:47 lianhuaren 阅读(216) 评论(0) 推荐(0)
摘要:1. http://snkcxy.iteye.com/blog/1823046 阅读全文
posted @ 2017-07-25 09:04 lianhuaren 阅读(108) 评论(0) 推荐(0)
摘要:1.手势识别 http://yulingtianxia.com/blog/2016/12/29/Multimedia-Edit-Module-Architecture-Design/ 2.开屏广告 http://www.jianshu.com/p/d5e42fd92484 3.Xcode快捷键 ht 阅读全文
posted @ 2017-07-21 09:07 lianhuaren 阅读(190) 评论(0) 推荐(0)
摘要:1. http://www.jianshu.com/p/d63d0509229c 2.afnetwork 2.0 3.http post #### Query String Parameter Encoding ```objective-c[[AFHTTPRequestSerializer seri 阅读全文
posted @ 2017-07-20 13:55 lianhuaren 阅读(204) 评论(0) 推荐(0)
摘要:1. xcodebuild -exportArchive -exportFormat ipa -archivePath RongChatRoomDemo\ 17-7-13\ 下午4.04.xcarchive -exportPath RongChatRoomDemo.ipa http://www.ji 阅读全文
posted @ 2017-07-13 16:19 lianhuaren 阅读(104) 评论(0) 推荐(0)
摘要:1. 已经用 git commit 提交了代码。 此命令可以用来回退到任意版本:git reset --hard commitid https://www.cnblogs.com/qufanblog/p/7606105.html 如果你的项目中还没有自动生成的 .DS_Store 文件,那么直接将 阅读全文
posted @ 2017-07-10 20:18 lianhuaren 阅读(194) 评论(0) 推荐(0)
摘要:1. http://www.cnblogs.com/biyeqingfeng/p/4990101.html 阅读全文
posted @ 2017-07-06 09:53 lianhuaren 阅读(103) 评论(0) 推荐(0)
摘要:1. http://www.cnblogs.com/tinyjian/archive/2017/01/17/6294352.html http://blog.csdn.net/mydo/article/details/57436787 https://github.com/Marviel/BitRP 阅读全文
posted @ 2017-07-05 08:33 lianhuaren 阅读(112) 评论(0) 推荐(0)
摘要:1. g++ OpenGL.cpp -I/Users/temp/Downloads/SFML-2.4.2-osx-clang/include -L/usr/local/lib -framework OpenGL -framework GLUT -lsfml-graphics -lsfml-windo 阅读全文
posted @ 2017-07-04 10:51 lianhuaren 阅读(263) 评论(0) 推荐(0)
摘要:1. tempdeMac-mini:crash temp$ dwarfdump --uuid zhiniao_enterprise_stg1.app.dSYM/MLPlayer.app.dSYM/Contents/Resources/DWARF/MLPlayer UUID: 2BE8B3BD-FC5 阅读全文
posted @ 2017-07-02 09:41 lianhuaren 阅读(161) 评论(0) 推荐(0)
摘要:1. 如图,我们在Cell的属性界面对其进行了注册,identifier 为"TableViewCell" 不需要在 ViewDidLoad 对其进行注册了,如果进行注册的话,则对xcode来说你引用的不是storyboard上的定义的Cel,而是你创建的空Cell类了,所以显示为空白. http: 阅读全文
posted @ 2017-07-01 11:51 lianhuaren 阅读(126) 评论(0) 推荐(0)