08 2014 档案

摘要:1. some 2D ui object overlap, like two text , how to change the layer ?2.unity new tween. ?3.slot script in unity new Ugui ?4.input caret change color... 阅读全文
posted @ 2014-08-23 19:50 penney
摘要:1. 避免使用str+=“dddd” 。 string每次赋值,就是重新的分配内存。 如果要多次+字符串,采用stringbuilder。2.使用索引 a[i] 而不是 a0 = a[0] .3. 多使用struct 等数据结构,因为他是分配连续的内存,便于管理。http://en.wikipedi... 阅读全文
posted @ 2014-08-14 09:33 penney
摘要:1.http://www.bejson.com/go.php?u=http://www.bejson.com/webInterface.php2.http://www.devstore.cn/service/serviceDetail/285-70.html 3.http://www.juhe.c... 阅读全文
posted @ 2014-08-02 13:20 penney