07 2010 档案

摘要: http://code.google.com/p/google-sparsehash/阅读全文
posted @ 2010-07-31 03:09 new 维生素C.net() 阅读(70) | 评论 (0) 编辑
摘要: 不要拿float类型去做计算,因为float类型分为两类,一类是精确的数,符合m * 2^e这个形式的。剩下的都是不精确的,比如.1f这样的。不是只有.net才这样,IEEE标准里就这么规定的。阅读全文
posted @ 2010-07-20 16:23 new 维生素C.net() 阅读(94) | 评论 (0) 编辑
摘要: 原文地址: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...阅读全文
posted @ 2010-07-16 13:18 new 维生素C.net() 阅读(93) | 评论 (0) 编辑
摘要: 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阅读全文
posted @ 2010-07-15 02:03 new 维生素C.net() 阅读(143) | 评论 (0) 编辑
摘要: https://code.google.com/intl/zh-CN/apis/storage/docs/gsutil.html http://code.google.com/intl/zh-CN/apis/storage/阅读全文
posted @ 2010-07-13 23:24 new 维生素C.net() 阅读(100) | 评论 (0) 编辑
摘要: routes.IgnoreRoute("{*favicon}", new {favicon=@"(.*/)?favicon.ico(/.*)?"}); 每次调试都得为了这个多折腾一次…阅读全文
posted @ 2010-07-12 03:31 new 维生素C.net() 阅读(102) | 评论 (2) 编辑
摘要: 共3篇。对于用MSBuild的朋友来说,这可真算是噩梦终结者了。 http://blogs.msdn.com/b/visualstudio/archive/2010/07/06/debugging-msbuild-script-with-visual-studio.aspx阅读全文
posted @ 2010-07-12 02:28 new 维生素C.net() 阅读(68) | 评论 (0) 编辑