07 2010 档案
摘要: http://code.google.com/p/google-sparsehash/阅读全文
摘要: 不要拿float类型去做计算,因为float类型分为两类,一类是精确的数,符合m * 2^e这个形式的。剩下的都是不精确的,比如.1f这样的。不是只有.net才这样,IEEE标准里就这么规定的。阅读全文
摘要: 原文地址:http://blogs.technet.com/b/microsoft_blog/archive/2010/06/25/microsoft-by-the-numbers.aspx [UPDATE: We made an error in the reported figure for Apple’s Net Income in our original post – the cite...阅读全文
摘要: http://www.vim.org/scripts/script.php?script_id=1658 https://wincent.com/products/command-t http://www.vim.org/scripts/script.php?script_id=1318阅读全文
摘要: https://code.google.com/intl/zh-CN/apis/storage/docs/gsutil.html http://code.google.com/intl/zh-CN/apis/storage/阅读全文
摘要: routes.IgnoreRoute("{*favicon}", new {favicon=@"(.*/)?favicon.ico(/.*)?"}); 每次调试都得为了这个多折腾一次…阅读全文
摘要: 共3篇。对于用MSBuild的朋友来说,这可真算是噩梦终结者了。 http://blogs.msdn.com/b/visualstudio/archive/2010/07/06/debugging-msbuild-script-with-visual-studio.aspx阅读全文