上一页 1 ··· 8 9 10 11 12
摘要: 1. VRTK(StreamVR TOOLKIT):https://github.com/thestonefox/VRTK 2. StrangeIoc 专为c#和Unity写的框架 3. Frame Debugger 帧调试器,用于性能调优 4. Asset Store 一些资源网站 5. Unit 阅读全文
posted @ 2016-12-21 11:40 宋者为王 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 架构 https://www.zhihu.com/question/21406685 MVP,MVC,MVVM框架 http://blog.csdn.net/copy_yuan/article/details/51524667 框架 http://www.cnblogs.com/yanghuaji/ 阅读全文
posted @ 2016-11-24 17:40 宋者为王 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 良好的编码风格,在工作当中有着非常重要的作用。比如,见名思意,看到函数名,变量名就知道其作用;在给参数命令的时候,能够一眼分辨是全局变量,局部变量,静态变量等。形成良好的个人编码风格,在工作中,能让你事半功倍 阅读全文
posted @ 2016-05-30 15:23 宋者为王 阅读(723) 评论(0) 推荐(0) 编辑
摘要: 解决之道:在EditText的父级控件中找一个,设置成 android:focusable="true" android:focusableInTouchMode="true" 这样,就把EditText默认的行为截断了! 阅读全文
posted @ 2016-02-23 15:12 宋者为王 阅读(191) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12