上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 42 下一页

2013年1月21日

一个C++的unit库

摘要: C++ Units是一个C++的库,提供了unit转换等一些功能,能够避免全用double导致的潜在问题,比如把一个length加到了一个area上。 阅读全文

posted @ 2013-01-21 19:22 fresky 阅读(249) 评论(0) 推荐(0) 编辑

C#中如何用Windows Management Instrumentation (WMI)得到系统信息

摘要: Working with Windows Management Instrumentation演示了怎么通过Windows Management Instrumentation (WMI)拿到系统信息,包括CPU ID,MAC ID,硬盘信息等。 阅读全文

posted @ 2013-01-21 17:03 fresky 阅读(165) 评论(0) 推荐(0) 编辑

web开发者的checklist

摘要: 转一个Web Developer Checklist 阅读全文

posted @ 2013-01-21 15:03 fresky 阅读(182) 评论(0) 推荐(0) 编辑

2013年1月11日

VS2012插件:可视化TFS代码版本历史

摘要: TFS Source Control History Visualization extension非常cool,能把TFS的代码版本历史变成一个动画,可以很直观的看到代码是怎么演变的。 阅读全文

posted @ 2013-01-11 10:32 fresky 阅读(500) 评论(0) 推荐(0) 编辑

2013年1月9日

用了story point就一定agile了吗?

摘要: 用了story point就一定agile了吗?听听Industrial logic的人怎么说?Stop Using Story Points | Industrial Logic 阅读全文

posted @ 2013-01-09 23:12 fresky 阅读(187) 评论(0) 推荐(0) 编辑

2013年1月8日

Sysinternals自动更新的工具SyncTools

摘要: Sysinternals是一堆很好用的小工具,SyncTools是另外一个小工具可以帮助你保持他们都是最新版本的。SyncTools for Sysinternals « Kenny Kerr 阅读全文

posted @ 2013-01-08 11:46 fresky 阅读(259) 评论(0) 推荐(0) 编辑

2013年1月5日

怎么做一个开源项目

摘要: Starting An Open-Source Project | Smashing Coding介绍了作者在开源CSS Lint中的一些体会,很有借鉴意义。包括如下内容:选择哪个license怎么组织代码写文档,包括用户手册,开发指南使用邮件列表来和使用者开发者沟通使用版本号,这样便于跟踪bug。在代码中加tag,写版本更新记录。其它开发者如何贡献代码 阅读全文

posted @ 2013-01-05 16:54 fresky 阅读(197) 评论(0) 推荐(0) 编辑

2013年1月4日

一篇关于如何组织unit tests的文章,很有趣

摘要: Structuring Unit Tests每个被测试类对应一个单元测试类,每个被测方法都对应一个嵌入类。 阅读全文

posted @ 2013-01-04 16:09 fresky 阅读(140) 评论(0) 推荐(0) 编辑

2012年12月28日

Windows下C++的同步机制的演变

摘要: Windows with C++ - The Evolution of Synchronization in Windows and C++介绍了如下概念:critical sectionmutexeventslim reader/writer lockcondition variableC++11的mutex和condition_variable 阅读全文

posted @ 2012-12-28 13:51 fresky 阅读(181) 评论(0) 推荐(0) 编辑

什么情况下要替换C++自带的new和delete

摘要: c++ - Why would one replace default new and delete operators? - Stack Overflow用来检测用户错误,比如(1)new的时候可以记录所有new出来的地址,然后用户忘记delete时帮用户delete(2)new出地址时前后放一些记号,防止overrun和underrun用来提高效率用来收集统计数据,比如(1)地址分布,生存期分... 阅读全文

posted @ 2012-12-28 11:26 fresky 阅读(352) 评论(0) 推荐(0) 编辑

上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 42 下一页

导航