<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_飞龙在天</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/12659/rss</id><updated>2007-12-08T17:39:46Z</updated><author><name>飞龙在天</name><uri>http://www.cnblogs.com/foxlee/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/foxlee/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/12659/rss"/><entry><id>http://www.cnblogs.com/foxlee/archive/2007/12/09/988172.html</id><title type="text">两年没来打理这里了</title><summary type="text">。。。。</summary><published>2007-12-08T17:40:00Z</published><updated>2007-12-08T17:40:00Z</updated><author><name>飞龙在天</name><uri>http://www.cnblogs.com/foxlee/</uri></author><link rel="alternate" href="http://www.cnblogs.com/foxlee/archive/2007/12/09/988172.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/foxlee/archive/2007/12/09/988172.html"/></entry><entry><id>http://www.cnblogs.com/foxlee/archive/2006/01/27/323932.html</id><title type="text">IP碎片攻击详解 [转]</title><summary type="text">本文简单介绍了IP分片原理，并结合Snort抓包结果详细分析常见IP碎片攻击的原理和特征，最后对阻止IP碎片攻击给出一些建议。希望对加深理解IP协议和一些DoS攻击手段有所帮助。 　　1. 为什么存在IP碎片 　　链路层具有最大传输单元MTU这个特性，它限制了数据帧的最大长度，不同的网络类型都有一个上限值。以太网的MTU是1500，你可以用 netstat -i 命令查看这个值。如果IP层有数据包...</summary><published>2006-01-27T14:37:00Z</published><updated>2006-01-27T14:37:00Z</updated><author><name>飞龙在天</name><uri>http://www.cnblogs.com/foxlee/</uri></author><link rel="alternate" href="http://www.cnblogs.com/foxlee/archive/2006/01/27/323932.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/foxlee/archive/2006/01/27/323932.html"/></entry><entry><id>http://www.cnblogs.com/foxlee/archive/2005/08/19/218683.html</id><title type="text">笑话-1</title><summary type="text">打架 在公车後座坐了一排建中的学生在聊天。车开到景美时，上来一个北&amp;shy;一女的学生和她弟弟。车开到新店时，北一女的弟弟看见车外有两只&amp;shy;狗在交配，弟弟就仰起头来问身旁的姐姐：「它们在做什么，姐姐？&amp;shy;」 　　身为淑女姐姐当然不好意思说它们在ＸＸ以免教坏小孩，只好跟弟弟&amp;shy;说：「它们在打架啦！」 　　结果，这些话被坐在最后座的那群建中的听到了，并笑成一团。这时&amp;shy;，北一女...</summary><published>2005-08-19T09:43:00Z</published><updated>2005-08-19T09:43:00Z</updated><author><name>飞龙在天</name><uri>http://www.cnblogs.com/foxlee/</uri></author><link rel="alternate" href="http://www.cnblogs.com/foxlee/archive/2005/08/19/218683.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/foxlee/archive/2005/08/19/218683.html"/></entry><entry><id>http://www.cnblogs.com/foxlee/archive/2005/08/02/205566.html</id><title type="text">指针与引用的区别</title><summary type="text">指针与引用看上去完全不同（指针用操作符&amp;#8220;*&amp;#8221;和&amp;#8220;-&amp;gt;&amp;#8221;，引用使用操作符&amp;#8220;. &amp;#8221;），但是它们似乎有相同的功能。指针与引用都是让你间接引用其他对象。你如何决定在什么时候使用指针，在什么时候使用引用呢？首先，要认识到在任何情况下都不能使用指向空值的引用。一个引用必须总是指向某些对象。因此如果你使用一个变量并让它指向一个对象，但...</summary><published>2005-08-02T05:59:00Z</published><updated>2005-08-02T05:59:00Z</updated><author><name>飞龙在天</name><uri>http://www.cnblogs.com/foxlee/</uri></author><link rel="alternate" href="http://www.cnblogs.com/foxlee/archive/2005/08/02/205566.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/foxlee/archive/2005/08/02/205566.html"/></entry><entry><id>http://www.cnblogs.com/foxlee/archive/2005/07/21/197674.html</id><title type="text">理解临时对象的来源</title><summary type="text">当程序员之间进行交谈时，他们经常把仅仅需要一小段时间的变量称为临时变量。例如在下面这段swap(交换)例程里： template&amp;lt;class T&amp;gt;void swap(T&amp;amp; object1, T&amp;amp; object2){ T temp = object1; object1 = object2; object2 = temp;} 通常把temp叫做临时变量。不过就C++而言，t...</summary><published>2005-07-21T14:17:00Z</published><updated>2005-07-21T14:17:00Z</updated><author><name>飞龙在天</name><uri>http://www.cnblogs.com/foxlee/</uri></author><link rel="alternate" href="http://www.cnblogs.com/foxlee/archive/2005/07/21/197674.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/foxlee/archive/2005/07/21/197674.html"/></entry></feed>
