<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_I love I think</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/5316/rss</id><updated>2007-10-02T14:46:15Z</updated><author><name>I love I think</name><uri>http://www.cnblogs.com/sirsunny/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sirsunny/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/5316/rss"/><entry><id>http://www.cnblogs.com/sirsunny/archive/2007/10/02/913172.html</id><title type="text">《陆奥圆明拳》</title><summary type="text">非常非常之偶然，在VeryCD上闲逛的时候发现了一直寻找的全套《修罗之门》，不过在我的记忆中这套漫画书的名字叫做《陆奥圆明拳》。记得还是上初中的时候看的，那是圣斗士和北斗神拳盛行的年代。不幸的是当时只看了四本，也许是因为不畅销的缘故，我家附近的小店铺只进了这四本，更为不幸的是这个唯一的小书铺很快也关门了。遍寻不得，只能放弃，一直觉得很遗憾。 电骡的进度条在一点一点的前进，互联网真是神奇，也许这一次...</summary><published>2007-10-02T14:43:00Z</published><updated>2007-10-02T14:43:00Z</updated><author><name>I love I think</name><uri>http://www.cnblogs.com/sirsunny/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sirsunny/archive/2007/10/02/913172.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sirsunny/archive/2007/10/02/913172.html"/></entry><entry><id>http://www.cnblogs.com/sirsunny/archive/2007/09/16/894784.html</id><title type="text">关于维基百科你不知道的十件事（全文转帖）</title><summary type="text">關於維基百科你不知道的十件事是專門讓那些缺乏維基百科經驗的人，如記者、新編輯者或新讀者，能夠對維基百科有一些較深入的認知。這些內容並不會帶給那些已經很有經驗的維基百科編輯者什麼耳目一新的地方，但是我們希望它可以幫助世界上其他人對我們的工作能有更清楚的了解。更多資訊可以參考Wikipedia:關於。 我們不供出售。 如果你正在期待維基百科會被你身邊友善的網路巨人併購的話，您可能會大失所望。維基百科是...</summary><published>2007-09-16T07:43:00Z</published><updated>2007-09-16T07:43:00Z</updated><author><name>I love I think</name><uri>http://www.cnblogs.com/sirsunny/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sirsunny/archive/2007/09/16/894784.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sirsunny/archive/2007/09/16/894784.html"/></entry><entry><id>http://www.cnblogs.com/sirsunny/archive/2005/08/11/212541.html</id><title type="text">Tomcat 配置集锦</title><summary type="text">1.下载http://www.eu.apache.org/dist/jakarta/tomcat-5/ 这里注意，在jakarta-tomcat-5.0.28.exe以前是有默认的admin模块，在jakarta-tomcat-5.5.9.exe则没有安装默认的admin模块，这时http://127.0.0.1:8080/admin打开时则会出现 Tomcat's administration ...</summary><published>2005-08-11T06:30:00Z</published><updated>2005-08-11T06:30:00Z</updated><author><name>I love I think</name><uri>http://www.cnblogs.com/sirsunny/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sirsunny/archive/2005/08/11/212541.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sirsunny/archive/2005/08/11/212541.html"/></entry><entry><id>http://www.cnblogs.com/sirsunny/archive/2005/07/21/197443.html</id><title type="text">eclipse+tomcat</title><summary type="text">1、 java环境安装：　　这里使用的是jdk1.4.1（jdk1.4.2也可以），这个可以到sun公司的网站去下载； 　　2、 tomcat环境安装：　　tomcat的版本是4.1的，安装版或是解压版都是可以的；　　3、 eclipse 3 安装：　　可以去下列地址下载http://www.eclipse.org/downloads/index.php　　我下载的是 3.1M4 版本，这个版本应...</summary><published>2005-07-21T08:07:00Z</published><updated>2005-07-21T08:07:00Z</updated><author><name>I love I think</name><uri>http://www.cnblogs.com/sirsunny/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sirsunny/archive/2005/07/21/197443.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sirsunny/archive/2005/07/21/197443.html"/></entry><entry><id>http://www.cnblogs.com/sirsunny/archive/2005/06/25/180898.html</id><title type="text">python的对象与名字绑定（转贴，此文甚好）</title><summary type="text">i = 1 这是一个再简单不过的赋值语句，即便是才开始学习编程的新手也能脱口而出它的含义 -- “设置变量i的值为1”。i = 2 “将变量i的值改为2”，当看到接下来这行代码时，你脑海中肯定会立即浮现这样的念头。 这难道会有问题嘛？这简简单单的一行赋值语句其实包含了python中的三个重要概念：名字、绑定和对象。python对赋值语句作出了自己的定义： “符值语句是用来将名字绑定（或重新绑定）到...</summary><published>2005-06-25T02:41:00Z</published><updated>2005-06-25T02:41:00Z</updated><author><name>I love I think</name><uri>http://www.cnblogs.com/sirsunny/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sirsunny/archive/2005/06/25/180898.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sirsunny/archive/2005/06/25/180898.html"/></entry><entry><id>http://www.cnblogs.com/sirsunny/archive/2005/06/07/169187.html</id><title type="text">孙悟空的师父是谁? (ZT)</title><summary type="text">猜测之一 　　　　孙悟空是只石猴，很多年后有人说他是这本书的真正主角，其实这是不恰当的，他只是“第一主角”。因为西游的队伍里每个人都是主角，包括龙马。 　　　　 　　　　孙悟空是天产石猴，生于花果山水帘洞，得育明师。修成大道。降龙伏虎强销死籍。一根如意金箍棒，横扫天上地下，高傲刚强，生平从不服人。 　　　　他受业的师父，是一个叫菩提老祖的人。 　　　　我在很久以前写过东西论述过天地五仙的级别和差别...</summary><published>2005-06-06T16:58:00Z</published><updated>2005-06-06T16:58:00Z</updated><author><name>I love I think</name><uri>http://www.cnblogs.com/sirsunny/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sirsunny/archive/2005/06/07/169187.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sirsunny/archive/2005/06/07/169187.html"/></entry><entry><id>http://www.cnblogs.com/sirsunny/archive/2005/05/05/149804.html</id><title type="text">立此存照：杨振宁 VS 邓稼先 （转贴）</title><summary type="text">扬振宁和邓稼先是同乡，初中同学，西南联大同学，一起坐船去美国留学。后来两人有着完全不通的价值取向，走上了完全不通的道路！扬振宁留在美国繁华世界，靠获得诺贝儿奖，出尽风头，晚年还不甘寂寞！邓稼先当年毅然回国，为中华民族的两弹一星做出了杰出的贡献！可惜的是由于当年的科研试验条件有限，人身防护条件简陋，邓稼先由于核辐射过多，身患癌症，英年早逝，实为国家民族之大殇！但历史不会忘记，人民不会忘记，从历史和国...</summary><published>2005-05-05T13:57:00Z</published><updated>2005-05-05T13:57:00Z</updated><author><name>I love I think</name><uri>http://www.cnblogs.com/sirsunny/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sirsunny/archive/2005/05/05/149804.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sirsunny/archive/2005/05/05/149804.html"/></entry><entry><id>http://www.cnblogs.com/sirsunny/archive/2005/04/15/138608.html</id><title type="text">单引号、双引号和三双引号的区别</title><summary type="text">先说1双引号与3个双引号的区别，双引号所表示的字符串通常要写成一行如：s1 = "hello,world"如果要写成多行，那么就要使用\ (“连行符”)吧，如s2 = "hello,\world"s2与s1是一样的。如果你用3个双引号的话，就可以直接写了，如下：s3 = """hello,world,hahaha."""，那么s3实际上就是"hello,\nworld,\nhahaha.", 注意...</summary><published>2005-04-15T15:26:00Z</published><updated>2005-04-15T15:26:00Z</updated><author><name>I love I think</name><uri>http://www.cnblogs.com/sirsunny/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sirsunny/archive/2005/04/15/138608.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sirsunny/archive/2005/04/15/138608.html"/></entry><entry><id>http://www.cnblogs.com/sirsunny/archive/2005/04/05/132205.html</id><title type="text">这几天一直在看Latex，试着排版了一份试卷。</title><summary type="text">学会了不少东西，虽然用它排出来的东西确实漂亮，但是感觉这个东西学起来绝对不是一般地麻烦。</summary><published>2005-04-04T17:08:00Z</published><updated>2005-04-04T17:08:00Z</updated><author><name>I love I think</name><uri>http://www.cnblogs.com/sirsunny/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sirsunny/archive/2005/04/05/132205.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sirsunny/archive/2005/04/05/132205.html"/></entry><entry><id>http://www.cnblogs.com/sirsunny/archive/2005/03/04/113104.html</id><title type="text">开机即打开Numlock</title><summary type="text">/etc/init.d/bootmisc.sh#SettingNumlockOnecho"SettingNumlockOn"forttyin/dev/tty[1-6]do/usr/bin/setleds-D+num&amp;lt;$ttydone</summary><published>2005-03-04T09:52:00Z</published><updated>2005-03-04T09:52:00Z</updated><author><name>I love I think</name><uri>http://www.cnblogs.com/sirsunny/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sirsunny/archive/2005/03/04/113104.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sirsunny/archive/2005/03/04/113104.html"/></entry></feed>
