熱門文章
-
手機使用中華電信proxy,請按此前往 ,電腦請繼續閱讀 1:如果要看實況,設定完把實況 按暫停再按播放 即可 2:掛proxy看實況會讓聊天室無法顯示,解決方法是等實況可以看了之後,把proxy關掉-> 對聊天室右鍵 ->重新載入 3:下面圖文教...
-
2016/10/21 目前此外掛已下架,我也沒備份到安裝檔,在此提供其他方法 如果會lag先試著把dns設定成 8.8.8.8 與 8.8.4.4 參考此篇, 用中華電信proxy -- 家裡是使用中華電信,由於觀看Twitch頻道常常Lag開始轉圈...
-
我的手機曾經遇到忘記解鎖的圖形,雖然可以輸入Google帳號密碼來解除鎖定,但前提是要連 上網路阿Q_Q 好不容易終於找到這個方法,在這裡備份一下,跳轉後繼續。
2016年4月21日 星期四
2016年4月19日 星期二
[筆記] iOS UITableView reloadData not working
在storyboard擺了一個TableView,結果程式碼裡面reloadData一直錯誤,搞了兩天,最後發現程式碼裡面根本不用這行
另外
self.tableView = [[UITableView alloc] initWithFrame:self.tableView.frame style:UITableViewStyleGrouped];
不用init阿阿阿阿阿 幹!
I put the UITableView in storyboard. The problem is that I can not update data when I call [self.tableView reloadData]. It spent me two days to solve the problem. Take this code away
self.tableView = [[UITableView alloc] initWithFrame:self.tableView.frame style:UITableViewStyleGrouped];Fuck! I don't need to init my tableView in code or it will reference newer instance.
另外
+ (UIColor *)colorWithRed:(CGFloat)red green:(CGFloat)green blue:(CGFloat)blue alpha:(CGFloat)alpha;
每個值都要除以255阿阿阿阿阿阿,不然永遠是白色
2016年4月2日 星期六
[筆記] Render CameraDepthTexture On Screen
在Unity上渲染出Depth與Normal圖,網路上可用的資源實在有夠舊的,連官方範例都無法使用
參考此篇
http://williamchyr.com/2013/11/unity-shaders-depth-and-normal-textures-part-3/comment-page-1/#comment-202908
修改一些段落變成Unity5可用的
訂閱:
文章 (Atom)