上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 50 下一页
摘要: 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 阅读(105) 评论(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 阅读(255) 评论(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 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 1. 如图,我们在Cell的属性界面对其进行了注册,identifier 为"TableViewCell" 不需要在 ViewDidLoad 对其进行注册了,如果进行注册的话,则对xcode来说你引用的不是storyboard上的定义的Cel,而是你创建的空Cell类了,所以显示为空白. http: 阅读全文
posted @ 2017-07-01 11:51 lianhuaren 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 1. view调用self.presenter,presernter调用self.view https://blog.coding.net/blog/ios-architecture-patterns https://segmentfault.com/a/1190000006800020 阅读全文
posted @ 2017-06-30 11:45 lianhuaren 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 1. AVAssetExportPresetMediumQuality和 AVAssetExportPreset960x540 码率相差很大,视频大小也会相差很大 AVAssetExportPresetMediumQuality empdeMac-mini:OPS temp$ ffmpeg -i / 阅读全文
posted @ 2017-06-27 18:33 lianhuaren 阅读(2725) 评论(0) 推荐(0) 编辑
摘要: 1. a={ ip = "127.0.0.1", port = 6789 } for i,v in pairs(a) do print(i,v) end a={1} for i,v in ipairs(a) do print(i,v) end http://blog.csdn.net/witch_s 阅读全文
posted @ 2017-06-26 14:12 lianhuaren 阅读(203) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-06-17 15:46 lianhuaren 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 1. http://www.jianshu.com/p/1cdfc60da04f 2.lua c++ Lua访问C++类 现在,我们在Lua里面操作这个Student类。注意,我们绑定的每一个函数都需要一个student对象作为参数,这样使用有一点不太方便。 local s = cc.create( 阅读全文
posted @ 2017-06-16 13:45 lianhuaren 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 1. 有一道iOS面试题,iOS中都有什么设计模式?很少有答案说包括adapter。 gof 书中adapter模式有以下内容: 实现: 。。。 b ) 使 用 代 理 对 象 在这种方法中, T r e e D i s p l a y 将访问树结构的请求转发到代理对象。 T r e e D i s 阅读全文
posted @ 2017-06-15 15:32 lianhuaren 阅读(387) 评论(0) 推荐(0) 编辑
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 50 下一页