<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/zengsai" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/zengsai" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 17 Jun 2009 18:45:00 GMT</lastBuildDate><title>红猎人技术博客--№曾赛№</title><description>“A呀，这是谁家的B孩子呀，光着C子站在D上，EF都没穿,还露着个小GG!&quot;</description><link>http://blog.csdn.net/zengsai/</link><item><title>软件设计的目标</title><link>http://blog.csdn.net/zengsai/archive/2009/06/17/4277342.aspx</link><wfw:comment>http://blog.csdn.net/zengsai/comments/4277342.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zengsai/comments/commentRss/4277342.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4277342</trackback:ping><description>为了克服“导致一个软件可维护性较低的四个原因”，我们要进行良好的软件设计，其目标是系统具有可扩展性、灵活性和可插入性。

&lt;img src =&quot;http://blog.csdn.net/zengsai/aggbug/4277342.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236674605/zengsai/csdn.net/s.gif?r=http://blog.csdn.net/zengsai/archive/2009/06/17/4277342.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zengsai/236674605/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zengsai/236674605/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 18 Jun 2009 02:45:00 +0800</pubDate><author>红猎人</author><comments>http://blog.csdn.net/zengsai/archive/2009/06/17/4277342.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zengsai/archive/2009/06/17/4277342.aspx</guid><dc:creator>红猎人</dc:creator><fs:srclink>http://blog.csdn.net/zengsai/archive/2009/06/17/4277342.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zengsai/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zengsai/~7404981/236674605/5514502</fs:itemid></item><item><title>导致一个软件可维护性较低的四个原因</title><link>http://blog.csdn.net/zengsai/archive/2009/06/17/4277302.aspx</link><wfw:comment>http://blog.csdn.net/zengsai/comments/4277302.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zengsai/comments/commentRss/4277302.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4277302</trackback:ping><description>&lt;br /&gt;导致一个软件可维护性较低，也就是说会随着性能要求的变化而“腐烂”的原因有四个：过于僵硬、过于脆弱、复用率低、耦合过高。&lt;br /&gt; 1、过于僵硬&lt;br /&gt;指很难在一个软件系统里加入新的功能。因为加入一个新功能不仅意味着建造一个独立的新模块，这个新模块还会影响到其它模块。&lt;br /&gt;这种设计上的不足，导致很难为一个软件加入新的功能，一个软件一旦写好，就不能加入新的功能，成为一个“僵死”的系统。&lt;br /&gt; 2、过于脆弱&lt;br /&gt;指在对代码进行修改时，一个地方的修改往往会导致看上去没有什么有关系的另一个地方发生故障。&lt;br /&gt;&lt;br /&gt; 3、复用率低&lt;br /&gt;指当程序员打算把原有的代码或模块用到新的模块中时，发现这不是一个容易的事，这些已有的代码依赖一大堆其它的东西，以至于很难将它们分开。&lt;br /&gt;&lt;br /&gt; 4、黏度过高&lt;br /&gt;这个原因我还没有理解，高价路过，请指教！&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/zengsai/aggbug/4277302.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236674606/zengsai/csdn.net/s.gif?r=http://blog.csdn.net/zengsai/archive/2009/06/17/4277302.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zengsai/236674606/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zengsai/236674606/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 18 Jun 2009 02:28:00 +0800</pubDate><author>红猎人</author><comments>http://blog.csdn.net/zengsai/archive/2009/06/17/4277302.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zengsai/archive/2009/06/17/4277302.aspx</guid><dc:creator>红猎人</dc:creator><fs:srclink>http://blog.csdn.net/zengsai/archive/2009/06/17/4277302.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zengsai/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zengsai/~7404981/236674606/5514502</fs:itemid></item><item><title>类图中的关系</title><link>http://blog.csdn.net/zengsai/archive/2009/06/17/4277081.aspx</link><wfw:comment>http://blog.csdn.net/zengsai/comments/4277081.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zengsai/comments/commentRss/4277081.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4277081</trackback:ping><description>&lt;br /&gt;&lt;br /&gt;类图中的关系有以下几种：一般化关系、关联关系、聚合关系、合成关系和依赖关系。&lt;br /&gt; 1、一般化关系&lt;br /&gt;表示类与类之间的继承关系、接口之间的继承关系或类与接口之间的继承关系。用空心三角箭头从子类指向父类。&lt;br /&gt; 2、关联关系&lt;br /&gt;让一个类可以知道另一个类的属性和方法。用单向箭头或双向箭头表示。它有两个特例：聚合关系和合成关系。&lt;br /&gt; 3、聚合关系&lt;br /&gt;是关联关系的一个特例，它表示类A由类B组成，但B不是它不可分割的部分。如美猴王与金箍棒。&lt;br /&gt; 4、合成关系&lt;br /&gt;是关联关系的一个特例，它表示类A由类B组成，且B是它不可分割的部分。如美猴王与它的四肢。&lt;br /&gt; 5、依赖关系&lt;br /&gt;表示一个类中用到了别的类。&lt;img src =&quot;http://blog.csdn.net/zengsai/aggbug/4277081.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236674607/zengsai/csdn.net/s.gif?r=http://blog.csdn.net/zengsai/archive/2009/06/17/4277081.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zengsai/236674607/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zengsai/236674607/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 18 Jun 2009 01:05:00 +0800</pubDate><author>红猎人</author><comments>http://blog.csdn.net/zengsai/archive/2009/06/17/4277081.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zengsai/archive/2009/06/17/4277081.aspx</guid><dc:creator>红猎人</dc:creator><fs:srclink>http://blog.csdn.net/zengsai/archive/2009/06/17/4277081.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zengsai/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zengsai/~7404981/236674607/5514502</fs:itemid></item><item><title>Netbeans 6.7 汉字显示问题解决方案</title><link>http://blog.csdn.net/zengsai/archive/2009/06/08/4251891.aspx</link><wfw:comment>http://blog.csdn.net/zengsai/comments/4251891.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zengsai/comments/commentRss/4251891.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4251891</trackback:ping><description>今天在 Windows 7 上安装了 Netbeans 6.7 RC 后，首先想到的就是换一种字体，没有想到一个老Bug又出现了，把字体换成 Courier New 后，汉字显示为方格，之前解决过这个问题，但是忘了，让我在网上找了两个小时才把它解决了。  方法：修改 jre/lib/fontconfig.properties 文件。  一般来说java开发人员都是安装了jdk 的，那么就会有两个 jre。   |—java    |       |—jdk 1.6.14    |       |      |—jre    |       |—jre  Netbeans 用的到底是哪个 jre？经过几番测试，得知 Netbeans 用的是 java/jdk 1.6.14/jre。  所以，应该修改这个目录下的 fontconfig.properties 文件才会有效。  打开 fontconfig.properties 我们发现，对于英文，monospaced默认就是映射为Courier New字体，但为什么在Java程序里（比如Netbeans）确不能显示呢？  原因：将\fontc&lt;img src =&quot;http://blog.csdn.net/zengsai/aggbug/4251891.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236674608/zengsai/csdn.net/s.gif?r=http://blog.csdn.net/zengsai/archive/2009/06/08/4251891.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zengsai/236674608/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zengsai/236674608/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 08 Jun 2009 15:51:00 +0800</pubDate><author>红猎人</author><comments>http://blog.csdn.net/zengsai/archive/2009/06/08/4251891.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zengsai/archive/2009/06/08/4251891.aspx</guid><dc:creator>红猎人</dc:creator><fs:srclink>http://blog.csdn.net/zengsai/archive/2009/06/08/4251891.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zengsai/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zengsai/~7404981/236674608/5514502</fs:itemid></item><item><title>[转载]java里抽象类和接口的区别</title><link>http://blog.csdn.net/zengsai/archive/2009/06/07/4249957.aspx</link><wfw:comment>http://blog.csdn.net/zengsai/comments/4249957.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zengsai/comments/commentRss/4249957.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4249957</trackback:ping><description>下面的这篇文章讲的十分透彻了，所以转载之   abstract class和interface是Java语言中对于抽象类定义进行支持的两种机制，正是由于这两种机制的存在，才赋予了Java强大的面向对象能力。abstract class和interface之间在对于抽象类定义的支持方面具有很大的相似性，甚至可以相互替换，因此很多开发者在进行抽象类定义时对于abstract class和interface的选择显得比较随意。其实，两者之间还是有很大的区别的，对于它们的选择甚至反映出对于问题领域本质的理解、对于设计意图的理解是否正确、合理。本文将对它们之间的区别进行一番剖析，试图给开发者提供一个在二者之间进行选择的依据。  理解抽象类  abstract class和interface在Java语言中都是用来进行抽象类（本文中的抽象类并非从abstract class翻译而来，它表示的是一个抽象体，而abstract class为Java语言中用于定义抽象类的一种方法，请读者注意区分）定义的，那么什么是抽象类，使用抽象类能为我们带来什么好处呢？  在面向对象的概念中，我们知道所有的对象都是通&lt;img src =&quot;http://blog.csdn.net/zengsai/aggbug/4249957.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236674609/zengsai/csdn.net/s.gif?r=http://blog.csdn.net/zengsai/archive/2009/06/07/4249957.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zengsai/236674609/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zengsai/236674609/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 07 Jun 2009 20:42:00 +0800</pubDate><author>红猎人</author><comments>http://blog.csdn.net/zengsai/archive/2009/06/07/4249957.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zengsai/archive/2009/06/07/4249957.aspx</guid><dc:creator>红猎人</dc:creator><fs:srclink>http://blog.csdn.net/zengsai/archive/2009/06/07/4249957.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zengsai/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zengsai/~7404981/236674609/5514502</fs:itemid></item><item><title>指针与引用做参数的不同</title><link>http://blog.csdn.net/zengsai/archive/2009/05/31/4229942.aspx</link><wfw:comment>http://blog.csdn.net/zengsai/comments/4229942.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/zengsai/comments/commentRss/4229942.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4229942</trackback:ping><description>指针和引用一直是学习C++时的一个难点，不知道什么时候应该用指针，什么时候应该用引用。下面是指针与引用做为函数时的不同，看了之后，也许上面的问题就不是问题了，呵呵。  1.两者都可以不用复制变元而提高效率，但是指针的传递实际上是复制了指针的，而引用没有复制。  2.虽然两者都可以改变变元的值。但是如果函数参数是指针那就是明显暗示传入的值可能被改变，而传引用没有这个暗示。  3.指针参数可以接收空值，而引用必须要指向一个值。  4.没有被声明为const的引用不能传递常量，因为编译器不允许创建对常量的引用。  5.指针需要解除引用才能获得或操作它指向的变量值，而引用不需要这一步。  终上，我得出以下什么时候用引用，什么时候用指针的规则，如果不对，请大牛们指正：  1.为了获得高性能时使用指针和引用参数。  2.如果要改变变元的值就用指针做参数，不就用引用做参数，并加上const修饰。&lt;img src =&quot;http://blog.csdn.net/zengsai/aggbug/4229942.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236674610/zengsai/csdn.net/s.gif?r=http://blog.csdn.net/zengsai/archive/2009/05/31/4229942.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zengsai/236674610/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zengsai/236674610/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 01 Jun 2009 06:59:00 +0800</pubDate><author>红猎人</author><comments>http://blog.csdn.net/zengsai/archive/2009/05/31/4229942.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zengsai/archive/2009/05/31/4229942.aspx</guid><dc:creator>红猎人</dc:creator><fs:srclink>http://blog.csdn.net/zengsai/archive/2009/05/31/4229942.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zengsai/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zengsai/~7404981/236674610/5514502</fs:itemid></item><item><title>ifstream 没有 ios::nocreate 属性</title><link>http://blog.csdn.net/zengsai/archive/2009/05/29/4224156.aspx</link><wfw:comment>http://blog.csdn.net/zengsai/comments/4224156.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zengsai/comments/commentRss/4224156.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4224156</trackback:ping><description>今天在 vs2008 中运行一个小程序的时候，发现了一个小问题，ifstream 的 open 函数中不能用 ios::nocreate 属性。详细见代码：  #include 
#include 
#include 

int main()
{
	using namespace std;
	
	ifstream inFile;

	inFile.open(&quot;my.dat&quot;,ios::in | ios::nocreate);
	if(!inFile)
	{
		cerr 
#include 
#include 

int main()
{
	using namespace std;

	ifstream inFile;

	inFile.open(&quot;my.dat&quot;,ios::in);
	if(!inFile)
	{
		cerr &lt;img src =&quot;http://blog.csdn.net/zengsai/aggbug/4224156.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236674611/zengsai/csdn.net/s.gif?r=http://blog.csdn.net/zengsai/archive/2009/05/29/4224156.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zengsai/236674611/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zengsai/236674611/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 29 May 2009 15:28:00 +0800</pubDate><author>红猎人</author><comments>http://blog.csdn.net/zengsai/archive/2009/05/29/4224156.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zengsai/archive/2009/05/29/4224156.aspx</guid><dc:creator>红猎人</dc:creator><fs:srclink>http://blog.csdn.net/zengsai/archive/2009/05/29/4224156.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zengsai/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zengsai/~7404981/236674611/5514502</fs:itemid></item><item><title>C++ 控制台无法输入字符串</title><link>http://blog.csdn.net/zengsai/archive/2009/05/27/4220680.aspx</link><wfw:comment>http://blog.csdn.net/zengsai/comments/4220680.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zengsai/comments/commentRss/4220680.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4220680</trackback:ping><description>今天抱着试试的心态参加学校“ACM”预先赛，想着要用前几天刚学的C++试试，没想到却让一个小问题把我给卡住了，三道题只做出了一道，其它两道不是算法不知道，而是编程语言不熟悉导致的，觉得好可惜！&lt;img src =&quot;http://blog.csdn.net/zengsai/aggbug/4220680.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236674612/zengsai/csdn.net/s.gif?r=http://blog.csdn.net/zengsai/archive/2009/05/27/4220680.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zengsai/236674612/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zengsai/236674612/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 27 May 2009 23:45:00 +0800</pubDate><author>红猎人</author><comments>http://blog.csdn.net/zengsai/archive/2009/05/27/4220680.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zengsai/archive/2009/05/27/4220680.aspx</guid><dc:creator>红猎人</dc:creator><fs:srclink>http://blog.csdn.net/zengsai/archive/2009/05/27/4220680.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zengsai/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zengsai/~7404981/236674612/5514502</fs:itemid></item><item><title>IT专家网被黑了</title><link>http://blog.csdn.net/zengsai/archive/2009/03/05/3958952.aspx</link><wfw:comment>http://blog.csdn.net/zengsai/comments/3958952.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zengsai/comments/commentRss/3958952.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3958952</trackback:ping><description>今天上网，突然发现了不正常的状况！IT专家网 疑似被黑：&lt;img src =&quot;http://blog.csdn.net/zengsai/aggbug/3958952.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zengsai/236674613/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zengsai/236674613/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 05 Mar 2009 18:52:00 +0800</pubDate><author>中国.红猎人</author><comments>http://blog.csdn.net/zengsai/archive/2009/03/05/3958952.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zengsai/archive/2009/03/05/3958952.aspx</guid><dc:creator>中国.红猎人</dc:creator><fs:srclink>http://blog.csdn.net/zengsai/archive/2009/03/05/3958952.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zengsai/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zengsai/~7404981/236674613/5514502</fs:itemid></item><item><title>“山空水尽疑无路，柳暗花明又一村？”</title><link>http://blog.csdn.net/zengsai/archive/2008/11/13/3289508.aspx</link><wfw:comment>http://blog.csdn.net/zengsai/comments/3289508.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zengsai/comments/commentRss/3289508.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3289508</trackback:ping><description>   “山空水尽疑无路，柳暗花明又一村？”     在这句话的后面加个问号，最能表达我的心情，昨天很苦恼的事情，今天在很多热心人的帮助下有了转机，刚好今天考试组织方来了人（性格很好，人也很漂亮），主任就叫我去和他们详细谈了自己的情况，她觉得我的情况还是比较特殊的，于是马上联系了总部，但是还得等待考试组织方的回复。看是否能参加这一次的考试，不行的话，就下次和补考的人一起考，      “那我算补考吗？”     “不是！”      呵呵……我就高兴了一点了。      觉得如果没有办法避免发生的事（就像我没有办法交清学费一样），如果发生了，也要努力寻找解决的办法，总有热心的人会帮你渡过难关！     谢谢所有帮助过我的人和关心我的人！     高兴过后又有点担忧了，接下来还有好多事要做，有两个项目还在手上，一个有报酬有个没有。还得赶工，我有没有时间准备考试呢？      机会难得就要争取一次过！可能要浪费点电了，呵呵……&lt;img src =&quot;http://blog.csdn.net/zengsai/aggbug/3289508.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/zengsai/236674614/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/zengsai/236674614/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 13 Nov 2008 19:13:00 +0800</pubDate><author>中国.红猎人</author><comments>http://blog.csdn.net/zengsai/archive/2008/11/13/3289508.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zengsai/archive/2008/11/13/3289508.aspx</guid><dc:creator>中国.红猎人</dc:creator><fs:srclink>http://blog.csdn.net/zengsai/archive/2008/11/13/3289508.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zengsai/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zengsai/~7404981/236674614/5514502</fs:itemid></item></channel></rss>