<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[keke2014的专栏]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/zhangjuke</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; zhangjuke]]></copyright><item><title><![CDATA[九度 Online Judge 之《剑指 Offer》一书相关题目解答]]></title><link>https://blog.csdn.net/zhangjuke/article/details/37969203</link><guid>https://blog.csdn.net/zhangjuke/article/details/37969203</guid><author>zhangjuke</author><pubDate>Sat, 19 Jul 2014 21:31:13 +0800</pubDate><description><![CDATA[最近]]></description><category></category></item><item><title><![CDATA[CSDN 博客使用问题及变通解决方法]]></title><link>https://blog.csdn.net/zhangjuke/article/details/37968517</link><guid>https://blog.csdn.net/zhangjuke/article/details/37968517</guid><author>zhangjuke</author><pubDate>Sat, 19 Jul 2014 21:21:46 +0800</pubDate><description><![CDATA[今天开始]]></description><category></category></item><item><title><![CDATA[从今天开始写博客、托管代码到 Github]]></title><link>https://blog.csdn.net/zhangjuke/article/details/37964293</link><guid>https://blog.csdn.net/zhangjuke/article/details/37964293</guid><author>zhangjuke</author><pubDate>Sat, 19 Jul 2014 17:47:46 +0800</pubDate><description><![CDATA[最近看了一篇文章，译名《简历危险》，原名《Resumes are dangerous》，The first thing I look for in a resume is a GitHub URL. If I can find that,
 I stop reading the resume and start reading code. Doing open source is not a b]]></description><category></category></item><item><title><![CDATA[何时需要单元测试以及C++单元测试工具选择]]></title><link>https://blog.csdn.net/zhangjuke/article/details/17736303</link><guid>https://blog.csdn.net/zhangjuke/article/details/17736303</guid><author>zhangjuke</author><pubDate>Wed, 01 Jan 2014 19:25:10 +0800</pubDate><description><![CDATA[一、如果我们遇到下面情况，就需要单元测试：

测试代码没有很好地维护而废弃，再次需要测试时还需要重写； 投入太多的精力，找 bug，而新的代码仍然会出现类似 bug； 写完代码，心里没底，是否有大量 bug 等待自己； 新修改的代码不知道是否影响其他部分代码； 由于牵扯太多，导致不敢进行修改代码； 
……


二、C++单元测试工具选择
从 Java 的 JUnit 移植出 CppU]]></description><category></category></item><item><title><![CDATA[TRACE、TRACE0、TRACE1、TRACE2、TRACE3]]></title><link>https://blog.csdn.net/zhangjuke/article/details/11930587</link><guid>https://blog.csdn.net/zhangjuke/article/details/11930587</guid><author>zhangjuke</author><pubDate>Mon, 23 Sep 2013 14:50:53 +0800</pubDate><description><![CDATA[MFC中常见到以下代码段：

{
	TRACE0("未能创建菜单栏\n");
	return -1;      // 未能创建
}



TRACE为调试宏，仅在Debug模式下有效，调试运行时可在输出窗口打印调试信息。
定义位置：c:\Program Files\Microsoft Visual Studio 10.0\VC\atlmfc\include\afx.h

#inc]]></description><category></category></item></channel></rss>