摘要: Lua庫之時間和日期操作 閱讀全文
posted @ 2012-09-28 14:11 點點滴滴| 編輯 |
09 2012 檔案 摘要: 很多時候需要這樣一個便捷的函數
std::string s = format("string %d ", i); std::string s = format("string %d %f", i, f); std::string s = format("string %d %f %s", i, f, s); 權威實現如下 閱讀全文 posted @ 2012-09-19 16:35 點點滴滴| 編輯 | posted @ 2012-09-18 14:27 點點滴滴| 編輯 | 摘要: 最近用到Boost庫,引用錯了lib,導致Release版本帶著Debug信息,大家都注意看下,避免發生類似錯誤
特摘錄Boost官網的《Geting Started On Windows》(http://www.boost.org/doc/libs/1_38_0/more/getting_started/windows.html)的命名規則如下 閱讀全文 posted @ 2012-09-17 19:18 點點滴滴| 編輯 | 摘要: 獻給正在為Lua調試煩惱的程序員們?。。∥覀冋{試Lua腳本的方法很多,也有很多這方面的程序員利用Lua的Debug庫寫了自己的調試器。推薦一款最實用、最高效:Decoda 閱讀全文
posted @ 2012-09-10 10:35 點點滴滴| 編輯 | posted @ 2012-09-06 15:53 點點滴滴| 編輯 | posted @ 2012-09-06 14:26 點點滴滴| 編輯 | posted @ 2012-09-05 11:09 點點滴滴| 編輯 |
|
||