<?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/twoball" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/twoball" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 13 May 2008 17:44:00 GMT</lastBuildDate><title>上帝.我.PHP.以及C++</title><description>耿鸿豪的技术人生</description><link>http://blog.csdn.net/twoball/</link><item><title>javascript</title><link>http://blog.csdn.net/twoball/archive/2008/05/13/2442534.aspx</link><wfw:comment>http://blog.csdn.net/twoball/comments/2442534.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/twoball/comments/commentRss/2442534.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2442534</trackback:ping><description>&amp;lt;html&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;testjs&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&lt;br /&gt;function fnViewLabel(obj) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var oDiv1 = document.getElementById(&quot;div1&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var oDiv2 = document.getElementById(&quot;div2&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var oDiv3 = document.getElementById(&quot;div3&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var oDiv4 = document.getElementById(&quot;div4&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; switch (obj) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbs&lt;img src =&quot;http://blog.csdn.net/twoball/aggbug/2442534.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 14 May 2008 01:44:00 +0800</pubDate><author>雪悟（帅的不能再输啦）</author><comments>http://blog.csdn.net/twoball/archive/2008/05/13/2442534.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/twoball/archive/2008/05/13/2442534.aspx</guid><dc:creator>雪悟（帅的不能再输啦）</dc:creator></item><item><title>VIM解答</title><link>http://blog.csdn.net/twoball/archive/2007/12/18/1947028.aspx</link><wfw:comment>http://blog.csdn.net/twoball/comments/1947028.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/twoball/comments/commentRss/1947028.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1947028</trackback:ping><description>http://edyfox.codecarver.org/html/_vimrc_for_beginners.html
http://python.cn/pipermail/python-chinese/2005-August/014449.html
http://419labs.googlepages.com/vimsmth.html
python的mode
http://www.vim.org/scrīpts/scrīpt.php?scrīpt_id=30
拷贝到ftplugins文件夹下(有可能覆盖原文件，不过原文件好像没太大用)

tab(list)使用技巧
https://dream4ever.org/showthread.php?t=133112

1.设定tab的位置

:set tabstop=4

2.输入tab时自动将其转化为空格

:set expandtab

如果此时需要输入真正的tab，则输入Ctrl+V, tab，在windows下是Ctrl+Q, tab

3.将已存在的tab都转化为空格

:retab

&lt;img src =&quot;http://blog.csdn.net/twoball/aggbug/1947028.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 18 Dec 2007 23:57:00 +0800</pubDate><author>雪悟（帅的不能再输啦）</author><comments>http://blog.csdn.net/twoball/archive/2007/12/18/1947028.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/twoball/archive/2007/12/18/1947028.aspx</guid><dc:creator>雪悟（帅的不能再输啦）</dc:creator></item><item><title>透视MySQL数据库之更新语句</title><link>http://blog.csdn.net/twoball/archive/2007/12/16/1942647.aspx</link><wfw:comment>http://blog.csdn.net/twoball/comments/1942647.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/twoball/comments/commentRss/1942647.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1942647</trackback:ping><description>引:用于操作数据库的SQL一般分为两种，一种是查询语句，也就是我们所说的SELECT语句，另外一种就是更新语句，也叫做数据操作语句。言外之意，就是对数据进行修改。在标准的SQL中有3个语句，它们是INSERT、UPDATE以及DELETE。&lt;img src =&quot;http://blog.csdn.net/twoball/aggbug/1942647.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 17 Dec 2007 06:32:00 +0800</pubDate><author>雪悟（帅的不能再输啦）</author><comments>http://blog.csdn.net/twoball/archive/2007/12/16/1942647.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/twoball/archive/2007/12/16/1942647.aspx</guid><dc:creator>雪悟（帅的不能再输啦）</dc:creator></item><item><title>利用javascript判断浏览器是否已经安装ActiveX控件和是否禁止运行ActiveX控件</title><link>http://blog.csdn.net/twoball/archive/2007/11/29/1907224.aspx</link><wfw:comment>http://blog.csdn.net/twoball/comments/1907224.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/twoball/comments/commentRss/1907224.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1907224</trackback:ping><description>利用javascript判断浏览器是否已经安装ActiveX控件和是否禁止运行ActiveX控件 &lt;img src =&quot;http://blog.csdn.net/twoball/aggbug/1907224.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 29 Nov 2007 23:18:00 +0800</pubDate><author>雪悟（帅的不能再输啦）</author><comments>http://blog.csdn.net/twoball/archive/2007/11/29/1907224.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/twoball/archive/2007/11/29/1907224.aspx</guid><dc:creator>雪悟（帅的不能再输啦）</dc:creator></item><item><title>vim，让PHP高亮显示！</title><link>http://blog.csdn.net/twoball/archive/2007/09/04/1772479.aspx</link><wfw:comment>http://blog.csdn.net/twoball/comments/1772479.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/twoball/comments/commentRss/1772479.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1772479</trackback:ping><description>:syntax enable
:source $VIMRUNTIME/syntax/php.vim&lt;img src =&quot;http://blog.csdn.net/twoball/aggbug/1772479.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 05 Sep 2007 07:46:00 +0800</pubDate><author>雪悟（帅的不能再输啦）</author><comments>http://blog.csdn.net/twoball/archive/2007/09/04/1772479.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/twoball/archive/2007/09/04/1772479.aspx</guid><dc:creator>雪悟（帅的不能再输啦）</dc:creator></item><item><title>vim中文乱码问题</title><link>http://blog.csdn.net/twoball/archive/2007/09/04/1772453.aspx</link><wfw:comment>http://blog.csdn.net/twoball/comments/1772453.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/twoball/comments/commentRss/1772453.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1772453</trackback:ping><description>用户目录下创建.vimrc文件
加入
set fileencodings=utf-8,gb2312,gbk,gb18030
set termencoding=utf-8
set fileformats=unix
set encoding=prc&lt;img src =&quot;http://blog.csdn.net/twoball/aggbug/1772453.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 05 Sep 2007 07:22:00 +0800</pubDate><author>雪悟（帅的不能再输啦）（谢谢）</author><comments>http://blog.csdn.net/twoball/archive/2007/09/04/1772453.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/twoball/archive/2007/09/04/1772453.aspx</guid><dc:creator>雪悟（帅的不能再输啦）（谢谢）</dc:creator></item><item><title>删除顽固的重复MYSQL及其它使用技巧（不断更新）</title><link>http://blog.csdn.net/twoball/archive/2007/04/21/1573387.aspx</link><wfw:comment>http://blog.csdn.net/twoball/comments/1573387.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/twoball/comments/commentRss/1573387.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1573387</trackback:ping><description>在LINUX系统中MYSQL重复安装了两次，且都安装成功，更要命的是安装的是同一个版本删除方法如下：rpm -qa |grep mysql.&lt;img src =&quot;http://blog.csdn.net/twoball/aggbug/1573387.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 21 Apr 2007 09:17:00 +0800</pubDate><author>雪悟（帅的不能再输啦）（谢谢）</author><comments>http://blog.csdn.net/twoball/archive/2007/04/21/1573387.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/twoball/archive/2007/04/21/1573387.aspx</guid><dc:creator>雪悟（帅的不能再输啦）（谢谢）</dc:creator></item><item><title>PHP缓存技术介绍！</title><link>http://blog.csdn.net/twoball/archive/2007/04/19/1571280.aspx</link><wfw:comment>http://blog.csdn.net/twoball/comments/1571280.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/twoball/comments/commentRss/1571280.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1571280</trackback:ping><description>很多PHP程序员都使用Adodb Smarty这样的黄金搭档，那么就先看看如何使用它们的缓存功能。&lt;img src =&quot;http://blog.csdn.net/twoball/aggbug/1571280.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 20 Apr 2007 05:08:00 +0800</pubDate><author>TwoBall</author><comments>http://blog.csdn.net/twoball/archive/2007/04/19/1571280.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/twoball/archive/2007/04/19/1571280.aspx</guid><dc:creator>TwoBall</dc:creator></item><item><title>关与自己的一点声明！</title><link>http://blog.csdn.net/twoball/archive/2007/04/03/1551163.aspx</link><wfw:comment>http://blog.csdn.net/twoball/comments/1551163.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/twoball/comments/commentRss/1551163.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1551163</trackback:ping><description>关与自己的一点声明！&lt;img src =&quot;http://blog.csdn.net/twoball/aggbug/1551163.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 04 Apr 2007 07:13:00 +0800</pubDate><author>TwoBall</author><comments>http://blog.csdn.net/twoball/archive/2007/04/03/1551163.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/twoball/archive/2007/04/03/1551163.aspx</guid><dc:creator>TwoBall</dc:creator></item><item><title>PHP程序员必备的7大巫术</title><link>http://blog.csdn.net/twoball/archive/2007/03/13/1527936.aspx</link><wfw:comment>http://blog.csdn.net/twoball/comments/1527936.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/twoball/comments/commentRss/1527936.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1527936</trackback:ping><description>1,理财术.
2,遗忘术.
3,喜悦术.
4,冷静术.
5.阅术.
6.平术.
7.黑白术.
附,程序员的四大理想:
两辆汽车房两套,
四大电信我都要.
天上天天掉钞票,
媳妇明天来报道.
本文原创,拒绝抄袭,谢谢合作.&lt;img src =&quot;http://blog.csdn.net/twoball/aggbug/1527936.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 13 Mar 2007 22:44:00 +0800</pubDate><author>TwoBall</author><comments>http://blog.csdn.net/twoball/archive/2007/03/13/1527936.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/twoball/archive/2007/03/13/1527936.aspx</guid><dc:creator>TwoBall</dc:creator></item></channel></rss>