<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>卜卜堂 &#187; 代码脚本</title>
	<atom:link href="http://blog.bubutang.com/post/category/codescript/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.bubutang.com</link>
	<description>谨慎比大胆要有力量得多</description>
	<lastBuildDate>Tue, 20 Apr 2010 01:41:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>放弃Feedsky无缝转到Feedburner</title>
		<link>http://blog.bubutang.com/post/337.html</link>
		<comments>http://blog.bubutang.com/post/337.html#comments</comments>
		<pubDate>Mon, 15 Mar 2010 14:41:25 +0000</pubDate>
		<dc:creator>阿东</dc:creator>
				<category><![CDATA[代码脚本]]></category>
		<category><![CDATA[Feed]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[Feedsky]]></category>
		<category><![CDATA[域名]]></category>
		<category><![CDATA[转向]]></category>

		<guid isPermaLink="false">http://blog.bubutang.com/post/337.html</guid>
		<description><![CDATA[以前feed托管是在feedburner，有一段时间feedburner被封了，所以把feed转到feedsky，而且绑定了域名feed.bubutang.com。最近feedsky好像没什么动静，更新也很慢，所以索性把feed转回feedburner了，feedburner也支... <p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/337.html">放弃Feedsky无缝转到Feedburner</a></p>
]]></description>
			<content:encoded><![CDATA[<p>以前feed托管是在feedburner，有一段时间feedburner被封了，所以把feed转到feedsky，而且绑定了域名feed.bubutang.com。最近feedsky好像没什么动静，更新也很慢，所以索性把feed转回feedburner了，feedburner也支持域名绑定，可惜和feedsky的不一样，只是绑定到feedburner的主页，如果要访问feed还要在后面加个小尾巴，只好用其他办法了，只能用302转向了，我的实现方法是这样的：</p>
<ol>
<li>绑定了二级域名feed.bubutang.com到虚拟主机</li>
<li>在主机根目录建立.htaccess文件，文件内容如下：</li>
</ol>
<blockquote><p>&lt;IfModule mod_rewrite.c&gt; <br />RewriteEngine On <br />RewriteCond %{HTTP_USER_AGENT} !^.*(feedburner|feedvalidator) [NC] <br />RewriteRule ^(.*)$ http://feeds.feedburner.com/bubutang? [L,NC,R=302] <br />&lt;/IfModule&gt;</p>
</blockquote>
<p>这样以后访问feed.bubutang.com，就会转到feeds.feedburner.com/bubutang了。 </p>
<p>本站feed地址：<a href="http://feed.bubutang.com">http://feed.bubutang.com</a></p>
<p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/337.html">放弃Feedsky无缝转到Feedburner</a></p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li>三月 19, 2009 -- <a href="http://blog.bubutang.com/post/293.html" title="开了一个新BLOG|猫爪-猫猫精选">开了一个新BLOG|猫爪-猫猫精选</a> (0)</li><li>四月 5, 2008 -- <a href="http://blog.bubutang.com/post/215.html" title="几个提高阅读数的方法">几个提高阅读数的方法</a> (0)</li><li>五月 14, 2008 -- <a href="http://blog.bubutang.com/post/233.html" title="除了祈福，我们还能做什么？">除了祈福，我们还能做什么？</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.bubutang.com/post/337.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PyFetion 0.2发布</title>
		<link>http://blog.bubutang.com/post/329.html</link>
		<comments>http://blog.bubutang.com/post/329.html#comments</comments>
		<pubDate>Sun, 13 Dec 2009 14:06:45 +0000</pubDate>
		<dc:creator>阿东</dc:creator>
				<category><![CDATA[代码脚本]]></category>
		<category><![CDATA[开发]]></category>
		<category><![CDATA[PyFetion]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[飞信]]></category>

		<guid isPermaLink="false">http://blog.bubutang.com/post/329.html</guid>
		<description><![CDATA[PyFetion新版本发布，协议根据移动09.11.04的飞信版本：Fetion2008 3.5.2(安全加强版) 更新内容包含： 增加查看飞信好友是否隐身功能 增加登录时状态的选择[隐身 在线 忙碌 离开] 日志改用Python的logg... <p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/329.html">PyFetion 0.2发布</a></p>
]]></description>
			<content:encoded><![CDATA[<p>PyFetion新版本发布，协议根据移动09.11.04的飞信版本：Fetion2008 3.5.2(安全加强版)</p>
<p>更新内容包含：</p>
<ol>
<blockquote>
<li>增加查看飞信好友是否隐身功能 </li>
<li>增加登录时状态的选择[隐身 在线 忙碌 离开] </li>
<li>日志改用Python的logging模块 </li>
<li>增加对好友状态改变的处理( 如上线等) </li>
<li>重写TCP方式中的底层通信函数 </li>
<li>使用对列保存接收到的多余消息( 例如发短信时本来应该返回200 OK 却先来了个BN通知消息，以前这样会出错，现在底层会把BN消息放在队列中，返回200 OK) </li>
<li>修改了一些异常处理方式 </li>
<li>增加登出，删除好友函数 </li>
<li>改写get_contactlist函数，使用一个dict保存当前的好友列表 </li>
<li>增加一个receive函数 做客户端的时候可以在一个线程中主调用该函数，所有的消息都会yield出来(请参考fetion.py) </li>
<li>修正向PC发送消息的命令，飞信新增加了一个CatMsg的命令 </li>
<li>增加接收从最新版本PC端发送的消息功能;这个比较麻烦新版本飞信对每一个新会话使用fork出一个线程的方式;<br />
<blockquote>John先给服务器说我要开个新会话，服务应答一个消息说，你去这个IP吧，带着这个密钥 于是John就连到了这个IP，并使用这个密钥登录，接着发一个包含Bob的uri的邀请命令; 服务器把这个通知(包含IP 密钥和邀请者John的uri)给Bob，Bob收到服务器的通知后也用同样的密钥登录该IP 这时John收到Bob进入会话的消息，他就开始正式发消息了</p></blockquote>
</li>
<li>许多清理了修正 </li>
<li>调整类的结构 </li>
<li>改用MIT License</li>
</blockquote>
<blockquote><li>增加了一个CLI的飞信客户端 跨平台支持</li>
</blockquote>
<blockquote><li>Fedora8 Python2.5。1测试;Windowx XP Python2.6.4测试;Win7 Python2.6.2测试 </li>
<li>我忘记在这里列出来的</li>
</blockquote>
</ol>
<p>fetion.py一个CLI的飞信客户端</p>
<ol>
<blockquote>
<li>多线程支持，同时收发消息 </li>
<li>添加，删除，好友，判断好友是否隐身功能 </li>
<li>占用资源少，我正写这博客的时候官方的飞信占我96.8M的内存 </li>
<li>跨平台支持 </li>
<li>扩展性好，加两行代码就可以实现从手机发命令关机等功能 </li>
<li>其它我没发现的</li>
</blockquote>
</ol>
<p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/329.html">PyFetion 0.2发布</a></p>
<h3  class="related_post_title">随机日志</h3><ul class="related_post"><li>一月 14, 2006 -- <a href="http://blog.bubutang.com/post/25.html" title="在线编辑器ZOHOWriter">在线编辑器ZOHOWriter</a> (0)</li><li>十一月 7, 2007 -- <a href="http://blog.bubutang.com/post/177.html" title="M6又好了，可以耳机坏了">M6又好了，可以耳机坏了</a> (0)</li><li>八月 30, 2008 -- <a href="http://blog.bubutang.com/post/260.html" title="N95 8G 成功更新到20.0.016">N95 8G 成功更新到20.0.016</a> (0)</li><li>三月 5, 2006 -- <a href="http://blog.bubutang.com/post/34.html" title="利用Https访问维基百科">利用Https访问维基百科</a> (0)</li><li>十一月 5, 2005 -- <a href="http://blog.bubutang.com/post/10.html" title="Google Maps + Ajax + Chatting = Amazing innovative chat client">Google Maps + Ajax + Chatting = Amazing innovative chat client</a> (0)</li><li>七月 12, 2009 -- <a href="http://blog.bubutang.com/post/297.html" title="Twitter Weekly Updates for 2009-07-12">Twitter Weekly Updates for 2009-07-12</a> (0)</li><li>十月 16, 2006 -- <a href="http://blog.bubutang.com/post/110.html" title="做读者就是好">做读者就是好</a> (2)</li><li>二月 9, 2009 -- <a href="http://blog.bubutang.com/post/290.html" title="理解豆瓣">理解豆瓣</a> (0)</li><li>十月 26, 2009 -- <a href="http://blog.bubutang.com/post/313.html" title="遇小人">遇小人</a> (0)</li><li>九月 18, 2006 -- <a href="http://blog.bubutang.com/post/97.html" title="flickr 200张了">flickr 200张了</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.bubutang.com/post/329.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>web服务器文件下载的奇怪问题</title>
		<link>http://blog.bubutang.com/post/326.html</link>
		<comments>http://blog.bubutang.com/post/326.html#comments</comments>
		<pubDate>Tue, 08 Dec 2009 07:47:37 +0000</pubDate>
		<dc:creator>阿东</dc:creator>
				<category><![CDATA[代码脚本]]></category>
		<category><![CDATA[开发]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[下载]]></category>

		<guid isPermaLink="false">http://blog.bubutang.com/?p=326</guid>
		<description><![CDATA[不知道标题用什么好，用iis建立一个网站和apache建立一个网站，同时指向同一个文件夹，下载文件，在iis下完全下载完毕，但在apache就出现了奇怪的问题，文件中一部分不见了，然后把前面一... <p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/326.html">web服务器文件下载的奇怪问题</a></p>
]]></description>
			<content:encoded><![CDATA[<p>不知道标题用什么好，用iis建立一个网站和apache建立一个网站，同时指向同一个文件夹，下载文件，在iis下完全下载完毕，但在apache就出现了奇怪的问题，文件中一部分不见了，然后把前面一部分复制到了后面，像下图那样：<br />
<a href="http://www.yupoo.com/photos/view?id=ff8080812558febf01256d3aae5132c0" title="来YUPOO看我的照片" target="_blank"><img src="http://pic.yupoo.com/xiao/4564188178bb/a3y7fcrl.jpg" alt="未标题-3" width="490" height="400" border="0" /></a><br />
在网上也找不到解决方法，唯一在<a href="http://bbs.blueidea.com/viewthread.php?tid=2953577" target="_blank">这里</a>找到相似的个案，试过重装apache ,但是还是不能解决。</p>
<p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/326.html">web服务器文件下载的奇怪问题</a></p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li>四月 25, 2009 -- <a href="http://blog.bubutang.com/post/295.html" title="QQ中转站无限次下载">QQ中转站无限次下载</a> (0)</li><li>一月 22, 2009 -- <a href="http://blog.bubutang.com/post/287.html" title="360听手机音乐播放器">360听手机音乐播放器</a> (0)</li><li>四月 29, 2008 -- <a href="http://blog.bubutang.com/post/230.html" title="WP的GZIP选项消失了">WP的GZIP选项消失了</a> (0)</li><li>三月 31, 2008 -- <a href="http://blog.bubutang.com/post/211.html" title="这段时间学习php的总结">这段时间学习php的总结</a> (0)</li><li>三月 30, 2008 -- <a href="http://blog.bubutang.com/post/209.html" title="杜雯惠">杜雯惠</a> (0)</li><li>六月 3, 2006 -- <a href="http://blog.bubutang.com/post/60.html" title="安全设置 IIS 中的权限">安全设置 IIS 中的权限</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.bubutang.com/post/326.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>尝试安装MT失败</title>
		<link>http://blog.bubutang.com/post/325.html</link>
		<comments>http://blog.bubutang.com/post/325.html#comments</comments>
		<pubDate>Fri, 27 Nov 2009 07:17:33 +0000</pubDate>
		<dc:creator>阿东</dc:creator>
				<category><![CDATA[代码脚本]]></category>
		<category><![CDATA[网页]]></category>
		<category><![CDATA[CGI]]></category>
		<category><![CDATA[Media Temple]]></category>
		<category><![CDATA[MovableType]]></category>
		<category><![CDATA[MT]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[失败]]></category>
		<category><![CDATA[安装]]></category>

		<guid isPermaLink="false">http://blog.bubutang.com/post/325.html</guid>
		<description><![CDATA[现在的空间支持CGI，正好尝试一下在MT(MediaTemple)上装MT(MovableType)，现在又SSH，下载很简单 wget http://www.movabletype.org/downloads/stable/MTOS-4.32-en.zip 速度很快，1.9M的下载速度解压缩，把mt目录复制到cgi-... <p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/325.html">尝试安装MT失败</a></p>
]]></description>
			<content:encoded><![CDATA[<p>现在的空间支持CGI，正好尝试一下在MT(<a href="http://mediatemple.com" target="_blank">MediaTemple</a>)上装MT(<a href="http://movabletype.org/" target="_blank">MovableType</a>)，现在又SSH，下载很简单</p>
<blockquote><p>wget http://www.movabletype.org/downloads/stable/MTOS-4.32-en.zip</p>
</blockquote>
<p>速度很快，1.9M的下载速度解压缩，把mt目录复制到cgi-bin下面，把mt-static复制到网站根目录，然后打开mt-wizard.cgi配置安装，但是却提示</p>
<blockquote><p>Got an error: Base class package &quot;Class::Accessor::Fast&quot; is empty.</p>
</blockquote>
<p>Google上也找不到相关问题，这次安装只好到这里结束。</p>
<p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/325.html">尝试安装MT失败</a></p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li>十一月 25, 2009 -- <a href="http://blog.bubutang.com/post/320.html" title="Blog搬家到Media Temple(MT)">Blog搬家到Media Temple(MT)</a> (3)</li><li>十月 2, 2008 -- <a href="http://blog.bubutang.com/post/273.html" title="Chrome不能搜索了">Chrome不能搜索了</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.bubutang.com/post/325.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>网站api接口认证方法</title>
		<link>http://blog.bubutang.com/post/276.html</link>
		<comments>http://blog.bubutang.com/post/276.html#comments</comments>
		<pubDate>Thu, 27 Nov 2008 14:29:43 +0000</pubDate>
		<dc:creator>阿东</dc:creator>
				<category><![CDATA[代码脚本]]></category>
		<category><![CDATA[开发]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[登录]]></category>
		<category><![CDATA[网站]]></category>
		<category><![CDATA[认证]]></category>

		<guid isPermaLink="false">http://blog.bubutang.com/post/276.html</guid>
		<description><![CDATA[很久没写过技术性的文章了，其实也谈不上技术，只是一些些心得。 最近在写一个网站的接口，为了给聘博网做外呼用，做成接口是因为可能不止聘博网会用，计划做成一种服务，至于做什么... <p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/276.html">网站api接口认证方法</a></p>
]]></description>
			<content:encoded><![CDATA[<p>很久没写过技术性的文章了，其实也谈不上技术，只是一些些心得。</p>
<p>最近在写一个网站的接口，为了给<a href="http://www.jobpo.com" target="_blank">聘博网</a>做外呼用，做成接口是因为可能不止聘博网会用，计划做成一种服务，至于做什么就不详细说了。很多Web2.0网站都提供了Api接口，有些是每一次操作都是发送帐号和密码到服务器验证，有些是第一次是到服务器验证，得到一串字符串，根据这串字符串进行验证。</p>
<p>我的方法是采用第二种，首先分配一个api key和api id给网站A，api key是一串md5加密的字符串，api id是数字是用来查找api key的，每个网站都不相同，每次发送请求时先签名，签名的方法和支付宝得差不多，如：</p>
<p>要发送的参数是a=1&amp;c=3&amp;b=2 签名使用升序进行排序，排序后是a=1&amp;b=1&amp;c=1然后用api key进行md5加密生成md5加密字符串如<strong>a79fa25b63a27ef459bf7c1f72b7ac32</strong>，然后用作为一个参数请求最后生成下面的URL <strong><a href="http://www.xx.com/?a=1&amp;b=1&amp;c=1&amp;api_id=1&amp;sign=a79fa25b63a27ef459bf7c1f72b7ac32">http://www.xx.com/?a=1&amp;b=1&amp;c=1&amp;api_id=1&amp;sign=a79fa25b63a27ef459bf7c1f72b7ac32</a></strong></p>
<p>上面就是签名的生成方法，用户登录时得到第一次得到的md5验证字符串，我叫它token，还有token的id，都把它存到用户的数据库中，以后每次请求需要认证时，每次签名都用token在加密一次生成签名，发送请求时加上token id 即<strong><a href="http://www.xx.com/?a=1&amp;b=1&amp;c=1&amp;&amp;api_id=1&amp;token_id=1&amp;sign=90045d980fcc48a35c3aab0e042dfa77">http://www.xx.com/?a=1&amp;b=1&amp;c=1&amp;&amp;api_id=1&amp;token_id=1&amp;sign=</a></strong>90045d980fcc48a35c3aab0e042dfa77，服务器端根据token_id查找token，根据api_id查找对应的api_key，然后再用同样的方法md5加密得到签名和发送过来的签名对比就知道数据有没有被改动，因为在认证过程中apikey和token不会被公开所以地址不会被伪造。如果要更安全，网站A可以做一个验证地址，服务器到客户端验证一次是否数据在网站A发送，就可以知道是否通过请求。</p>
<p>接口服务器可以保存token可以用xml，数据库等存放起来，而网站A则把第一次认证得到的token信息保存到用户表中。</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:50eb20e9-1026-4493-8227-026fee0b300f" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati 标签: <a href="http://technorati.com/tags/%e7%bd%91%e7%ab%99" rel="tag">网站</a>,<a href="http://technorati.com/tags/api" rel="tag">api</a>,<a href="http://technorati.com/tags/%e7%99%bb%e5%bd%95" rel="tag">登录</a>,<a href="http://technorati.com/tags/%e8%ae%a4%e8%af%81" rel="tag">认证</a></div>
<p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/276.html">网站api接口认证方法</a></p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li>二月 9, 2009 -- <a href="http://blog.bubutang.com/post/290.html" title="理解豆瓣">理解豆瓣</a> (0)</li><li>十二月 1, 2008 -- <a href="http://blog.bubutang.com/post/278.html" title="Taotao2Twitter同步QQ签名到Twitter">Taotao2Twitter同步QQ签名到Twitter</a> (2)</li><li>八月 12, 2008 -- <a href="http://blog.bubutang.com/post/243.html" title="怎样做一个网站？">怎样做一个网站？</a> (0)</li><li>三月 27, 2008 -- <a href="http://blog.bubutang.com/post/205.html" title="看图不说话">看图不说话</a> (0)</li><li>六月 15, 2007 -- <a href="http://blog.bubutang.com/post/150.html" title="饭否API应用">饭否API应用</a> (1)</li><li>六月 7, 2007 -- <a href="http://blog.bubutang.com/post/145.html" title="Flickr 被GFW了">Flickr 被GFW了</a> (4)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.bubutang.com/post/276.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>为死难者哀悼</title>
		<link>http://blog.bubutang.com/post/234.html</link>
		<comments>http://blog.bubutang.com/post/234.html#comments</comments>
		<pubDate>Sun, 18 May 2008 20:08:05 +0000</pubDate>
		<dc:creator>阿东</dc:creator>
				<category><![CDATA[代码脚本]]></category>
		<category><![CDATA[新闻]]></category>
		<category><![CDATA[网页]]></category>
		<category><![CDATA[下半旗]]></category>
		<category><![CDATA[哀悼]]></category>
		<category><![CDATA[四川]]></category>
		<category><![CDATA[国务院]]></category>
		<category><![CDATA[地震]]></category>
		<category><![CDATA[汶川]]></category>

		<guid isPermaLink="false">http://blog.bubutang.com/post/234.html</guid>
		<description><![CDATA[据中国政府网报道，国务院发布公告宣布，为表达全国各族人民对四川汶川大地震遇难同胞的深切哀悼，国务院决定，2008年5月19日至21日为全国哀悼日。公告全文如下： 　　国务院公告 　　为... <p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/234.html">为死难者哀悼</a></p>
]]></description>
			<content:encoded><![CDATA[<p>据<a href="http://www.gov.cn" target="_blank">中国政府网</a>报道，国务院发布公告宣布，为表达全国各族人民对四川汶川大地震遇难同胞的深切哀悼，国务院决定，2008年5月19日至21日为全国哀悼日。<br />公告全文如下： </p>
<blockquote><p>　　国务院公告  </p>
<p>　　为表达全国各族人民对四川汶川大地震遇难同胞的深切哀悼，国务院决定，2008年5月19日至21日为全国哀悼日。在此期间，全国和各驻外机构下半旗志哀，停止公共娱乐活动，外交部和我国驻外使领馆设立吊唁簿。5月19日14时28分起，全国人民默哀3分钟，届时汽车、火车、舰船鸣笛，防空警报鸣响。</p>
</blockquote>
<p>不要奇为什么这个Blog会变成灰色，因为加入了<a href="http://www.mytension.cn/archives/1064/" target="_blank">此段代码</a>，为了为列难者哀悼，这三天Blog的颜色变成灰色。  </p>
<p>在您的网站CSS中加入以下代码(FireFox不支持)：</p>
<blockquote><p>html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);}</p>
</blockquote>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:deed6c60-a8fc-498c-8468-3c412a04286e" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati 标签: <a href="http://technorati.com/tags/%e5%9b%9b%e5%b7%9d" rel="tag">四川</a>,<a href="http://technorati.com/tags/%e5%9c%b0%e9%9c%87" rel="tag">地震</a>,<a href="http://technorati.com/tags/%e6%b1%b6%e5%b7%9d" rel="tag">汶川</a>,<a href="http://technorati.com/tags/%e5%93%80%e6%82%bc" rel="tag">哀悼</a>,<a href="http://technorati.com/tags/%e5%9b%bd%e5%8a%a1%e9%99%a2" rel="tag">国务院</a>,<a href="http://technorati.com/tags/%e4%b8%8b%e5%8d%8a%e6%97%97" rel="tag">下半旗</a></div>
<p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/234.html">为死难者哀悼</a></p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li>五月 14, 2008 -- <a href="http://blog.bubutang.com/post/233.html" title="除了祈福，我们还能做什么？">除了祈福，我们还能做什么？</a> (0)</li><li>八月 29, 2008 -- <a href="http://blog.bubutang.com/post/258.html" title="天使猫">天使猫</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.bubutang.com/post/234.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP的GZIP选项消失了</title>
		<link>http://blog.bubutang.com/post/230.html</link>
		<comments>http://blog.bubutang.com/post/230.html#comments</comments>
		<pubDate>Mon, 28 Apr 2008 18:05:11 +0000</pubDate>
		<dc:creator>阿东</dc:creator>
				<category><![CDATA[代码脚本]]></category>
		<category><![CDATA[软件]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[GZIP]]></category>
		<category><![CDATA[mod_deflate]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.bubutang.com/post/230.html</guid>
		<description><![CDATA[升级到2.5已经有一段时间了，但在后台却找不到相应的选项开启GZIP，原来在新版本的WP中已经取消了GZIP开启的选项，交由服务器决定是否开启GZIP，换句话说如果服务器不开启的话你的BLOG就不... <p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/230.html">WP的GZIP选项消失了</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.bubutang.com/post/206.html" target="_blank">升级到2.5</a>已经有一段时间了，但在后台却找不到相应的选项开启GZIP，原来在新版本的WP中已经取消了GZIP开启的选项，交由服务器决定是否开启GZIP，换句话说如果服务器不开启的话你的BLOG就不会开启GZIP了，GZIP看到ZIP就知道是压缩，压缩有什么好处，就是节约下载时间，因为压缩了大小，文件小了，自然下载时间就短了，当然服务器的流量也减少了不少。</p>
<p>开启GZIP的方法：</p>
<p>如果你的服务器使用的是Apache2的话可以使用<a href="http://httpd.apache.org/docs/2.0/mod/mod_deflate.html">mod_deflate组件</a>部署GZIP，当然你也可以下载这个<a href="http://www.ilfilosofo.com/blog/2008/02/22/wordpress-gzip-plugin/" target="_blank">插件</a>来增加开启GZIP的选项，下载激活后可以在Setting -&gt; Reading里面找到相应的选项。</p>
<p>p.s: 至于你的BLOG是否开启了GZIP可以到<a href="http://www.gidnetwork.com/tools/gzip-test.php" target="_blank">这个地址</a>查询。</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:fd15baf0-1ad9-4a61-9128-44727befab1b" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati 标签: <a href="http://technorati.com/tags/GZIP" rel="tag">GZIP</a>,<a href="http://technorati.com/tags/WordPress" rel="tag">WordPress</a>,<a href="http://technorati.com/tags/Apache" rel="tag">Apache</a>,<a href="http://technorati.com/tags/mod_deflate" rel="tag">mod_deflate</a></div>
<p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/230.html">WP的GZIP选项消失了</a></p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li>十二月 8, 2009 -- <a href="http://blog.bubutang.com/post/326.html" title="web服务器文件下载的奇怪问题">web服务器文件下载的奇怪问题</a> (0)</li><li>十一月 25, 2009 -- <a href="http://blog.bubutang.com/post/320.html" title="Blog搬家到Media Temple(MT)">Blog搬家到Media Temple(MT)</a> (3)</li><li>八月 12, 2008 -- <a href="http://blog.bubutang.com/post/243.html" title="怎样做一个网站？">怎样做一个网站？</a> (0)</li><li>三月 28, 2008 -- <a href="http://blog.bubutang.com/post/206.html" title="升级+换模版+测试">升级+换模版+测试</a> (1)</li><li>六月 24, 2007 -- <a href="http://blog.bubutang.com/post/152.html" title="升级Blog到Wordpress 2.2.1">升级Blog到Wordpress 2.2.1</a> (0)</li><li>六月 12, 2007 -- <a href="http://blog.bubutang.com/post/148.html" title="测试乱码">测试乱码</a> (0)</li><li>三月 15, 2007 -- <a href="http://blog.bubutang.com/post/131.html" title="升级到Wordpress 2.1">升级到Wordpress 2.1</a> (2)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.bubutang.com/post/230.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>这段时间学习php的总结</title>
		<link>http://blog.bubutang.com/post/211.html</link>
		<comments>http://blog.bubutang.com/post/211.html#comments</comments>
		<pubDate>Mon, 31 Mar 2008 11:51:26 +0000</pubDate>
		<dc:creator>阿东</dc:creator>
				<category><![CDATA[代码脚本]]></category>
		<category><![CDATA[开发]]></category>
		<category><![CDATA[APMServ]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[Fleaphp]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[jscript]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[学习]]></category>
		<category><![CDATA[编码]]></category>
		<category><![CDATA[项目]]></category>

		<guid isPermaLink="false">http://blog.bubutang.com/post/211.html</guid>
		<description><![CDATA[刚开始学php，虽然还是不断的查手册，不过学习还是比较快的，而且是一边学习一边做项目，以前一直用asp写程序，我是尽量是MVC模式写的，所以转到php也是这样这样写。我学php是这样开始的... <p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/211.html">这段时间学习php的总结</a></p>
]]></description>
			<content:encoded><![CDATA[<p>刚开始学php，虽然还是不断的查手册，不过学习还是比较快的，而且是一边学习一边做项目，以前一直用asp写程序，我是尽量是MVC模式写的，所以转到php也是这样这样写。我学php是这样开始的，公司有一个人才招聘的项目，已经在进行之中，是用<a href="http://www.fleaphp.org/" target="_blank">FLEAPHP</a>框架作为基础的，为了开发的方便我一开始就使用FLEAPHP来写项目，在看源代码的基础上结合PHP手册就已经开始写了，碰到的问题有很多：</p>
<p>连接符号，在asp我是用jscript写的，连接的符号是用“+”，但是php里面连接符是“.”，开始的时候不适应，写完后一大推错误。</p>
<p>编码问题，到现在我还没有完全解决，程序用的是UTF-8，遍历文件目录得到的文件名是GBK的，要转成UTF-8才能存入数据库，用iconv函数转，据说不能用在linux服务器上，手头上没有 linux所以不能验证是不是真的。</p>
<p>文件下载问题，用php实现文件的强制下载，我估计也是编码的原因，用FLEAPHP自带的SendFile类一直不能成功，最后自己另外写个小程序搞好的。</p>
<p>不知道是什么问题在IIS环境下，FLEAPHP的fileupload类不能上传文件，我估计这和权限有关，在<a href="http://blog.bubutang.com/post/184.html" target="_blank">APMServ</a>下就可以。</p>
<p>还有很多很多的问题，可能是我不太熟吧，要比别人花更多的时间去解决。</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:6546f53d-0f7a-47a4-aff5-dd04db5e2c21" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati 标签: <a href="http://technorati.com/tags/php" rel="tag">php</a>,<a href="http://technorati.com/tags/%e5%ad%a6%e4%b9%a0" rel="tag">学习</a>,<a href="http://technorati.com/tags/asp" rel="tag">asp</a>,<a href="http://technorati.com/tags/jscript" rel="tag">jscript</a>,<a href="http://technorati.com/tags/FleaPhp" rel="tag">FleaPhp</a>,<a href="http://technorati.com/tags/%e9%a1%b9%e7%9b%ae" rel="tag">项目</a>,<a href="http://technorati.com/tags/IIS" rel="tag">IIS</a>,<a href="http://technorati.com/tags/Linux" rel="tag">Linux</a>,<a href="http://technorati.com/tags/APMServ" rel="tag">APMServ</a>,<a href="http://technorati.com/tags/%e7%bc%96%e7%a0%81" rel="tag">编码</a>,<a href="http://technorati.com/tags/MVC" rel="tag">MVC</a></div>
<p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/211.html">这段时间学习php的总结</a></p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li>二月 21, 2008 -- <a href="http://blog.bubutang.com/post/195.html" title="用FleaPhp做开发">用FleaPhp做开发</a> (0)</li><li>一月 25, 2008 -- <a href="http://blog.bubutang.com/post/184.html" title="vista下搭建php+mysql环境">vista下搭建php+mysql环境</a> (1)</li><li>十二月 8, 2009 -- <a href="http://blog.bubutang.com/post/326.html" title="web服务器文件下载的奇怪问题">web服务器文件下载的奇怪问题</a> (0)</li><li>十二月 7, 2008 -- <a href="http://blog.bubutang.com/post/280.html" title="IBM出品PHP教程文章">IBM出品PHP教程文章</a> (0)</li><li>八月 12, 2008 -- <a href="http://blog.bubutang.com/post/243.html" title="怎样做一个网站？">怎样做一个网站？</a> (0)</li><li>六月 3, 2006 -- <a href="http://blog.bubutang.com/post/60.html" title="安全设置 IIS 中的权限">安全设置 IIS 中的权限</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.bubutang.com/post/211.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>用FleaPhp做开发</title>
		<link>http://blog.bubutang.com/post/195.html</link>
		<comments>http://blog.bubutang.com/post/195.html#comments</comments>
		<pubDate>Thu, 21 Feb 2008 04:44:48 +0000</pubDate>
		<dc:creator>阿东</dc:creator>
				<category><![CDATA[个人]]></category>
		<category><![CDATA[代码脚本]]></category>
		<category><![CDATA[开发]]></category>
		<category><![CDATA[网页]]></category>
		<category><![CDATA[软件]]></category>
		<category><![CDATA[APMServ]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Fleaphp]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[kira]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Zend Studio]]></category>
		<category><![CDATA[框架]]></category>
		<category><![CDATA[电信]]></category>

		<guid isPermaLink="false">http://blog.bubutang.com/post/195.html</guid>
		<description><![CDATA[刚开始接触Fleaphp这个php框架，看了一下，发现挺容易入手的，而且同事也正在用这个做开发，大家统一一下也挺好的，这段时间公司发生了很多事，由于某些原因，又要做一下开发了，项目不... <p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/195.html">用FleaPhp做开发</a></p>
]]></description>
			<content:encoded><![CDATA[<p>刚开始接触<a href="http://www.fleaphp.org/" target="_blank">Fleaphp</a>这个php框架，看了一下，发现挺容易入手的，而且同事也正在用这个做开发，大家统一一下也挺好的，这段时间公司发生了很多事，由于某些原因，又要做一下开发了，项目不太，刚好可以用fleaphp练习一下。</p>
<p>看了几天教程，有了大概的了解，项目暂地还没有一下正式的名称，所以我起了个代号，最近kira很受欢迎，所以项目我起名叫Project Kira，show一下暂定的目录结构：</p>
<p><a title="来YUPOO看我的照片" href="http://www.yupoo.com/photos/view?id=ff8080811830b60d01183a42e5b013b4"><img height="451" alt="捕获" src="http://pic.yupoo.com/xiao/8845352074b1/nx8comj6.jpg" width="233" border="0" /></a></p>
<p>开发的工具，包括自家hp笔记本一台、APMServ运行环境、MySql5、Zend Studio 5.5、Firefox、还有IE7，暂时还没到网页的调试，不需要多个浏览器测试，这样随时想到就可以做了，不过最好就是有网络啦，租的地方只有一户有宽带，还是电信512M三、四个人分，速度不敢恭维，正在托朋友找2M 300个小时的，才120块，加上电话停机5块钱，才125块。</p>
<p>在开发上遇到的问题，以后会在这里和大家分享一下。</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ea52d2d7-3a75-4c0d-9af2-dbc3aae7931f" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati 标签: <a href="http://technorati.com/tags/kira" rel="tag">kira</a>,<a href="http://technorati.com/tags/hp" rel="tag">hp</a>,<a href="http://technorati.com/tags/APMServ" rel="tag">APMServ</a>,<a href="http://technorati.com/tags/Mysql" rel="tag">Mysql</a>,<a href="http://technorati.com/tags/Zend%20Studio" rel="tag">Zend Studio</a>,<a href="http://technorati.com/tags/Firefox" rel="tag">Firefox</a>,<a href="http://technorati.com/tags/IE7" rel="tag">IE7</a>,<a href="http://technorati.com/tags/%e7%94%b5%e4%bf%a1" rel="tag">电信</a>,<a href="http://technorati.com/tags/Fleaphp" rel="tag">Fleaphp</a>,<a href="http://technorati.com/tags/php" rel="tag">php</a>,<a href="http://technorati.com/tags/%e6%a1%86%e6%9e%b6" rel="tag">框架</a></div>
<p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/195.html">用FleaPhp做开发</a></p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li>三月 31, 2008 -- <a href="http://blog.bubutang.com/post/211.html" title="这段时间学习php的总结">这段时间学习php的总结</a> (0)</li><li>一月 25, 2008 -- <a href="http://blog.bubutang.com/post/184.html" title="vista下搭建php+mysql环境">vista下搭建php+mysql环境</a> (1)</li><li>三月 5, 2009 -- <a href="http://blog.bubutang.com/post/291.html" title="本本再次回归">本本再次回归</a> (0)</li><li>十二月 7, 2008 -- <a href="http://blog.bubutang.com/post/280.html" title="IBM出品PHP教程文章">IBM出品PHP教程文章</a> (0)</li><li>十一月 29, 2008 -- <a href="http://blog.bubutang.com/post/277.html" title="我所用的FireFox扩展">我所用的FireFox扩展</a> (0)</li><li>十一月 25, 2008 -- <a href="http://blog.bubutang.com/post/274.html" title="最近一段时间的小结">最近一段时间的小结</a> (1)</li><li>九月 3, 2008 -- <a href="http://blog.bubutang.com/post/264.html" title="搜狗五笔&amp;搜狗手机输入法&amp;谷歌浏览器">搜狗五笔&amp;搜狗手机输入法&amp;谷歌浏览器</a> (1)</li><li>八月 21, 2008 -- <a href="http://blog.bubutang.com/post/254.html" title="新家很好很强大">新家很好很强大</a> (0)</li><li>八月 15, 2008 -- <a href="http://blog.bubutang.com/post/250.html" title="Google 笔记本工具">Google 笔记本工具</a> (1)</li><li>三月 14, 2008 -- <a href="http://blog.bubutang.com/post/200.html" title="可以上网了">可以上网了</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.bubutang.com/post/195.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS 书写顺序建议</title>
		<link>http://blog.bubutang.com/post/178.html</link>
		<comments>http://blog.bubutang.com/post/178.html#comments</comments>
		<pubDate>Fri, 30 Nov 2007 04:36:36 +0000</pubDate>
		<dc:creator>阿东</dc:creator>
				<category><![CDATA[代码脚本]]></category>
		<category><![CDATA[开发]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[书写]]></category>
		<category><![CDATA[建议]]></category>
		<category><![CDATA[顺序]]></category>

		<guid isPermaLink="false">http://blog.bubutang.com/post/178.html</guid>
		<description><![CDATA[来自Mozilla的CSS书写规范建议： //显示属性 display list-style position float clear //自身属性 width height margin padding border background //文本属性 color font text-decoration text-align vertical-align white-space other text conten... <p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/178.html">CSS 书写顺序建议</a></p>
]]></description>
			<content:encoded><![CDATA[<p>来自Mozilla的CSS书写规范建议：</p>
<blockquote><p><strong>//显示属性</strong>       <br />display       <br />list-style       <br />position       <br />float       <br />clear</p>
</blockquote>
<blockquote><p><strong>//自身属性</strong>       <br />width       <br />height       <br />margin       <br />padding       <br />border       <br />background</p>
</blockquote>
<blockquote><p><strong>//文本属性</strong>       <br />color       <br />font       <br />text-decoration       <br />text-align       <br />vertical-align       <br />white-space       <br />other text       <br />content</p>
</blockquote>
<blockquote><p><strong>浏览器 Hack：</strong>       <br />test:791px!important; /*FF Hack*/       <br />*test:785px!important; /*IE7 Hack*/       <br />test:777px; /*IE7以下*/</p>
</blockquote>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:97ec0181-0b82-4088-a99c-3b6ef2a22442" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati 标签: <a href="http://technorati.com/tags/css" rel="tag">css</a>,<a href="http://technorati.com/tags/%e4%b9%a6%e5%86%99" rel="tag">书写</a>,<a href="http://technorati.com/tags/%e9%a1%ba%e5%ba%8f" rel="tag">顺序</a>,<a href="http://technorati.com/tags/%e5%bb%ba%e8%ae%ae" rel="tag">建议</a>,<a href="http://technorati.com/tags/Mozilla" rel="tag">Mozilla</a></div>
<p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/178.html">CSS 书写顺序建议</a></p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li>三月 28, 2008 -- <a href="http://blog.bubutang.com/post/206.html" title="升级+换模版+测试">升级+换模版+测试</a> (1)</li><li>二月 29, 2008 -- <a href="http://blog.bubutang.com/post/197.html" title="在家工作保持高效及理智的30条最佳建议">在家工作保持高效及理智的30条最佳建议</a> (0)</li><li>九月 13, 2007 -- <a href="http://blog.bubutang.com/post/168.html" title="CSS 属性表 (简表)">CSS 属性表 (简表)</a> (0)</li><li>九月 12, 2007 -- <a href="http://blog.bubutang.com/post/167.html" title="背景层自适应高度">背景层自适应高度</a> (0)</li><li>六月 27, 2007 -- <a href="http://blog.bubutang.com/post/157.html" title="ie6不能设背景图片最小高度的bug">ie6不能设背景图片最小高度的bug</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.bubutang.com/post/178.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS 属性表 (简表)</title>
		<link>http://blog.bubutang.com/post/168.html</link>
		<comments>http://blog.bubutang.com/post/168.html#comments</comments>
		<pubDate>Thu, 13 Sep 2007 03:17:06 +0000</pubDate>
		<dc:creator>阿东</dc:creator>
				<category><![CDATA[代码脚本]]></category>
		<category><![CDATA[开发]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[属性]]></category>

		<guid isPermaLink="false">http://blog.bubutang.com/post/168.html</guid>
		<description><![CDATA[属性名称 属性含义 属性值 字体属性（Font）font-family 使用什么字体 所有的字体font-style 字体是否斜体 Normal、italic、obliquefont-variant 是否用小体大写 Normal、small-capsfont-weight 字体的粗细 Normal、bold... <p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/168.html">CSS 属性表 (简表)</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>属性名称 属性含义 属性值</strong>  </p>
<p><strong>字体属性（Font）</strong><br />font-family 使用什么字体 所有的字体<br />font-style 字体是否斜体 Normal、italic、oblique<br />font-variant 是否用小体大写 Normal、small-caps<br />font-weight 字体的粗细 Normal、bold、bolder、lithter等<br />font-size 字体的大小 Absolute-size、relative-size、length、percentage等  </p>
<p><strong>颜色和背景属性</strong><br />Color 定义前景色 颜色<br />Background-color 定义背景色 颜色<br />Background-image 定义背景图案 路径<br />Background-repeat 重复方式 Repeat-x、repeat-y、no-repeat<br />Background-attachment 设置滚动 Scroll、Fixed<br />Background-position 初始位置 Percentage、length、top、left、right、bottom等  </p>
<p><strong>文本属性</strong><br />Word-spacing 单词之间的间距 Normal &lt;length&gt;<br />Letter-spacing 字母之间的间距 Normal &lt;length&gt;<br />Text-decoration 文字的装饰样式 None|underline|overline|line-through|blink<br />Vertical-align 垂直方向的位置 Baseline|sub|super|top|text-top|middle|bottom|text-bottom<br />Text-transform 文本转换 Capitalize|uppercase|lowercase|none<br />Text-align 对齐方式 Left|right|center|justify<br />Text-indent 首行的缩进方式 &lt;length&gt;|&lt;percentage&gt;<br />Line-height 文本的行高 Normal|&lt;number&gt;|&lt;length&gt;|&lt;percentage&gt;  </p>
<p><strong>边距属性</strong><br />Margin-top 顶端边距 Length|percentage|auto<br />Margin-right 右侧边距 Length|percentage|auto<br />Margin-bottom 底端边距 Length|percentage|auto<br />Margin-left 左侧边距 Length|percentage|auto  </p>
<p><strong>填充距属性</strong><br />Padding-top 顶端填充距 Length|percentage<br />Padding-right 右侧填充距 Length|percentage<br />Padding-bottom 底端填充距 Length|percentage<br />Padding-left 左侧填充距 Length|percentage  </p>
<p><strong>边框属性<br /></strong>Border-top-width 顶端边框宽度 Thin|medium|thick|length<br />Border-right-width 右侧边框宽度 Thin|medium|thick|length<br />Border-bottom-width 底端边框宽度 Thin|medium|thick|length<br />Border-left-width 左侧边框宽度 Thin|medium|thick|length<br />Border-width 一次定义宽度 Thin|medium|thick|length<br />Border-color 设置边框颜色 Color<br />Border-style 设置边框样式 None|dotted|dash|solid等<br />Border-top 一次定义顶端 Border-top-width|color等<br />Border-right 一次定义右侧 Border-top-width|color等<br />Border-bottom 一次定义底端 Border-top-width|color等<br />Border-left 一次定义左侧 Border-top-width|color等<br />Width 定义宽度属性 Length|percentage|auto<br />Height 定义高度属性 Length|auto<br />Float 文字环绕 Left|right|none<br />Clear 哪一边环绕 Left|right|none|both  </p>
<p><strong>分级属性<br /></strong>Display 定义是否显示 Block、inline、list-item、none<br />White-space 怎样处理空白 Normal、pre、nowrap<br />List-style-type 加项目编号 Disc、circle、square等<br />List-style-image 加图案 &lt;url&gt;|none<br />List-style-position 第二行起始位置 Inside、outside<br />List-style 一次定义列表 &lt;keyword&gt;|&lt;position&gt;|&lt;url&gt;  </p>
<p><strong>鼠标 ( Cursor ) 属性</strong> <br />Auto 自动<br />Crosshair 定位“十”字<br />Default 默认指针<br />Hand 手形<br />Move 移动<br />e-resize 箭头朝右方<br />Ne-resize 箭头朝右上方<br />Nw-resize 箭头朝左上方<br />n-resize 箭头朝上方<br />Se-resize 箭头朝右下方<br />Sw-resize 箭头朝左下方<br />s-resize 箭头朝下方<br />w-resize 箭头朝左方<br />Text 文本“I”形<br />Wait 等待<br />Help 帮助 </p>
<div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:977aba88-21b9-4e5b-9759-5cc78a4727d2" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati 标记: <a href="http://technorati.com/tags/css" rel="tag">css</a>, <a href="http://technorati.com/tags/%e5%b1%9e%e6%80%a7" rel="tag">属性</a></div>
<p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/168.html">CSS 属性表 (简表)</a></p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li>三月 28, 2008 -- <a href="http://blog.bubutang.com/post/206.html" title="升级+换模版+测试">升级+换模版+测试</a> (1)</li><li>十一月 30, 2007 -- <a href="http://blog.bubutang.com/post/178.html" title="CSS 书写顺序建议">CSS 书写顺序建议</a> (0)</li><li>九月 12, 2007 -- <a href="http://blog.bubutang.com/post/167.html" title="背景层自适应高度">背景层自适应高度</a> (0)</li><li>六月 27, 2007 -- <a href="http://blog.bubutang.com/post/157.html" title="ie6不能设背景图片最小高度的bug">ie6不能设背景图片最小高度的bug</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.bubutang.com/post/168.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>背景层自适应高度</title>
		<link>http://blog.bubutang.com/post/167.html</link>
		<comments>http://blog.bubutang.com/post/167.html#comments</comments>
		<pubDate>Wed, 12 Sep 2007 10:03:49 +0000</pubDate>
		<dc:creator>阿东</dc:creator>
				<category><![CDATA[代码脚本]]></category>
		<category><![CDATA[开发]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[背景]]></category>
		<category><![CDATA[自适应]]></category>
		<category><![CDATA[高度]]></category>

		<guid isPermaLink="false">http://blog.bubutang.com/post/167.html</guid>
		<description><![CDATA[1&#60;div style=&#8221;overflow:hidden; _height:1%; border:1px#333 solid; width:600px; margin:auto;&#8221;&#62;&#60;div style=&#8221;width:300px; float:left; height:100px; background:#f60;&#8221;&#62;&#60;/div&#62;&#60;div style=&#8221;width:300px; float... <p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/167.html">背景层自适应高度</a></p>
]]></description>
			<content:encoded><![CDATA[<p>1<br />&lt;div style=&#8221;overflow:hidden; _height:1%; border:1px#333 solid; width:600px; margin:auto;&#8221;&gt;<br />&lt;div style=&#8221;width:300px; float:left; height:100px; background:#f60;&#8221;&gt;&lt;/div&gt;<br />&lt;div style=&#8221;width:300px; float:left; height:300px; background:#ccc;&#8221;&gt;&lt;/div&gt;<br />&lt;/div&gt;  </p>
<p>2<br />&lt;div class=&#8221;m clear&#8221;&gt;<br />&lt;div&gt;左&lt;/div&gt;<br />&lt;div&gt;右&lt;/div&gt;<br />&lt;/div&gt;<br />.clear:after {<br />&nbsp;content: &#8220;.&#8221;;<br />&nbsp;display: block;<br />&nbsp;height: 0;<br />&nbsp;clear: both;<br />&nbsp;visibility: hidden;<br />}  </p>
<p>关于after可以参考：<a title="http://www.blueidea.com/tech/web/2005/3065.asp" href="http://www.blueidea.com/tech/web/2005/3065.asp">http://www.blueidea.com/tech/web/2005/3065.asp</a></p>
<div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:04890160-ff5a-4c30-b1be-c3555d4b1ddd" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati 标记: <a href="http://technorati.com/tags/css" rel="tag">css</a>, <a href="http://technorati.com/tags/%e8%83%8c%e6%99%af" rel="tag">背景</a>, <a href="http://technorati.com/tags/%e8%87%aa%e9%80%82%e5%ba%94" rel="tag">自适应</a>, <a href="http://technorati.com/tags/%e9%ab%98%e5%ba%a6" rel="tag">高度</a></div>
<p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/167.html">背景层自适应高度</a></p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li>六月 27, 2007 -- <a href="http://blog.bubutang.com/post/157.html" title="ie6不能设背景图片最小高度的bug">ie6不能设背景图片最小高度的bug</a> (0)</li><li>三月 28, 2008 -- <a href="http://blog.bubutang.com/post/206.html" title="升级+换模版+测试">升级+换模版+测试</a> (1)</li><li>十一月 30, 2007 -- <a href="http://blog.bubutang.com/post/178.html" title="CSS 书写顺序建议">CSS 书写顺序建议</a> (0)</li><li>九月 13, 2007 -- <a href="http://blog.bubutang.com/post/168.html" title="CSS 属性表 (简表)">CSS 属性表 (简表)</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.bubutang.com/post/167.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>测试一下Audio Player插件</title>
		<link>http://blog.bubutang.com/post/160.html</link>
		<comments>http://blog.bubutang.com/post/160.html#comments</comments>
		<pubDate>Tue, 10 Jul 2007 14:58:03 +0000</pubDate>
		<dc:creator>阿东</dc:creator>
				<category><![CDATA[个人]]></category>
		<category><![CDATA[代码脚本]]></category>
		<category><![CDATA[音乐]]></category>
		<category><![CDATA[Audio Player]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://blog.bubutang.com/post/160.html</guid>
		<description><![CDATA[黄昏：http://tv.hnsn.gov.cn/mp3/4.mp3 不知道能否工作，这里就不能工作。 Technorati 标记: Audio Player, mp3, 插件 doubanclaim87179ce6f93a2c86测试一下Audio Player插件 相关文章一月 22, 2009 -- 360听手机音乐播放器 (0... <p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/160.html">测试一下Audio Player插件</a></p>
]]></description>
			<content:encoded><![CDATA[<p>黄昏：<a href="http://tv.hnsn.gov.cn/mp3/4.mp3">http://tv.hnsn.gov.cn/mp3/4.mp3</a></p>
<p>不知道能否工作，<a href="http://blog.bubutang.com/post/159.html" target="_blank">这里就不能工作</a>。</p>
<div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:954f6db2-0d5a-41dc-8c91-1335a1d20871" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati 标记: <a href="http://technorati.com/tags/Audio%20Player" rel="tag">Audio Player</a>, <a href="http://technorati.com/tags/mp3" rel="tag">mp3</a>, <a href="http://technorati.com/tags/%e6%8f%92%e4%bb%b6" rel="tag">插件</a></div>
<p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/160.html">测试一下Audio Player插件</a></p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li>一月 22, 2009 -- <a href="http://blog.bubutang.com/post/287.html" title="360听手机音乐播放器">360听手机音乐播放器</a> (0)</li><li>六月 15, 2007 -- <a href="http://blog.bubutang.com/post/150.html" title="饭否API应用">饭否API应用</a> (1)</li><li>五月 31, 2007 -- <a href="http://blog.bubutang.com/post/142.html" title="Google Gears 离线浏览插件">Google Gears 离线浏览插件</a> (0)</li><li>八月 27, 2006 -- <a href="http://blog.bubutang.com/post/90.html" title="马俊杰新单曲—情迷双子座">马俊杰新单曲—情迷双子座</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.bubutang.com/post/160.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://tv.hnsn.gov.cn/mp3/4.mp3" length="7446404" type="audio/mpeg" />
		</item>
		<item>
		<title>针对浏览器的hack</title>
		<link>http://blog.bubutang.com/post/122.html</link>
		<comments>http://blog.bubutang.com/post/122.html#comments</comments>
		<pubDate>Tue, 05 Dec 2006 05:58:18 +0000</pubDate>
		<dc:creator>阿东</dc:creator>
				<category><![CDATA[代码脚本]]></category>
		<category><![CDATA[网页]]></category>

		<guid isPermaLink="false">http://blog.bubutang.com/post/122.html</guid>
		<description><![CDATA[最近一直使用Firefox作为主要的浏览器，虽然还不是十分的好用，幸好有ie tab，Firefox不能浏览器的页面就用FF，现在已经习惯用Div+Css进行布局了，也逐渐上手，不过各浏览器之前还是有区别的，... <p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/122.html">针对浏览器的hack</a></p>
]]></description>
			<content:encoded><![CDATA[<p>最近一直使用Firefox作为主要的浏览器，虽然还不是十分的好用，幸好有ie tab，Firefox不能浏览器的页面就用FF，现在已经习惯用Div+Css进行布局了，也逐渐上手，不过各浏览器之前还是有区别的，现在IE7也出来了，相信日后IE7的用户会超过IE6的。</p>
<p>IE7修复了一些BUG，也增加了一些选择符的支持，所以现在诸如 *html {} 和 html&gt;body {} 等针对 IE 隐藏或显示的 hack 都会在 IE7 中失效，所以在网上搜索了一些<a href="http://nanobox.chipx86.com/blog/2006/04/easy-css-hacks-for-ie7.php#p2006.4.28.22.56:12">针对IE7的Hack</a>，例如：</p>
<p><em><strong>&gt;body<br />html*<br />*+html</strong></em></p>
<p>前两种是不合法的css写法，在标准浏览器中不支持，对于第三种 <code>*+html</code>，IE7 认为 <code>html</code> 前面的 DTD 声明也是一个元素，所以 html 会被选中，这三种方法中只有这一种方法是合法的 CSS 写法，也就是说可以通过校验器的验证，因此也是作者推荐的 hack 用法。</p>
<p>附上针对ie6,7和ff的hack</p>
<p><em><strong>#example { color: #333; } /* Moz */<br />* html #example { color: #666; } /* IE6 */<br />*+html #example { color: #999; } /* IE7 */</strong></em></p>
<p class="zoundry_bw_tags">
  <!-- Tag links generated by Zoundry Blog Writer. Do not manually edit. http://www.zoundry.com --><br />
  <span class="ztags"></span><span class="ztagspace">Technorati</span> : <a href="http://technorati.com/tag/firefox" class="ztag" rel="tag">firefox</a>, <a href="http://technorati.com/tag/ie6" class="ztag" rel="tag">ie6</a>, <a href="http://technorati.com/tag/ie7" class="ztag" rel="tag">ie7</a>, <a href="http://technorati.com/tag/%E6%B5%8F%E8%A7%88%E5%99%A8" class="ztag" rel="tag">浏览器</a></p>
<p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/122.html">针对浏览器的hack</a></p>
<h3  class="related_post_title">随机日志</h3><ul class="related_post"><li>六月 15, 2007 -- <a href="http://blog.bubutang.com/post/150.html" title="饭否API应用">饭否API应用</a> (1)</li><li>十二月 31, 2009 -- <a href="http://blog.bubutang.com/post/330.html" title="2009个人总结">2009个人总结</a> (3)</li><li>一月 12, 2006 -- <a href="http://blog.bubutang.com/post/23.html" title="Google 学术搜索推出中文版">Google 学术搜索推出中文版</a> (0)</li><li>八月 25, 2006 -- <a href="http://blog.bubutang.com/post/89.html" title="偷拍阿娇事件">偷拍阿娇事件</a> (0)</li><li>一月 8, 2006 -- <a href="http://blog.bubutang.com/post/22.html" title="为什么会没有时间？">为什么会没有时间？</a> (0)</li><li>十月 11, 2009 -- <a href="http://blog.bubutang.com/post/310.html" title="Twitter Weekly Updates for 2009-10-11">Twitter Weekly Updates for 2009-10-11</a> (0)</li><li>九月 1, 2008 -- <a href="http://blog.bubutang.com/post/263.html" title="茂名人自制某车牌广告搞笑视频">茂名人自制某车牌广告搞笑视频</a> (0)</li><li>一月 22, 2009 -- <a href="http://blog.bubutang.com/post/287.html" title="360听手机音乐播放器">360听手机音乐播放器</a> (0)</li><li>十月 2, 2008 -- <a href="http://blog.bubutang.com/post/273.html" title="Chrome不能搜索了">Chrome不能搜索了</a> (0)</li><li>五月 14, 2008 -- <a href="http://blog.bubutang.com/post/233.html" title="除了祈福，我们还能做什么？">除了祈福，我们还能做什么？</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.bubutang.com/post/122.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>用MVC模型引导你的WEB设计思路-第二版</title>
		<link>http://blog.bubutang.com/post/57.html</link>
		<comments>http://blog.bubutang.com/post/57.html#comments</comments>
		<pubDate>Mon, 29 May 2006 16:12:42 +0000</pubDate>
		<dc:creator>阿东</dc:creator>
				<category><![CDATA[代码脚本]]></category>
		<category><![CDATA[开发]]></category>
		<category><![CDATA[网页]]></category>

		<guid isPermaLink="false">http://blog.bubutang.com/post/57.html</guid>
		<description><![CDATA[习惯于过程式的开发，一直向往着面向对象。无奈半路出家人，没有一点内力基础，看了一大堆面向对象的书也只是看得一头雾水。对于MVC的概念也是偶然了解到的，感觉能和WEB开发结合起来... <p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/57.html">用MVC模型引导你的WEB设计思路-第二版</a></p>
]]></description>
			<content:encoded><![CDATA[<p>习惯于过程式的开发，一直向往着面向对象。无奈半路出家人，没有一点内力基础，看了一大堆面向对象的书也只是看得一头雾水。对于MVC的概念也是偶然了解到的，感觉能和WEB开发结合起来让项目面向对象化。以下是我一点点心得。<br />
先介绍一下MVC的概念：<br />
MVC(Model-View-Controller)，即把一个应用的输入、输出、处理流程按照Model、View、Controller的方式进行分离，这样一个应用被分成三个层——模型层、视图层、控制层。<br />
　模型(Model)：就是业务流程/状态的处理以及业务规则的制定。即是MVC的主要核心。<br />
　视图(View)：代表用户交互界面，也就是Web的HTML界面。<br />
　控制(Controller)：可以理解为从用户接收请求, 将模型与视图匹配在一起，共同完成用户的请求。</p>
<p>以下以一个简单的留言板作为分析例子。</p>
<p>1)从上面的概念来看，留言板可以切成三部份。<br />
　模型(M)：包含 数据库链接、生成数据集、数据库更新操作。<br />
　视图(V)：包含 获取模型的数据集，将数据集内填充到各种显示界面内，如（留言板列表，管理控制页面，添加修改删除界面等一切用户看得到的页面。）<br />
　控制(C)：包含 数据库更新的数据校验，将更新完毕后的结果转交给视图进行呈现。</p>
<p>2)三部份已经出来，下面是更进一步的细化。<br />
　模型(M)<br />
　　数据链接：数据链接参数、链接失败处理。<br />
　　数据操作：生成固定格式的数据集、运行单行SQL、解析固定格式的数据集更新数据库（内容包括有：留言记录，管理员帐号，系统设定）。<br />
　　文件操作：将文件内部格式封成数据集，并附带读取写入文件操作。（内容包括有：留言板样式设定、版权设定、搜索引擎关键字设定、留言板标题设定）<br />
　视图(V)<br />
 数据显示：根据要求授权给控制器[C]向模型[M]请求数据集，然后根据数据集显示出界面。<br />
 操作结果显示：根据控制返回的数据资料决定显示的提示资料<br />
 具体资料包括有：<br />
 　　留言添加页：判断留言者是否管理员、判断本次留言是回复还是新建留言。<br />
 　　留言管理页：批量删除留言、查询留言、管理员帐号管理、系统设定等。<br />
 　　留言显示页：判断留言是否为管理员专用、判断本留言是否为管理员发布、是否允许回复、是否显示留言者的敏感资料、留言是否需要审核后再显示。</p>
<p>　控制(C)<br />
　　数据/文件操作：接收操作资料，校验数据是否符合条件，引用模型的生成数据集类生成指定数据集，然后交给相应的模型操作方法操作，并获取操作结果以预定好的格式转交给视图处理</p>
<p>3)系统基本上细化完毕，下一步就是将以上分析出来的东西封装成Class<br />
　　模型(M)：<br />
　　　　数据库链接和数据操作可以封成一个Class。<br />
　　　　数据库数据集的结构，可以引用Dictionary控件与数组完成。其间操作也可以封成一个Class具体可以仿造ASP.net中Dataset对象的部份机构。<br />
　　　　文件操作部份封装成一个Class<br />
　　　　文件结构定义可以封成一个Class以方便控制直接引用，然后转交给文件操作Class进行相应的操作。<br />
　　视图(V)：<br />
　　　　视图部可均是以文件模式出现，也可以将部份代码封装后引用。也可以引用现有的模板类实现代码分离等。<br />
　　控制(C)：<br />
　　　　数据校验：SQL注入防御处理、日文字符替换处理、特定常用校验正则式，这个是控制器常用的函数，可以封成Class也可以以函数型式存在独立文件，使用时直接引用。<br />
　　　　数据/文件更新操作：由于直接操作，可以避免使用Class，而是以文件模式出现，每个文件处理模型(M)中的某个类。并完成控制(C)的工作。<br />
　　　　视图[V]模型[C]链接器：接收视图[V]要求数据集的请求，将请求转换成模型[M]合适的SQL句，然后交给模型[M]数据集成生器生成数据集，然后返回给视图[V]，这个处理比较麻烦，如果没必要作得太严谨的话可以直接使用字段名，并在视图[V]以SQL标准的条件句进向模型[M]请求数据。</p>
<p>　疑：<br />
　　视图[V]模型[C]链接器，对这个的设定我还是有点迟疑的。因为在MVC中，V对M的请求中是不需要C的掺和的，但是，这个链接器的操作确实很符合C的概念，所以这里我把它放在了控制器[C]里。或许他可以放至在视图[V]内。毕竟这个是视图[V]的事。这个就看每个人对MVC的理解了。</p>
<p>以上基本完成了留言板的结构分析与类的抽象，有不少的地方比较繁琐，甚至是啰嗦，一个留言板其实是没必要这样，不过，这个例子里作出来的不少Class可以直接使用在其它更大的项目中去，比如控制器[C]中的数据集请求转换器，校验部份、模型[M]中的数据库链接等，之所以遵循MVC模型进行编程不但是为了让程序设计更灵活，最重要一点是可以很快将项目拆开成一小块一小块，然后又将这些小块再折成更小的块，一直折到单个类的某个方法某个属性，等你完成这些小块代码后，那系统也就完成了。<br />
其实这个已经是第二版，非常感谢蓝色经典里的5do8[老农]，他看了我的第一版之后和我聊了不到十分钟，让我重新认识了MVC，更进一步的完善了这篇引导文章。我还在继续摸索中，也有可能会不断的更新这篇资料。希望对大家都有所帮助。<br />
如果对上面的资料有什么想法和建议的可以到我的Blog找我，本篇文章的最新版可以到(<a href="http://blog.csdn.net/oyiboy/archive/2006/02/09/595164.aspx">http://blog.csdn.net/oyiboy/archive/2006/02/09/595164.aspx</a>)查看。</p>
<p>doubanclaim87179ce6f93a2c86<br/><br/><a href="http://blog.bubutang.com/post/57.html">用MVC模型引导你的WEB设计思路-第二版</a></p>
<h3  class="related_post_title">随机日志</h3><ul class="related_post"><li>四月 1, 2008 -- <a href="http://blog.bubutang.com/post/212.html" title="孙中山故居居然免费开放">孙中山故居居然免费开放</a> (0)</li><li>三月 7, 2008 -- <a href="http://blog.bubutang.com/post/199.html" title="离开">离开</a> (0)</li><li>八月 2, 2009 -- <a href="http://blog.bubutang.com/post/300.html" title="Twitter Weekly Updates for 2009-08-02">Twitter Weekly Updates for 2009-08-02</a> (0)</li><li>九月 30, 2006 -- <a href="http://blog.bubutang.com/post/104.html" title="第二十七期 非潮人可潮着">第二十七期 非潮人可潮着</a> (2)</li><li>八月 20, 2006 -- <a href="http://blog.bubutang.com/post/83.html" title="广州地铁阿伯">广州地铁阿伯</a> (0)</li><li>二月 19, 2008 -- <a href="http://blog.bubutang.com/post/193.html" title="最后一天">最后一天</a> (0)</li><li>一月 2, 2006 -- <a href="http://blog.bubutang.com/post/21.html" title="回顾05、展望06">回顾05、展望06</a> (0)</li><li>八月 15, 2008 -- <a href="http://blog.bubutang.com/post/250.html" title="Google 笔记本工具">Google 笔记本工具</a> (1)</li><li>十二月 4, 2007 -- <a href="http://blog.bubutang.com/post/179.html" title="新做的墙纸">新做的墙纸</a> (0)</li><li>一月 25, 2008 -- <a href="http://blog.bubutang.com/post/184.html" title="vista下搭建php+mysql环境">vista下搭建php+mysql环境</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.bubutang.com/post/57.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
