<?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>Aisin Von:有互联网,才有好生活！ &#187; 经验记录</title>
	<atom:link href="http://twetw.com/blog/category/technology/feed" rel="self" type="application/rss+xml" />
	<link>http://twetw.com/blog</link>
	<description>有互联网,才有好生活</description>
	<lastBuildDate>Fri, 30 Jul 2010 17:09:56 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>主题发布</title>
		<link>http://twetw.com/blog/1314.html</link>
		<comments>http://twetw.com/blog/1314.html#comments</comments>
		<pubDate>Fri, 30 Jul 2010 16:37:42 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[aisin 1.0]]></category>
		<category><![CDATA[wordpress主题]]></category>
		<category><![CDATA[我的主题]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/1314.html</guid>
		<description><![CDATA[<p>今晚我换上了自己仿http://www.cndns.com的主题。
第一次做主题，没有经验，碰到了很多问题。现在估计也有很多我没有检测到的bug，大家帮忙测试一下，有什么问题在下面留言给我，多谢大家啦。
本主题在ie6上可用性比较差，我也不打算去弄啦。在ie7、8，firefox和opera上都测试过，没有发现兼容问题。
欢迎大家帮忙测试外</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2010

原文链接: 主题发布

4 comments

<span class="readmore"><a href="http://twetw.com/blog/1314.html" title="主题发布">阅读全文——共385字</a></span>]]></description>
			<content:encoded><![CDATA[<p>今晚我换上了自己仿http://www.cndns.com的主题。
第一次做主题，没有经验，碰到了很多问题。现在估计也有很多我没有检测到的bug，大家帮忙测试一下，有什么问题在下面留言给我，多谢大家啦。
本主题在ie6上可用性比较差，我也不打算去弄啦。在ie7、8，firefox和opera上都测试过，没有发现兼容问题。
欢迎大家帮忙测试外</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2010<br />
原文链接: <a href="http://twetw.com/blog/1314.html">主题发布</a><br />
<a href="http://twetw.com/blog/1314.html#comments">4 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/aisin-1-0" rel="tag">aisin 1.0</a>, <a href="http://twetw.com/blog/tag/wordpress%e4%b8%bb%e9%a2%98" rel="tag">wordpress主题</a>, <a href="http://twetw.com/blog/tag/%e6%88%91%e7%9a%84%e4%b8%bb%e9%a2%98" rel="tag">我的主题</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/1314.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>如何解决IIS7&#8217;Web服务器被配置为不列出此目录的内容&#8217;和&#8217;由于扩展配置问题而无法提供您请求的页面&#8217;错误</title>
		<link>http://twetw.com/blog/1285.html</link>
		<comments>http://twetw.com/blog/1285.html#comments</comments>
		<pubDate>Mon, 26 Jul 2010 23:40:00 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[IIS7问题]]></category>
		<category><![CDATA[iis错误]]></category>
		<category><![CDATA[Web服务器被配置为不列出此目录的内容]]></category>
		<category><![CDATA[由于扩展配置问题而无法提供您请求的页面]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/1285.html</guid>
		<description><![CDATA[<p>由于今天要调试asp程序，所以我在win 7系统上装了iis。
可是装了几次，都没有装成功。先是提示“Web服务器被配置为不列出此目录的内容”，等这个问题解决啦，又提示“由于扩展配置问题而无法提供您请求的页面”，如图：
 
 
对于这2个问题，我同时在http://www.blue1000.com上找到了答案：
&#160;
1. IIS7错误：“Web服务</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2010

原文链接: 如何解决IIS7&#8217;Web服务器被配置为不列出此目录的内容&#8217;和&#8217;由于扩展配置问题而无法提供您请求的页面&#8217;错误

5 comments

<span class="readmore"><a href="http://twetw.com/blog/1285.html" title="如何解决IIS7&#8217;Web服务器被配置为不列出此目录的内容&#8217;和&#8217;由于扩展配置问题而无法提供您请求的页面&#8217;错误">阅读全文——共428字</a></span>]]></description>
			<content:encoded><![CDATA[<p>由于今天要调试asp程序，所以我在win 7系统上装了iis。
可是装了几次，都没有装成功。先是提示“Web服务器被配置为不列出此目录的内容”，等这个问题解决啦，又提示“由于扩展配置问题而无法提供您请求的页面”，如图：
 
 
对于这2个问题，我同时在http://www.blue1000.com上找到了答案：
&#160;
1. IIS7错误：“Web服务</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2010<br />
原文链接: <a href="http://twetw.com/blog/1285.html">如何解决IIS7&rsquo;Web服务器被配置为不列出此目录的内容&#8217;和&#8217;由于扩展配置问题而无法提供您请求的页面&rsquo;错误</a><br />
<a href="http://twetw.com/blog/1285.html#comments">5 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/iis7%e9%97%ae%e9%a2%98" rel="tag">IIS7问题</a>, <a href="http://twetw.com/blog/tag/iis%e9%94%99%e8%af%af" rel="tag">iis错误</a>, <a href="http://twetw.com/blog/tag/web%e6%9c%8d%e5%8a%a1%e5%99%a8%e8%a2%ab%e9%85%8d%e7%bd%ae%e4%b8%ba%e4%b8%8d%e5%88%97%e5%87%ba%e6%ad%a4%e7%9b%ae%e5%bd%95%e7%9a%84%e5%86%85%e5%ae%b9" rel="tag">Web服务器被配置为不列出此目录的内容</a>, <a href="http://twetw.com/blog/tag/%e7%94%b1%e4%ba%8e%e6%89%a9%e5%b1%95%e9%85%8d%e7%bd%ae%e9%97%ae%e9%a2%98%e8%80%8c%e6%97%a0%e6%b3%95%e6%8f%90%e4%be%9b%e6%82%a8%e8%af%b7%e6%b1%82%e7%9a%84%e9%a1%b5%e9%9d%a2" rel="tag">由于扩展配置问题而无法提供您请求的页面</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/1285.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>已成功为微博之博更换域名</title>
		<link>http://twetw.com/blog/1276.html</link>
		<comments>http://twetw.com/blog/1276.html#comments</comments>
		<pubDate>Fri, 23 Jul 2010 13:47:09 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[wordpress数据库备份恢复]]></category>
		<category><![CDATA[wordpress更换域名教程]]></category>
		<category><![CDATA[博客更换域名教程]]></category>
		<category><![CDATA[微博之博]]></category>
		<category><![CDATA[数据库备份和恢复]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/1276.html</guid>
		<description><![CDATA[<p>
刚刚花了点小小的时间给微博之博（http://itwwt.com ）更换了个顶级域名。过程总体来说比较顺利。
前2次的wordpress数据库导出过程出错啦，后来按照东哥的教程做了以后，数据库的导出和导入就没有出错啦。
为博客搬家或更换域名听起来很麻烦，但是如果你能找到一些很好的教程然后照做，那时事半功倍滴。
以下3篇文章就是</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2010

原文链接: 已成功为微博之博更换域名

36 comments

<span class="readmore"><a href="http://twetw.com/blog/1276.html" title="已成功为微博之博更换域名">阅读全文——共307字</a></span>]]></description>
			<content:encoded><![CDATA[<p>
刚刚花了点小小的时间给微博之博（http://itwwt.com ）更换了个顶级域名。过程总体来说比较顺利。
前2次的wordpress数据库导出过程出错啦，后来按照东哥的教程做了以后，数据库的导出和导入就没有出错啦。
为博客搬家或更换域名听起来很麻烦，但是如果你能找到一些很好的教程然后照做，那时事半功倍滴。
以下3篇文章就是</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2010<br />
原文链接: <a href="http://twetw.com/blog/1276.html">已成功为微博之博更换域名</a><br />
<a href="http://twetw.com/blog/1276.html#comments">36 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/wordpress%e6%95%b0%e6%8d%ae%e5%ba%93%e5%a4%87%e4%bb%bd%e6%81%a2%e5%a4%8d" rel="tag">wordpress数据库备份恢复</a>, <a href="http://twetw.com/blog/tag/wordpress%e6%9b%b4%e6%8d%a2%e5%9f%9f%e5%90%8d%e6%95%99%e7%a8%8b" rel="tag">wordpress更换域名教程</a>, <a href="http://twetw.com/blog/tag/%e5%8d%9a%e5%ae%a2%e6%9b%b4%e6%8d%a2%e5%9f%9f%e5%90%8d%e6%95%99%e7%a8%8b" rel="tag">博客更换域名教程</a>, <a href="http://twetw.com/blog/tag/%e5%be%ae%e5%8d%9a%e4%b9%8b%e5%8d%9a" rel="tag">微博之博</a>, <a href="http://twetw.com/blog/tag/%e6%95%b0%e6%8d%ae%e5%ba%93%e5%a4%87%e4%bb%bd%e5%92%8c%e6%81%a2%e5%a4%8d" rel="tag">数据库备份和恢复</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/1276.html/feed</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>鄙视一下国内某主机公司糟糕的用户体验</title>
		<link>http://twetw.com/blog/1215.html</link>
		<comments>http://twetw.com/blog/1215.html#comments</comments>
		<pubDate>Fri, 25 Jun 2010 13:35:39 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[php虚拟主机]]></category>
		<category><![CDATA[垃圾虚拟主机]]></category>
		<category><![CDATA[最好的国内主机]]></category>
		<category><![CDATA[虚拟主机]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/1215.html</guid>
		<description><![CDATA[<p>一位以前在长沙认识的朋友现在开了家公司，而公司的业务开展很需要网站，所以这2天这位朋友让我帮他买个域名和主机。
&#160;
前奏
由于这家公司是私营企业，而企业主要的客户群又都在国内，并且网站程序是asp的，所以只能将网站放在国内的主机上。
本来一开始我是推荐他去国外注册域名以及用我给他推荐的主机商的。
可是</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2010

原文链接: 鄙视一下国内某主机公司糟糕的用户体验

23 comments

<span class="readmore"><a href="http://twetw.com/blog/1215.html" title="鄙视一下国内某主机公司糟糕的用户体验">阅读全文——共1013字</a></span>]]></description>
			<content:encoded><![CDATA[<p>一位以前在长沙认识的朋友现在开了家公司，而公司的业务开展很需要网站，所以这2天这位朋友让我帮他买个域名和主机。
&#160;
前奏
由于这家公司是私营企业，而企业主要的客户群又都在国内，并且网站程序是asp的，所以只能将网站放在国内的主机上。
本来一开始我是推荐他去国外注册域名以及用我给他推荐的主机商的。
可是</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2010<br />
原文链接: <a href="http://twetw.com/blog/1215.html">鄙视一下国内某主机公司糟糕的用户体验</a><br />
<a href="http://twetw.com/blog/1215.html#comments">23 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/php%e8%99%9a%e6%8b%9f%e4%b8%bb%e6%9c%ba" rel="tag">php虚拟主机</a>, <a href="http://twetw.com/blog/tag/%e5%9e%83%e5%9c%be%e8%99%9a%e6%8b%9f%e4%b8%bb%e6%9c%ba" rel="tag">垃圾虚拟主机</a>, <a href="http://twetw.com/blog/tag/%e6%9c%80%e5%a5%bd%e7%9a%84%e5%9b%bd%e5%86%85%e4%b8%bb%e6%9c%ba" rel="tag">最好的国内主机</a>, <a href="http://twetw.com/blog/tag/%e8%99%9a%e6%8b%9f%e4%b8%bb%e6%9c%ba" rel="tag">虚拟主机</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/1215.html/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>防止Godaddy自动扣费：Godaddy 域名购买前后注意事项</title>
		<link>http://twetw.com/blog/1186.html</link>
		<comments>http://twetw.com/blog/1186.html#comments</comments>
		<pubDate>Sat, 12 Jun 2010 22:24:00 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[Godaddy取消信用卡关联]]></category>
		<category><![CDATA[Godaddy注意事项]]></category>
		<category><![CDATA[Godaddy自动扣钱的解决办法]]></category>
		<category><![CDATA[取消Godaddy自动续费]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/1186.html</guid>
		<description><![CDATA[<p>话说前面我在Godaddy买了个域名，但当时在网上查找相关的Godaddy信息时，发现了很多网友被Godaddy自动扣费的情况，尤其是对于我这种使用信用卡来购买域名的用户来说。
所以，我得想办法避免这种情况的发生，综合网上的信息以及自己的亲身实践，在Godaddy购买了域名后，最好做如下操作：
&#160;
一、关闭域名的Auto Renew</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2010

原文链接: 防止Godaddy自动扣费：Godaddy 域名购买前后注意事项

31 comments

<span class="readmore"><a href="http://twetw.com/blog/1186.html" title="防止Godaddy自动扣费：Godaddy 域名购买前后注意事项">阅读全文——共1582字</a></span>]]></description>
			<content:encoded><![CDATA[<p>话说前面我在Godaddy买了个域名，但当时在网上查找相关的Godaddy信息时，发现了很多网友被Godaddy自动扣费的情况，尤其是对于我这种使用信用卡来购买域名的用户来说。
所以，我得想办法避免这种情况的发生，综合网上的信息以及自己的亲身实践，在Godaddy购买了域名后，最好做如下操作：
&#160;
一、关闭域名的Auto Renew</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2010<br />
原文链接: <a href="http://twetw.com/blog/1186.html">防止Godaddy自动扣费：Godaddy 域名购买前后注意事项</a><br />
<a href="http://twetw.com/blog/1186.html#comments">31 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/godaddy" rel="tag">godaddy</a>, <a href="http://twetw.com/blog/tag/godaddy%e5%8f%96%e6%b6%88%e4%bf%a1%e7%94%a8%e5%8d%a1%e5%85%b3%e8%81%94" rel="tag">Godaddy取消信用卡关联</a>, <a href="http://twetw.com/blog/tag/godaddy%e6%b3%a8%e6%84%8f%e4%ba%8b%e9%a1%b9" rel="tag">Godaddy注意事项</a>, <a href="http://twetw.com/blog/tag/godaddy%e8%87%aa%e5%8a%a8%e6%89%a3%e9%92%b1%e7%9a%84%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95" rel="tag">Godaddy自动扣钱的解决办法</a>, <a href="http://twetw.com/blog/tag/%e5%8f%96%e6%b6%88godaddy%e8%87%aa%e5%8a%a8%e7%bb%ad%e8%b4%b9" rel="tag">取消Godaddy自动续费</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/1186.html/feed</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>如何解决wordpress&#8216;日志不支持图片上载&#8217;的问题</title>
		<link>http://twetw.com/blog/1162.html</link>
		<comments>http://twetw.com/blog/1162.html#comments</comments>
		<pubDate>Fri, 04 Jun 2010 23:00:00 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[windows live writer]]></category>
		<category><![CDATA[windows live writer ftp账户]]></category>
		<category><![CDATA[wordpress错误]]></category>
		<category><![CDATA[wp-content/uploads]]></category>
		<category><![CDATA[日志不支持图片上载]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/1162.html</guid>
		<description><![CDATA[<p>不知道大家是不是每天都用windows live writer来更新博客？反正我是每天用它的，因为用它写文章真的很方便。
windows live writer很大的一个特色功能就是可以直接在里面插入图片。然后图片就会被自动上载到wordpress wp-content里的upload文件夹。
&#160;
wordpress‘日志不支持图片上载’问题细节
可是上个星期博客搬家</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2010

原文链接: 如何解决wordpress&#8216;日志不支持图片上载&#8217;的问题

20 comments

<span class="readmore"><a href="http://twetw.com/blog/1162.html" title="如何解决wordpress&#8216;日志不支持图片上载&#8217;的问题">阅读全文——共615字</a></span>]]></description>
			<content:encoded><![CDATA[<p>不知道大家是不是每天都用windows live writer来更新博客？反正我是每天用它的，因为用它写文章真的很方便。
windows live writer很大的一个特色功能就是可以直接在里面插入图片。然后图片就会被自动上载到wordpress wp-content里的upload文件夹。
&#160;
wordpress‘日志不支持图片上载’问题细节
可是上个星期博客搬家</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2010<br />
原文链接: <a href="http://twetw.com/blog/1162.html">如何解决wordpress&lsquo;日志不支持图片上载&rsquo;的问题</a><br />
<a href="http://twetw.com/blog/1162.html#comments">20 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/windows-live-writer" rel="tag">windows live writer</a>, <a href="http://twetw.com/blog/tag/windows-live-writer-ftp%e8%b4%a6%e6%88%b7" rel="tag">windows live writer ftp账户</a>, <a href="http://twetw.com/blog/tag/wordpress%e9%94%99%e8%af%af" rel="tag">wordpress错误</a>, <a href="http://twetw.com/blog/tag/wp-contentuploads" rel="tag">wp-content/uploads</a>, <a href="http://twetw.com/blog/tag/%e6%97%a5%e5%bf%97%e4%b8%8d%e6%94%af%e6%8c%81%e5%9b%be%e7%89%87%e4%b8%8a%e8%bd%bd" rel="tag">日志不支持图片上载</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/1162.html/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>解决wordpress迁移过程中的Duplicate entry * for key *问题</title>
		<link>http://twetw.com/blog/1127.html</link>
		<comments>http://twetw.com/blog/1127.html#comments</comments>
		<pubDate>Tue, 01 Jun 2010 23:17:00 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[dedecms数据恢复]]></category>
		<category><![CDATA[dedecms网站备份]]></category>
		<category><![CDATA[Duplicate entry * for key *]]></category>
		<category><![CDATA[wordpress完全备份]]></category>
		<category><![CDATA[wordpress迁移教程]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/1127.html</guid>
		<description><![CDATA[<p>昨天和前天晚上我都是晚上3、4点才睡，因为在折腾twetw.com站群的全部搬迁问题。
主机搬迁整体比较顺利，但是过程中也遇到了一个小问题：
&#160;
导入wordpress数据提示Duplicate entry &#8216;24&#8242; for key 1
在新主机的phpadmin中对备份的wordpress数据库文件进行导入时，总是提示：
MySQL 返回：
#1062 &#8211; </p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2010

原文链接: 解决wordpress迁移过程中的Duplicate entry * for key *问题

13 comments

<span class="readmore"><a href="http://twetw.com/blog/1127.html" title="解决wordpress迁移过程中的Duplicate entry * for key *问题">阅读全文——共726字</a></span>]]></description>
			<content:encoded><![CDATA[<p>昨天和前天晚上我都是晚上3、4点才睡，因为在折腾twetw.com站群的全部搬迁问题。
主机搬迁整体比较顺利，但是过程中也遇到了一个小问题：
&#160;
导入wordpress数据提示Duplicate entry &#8216;24&#8242; for key 1
在新主机的phpadmin中对备份的wordpress数据库文件进行导入时，总是提示：
MySQL 返回：
#1062 &#8211; </p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2010<br />
原文链接: <a href="http://twetw.com/blog/1127.html">解决wordpress迁移过程中的Duplicate entry * for key *问题</a><br />
<a href="http://twetw.com/blog/1127.html#comments">13 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/dedecms%e6%95%b0%e6%8d%ae%e6%81%a2%e5%a4%8d" rel="tag">dedecms数据恢复</a>, <a href="http://twetw.com/blog/tag/dedecms%e7%bd%91%e7%ab%99%e5%a4%87%e4%bb%bd" rel="tag">dedecms网站备份</a>, <a href="http://twetw.com/blog/tag/duplicate-entry-for-key" rel="tag">Duplicate entry * for key *</a>, <a href="http://twetw.com/blog/tag/wordpress%e5%ae%8c%e5%85%a8%e5%a4%87%e4%bb%bd" rel="tag">wordpress完全备份</a>, <a href="http://twetw.com/blog/tag/wordpress%e8%bf%81%e7%a7%bb%e6%95%99%e7%a8%8b" rel="tag">wordpress迁移教程</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/1127.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>衡天小张，我看行！</title>
		<link>http://twetw.com/blog/1123.html</link>
		<comments>http://twetw.com/blog/1123.html#comments</comments>
		<pubDate>Sat, 29 May 2010 18:37:36 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[fremont机房]]></category>
		<category><![CDATA[php虚拟主机]]></category>
		<category><![CDATA[免费ssh]]></category>
		<category><![CDATA[免费vpn]]></category>
		<category><![CDATA[独立ip主机]]></category>
		<category><![CDATA[衡天小张]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/1123.html</guid>
		<description><![CDATA[<p>现在是凌晨2点，我还在折腾我的一系列网站。
5个站点已经恢复好了4个。还有一个正在折腾中。
我在【13大知名PHP主机大评测】中就说了等我主机到期我会用衡天小张的。可是为什么我在前一个主机还有近3个月到期的情况下就买了衡天主机呢？因为我看到了这个【衡天主机月底推出10个名额的特价独立IP虚拟主机 Fremont机房 送S</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2010

原文链接: 衡天小张，我看行！

22 comments

<span class="readmore"><a href="http://twetw.com/blog/1123.html" title="衡天小张，我看行！">阅读全文——共757字</a></span>]]></description>
			<content:encoded><![CDATA[<p>现在是凌晨2点，我还在折腾我的一系列网站。
5个站点已经恢复好了4个。还有一个正在折腾中。
我在【13大知名PHP主机大评测】中就说了等我主机到期我会用衡天小张的。可是为什么我在前一个主机还有近3个月到期的情况下就买了衡天主机呢？因为我看到了这个【衡天主机月底推出10个名额的特价独立IP虚拟主机 Fremont机房 送S</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2010<br />
原文链接: <a href="http://twetw.com/blog/1123.html">衡天小张，我看行！</a><br />
<a href="http://twetw.com/blog/1123.html#comments">22 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/fremont%e6%9c%ba%e6%88%bf" rel="tag">fremont机房</a>, <a href="http://twetw.com/blog/tag/php%e8%99%9a%e6%8b%9f%e4%b8%bb%e6%9c%ba" rel="tag">php虚拟主机</a>, <a href="http://twetw.com/blog/tag/%e5%85%8d%e8%b4%b9ssh" rel="tag">免费ssh</a>, <a href="http://twetw.com/blog/tag/%e5%85%8d%e8%b4%b9vpn" rel="tag">免费vpn</a>, <a href="http://twetw.com/blog/tag/%e7%8b%ac%e7%ab%8bip%e4%b8%bb%e6%9c%ba" rel="tag">独立ip主机</a>, <a href="http://twetw.com/blog/tag/%e8%a1%a1%e5%a4%a9%e5%b0%8f%e5%bc%a0" rel="tag">衡天小张</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/1123.html/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>豆丁网第4次收款100元</title>
		<link>http://twetw.com/blog/1105.html</link>
		<comments>http://twetw.com/blog/1105.html#comments</comments>
		<pubDate>Tue, 25 May 2010 22:59:00 +0000</pubDate>
		<dc:creator>aisinvon</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>

		<guid isPermaLink="false">http://twetw.com/blog/1105.html</guid>
		<description><![CDATA[<p>这次中间等待的时间比前3次都短，花了一个半月左右。前面2次都花了2个月。
每次一到100元，我都会迫不及待地把钱兑换出来，绝不多留一天。呵呵。
网上有很多说豆丁是片子的文章，我不知道这些文章产生的原因是什么。但是对已我来说，确确实实收到钱啦，虽然钱不多。
不过这里我要作一下说明：
豆丁从网赚者手中抽取的费用</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2010

原文链接: 豆丁网第4次收款100元

32 comments

<span class="readmore"><a href="http://twetw.com/blog/1105.html" title="豆丁网第4次收款100元">阅读全文——共277字</a></span>]]></description>
			<content:encoded><![CDATA[<p>这次中间等待的时间比前3次都短，花了一个半月左右。前面2次都花了2个月。
每次一到100元，我都会迫不及待地把钱兑换出来，绝不多留一天。呵呵。
网上有很多说豆丁是片子的文章，我不知道这些文章产生的原因是什么。但是对已我来说，确确实实收到钱啦，虽然钱不多。
不过这里我要作一下说明：
豆丁从网赚者手中抽取的费用</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2010<br />
原文链接: <a href="http://twetw.com/blog/1105.html">豆丁网第4次收款100元</a><br />
<a href="http://twetw.com/blog/1105.html#comments">32 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/%e8%b1%86%e4%b8%81%e6%94%b6%e5%85%a5" rel="tag">豆丁收入</a>, <a href="http://twetw.com/blog/tag/%e8%b1%86%e4%b8%81%e6%94%b6%e6%ac%be" rel="tag">豆丁收款</a>, <a href="http://twetw.com/blog/tag/%e8%b1%86%e4%b8%81%e6%96%87%e6%a1%a3%e6%94%b6%e5%85%a5" rel="tag">豆丁文档收入</a>, <a href="http://twetw.com/blog/tag/%e8%b1%86%e4%b8%81%e7%bd%91" rel="tag">豆丁网</a>, <a href="http://twetw.com/blog/tag/%e8%b1%86%e4%b8%81%e7%bd%91%e5%a6%82%e4%bd%95%e8%b5%9a%e9%92%b1" rel="tag">豆丁网如何赚钱</a>, <a href="http://twetw.com/blog/tag/%e8%b1%86%e4%b8%81%e7%bd%91%e6%98%af%e9%aa%97%e5%ad%90%e7%9a%84%e8%af%b4%e6%98%8e" rel="tag">豆丁网是骗子的说明</a>, <a href="http://twetw.com/blog/tag/%e8%b1%86%e4%b8%81%e7%bd%91%e8%b5%9a%e9%92%b1" rel="tag">豆丁网赚钱</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/1105.html/feed</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>为博客建了个独立图床</title>
		<link>http://twetw.com/blog/1040.html</link>
		<comments>http://twetw.com/blog/1040.html#comments</comments>
		<pubDate>Mon, 10 May 2010 22:07:00 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[image gallery]]></category>
		<category><![CDATA[MG2]]></category>
		<category><![CDATA[mini gallery]]></category>
		<category><![CDATA[博客独立图床]]></category>
		<category><![CDATA[独立图床程序]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/1040.html</guid>
		<description><![CDATA[<p>相信很多写博客的朋友都对自己博客的图片怎么存放、放在哪里都有过各种各样的折腾。我也不例外。
&#160;
博客图片流亡历程
&#160;
我刚开始用blogbus时，图片是放在巴巴变上。巴巴变储存空间小，每个月能用的流量更小。所以我现在博客很多早期文章的图片都放在巴巴变上，现在都不能显示了，一律变成了大叉叉。
后来，我发</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2010

原文链接: 为博客建了个独立图床

51 comments

<span class="readmore"><a href="http://twetw.com/blog/1040.html" title="为博客建了个独立图床">阅读全文——共1031字</a></span>]]></description>
			<content:encoded><![CDATA[<p>相信很多写博客的朋友都对自己博客的图片怎么存放、放在哪里都有过各种各样的折腾。我也不例外。
&#160;
博客图片流亡历程
&#160;
我刚开始用blogbus时，图片是放在巴巴变上。巴巴变储存空间小，每个月能用的流量更小。所以我现在博客很多早期文章的图片都放在巴巴变上，现在都不能显示了，一律变成了大叉叉。
后来，我发</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2010<br />
原文链接: <a href="http://twetw.com/blog/1040.html">为博客建了个独立图床</a><br />
<a href="http://twetw.com/blog/1040.html#comments">51 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/image-gallery" rel="tag">image gallery</a>, <a href="http://twetw.com/blog/tag/mg2" rel="tag">MG2</a>, <a href="http://twetw.com/blog/tag/mini-gallery" rel="tag">mini gallery</a>, <a href="http://twetw.com/blog/tag/%e5%8d%9a%e5%ae%a2%e7%8b%ac%e7%ab%8b%e5%9b%be%e5%ba%8a" rel="tag">博客独立图床</a>, <a href="http://twetw.com/blog/tag/%e7%8b%ac%e7%ab%8b%e5%9b%be%e5%ba%8a%e7%a8%8b%e5%ba%8f" rel="tag">独立图床程序</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/1040.html/feed</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
		<item>
		<title>在玩《刺客信条2》</title>
		<link>http://twetw.com/blog/1024.html</link>
		<comments>http://twetw.com/blog/1024.html#comments</comments>
		<pubDate>Sat, 08 May 2010 22:30:00 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[assassin creed 2]]></category>
		<category><![CDATA[D3DX9_42]]></category>
		<category><![CDATA[刺客信条2]]></category>
		<category><![CDATA[刺客信条2下载]]></category>
		<category><![CDATA[刺客信条2安装问题]]></category>
		<category><![CDATA[刺客信条2正式破解补丁]]></category>
		<category><![CDATA[游戏配置网]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/1024.html</guid>
		<description><![CDATA[<p>大概是在毕业后不久，我在学校周围一家网吧玩过一会《刺客信条2》。后来，我就一直对这款游戏念念不忘。
再后来，来了上海，工作的忙碌让我一时遗忘了它。前几天，到www.verycd.com上乱逛，看到了这款游戏。当然也就勾起了我的回忆。
二话不说，赶紧找资源下载吧。www.verycd.com这个页面的《刺客信条2》下载有点慢，3.8</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2010

原文链接: 在玩《刺客信条2》

25 comments

<span class="readmore"><a href="http://twetw.com/blog/1024.html" title="在玩《刺客信条2》">阅读全文——共546字</a></span>]]></description>
			<content:encoded><![CDATA[<p>大概是在毕业后不久，我在学校周围一家网吧玩过一会《刺客信条2》。后来，我就一直对这款游戏念念不忘。
再后来，来了上海，工作的忙碌让我一时遗忘了它。前几天，到www.verycd.com上乱逛，看到了这款游戏。当然也就勾起了我的回忆。
二话不说，赶紧找资源下载吧。www.verycd.com这个页面的《刺客信条2》下载有点慢，3.8</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2010<br />
原文链接: <a href="http://twetw.com/blog/1024.html">在玩《刺客信条2》</a><br />
<a href="http://twetw.com/blog/1024.html#comments">25 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/assassin-creed-2" rel="tag">assassin creed 2</a>, <a href="http://twetw.com/blog/tag/d3dx9_42" rel="tag">D3DX9_42</a>, <a href="http://twetw.com/blog/tag/%e5%88%ba%e5%ae%a2%e4%bf%a1%e6%9d%a12" rel="tag">刺客信条2</a>, <a href="http://twetw.com/blog/tag/%e5%88%ba%e5%ae%a2%e4%bf%a1%e6%9d%a12%e4%b8%8b%e8%bd%bd" rel="tag">刺客信条2下载</a>, <a href="http://twetw.com/blog/tag/%e5%88%ba%e5%ae%a2%e4%bf%a1%e6%9d%a12%e5%ae%89%e8%a3%85%e9%97%ae%e9%a2%98" rel="tag">刺客信条2安装问题</a>, <a href="http://twetw.com/blog/tag/%e5%88%ba%e5%ae%a2%e4%bf%a1%e6%9d%a12%e6%ad%a3%e5%bc%8f%e7%a0%b4%e8%a7%a3%e8%a1%a5%e4%b8%81" rel="tag">刺客信条2正式破解补丁</a>, <a href="http://twetw.com/blog/tag/%e6%b8%b8%e6%88%8f%e9%85%8d%e7%bd%ae%e7%bd%91" rel="tag">游戏配置网</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/1024.html/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>为博客添加了Ajax评论效果</title>
		<link>http://twetw.com/blog/1017.html</link>
		<comments>http://twetw.com/blog/1017.html#comments</comments>
		<pubDate>Tue, 04 May 2010 22:23:00 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[Ajax评论]]></category>
		<category><![CDATA[wordpress Ajax 评论]]></category>
		<category><![CDATA[wordpress无刷新评论]]></category>
		<category><![CDATA[博客评论]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/1017.html</guid>
		<description><![CDATA[<p>很多博客的评论都是Ajax评论无刷新显示的。这种方式无需刷新页面，很好，很方便访客。
所以决定给自己博客也加上这个功能。如何加？股沟之。
得到著名博客《幸福收藏夹》一文章《如何为你的主题添加 Ajax评论功能》。
如果你也想有Ajax无刷新就能提交评论的方便功能，那就照着上面那篇文章做吧。
</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2010

原文链接: 为博客添加了Ajax评论效果

22 comments

<span class="readmore"><a href="http://twetw.com/blog/1017.html" title="为博客添加了Ajax评论效果">阅读全文——共141字</a></span>]]></description>
			<content:encoded><![CDATA[<p>很多博客的评论都是Ajax评论无刷新显示的。这种方式无需刷新页面，很好，很方便访客。
所以决定给自己博客也加上这个功能。如何加？股沟之。
得到著名博客《幸福收藏夹》一文章《如何为你的主题添加 Ajax评论功能》。
如果你也想有Ajax无刷新就能提交评论的方便功能，那就照着上面那篇文章做吧。
</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2010<br />
原文链接: <a href="http://twetw.com/blog/1017.html">为博客添加了Ajax评论效果</a><br />
<a href="http://twetw.com/blog/1017.html#comments">22 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/ajax%e8%af%84%e8%ae%ba" rel="tag">Ajax评论</a>, <a href="http://twetw.com/blog/tag/wordpress-ajax-%e8%af%84%e8%ae%ba" rel="tag">wordpress Ajax 评论</a>, <a href="http://twetw.com/blog/tag/wordpress%e6%97%a0%e5%88%b7%e6%96%b0%e8%af%84%e8%ae%ba" rel="tag">wordpress无刷新评论</a>, <a href="http://twetw.com/blog/tag/%e5%8d%9a%e5%ae%a2%e8%af%84%e8%ae%ba" rel="tag">博客评论</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/1017.html/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>差点又得重装firefox</title>
		<link>http://twetw.com/blog/1010.html</link>
		<comments>http://twetw.com/blog/1010.html#comments</comments>
		<pubDate>Sun, 25 Apr 2010 22:53:00 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[febe]]></category>
		<category><![CDATA[firefox备份插件]]></category>
		<category><![CDATA[firefox备份还原]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[火狐备份]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/1010.html</guid>
		<description><![CDATA[<p>前2天新装Windows 7系统。在装系统之前我对firefox的插件、主题等文件用FEBE进行了备份，而且备份模式是“完整备份”。
当我装完Windows 7系统，然后想在firefox里对“完整备份”进行恢复的时候尽然找不到这个选项或方法，难道是我无知啦？Firefox里我可是装了一堆插件，要是备份不成功，那可麻烦了，我那这些插件又得一</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2010

原文链接: 差点又得重装firefox

20 comments

<span class="readmore"><a href="http://twetw.com/blog/1010.html" title="差点又得重装firefox">阅读全文——共969字</a></span>]]></description>
			<content:encoded><![CDATA[<p>前2天新装Windows 7系统。在装系统之前我对firefox的插件、主题等文件用FEBE进行了备份，而且备份模式是“完整备份”。
当我装完Windows 7系统，然后想在firefox里对“完整备份”进行恢复的时候尽然找不到这个选项或方法，难道是我无知啦？Firefox里我可是装了一堆插件，要是备份不成功，那可麻烦了，我那这些插件又得一</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2010<br />
原文链接: <a href="http://twetw.com/blog/1010.html">差点又得重装firefox</a><br />
<a href="http://twetw.com/blog/1010.html#comments">20 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/febe" rel="tag">febe</a>, <a href="http://twetw.com/blog/tag/firefox%e5%a4%87%e4%bb%bd%e6%8f%92%e4%bb%b6" rel="tag">firefox备份插件</a>, <a href="http://twetw.com/blog/tag/firefox%e5%a4%87%e4%bb%bd%e8%bf%98%e5%8e%9f" rel="tag">firefox备份还原</a>, <a href="http://twetw.com/blog/tag/windows-7" rel="tag">Windows 7</a>, <a href="http://twetw.com/blog/tag/%e7%81%ab%e7%8b%90%e5%a4%87%e4%bb%bd" rel="tag">火狐备份</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/1010.html/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>又折腾回了Windows7</title>
		<link>http://twetw.com/blog/1007.html</link>
		<comments>http://twetw.com/blog/1007.html#comments</comments>
		<pubDate>Sat, 24 Apr 2010 05:36:01 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[Oem7]]></category>
		<category><![CDATA[SuperOem7]]></category>
		<category><![CDATA[Windows 7正式版]]></category>
		<category><![CDATA[Windows7]]></category>
		<category><![CDATA[Windows7 RTM版]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/1007.html</guid>
		<description><![CDATA[<p>今天终于发现自己是个耐不住寂寞、永远喜欢尝新的人。
这不，从3月2号开始卸载Windows7还不到2个月的时间，我昨晚又把Windows7给重新安装上了。搞得我折腾到半夜3点。
当然，这次我装的已经不是RC版啦，而是Windows 7 RTM旗舰版。那从哪里去下载呢？
告诉大家一个好地方，那就是pccppc.com。博主叫小马，不是小马哥哦。只</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2010

原文链接: 又折腾回了Windows7

19 comments

<span class="readmore"><a href="http://twetw.com/blog/1007.html" title="又折腾回了Windows7">阅读全文——共256字</a></span>]]></description>
			<content:encoded><![CDATA[<p>今天终于发现自己是个耐不住寂寞、永远喜欢尝新的人。
这不，从3月2号开始卸载Windows7还不到2个月的时间，我昨晚又把Windows7给重新安装上了。搞得我折腾到半夜3点。
当然，这次我装的已经不是RC版啦，而是Windows 7 RTM旗舰版。那从哪里去下载呢？
告诉大家一个好地方，那就是pccppc.com。博主叫小马，不是小马哥哦。只</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2010<br />
原文链接: <a href="http://twetw.com/blog/1007.html">又折腾回了Windows7</a><br />
<a href="http://twetw.com/blog/1007.html#comments">19 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/oem7" rel="tag">Oem7</a>, <a href="http://twetw.com/blog/tag/superoem7" rel="tag">SuperOem7</a>, <a href="http://twetw.com/blog/tag/windows-7%e6%ad%a3%e5%bc%8f%e7%89%88" rel="tag">Windows 7正式版</a>, <a href="http://twetw.com/blog/tag/windows7" rel="tag">Windows7</a>, <a href="http://twetw.com/blog/tag/windows7-rtm%e7%89%88" rel="tag">Windows7 RTM版</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/1007.html/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>第三次兑换豆丁网文档收入100元</title>
		<link>http://twetw.com/blog/912.html</link>
		<comments>http://twetw.com/blog/912.html#comments</comments>
		<pubDate>Fri, 09 Apr 2010 22:27:00 +0000</pubDate>
		<dc:creator>aisinvon</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>

		<guid isPermaLink="false">http://twetw.com/blog/912.html</guid>
		<description><![CDATA[<p>前面我已经写过2篇文章分别讲过我第一次和第二次兑换豆丁的收入。这次刚好与第二次又是相隔2个月。

收到钱的感觉真好，虽然钱很少。但也差不多可以抵我2个月的手机话费啦。
我看到豆丁的首页上还有更多牛人，有的兑换记录都超过1万元啦。想了解他们是如何做到的嘛？或许你可以从下面的文档中受到一点点启发：


《如何在</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2010

原文链接: 第三次兑换豆丁网文档收入100元

24 comments

<span class="readmore"><a href="http://twetw.com/blog/912.html" title="第三次兑换豆丁网文档收入100元">阅读全文——共174字</a></span>]]></description>
			<content:encoded><![CDATA[<p>前面我已经写过2篇文章分别讲过我第一次和第二次兑换豆丁的收入。这次刚好与第二次又是相隔2个月。

收到钱的感觉真好，虽然钱很少。但也差不多可以抵我2个月的手机话费啦。
我看到豆丁的首页上还有更多牛人，有的兑换记录都超过1万元啦。想了解他们是如何做到的嘛？或许你可以从下面的文档中受到一点点启发：


《如何在</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2010<br />
原文链接: <a href="http://twetw.com/blog/912.html">第三次兑换豆丁网文档收入100元</a><br />
<a href="http://twetw.com/blog/912.html#comments">24 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/%e8%b1%86%e4%b8%81%e5%85%91%e6%8d%a2" rel="tag">豆丁兑换</a>, <a href="http://twetw.com/blog/tag/%e8%b1%86%e4%b8%81%e6%94%b6%e5%85%a5" rel="tag">豆丁收入</a>, <a href="http://twetw.com/blog/tag/%e8%b1%86%e4%b8%81%e6%94%b6%e6%ac%be" rel="tag">豆丁收款</a>, <a href="http://twetw.com/blog/tag/%e8%b1%86%e4%b8%81%e6%96%87%e6%a1%a3%e6%94%b6%e5%85%a5" rel="tag">豆丁文档收入</a>, <a href="http://twetw.com/blog/tag/%e8%b1%86%e4%b8%81%e7%bd%91" rel="tag">豆丁网</a>, <a href="http://twetw.com/blog/tag/%e8%b1%86%e4%b8%81%e8%b5%9a%e9%92%b1" rel="tag">豆丁赚钱</a>, <a href="http://twetw.com/blog/tag/%e8%b1%86%e4%b8%81%e8%b5%9a%e9%92%b1%e6%94%bb%e7%95%a5" rel="tag">豆丁赚钱攻略</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/912.html/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>我家的网速如龟爬</title>
		<link>http://twetw.com/blog/876.html</link>
		<comments>http://twetw.com/blog/876.html#comments</comments>
		<pubDate>Mon, 05 Apr 2010 06:31:26 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[p2p over]]></category>
		<category><![CDATA[p2p网络管理员]]></category>
		<category><![CDATA[p2p限制]]></category>
		<category><![CDATA[局域网下载限制]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/876.html</guid>
		<description><![CDATA[<p>由于我住处的网络是那种一根2M的网线有很多人用的那种，所以网速是出奇的慢。
特别是到晚上，因为白天大家都上班，所以一到晚上大家都会上网。
由于忍受不了这种网速，所以我得想想办法。在网上找了很多软件，都发现不是很好用。
最后，终于让我找到p2p网络管理员这款工具。用了一下，好像还不错。把它打开以后，就会对局</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2010

原文链接: 我家的网速如龟爬

24 comments

<span class="readmore"><a href="http://twetw.com/blog/876.html" title="我家的网速如龟爬">阅读全文——共414字</a></span>]]></description>
			<content:encoded><![CDATA[<p>由于我住处的网络是那种一根2M的网线有很多人用的那种，所以网速是出奇的慢。
特别是到晚上，因为白天大家都上班，所以一到晚上大家都会上网。
由于忍受不了这种网速，所以我得想想办法。在网上找了很多软件，都发现不是很好用。
最后，终于让我找到p2p网络管理员这款工具。用了一下，好像还不错。把它打开以后，就会对局</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2010<br />
原文链接: <a href="http://twetw.com/blog/876.html">我家的网速如龟爬</a><br />
<a href="http://twetw.com/blog/876.html#comments">24 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/p2p" rel="tag">p2p</a>, <a href="http://twetw.com/blog/tag/p2p-over" rel="tag">p2p over</a>, <a href="http://twetw.com/blog/tag/p2p%e7%bd%91%e7%bb%9c%e7%ae%a1%e7%90%86%e5%91%98" rel="tag">p2p网络管理员</a>, <a href="http://twetw.com/blog/tag/p2p%e9%99%90%e5%88%b6" rel="tag">p2p限制</a>, <a href="http://twetw.com/blog/tag/%e5%b1%80%e5%9f%9f%e7%bd%91%e4%b8%8b%e8%bd%bd%e9%99%90%e5%88%b6" rel="tag">局域网下载限制</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/876.html/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>让wordpress最新评论不显示管理员评论的简单方法</title>
		<link>http://twetw.com/blog/852.html</link>
		<comments>http://twetw.com/blog/852.html#comments</comments>
		<pubDate>Sat, 03 Apr 2010 00:53:55 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[不显示管理员评论]]></category>
		<category><![CDATA[最新评论]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=852</guid>
		<description><![CDATA[<p>wordpress默认会在侧边栏的最新评论显示出你自己回复的评论。我觉得这样很不好，占了最新评论那里宝贵的地理位置。
侧边栏的最新评论寸土寸金，怎能让博主自己的评论回复去玷污它呢？所以，必除之。
用插件？不爽。为了体现至高无尚的折腾精神，还是自己改代码吧：
在function.php或sidebar.php里找到如果代码块
&lt;?ph</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2010

原文链接: 让wordpress最新评论不显示管理员评论的简单方法

12 comments

<span class="readmore"><a href="http://twetw.com/blog/852.html" title="让wordpress最新评论不显示管理员评论的简单方法">阅读全文——共944字</a></span>]]></description>
			<content:encoded><![CDATA[<p>wordpress默认会在侧边栏的最新评论显示出你自己回复的评论。我觉得这样很不好，占了最新评论那里宝贵的地理位置。
侧边栏的最新评论寸土寸金，怎能让博主自己的评论回复去玷污它呢？所以，必除之。
用插件？不爽。为了体现至高无尚的折腾精神，还是自己改代码吧：
在function.php或sidebar.php里找到如果代码块
&lt;?ph</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2010<br />
原文链接: <a href="http://twetw.com/blog/852.html">让wordpress最新评论不显示管理员评论的简单方法</a><br />
<a href="http://twetw.com/blog/852.html#comments">12 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/wordpress" rel="tag">Wordpress</a>, <a href="http://twetw.com/blog/tag/%e4%b8%8d%e6%98%be%e7%a4%ba%e7%ae%a1%e7%90%86%e5%91%98%e8%af%84%e8%ae%ba" rel="tag">不显示管理员评论</a>, <a href="http://twetw.com/blog/tag/%e6%9c%80%e6%96%b0%e8%af%84%e8%ae%ba" rel="tag">最新评论</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/852.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>修改dedecms首页互动中心默认显示会员为评论或踩踩的方法</title>
		<link>http://twetw.com/blog/832.html</link>
		<comments>http://twetw.com/blog/832.html#comments</comments>
		<pubDate>Wed, 31 Mar 2010 01:14:14 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[dedecms]]></category>
		<category><![CDATA[方法]]></category>
		<category><![CDATA[评论或踩踩]]></category>
		<category><![CDATA[首页互动中心]]></category>
		<category><![CDATA[默认显示会员]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=832</guid>
		<description><![CDATA[<p>为大家分享一下如果将dedecms首页互动中心默认显示会员，改为评论或踩踩 的方法:
1、打开首页模板 templets\default\index.htm
2、找到第19行：
$(&#8220;a[_for=uc_member]&#8220;).mouseover();
3、 把第19行的uc_member改成uc_comment，这样默认显示的就是评论了
4、同理，把第19行的uc_member改成 uc_digg，这样默认</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2010

原文链接: 修改dedecms首页互动中心默认显示会员为评论或踩踩的方法

才1条评论

<span class="readmore"><a href="http://twetw.com/blog/832.html" title="修改dedecms首页互动中心默认显示会员为评论或踩踩的方法">阅读全文——共222字</a></span>]]></description>
			<content:encoded><![CDATA[<p>为大家分享一下如果将dedecms首页互动中心默认显示会员，改为评论或踩踩 的方法:
1、打开首页模板 templets\default\index.htm
2、找到第19行：
$(&#8220;a[_for=uc_member]&#8220;).mouseover();
3、 把第19行的uc_member改成uc_comment，这样默认显示的就是评论了
4、同理，把第19行的uc_member改成 uc_digg，这样默认</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2010<br />
原文链接: <a href="http://twetw.com/blog/832.html">修改dedecms首页互动中心默认显示会员为评论或踩踩的方法</a><br />
<a href="http://twetw.com/blog/832.html#comments">才1条评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/dedecms" rel="tag">dedecms</a>, <a href="http://twetw.com/blog/tag/%e6%96%b9%e6%b3%95" rel="tag">方法</a>, <a href="http://twetw.com/blog/tag/%e8%af%84%e8%ae%ba%e6%88%96%e8%b8%a9%e8%b8%a9" rel="tag">评论或踩踩</a>, <a href="http://twetw.com/blog/tag/%e9%a6%96%e9%a1%b5%e4%ba%92%e5%8a%a8%e4%b8%ad%e5%bf%83" rel="tag">首页互动中心</a>, <a href="http://twetw.com/blog/tag/%e9%bb%98%e8%ae%a4%e6%98%be%e7%a4%ba%e4%bc%9a%e5%91%98" rel="tag">默认显示会员</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/832.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>帝国cms整站更换域名详细方法</title>
		<link>http://twetw.com/blog/824.html</link>
		<comments>http://twetw.com/blog/824.html#comments</comments>
		<pubDate>Tue, 23 Mar 2010 13:25:33 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[帝国CMS]]></category>
		<category><![CDATA[帝国cms整站迁移]]></category>
		<category><![CDATA[整站更换域名]]></category>
		<category><![CDATA[网站迁移]]></category>
		<category><![CDATA[详细方法]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=824</guid>
		<description><![CDATA[<p>昨天晚上凌晨4点多才睡。我在干嘛？在上上上一篇博文我提到，我的一个站点www.g- info.org挂了。所以昨晚我在恢复我那挂掉的www.g-info.org。经过一晚上的摸索，股沟和奋斗，终于让我把原网站的大部分数据都恢复过来啦。实属不易，故将一点小小心得贴下以期能带给大家一点帮助。
执行本方法有一个前提，那就是你必须有原</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2010

原文链接: 帝国cms整站更换域名详细方法

5 comments

<span class="readmore"><a href="http://twetw.com/blog/824.html" title="帝国cms整站更换域名详细方法">阅读全文——共1979字</a></span>]]></description>
			<content:encoded><![CDATA[<p>昨天晚上凌晨4点多才睡。我在干嘛？在上上上一篇博文我提到，我的一个站点www.g- info.org挂了。所以昨晚我在恢复我那挂掉的www.g-info.org。经过一晚上的摸索，股沟和奋斗，终于让我把原网站的大部分数据都恢复过来啦。实属不易，故将一点小小心得贴下以期能带给大家一点帮助。
执行本方法有一个前提，那就是你必须有原</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2010<br />
原文链接: <a href="http://twetw.com/blog/824.html">帝国cms整站更换域名详细方法</a><br />
<a href="http://twetw.com/blog/824.html#comments">5 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/%e5%b8%9d%e5%9b%bdcms" rel="tag">帝国CMS</a>, <a href="http://twetw.com/blog/tag/%e5%b8%9d%e5%9b%bdcms%e6%95%b4%e7%ab%99%e8%bf%81%e7%a7%bb" rel="tag">帝国cms整站迁移</a>, <a href="http://twetw.com/blog/tag/%e6%95%b4%e7%ab%99%e6%9b%b4%e6%8d%a2%e5%9f%9f%e5%90%8d" rel="tag">整站更换域名</a>, <a href="http://twetw.com/blog/tag/%e7%bd%91%e7%ab%99%e8%bf%81%e7%a7%bb" rel="tag">网站迁移</a>, <a href="http://twetw.com/blog/tag/%e8%af%a6%e7%bb%86%e6%96%b9%e6%b3%95" rel="tag">详细方法</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/824.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>惊魂半小时</title>
		<link>http://twetw.com/blog/821.html</link>
		<comments>http://twetw.com/blog/821.html#comments</comments>
		<pubDate>Sun, 21 Mar 2010 06:37:22 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[403 forbidden]]></category>
		<category><![CDATA[755]]></category>
		<category><![CDATA[777]]></category>
		<category><![CDATA[cpanel 500]]></category>
		<category><![CDATA[public_html]]></category>
		<category><![CDATA[博客]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=821</guid>
		<description><![CDATA[<p>今天晚上想把g-info.org这个网站的数据恢复一下，所以打开filezilla进行ftp操作。
由于我用的是笔记本的触摸板，一不小心将cpanel后台文件管理器中将public_html整个文件夹拖动到tmp这个文件夹中，然后主机里面放的3个站点全部访问不了啦。我当时真是心比啥都凉，心想要是恢复不过来可就全完啦，至少这2年做的东西全没啦</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2010

原文链接: 惊魂半小时

10 comments

<span class="readmore"><a href="http://twetw.com/blog/821.html" title="惊魂半小时">阅读全文——共806字</a></span>]]></description>
			<content:encoded><![CDATA[<p>今天晚上想把g-info.org这个网站的数据恢复一下，所以打开filezilla进行ftp操作。
由于我用的是笔记本的触摸板，一不小心将cpanel后台文件管理器中将public_html整个文件夹拖动到tmp这个文件夹中，然后主机里面放的3个站点全部访问不了啦。我当时真是心比啥都凉，心想要是恢复不过来可就全完啦，至少这2年做的东西全没啦</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2010<br />
原文链接: <a href="http://twetw.com/blog/821.html">惊魂半小时</a><br />
<a href="http://twetw.com/blog/821.html#comments">10 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/403-forbidden" rel="tag">403 forbidden</a>, <a href="http://twetw.com/blog/tag/755" rel="tag">755</a>, <a href="http://twetw.com/blog/tag/777" rel="tag">777</a>, <a href="http://twetw.com/blog/tag/cpanel-500" rel="tag">cpanel 500</a>, <a href="http://twetw.com/blog/tag/public_html" rel="tag">public_html</a>, <a href="http://twetw.com/blog/tag/%e5%8d%9a%e5%ae%a2" rel="tag">博客</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/821.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Google广告在自己电脑不显示但在其他电脑能显示的原因及解决办法</title>
		<link>http://twetw.com/blog/818.html</link>
		<comments>http://twetw.com/blog/818.html#comments</comments>
		<pubDate>Fri, 19 Mar 2010 15:16:44 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[google adsense]]></category>
		<category><![CDATA[Google广告不显示]]></category>
		<category><![CDATA[原因]]></category>
		<category><![CDATA[解决办法]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=818</guid>
		<description><![CDATA[<p>标题有点长，读起来有点拗口，见谅！
最近往博客上挂了Google adsense，虽说没有人点击，但挂上总能给自己一点心理安慰。
用自己电脑打开博客，却发现应该出现Google adsense广告的地方是一片空白。开始我还以为是Google广告还没生效的问题。
但第二天用公司的电脑看了下自己的博客，发现Google adsense博客可以完全正常</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2010

原文链接: Google广告在自己电脑不显示但在其他电脑能显示的原因及解决办法

10 comments

<span class="readmore"><a href="http://twetw.com/blog/818.html" title="Google广告在自己电脑不显示但在其他电脑能显示的原因及解决办法">阅读全文——共567字</a></span>]]></description>
			<content:encoded><![CDATA[<p>标题有点长，读起来有点拗口，见谅！
最近往博客上挂了Google adsense，虽说没有人点击，但挂上总能给自己一点心理安慰。
用自己电脑打开博客，却发现应该出现Google adsense广告的地方是一片空白。开始我还以为是Google广告还没生效的问题。
但第二天用公司的电脑看了下自己的博客，发现Google adsense博客可以完全正常</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2010<br />
原文链接: <a href="http://twetw.com/blog/818.html">Google广告在自己电脑不显示但在其他电脑能显示的原因及解决办法</a><br />
<a href="http://twetw.com/blog/818.html#comments">10 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/google-adsense" rel="tag">google adsense</a>, <a href="http://twetw.com/blog/tag/google%e5%b9%bf%e5%91%8a%e4%b8%8d%e6%98%be%e7%a4%ba" rel="tag">Google广告不显示</a>, <a href="http://twetw.com/blog/tag/%e5%8e%9f%e5%9b%a0" rel="tag">原因</a>, <a href="http://twetw.com/blog/tag/%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95" rel="tag">解决办法</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/818.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>用手机写博客的2个小问题</title>
		<link>http://twetw.com/blog/739.html</link>
		<comments>http://twetw.com/blog/739.html#comments</comments>
		<pubDate>Fri, 29 Jan 2010 17:32:41 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[wap]]></category>
		<category><![CDATA[手机写博客]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/739.html</guid>
		<description><![CDATA[<p>上一篇尝试啦用手机写博客，发现2个问题：一个是题头图片不好添加，另一个是写出来的文字没法分段，因为没有回车嘛。
我在手机上装了A4输入法，各位大虾，A4输入法有回车这个功能不？
…………更新……… 2个问题都已经解决鸟：
1、利用ucweb可以将我博客首页的题头图片地址复制过来；
2、我在手机上装了个wordpad 2.9，</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2010

原文链接: 用手机写博客的2个小问题

6 comments

<span class="readmore"><a href="http://twetw.com/blog/739.html" title="用手机写博客的2个小问题">阅读全文——共229字</a></span>]]></description>
			<content:encoded><![CDATA[<p>上一篇尝试啦用手机写博客，发现2个问题：一个是题头图片不好添加，另一个是写出来的文字没法分段，因为没有回车嘛。
我在手机上装了A4输入法，各位大虾，A4输入法有回车这个功能不？
…………更新……… 2个问题都已经解决鸟：
1、利用ucweb可以将我博客首页的题头图片地址复制过来；
2、我在手机上装了个wordpad 2.9，</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2010<br />
原文链接: <a href="http://twetw.com/blog/739.html">用手机写博客的2个小问题</a><br />
<a href="http://twetw.com/blog/739.html#comments">6 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/wap" rel="tag">wap</a>, <a href="http://twetw.com/blog/tag/%e6%89%8b%e6%9c%ba%e5%86%99%e5%8d%9a%e5%ae%a2" rel="tag">手机写博客</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/739.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>如何使用acrobat为pdf文件加入上标或下标</title>
		<link>http://twetw.com/blog/724.html</link>
		<comments>http://twetw.com/blog/724.html#comments</comments>
		<pubDate>Sat, 16 Jan 2010 05:46:38 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[acrobat]]></category>
		<category><![CDATA[pdf文件]]></category>
		<category><![CDATA[上标]]></category>
		<category><![CDATA[下标]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=724</guid>
		<description><![CDATA[<p>最近碰到了一个问题，就是如何在已有的PDF文档中加入上标。  经过自己的一番摸索，终于找到了一个比较正宗的方法。  方法如下图示例（将flash的“sh”变成上标）：
1、一下图为例：

2、在Acrobat里作如下操作：

3、选中“sh”：

4、点击右键作如下操作：

5、下面是最重要的一步：
要想将“sh”设置成上标，最主要的是</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2010

原文链接: 如何使用acrobat为pdf文件加入上标或下标

12 comments

<span class="readmore"><a href="http://twetw.com/blog/724.html" title="如何使用acrobat为pdf文件加入上标或下标">阅读全文——共368字</a></span>]]></description>
			<content:encoded><![CDATA[<p>最近碰到了一个问题，就是如何在已有的PDF文档中加入上标。  经过自己的一番摸索，终于找到了一个比较正宗的方法。  方法如下图示例（将flash的“sh”变成上标）：
1、一下图为例：

2、在Acrobat里作如下操作：

3、选中“sh”：

4、点击右键作如下操作：

5、下面是最重要的一步：
要想将“sh”设置成上标，最主要的是</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2010<br />
原文链接: <a href="http://twetw.com/blog/724.html">如何使用acrobat为pdf文件加入上标或下标</a><br />
<a href="http://twetw.com/blog/724.html#comments">12 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/acrobat" rel="tag">acrobat</a>, <a href="http://twetw.com/blog/tag/pdf%e6%96%87%e4%bb%b6" rel="tag">pdf文件</a>, <a href="http://twetw.com/blog/tag/%e4%b8%8a%e6%a0%87" rel="tag">上标</a>, <a href="http://twetw.com/blog/tag/%e4%b8%8b%e6%a0%87" rel="tag">下标</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/724.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>2009年度个人非生活方面总结</title>
		<link>http://twetw.com/blog/685.html</link>
		<comments>http://twetw.com/blog/685.html#comments</comments>
		<pubDate>Wed, 30 Dec 2009 00:58:18 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[twetw]]></category>
		<category><![CDATA[个人]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[域名]]></category>
		<category><![CDATA[总结]]></category>
		<category><![CDATA[服务器]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=685</guid>
		<description><![CDATA[<p>2009年，自己尝试和折腾了很多东西，特别是博客和建立网站方面了，所以自己在这些方面也积累了一些经验。
年初，自己一直是用的blogbus，但是非独立博客的劣势和不方便之处实在太多。
后来就用myaisin.cn这个域名以及z-blog搭建了一个独立博客，由于一开始建立独立博客没有经验。所以贪便宜买了一个很不知名的商家的很便</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 2009年度个人非生活方面总结

18 comments

<span class="readmore"><a href="http://twetw.com/blog/685.html" title="2009年度个人非生活方面总结">阅读全文——共712字</a></span>]]></description>
			<content:encoded><![CDATA[<p>2009年，自己尝试和折腾了很多东西，特别是博客和建立网站方面了，所以自己在这些方面也积累了一些经验。
年初，自己一直是用的blogbus，但是非独立博客的劣势和不方便之处实在太多。
后来就用myaisin.cn这个域名以及z-blog搭建了一个独立博客，由于一开始建立独立博客没有经验。所以贪便宜买了一个很不知名的商家的很便</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/685.html">2009年度个人非生活方面总结</a><br />
<a href="http://twetw.com/blog/685.html#comments">18 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/twetw" rel="tag">twetw</a>, <a href="http://twetw.com/blog/tag/%e4%b8%aa%e4%ba%ba" rel="tag">个人</a>, <a href="http://twetw.com/blog/tag/%e5%8d%9a%e5%ae%a2" rel="tag">博客</a>, <a href="http://twetw.com/blog/tag/%e5%9f%9f%e5%90%8d" rel="tag">域名</a>, <a href="http://twetw.com/blog/tag/%e6%80%bb%e7%bb%93" rel="tag">总结</a>, <a href="http://twetw.com/blog/tag/%e6%9c%8d%e5%8a%a1%e5%99%a8" rel="tag">服务器</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/685.html/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>2009年度个人生活总结</title>
		<link>http://twetw.com/blog/681.html</link>
		<comments>http://twetw.com/blog/681.html#comments</comments>
		<pubDate>Sun, 27 Dec 2009 12:28:34 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[个人生活]]></category>
		<category><![CDATA[总结]]></category>
		<category><![CDATA[生活]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=681</guid>
		<description><![CDATA[<p>2009年很快就结束了，是时候回忆一下自己这一年的生活啦。
2009年1月2月，在家过年，2月底去了深圳找工作。
2009年3月，前面半个月继续在深圳找工作，找了2星期找到了一家公司，后来觉得不合适就没有继续干啦。后来在3月中旬就回长沙啦，然后继续找工作，期中面试了很多公司，也有面试通过的。但最后都被别人耍了，还偷了</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 2009年度个人生活总结

18 comments

<span class="readmore"><a href="http://twetw.com/blog/681.html" title="2009年度个人生活总结">阅读全文——共680字</a></span>]]></description>
			<content:encoded><![CDATA[<p>2009年很快就结束了，是时候回忆一下自己这一年的生活啦。
2009年1月2月，在家过年，2月底去了深圳找工作。
2009年3月，前面半个月继续在深圳找工作，找了2星期找到了一家公司，后来觉得不合适就没有继续干啦。后来在3月中旬就回长沙啦，然后继续找工作，期中面试了很多公司，也有面试通过的。但最后都被别人耍了，还偷了</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/681.html">2009年度个人生活总结</a><br />
<a href="http://twetw.com/blog/681.html#comments">18 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/2009" rel="tag">2009</a>, <a href="http://twetw.com/blog/tag/%e4%b8%aa%e4%ba%ba%e7%94%9f%e6%b4%bb" rel="tag">个人生活</a>, <a href="http://twetw.com/blog/tag/%e6%80%bb%e7%bb%93" rel="tag">总结</a>, <a href="http://twetw.com/blog/tag/%e7%94%9f%e6%b4%bb" rel="tag">生活</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/681.html/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Docin.com获得100元收入</title>
		<link>http://twetw.com/blog/675.html</link>
		<comments>http://twetw.com/blog/675.html#comments</comments>
		<pubDate>Sun, 20 Dec 2009 05:42:31 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[Docin.com]]></category>
		<category><![CDATA[网络赚钱]]></category>
		<category><![CDATA[豆丁]]></category>
		<category><![CDATA[豆丁网]]></category>
		<category><![CDATA[豆丁赚钱]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=675</guid>
		<description><![CDATA[<p>注册docin.com豆丁网已经有14个月了，终于在前段时间文档购买和浏览收入达到了100元，然后我申请了支付，不过现在钱都还没有到账。
赚够这100元可真是困难啊。话说我刚注册豆丁网那会，豆丁网还不是很有名，然后文档浏览的收入计算方法和现在也有所不同，那时我的豆丁账户每天都会1-2元的收入。
当时我想照这个形势发展下</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: Docin.com获得100元收入

17 comments

<span class="readmore"><a href="http://twetw.com/blog/675.html" title="Docin.com获得100元收入">阅读全文——共449字</a></span>]]></description>
			<content:encoded><![CDATA[<p>注册docin.com豆丁网已经有14个月了，终于在前段时间文档购买和浏览收入达到了100元，然后我申请了支付，不过现在钱都还没有到账。
赚够这100元可真是困难啊。话说我刚注册豆丁网那会，豆丁网还不是很有名，然后文档浏览的收入计算方法和现在也有所不同，那时我的豆丁账户每天都会1-2元的收入。
当时我想照这个形势发展下</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/675.html">Docin.com获得100元收入</a><br />
<a href="http://twetw.com/blog/675.html#comments">17 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/docin-com" rel="tag">Docin.com</a>, <a href="http://twetw.com/blog/tag/%e7%bd%91%e7%bb%9c%e8%b5%9a%e9%92%b1" rel="tag">网络赚钱</a>, <a href="http://twetw.com/blog/tag/%e8%b1%86%e4%b8%81" rel="tag">豆丁</a>, <a href="http://twetw.com/blog/tag/%e8%b1%86%e4%b8%81%e7%bd%91" rel="tag">豆丁网</a>, <a href="http://twetw.com/blog/tag/%e8%b1%86%e4%b8%81%e8%b5%9a%e9%92%b1" rel="tag">豆丁赚钱</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/675.html/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>无尽的折腾</title>
		<link>http://twetw.com/blog/661.html</link>
		<comments>http://twetw.com/blog/661.html#comments</comments>
		<pubDate>Sat, 12 Dec 2009 13:33:59 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[域名]]></category>
		<category><![CDATA[折腾]]></category>
		<category><![CDATA[故障]]></category>
		<category><![CDATA[虚拟主机]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=661</guid>
		<description><![CDATA[<p>昨晚的日志说过了，由于种种原因，帮助一位朋友把网站弄上线的计划没有成功。
之前的网站一直是放在免费的虚拟主机上作测试之用，那位朋友觉得网站已经可以啦，所以要求我买个域名把它正式上线。
昨晚买域名的过程很成功，在华夏名网买的，首年注册。com等只要20多块，续费是59块。今天松松童鞋问这个网站的域名管理权限</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 无尽的折腾

12 comments

<span class="readmore"><a href="http://twetw.com/blog/661.html" title="无尽的折腾">阅读全文——共385字</a></span>]]></description>
			<content:encoded><![CDATA[<p>昨晚的日志说过了，由于种种原因，帮助一位朋友把网站弄上线的计划没有成功。
之前的网站一直是放在免费的虚拟主机上作测试之用，那位朋友觉得网站已经可以啦，所以要求我买个域名把它正式上线。
昨晚买域名的过程很成功，在华夏名网买的，首年注册。com等只要20多块，续费是59块。今天松松童鞋问这个网站的域名管理权限</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/661.html">无尽的折腾</a><br />
<a href="http://twetw.com/blog/661.html#comments">12 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/%e5%9f%9f%e5%90%8d" rel="tag">域名</a>, <a href="http://twetw.com/blog/tag/%e6%8a%98%e8%85%be" rel="tag">折腾</a>, <a href="http://twetw.com/blog/tag/%e6%95%85%e9%9a%9c" rel="tag">故障</a>, <a href="http://twetw.com/blog/tag/%e8%99%9a%e6%8b%9f%e4%b8%bb%e6%9c%ba" rel="tag">虚拟主机</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/661.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>使用国外asp空间遇到的2个问题</title>
		<link>http://twetw.com/blog/604.html</link>
		<comments>http://twetw.com/blog/604.html#comments</comments>
		<pubDate>Sat, 31 Oct 2009 17:47:23 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[asp access]]></category>
		<category><![CDATA[asp空间]]></category>
		<category><![CDATA[国外空间]]></category>
		<category><![CDATA[虚拟主机]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=604</guid>
		<description><![CDATA[<p>这2天在用cms系统帮别人搞个站，初步选中了一个asp程序。然后去网上寻找一些免费asp空间作测试。
找啊找啊找啊找，最后还是找到了5944的免费米国空间。然后就是注册登录，ftp上传。
上传成功就进入cms系统的后台管理， 可是在后台上传相片的时候第一个问题出现了，错误代码显示如下：
Microsoft VBScript runtime error </p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 使用国外asp空间遇到的2个问题

40 comments

<span class="readmore"><a href="http://twetw.com/blog/604.html" title="使用国外asp空间遇到的2个问题">阅读全文——共678字</a></span>]]></description>
			<content:encoded><![CDATA[<p>这2天在用cms系统帮别人搞个站，初步选中了一个asp程序。然后去网上寻找一些免费asp空间作测试。
找啊找啊找啊找，最后还是找到了5944的免费米国空间。然后就是注册登录，ftp上传。
上传成功就进入cms系统的后台管理， 可是在后台上传相片的时候第一个问题出现了，错误代码显示如下：
Microsoft VBScript runtime error </p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/604.html">使用国外asp空间遇到的2个问题</a><br />
<a href="http://twetw.com/blog/604.html#comments">40 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/asp-access" rel="tag">asp access</a>, <a href="http://twetw.com/blog/tag/asp%e7%a9%ba%e9%97%b4" rel="tag">asp空间</a>, <a href="http://twetw.com/blog/tag/%e5%9b%bd%e5%a4%96%e7%a9%ba%e9%97%b4" rel="tag">国外空间</a>, <a href="http://twetw.com/blog/tag/%e8%99%9a%e6%8b%9f%e4%b8%bb%e6%9c%ba" rel="tag">虚拟主机</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/604.html/feed</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>Xmarks这几天不能同步书签的解决办法</title>
		<link>http://twetw.com/blog/561.html</link>
		<comments>http://twetw.com/blog/561.html#comments</comments>
		<pubDate>Sat, 24 Oct 2009 00:56:33 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[firefox插件]]></category>
		<category><![CDATA[Xmarks]]></category>
		<category><![CDATA[不能同步]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=561</guid>
		<description><![CDATA[<p>肯定有很多人在用firefox的书签同步工具xmarks吧，你们肯定发现它这几天的状态一直是个红色的小问号。这表示它已经不能同步了。
网上一搜，很多人都遇到了这种情况，说明是全国性的，哎，连这种书签同步的工具也挂了。我真不愿意往】*被*【强的方面想。希望不是吧 。
有没有啥解决办法呢？
还是搜一下，还真有。
在城市过</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: Xmarks这几天不能同步书签的解决办法

24 comments

<span class="readmore"><a href="http://twetw.com/blog/561.html" title="Xmarks这几天不能同步书签的解决办法">阅读全文——共785字</a></span>]]></description>
			<content:encoded><![CDATA[<p>肯定有很多人在用firefox的书签同步工具xmarks吧，你们肯定发现它这几天的状态一直是个红色的小问号。这表示它已经不能同步了。
网上一搜，很多人都遇到了这种情况，说明是全国性的，哎，连这种书签同步的工具也挂了。我真不愿意往】*被*【强的方面想。希望不是吧 。
有没有啥解决办法呢？
还是搜一下，还真有。
在城市过</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/561.html">Xmarks这几天不能同步书签的解决办法</a><br />
<a href="http://twetw.com/blog/561.html#comments">24 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/firefox%e6%8f%92%e4%bb%b6" rel="tag">firefox插件</a>, <a href="http://twetw.com/blog/tag/xmarks" rel="tag">Xmarks</a>, <a href="http://twetw.com/blog/tag/%e4%b8%8d%e8%83%bd%e5%90%8c%e6%ad%a5" rel="tag">不能同步</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/561.html/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>如何用Photoshop去掉图片的背景颜色</title>
		<link>http://twetw.com/blog/511.html</link>
		<comments>http://twetw.com/blog/511.html#comments</comments>
		<pubDate>Tue, 20 Oct 2009 00:29:51 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[去掉图片背景颜色]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=511</guid>
		<description><![CDATA[<p>由于制作一个网页的需要，要把一个公司的logo放到网页上去，可是这个logo有个背景颜色，而这个背景颜色和整个网页的背景色很不协调，所以需要把logo的背景色去掉并将logo变成透明的。
经过别人的指点和一番摸索之后，找到如下的解决方法：
（1）、首先在Photoshop里新建一个文件，文件的大小以你想要修改的图片为准，注意</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 如何用Photoshop去掉图片的背景颜色

14 comments

<span class="readmore"><a href="http://twetw.com/blog/511.html" title="如何用Photoshop去掉图片的背景颜色">阅读全文——共414字</a></span>]]></description>
			<content:encoded><![CDATA[<p>由于制作一个网页的需要，要把一个公司的logo放到网页上去，可是这个logo有个背景颜色，而这个背景颜色和整个网页的背景色很不协调，所以需要把logo的背景色去掉并将logo变成透明的。
经过别人的指点和一番摸索之后，找到如下的解决方法：
（1）、首先在Photoshop里新建一个文件，文件的大小以你想要修改的图片为准，注意</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/511.html">如何用Photoshop去掉图片的背景颜色</a><br />
<a href="http://twetw.com/blog/511.html#comments">14 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/photoshop" rel="tag">Photoshop</a>, <a href="http://twetw.com/blog/tag/%e5%8e%bb%e6%8e%89%e5%9b%be%e7%89%87%e8%83%8c%e6%99%af%e9%a2%9c%e8%89%b2" rel="tag">去掉图片背景颜色</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/511.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>网页设计中将span显示为块级元素的妙用</title>
		<link>http://twetw.com/blog/509.html</link>
		<comments>http://twetw.com/blog/509.html#comments</comments>
		<pubDate>Sat, 17 Oct 2009 00:25:52 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[span]]></category>
		<category><![CDATA[块级元素]]></category>
		<category><![CDATA[网页设计]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=509</guid>
		<description><![CDATA[<p>在 运用css的过程中，不可避免地会使用到span元素，比如在a标签内要显示一个或一个以上的块级元素，而这个块级元素又有高度和宽度等css的定义，那 么此时你如果在这种情况下&lt;a&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;使用span，那么不管你给 span定义的高度和宽度是如何，span都还是不会有任何反应的。网上有网友说得</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 网页设计中将span显示为块级元素的妙用

8 comments

<span class="readmore"><a href="http://twetw.com/blog/509.html" title="网页设计中将span显示为块级元素的妙用">阅读全文——共368字</a></span>]]></description>
			<content:encoded><![CDATA[<p>在 运用css的过程中，不可避免地会使用到span元素，比如在a标签内要显示一个或一个以上的块级元素，而这个块级元素又有高度和宽度等css的定义，那 么此时你如果在这种情况下&lt;a&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;使用span，那么不管你给 span定义的高度和宽度是如何，span都还是不会有任何反应的。网上有网友说得</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/509.html">网页设计中将span显示为块级元素的妙用</a><br />
<a href="http://twetw.com/blog/509.html#comments">8 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/span" rel="tag">span</a>, <a href="http://twetw.com/blog/tag/%e5%9d%97%e7%ba%a7%e5%85%83%e7%b4%a0" rel="tag">块级元素</a>, <a href="http://twetw.com/blog/tag/%e7%bd%91%e9%a1%b5%e8%ae%be%e8%ae%a1" rel="tag">网页设计</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/509.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>解决浏览器无法显示png图片及png验证码的问题</title>
		<link>http://twetw.com/blog/491.html</link>
		<comments>http://twetw.com/blog/491.html#comments</comments>
		<pubDate>Fri, 09 Oct 2009 00:37:06 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[png图片]]></category>
		<category><![CDATA[浏览器]]></category>
		<category><![CDATA[验证码]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=491</guid>
		<description><![CDATA[<p>这2天不知怎么搞的，作出来的网页的图片只要是png格式，都不能显示啦，而且网站的验证码也不能显示，但是在火狐里面完全正常。上午搜索，得到了很多结果，但是都没有很好地解决问题，终于在上面的网址里得到了答案。
网页上的验证码一般采用两种图片格式：
一、.xbm图片
（不过因为Windows XP SP2操作系统在默认状态下是</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 解决浏览器无法显示png图片及png验证码的问题

30 comments

<span class="readmore"><a href="http://twetw.com/blog/491.html" title="解决浏览器无法显示png图片及png验证码的问题">阅读全文——共1256字</a></span>]]></description>
			<content:encoded><![CDATA[<p>这2天不知怎么搞的，作出来的网页的图片只要是png格式，都不能显示啦，而且网站的验证码也不能显示，但是在火狐里面完全正常。上午搜索，得到了很多结果，但是都没有很好地解决问题，终于在上面的网址里得到了答案。
网页上的验证码一般采用两种图片格式：
一、.xbm图片
（不过因为Windows XP SP2操作系统在默认状态下是</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/491.html">解决浏览器无法显示png图片及png验证码的问题</a><br />
<a href="http://twetw.com/blog/491.html#comments">30 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/png%e5%9b%be%e7%89%87" rel="tag">png图片</a>, <a href="http://twetw.com/blog/tag/%e6%b5%8f%e8%a7%88%e5%99%a8" rel="tag">浏览器</a>, <a href="http://twetw.com/blog/tag/%e9%aa%8c%e8%af%81%e7%a0%81" rel="tag">验证码</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/491.html/feed</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>WordPress连接不上数据库的可能原因</title>
		<link>http://twetw.com/blog/496.html</link>
		<comments>http://twetw.com/blog/496.html#comments</comments>
		<pubDate>Thu, 08 Oct 2009 00:46:02 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[数据库]]></category>
		<category><![CDATA[无法连接]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=496</guid>
		<description><![CDATA[<p>用ftp将WordPress安装包上传到一个国外主机上去了，然后按照教程修改了里面的“数据库名称（DB_name）”“数据库使用者（DB_User）”“密码（DB_password）”可是还是不行。总是提示“数据库连接错误，什么localhost上的数据库已经停止服务”。
然后股沟搜索下，发现了“我爱水煮鱼”的这篇文章wp-config.php 完全配置指</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: WordPress连接不上数据库的可能原因

29 comments

<span class="readmore"><a href="http://twetw.com/blog/496.html" title="WordPress连接不上数据库的可能原因">阅读全文——共857字</a></span>]]></description>
			<content:encoded><![CDATA[<p>用ftp将WordPress安装包上传到一个国外主机上去了，然后按照教程修改了里面的“数据库名称（DB_name）”“数据库使用者（DB_User）”“密码（DB_password）”可是还是不行。总是提示“数据库连接错误，什么localhost上的数据库已经停止服务”。
然后股沟搜索下，发现了“我爱水煮鱼”的这篇文章wp-config.php 完全配置指</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/496.html">WordPress连接不上数据库的可能原因</a><br />
<a href="http://twetw.com/blog/496.html#comments">29 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/wordpress" rel="tag">Wordpress</a>, <a href="http://twetw.com/blog/tag/%e6%95%b0%e6%8d%ae%e5%ba%93" rel="tag">数据库</a>, <a href="http://twetw.com/blog/tag/%e6%97%a0%e6%b3%95%e8%bf%9e%e6%8e%a5" rel="tag">无法连接</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/496.html/feed</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>ie首页显示“runonce.msn.com/runonce2.aspx”的解决办法</title>
		<link>http://twetw.com/blog/493.html</link>
		<comments>http://twetw.com/blog/493.html#comments</comments>
		<pubDate>Wed, 07 Oct 2009 00:41:06 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[runonce]]></category>
		<category><![CDATA[runonce2.aspx]]></category>
		<category><![CDATA[首页]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=493</guid>
		<description><![CDATA[<p>方法一：
打开”组策略”：开始—运行gpedit.msc—打开”组策略”， 计算机配置：管理模板—wingdous Componets—Internet Explorer ,在右边栏中找到“阻止执行首次运行自定义设置”，右击“属性”在“设置”里点击“已启用”，并将“选择您的选择”直接转到主页”，然后点击“确定”。
方法二：
运 行”regedit”进入注</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: ie首页显示“runonce.msn.com/runonce2.aspx”的解决办法

9 comments

<span class="readmore"><a href="http://twetw.com/blog/493.html" title="ie首页显示“runonce.msn.com/runonce2.aspx”的解决办法">阅读全文——共416字</a></span>]]></description>
			<content:encoded><![CDATA[<p>方法一：
打开”组策略”：开始—运行gpedit.msc—打开”组策略”， 计算机配置：管理模板—wingdous Componets—Internet Explorer ,在右边栏中找到“阻止执行首次运行自定义设置”，右击“属性”在“设置”里点击“已启用”，并将“选择您的选择”直接转到主页”，然后点击“确定”。
方法二：
运 行”regedit”进入注</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/493.html">ie首页显示“runonce.msn.com/runonce2.aspx”的解决办法</a><br />
<a href="http://twetw.com/blog/493.html#comments">9 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/ie" rel="tag">ie</a>, <a href="http://twetw.com/blog/tag/runonce" rel="tag">runonce</a>, <a href="http://twetw.com/blog/tag/runonce2-aspx" rel="tag">runonce2.aspx</a>, <a href="http://twetw.com/blog/tag/%e9%a6%96%e9%a1%b5" rel="tag">首页</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/493.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>设置photoshop、Dreamweaver等程序的文件关联</title>
		<link>http://twetw.com/blog/486.html</link>
		<comments>http://twetw.com/blog/486.html#comments</comments>
		<pubDate>Sun, 04 Oct 2009 00:41:53 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[文件关联]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=486</guid>
		<description><![CDATA[<p>重装了Dreamweaver后，不知怎么搞得，html、css等文件都不关联了，更搞得photoshop的psd文件都不关联啦。如图，变成了这种图标

。网上有一种方法就是“关联很简单，只要右击文件，选择打开方式，然后选择自己想要关联的软件，勾选上始终用这种程序打开”，但是这种方法关联出来的图标非常不美观。有没有什么其他方法呢？</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 设置photoshop、Dreamweaver等程序的文件关联

19 comments

<span class="readmore"><a href="http://twetw.com/blog/486.html" title="设置photoshop、Dreamweaver等程序的文件关联">阅读全文——共928字</a></span>]]></description>
			<content:encoded><![CDATA[<p>重装了Dreamweaver后，不知怎么搞得，html、css等文件都不关联了，更搞得photoshop的psd文件都不关联啦。如图，变成了这种图标

。网上有一种方法就是“关联很简单，只要右击文件，选择打开方式，然后选择自己想要关联的软件，勾选上始终用这种程序打开”，但是这种方法关联出来的图标非常不美观。有没有什么其他方法呢？</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/486.html">设置photoshop、Dreamweaver等程序的文件关联</a><br />
<a href="http://twetw.com/blog/486.html#comments">19 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/adobe" rel="tag">adobe</a>, <a href="http://twetw.com/blog/tag/dreamweaver" rel="tag">dreamweaver</a>, <a href="http://twetw.com/blog/tag/photoshop" rel="tag">Photoshop</a>, <a href="http://twetw.com/blog/tag/%e6%96%87%e4%bb%b6%e5%85%b3%e8%81%94" rel="tag">文件关联</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/486.html/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>如何在同一页面定义两种不同颜色的链接</title>
		<link>http://twetw.com/blog/480.html</link>
		<comments>http://twetw.com/blog/480.html#comments</comments>
		<pubDate>Sat, 03 Oct 2009 00:30:16 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[不同颜色链接]]></category>
		<category><![CDATA[同一页面]]></category>
		<category><![CDATA[设计]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=480</guid>
		<description><![CDATA[<p>因为设计人员的需要，要在同一页面弄两种颜色的链接，故找到如下方法：
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;中国站长天空-网页特效-文本特效-同一页面两种不同颜色的超链接&lt;/title&gt;
&lt;meta http-equiv=&#8221;content-Type&#8221; content=&#8221;text/html;charset=gb2312&#8243;&gt;
&lt;!&#8211;把下面代</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 如何在同一页面定义两种不同颜色的链接

16 comments

<span class="readmore"><a href="http://twetw.com/blog/480.html" title="如何在同一页面定义两种不同颜色的链接">阅读全文——共1092字</a></span>]]></description>
			<content:encoded><![CDATA[<p>因为设计人员的需要，要在同一页面弄两种颜色的链接，故找到如下方法：
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;中国站长天空-网页特效-文本特效-同一页面两种不同颜色的超链接&lt;/title&gt;
&lt;meta http-equiv=&#8221;content-Type&#8221; content=&#8221;text/html;charset=gb2312&#8243;&gt;
&lt;!&#8211;把下面代</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/480.html">如何在同一页面定义两种不同颜色的链接</a><br />
<a href="http://twetw.com/blog/480.html#comments">16 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/css" rel="tag">CSS</a>, <a href="http://twetw.com/blog/tag/xhtml" rel="tag">xhtml</a>, <a href="http://twetw.com/blog/tag/%e4%b8%8d%e5%90%8c%e9%a2%9c%e8%89%b2%e9%93%be%e6%8e%a5" rel="tag">不同颜色链接</a>, <a href="http://twetw.com/blog/tag/%e5%90%8c%e4%b8%80%e9%a1%b5%e9%9d%a2" rel="tag">同一页面</a>, <a href="http://twetw.com/blog/tag/%e8%ae%be%e8%ae%a1" rel="tag">设计</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/480.html/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>XHTML+CSS设计注意事项</title>
		<link>http://twetw.com/blog/475.html</link>
		<comments>http://twetw.com/blog/475.html#comments</comments>
		<pubDate>Thu, 01 Oct 2009 00:07:17 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[设计]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=475</guid>
		<description><![CDATA[<p>最近经常碰到一些网页制作方面的问题，后来通过网络找到了解决的办法，所以搜集起来，以供自己以后查阅 。
1、除选择DOCTYPE之外的语句必须使用小写英文字母书写。其中包括 Macromedia Dreamweaver 生成的鼠标动作，如 OnMouseOver 也必须修改成 onmouseover。
2、XHTML语法规要求所有的标识都必须有开始和结束。例 如&l</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: XHTML+CSS设计注意事项

12 comments

<span class="readmore"><a href="http://twetw.com/blog/475.html" title="XHTML+CSS设计注意事项">阅读全文——共3638字</a></span>]]></description>
			<content:encoded><![CDATA[<p>最近经常碰到一些网页制作方面的问题，后来通过网络找到了解决的办法，所以搜集起来，以供自己以后查阅 。
1、除选择DOCTYPE之外的语句必须使用小写英文字母书写。其中包括 Macromedia Dreamweaver 生成的鼠标动作，如 OnMouseOver 也必须修改成 onmouseover。
2、XHTML语法规要求所有的标识都必须有开始和结束。例 如&l</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/475.html">XHTML+CSS设计注意事项</a><br />
<a href="http://twetw.com/blog/475.html#comments">12 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/css" rel="tag">CSS</a>, <a href="http://twetw.com/blog/tag/html" rel="tag">html</a>, <a href="http://twetw.com/blog/tag/xhtml" rel="tag">xhtml</a>, <a href="http://twetw.com/blog/tag/%e8%ae%be%e8%ae%a1" rel="tag">设计</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/475.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>改Photoshop右侧信息栏宽、高单位为像素</title>
		<link>http://twetw.com/blog/461.html</link>
		<comments>http://twetw.com/blog/461.html#comments</comments>
		<pubDate>Sun, 27 Sep 2009 13:43:56 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[height]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[width]]></category>
		<category><![CDATA[像素]]></category>
		<category><![CDATA[右侧信息栏]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=461</guid>
		<description><![CDATA[<p>平时常用Photoshop进行图片的裁剪，而在裁剪的过程中需要知道裁剪的范围有多大。
Photoshop右侧有个“信息”栏，里面有个Width和Height，这个就 是显示你所选的区域的大小的，但是这个W和H的单位是厘米，而我们平常在制图或搞设计的时候一般都是以px来度量大小的。
这时我们就需要把w和H的单位设置成px即像素。
步骤如下</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 改Photoshop右侧信息栏宽、高单位为像素

24 comments

<span class="readmore"><a href="http://twetw.com/blog/461.html" title="改Photoshop右侧信息栏宽、高单位为像素">阅读全文——共285字</a></span>]]></description>
			<content:encoded><![CDATA[<p>平时常用Photoshop进行图片的裁剪，而在裁剪的过程中需要知道裁剪的范围有多大。
Photoshop右侧有个“信息”栏，里面有个Width和Height，这个就 是显示你所选的区域的大小的，但是这个W和H的单位是厘米，而我们平常在制图或搞设计的时候一般都是以px来度量大小的。
这时我们就需要把w和H的单位设置成px即像素。
步骤如下</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/461.html">改Photoshop右侧信息栏宽、高单位为像素</a><br />
<a href="http://twetw.com/blog/461.html#comments">24 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/height" rel="tag">height</a>, <a href="http://twetw.com/blog/tag/photoshop" rel="tag">Photoshop</a>, <a href="http://twetw.com/blog/tag/width" rel="tag">width</a>, <a href="http://twetw.com/blog/tag/%e5%83%8f%e7%b4%a0" rel="tag">像素</a>, <a href="http://twetw.com/blog/tag/%e5%8f%b3%e4%be%a7%e4%bf%a1%e6%81%af%e6%a0%8f" rel="tag">右侧信息栏</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/461.html/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>如何让ecshop支持一次购买多个商品</title>
		<link>http://twetw.com/blog/451.html</link>
		<comments>http://twetw.com/blog/451.html#comments</comments>
		<pubDate>Sat, 26 Sep 2009 14:14:52 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[ecshop]]></category>
		<category><![CDATA[shopex]]></category>
		<category><![CDATA[批量购买]]></category>
		<category><![CDATA[电子商务]]></category>
		<category><![CDATA[购买多个商品]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=451</guid>
		<description><![CDATA[<p>ecshop和shopex一样，是国内2大电子商城系统。帮朋友建立了一个电子商城我选择了ecshop，刚开始本来是选择shopex的。但是默认安装后 的shopex首页上那么多块广告，真让人看着不舒服，虽然说可以去掉，但是给我的第一印象很不好，而且功能上也没有满足朋友的需求。所以最终还是选择了 ecshop。
不管是cms还是B2C系统，默认</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 如何让ecshop支持一次购买多个商品

24 comments

<span class="readmore"><a href="http://twetw.com/blog/451.html" title="如何让ecshop支持一次购买多个商品">阅读全文——共388字</a></span>]]></description>
			<content:encoded><![CDATA[<p>ecshop和shopex一样，是国内2大电子商城系统。帮朋友建立了一个电子商城我选择了ecshop，刚开始本来是选择shopex的。但是默认安装后 的shopex首页上那么多块广告，真让人看着不舒服，虽然说可以去掉，但是给我的第一印象很不好，而且功能上也没有满足朋友的需求。所以最终还是选择了 ecshop。
不管是cms还是B2C系统，默认</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/451.html">如何让ecshop支持一次购买多个商品</a><br />
<a href="http://twetw.com/blog/451.html#comments">24 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/cms" rel="tag">cms</a>, <a href="http://twetw.com/blog/tag/ecshop" rel="tag">ecshop</a>, <a href="http://twetw.com/blog/tag/shopex" rel="tag">shopex</a>, <a href="http://twetw.com/blog/tag/%e6%89%b9%e9%87%8f%e8%b4%ad%e4%b9%b0" rel="tag">批量购买</a>, <a href="http://twetw.com/blog/tag/%e7%94%b5%e5%ad%90%e5%95%86%e5%8a%a1" rel="tag">电子商务</a>, <a href="http://twetw.com/blog/tag/%e8%b4%ad%e4%b9%b0%e5%a4%9a%e4%b8%aa%e5%95%86%e5%93%81" rel="tag">购买多个商品</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/451.html/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>目前最佳ie6下png透明解决方案</title>
		<link>http://twetw.com/blog/445.html</link>
		<comments>http://twetw.com/blog/445.html#comments</comments>
		<pubDate>Fri, 25 Sep 2009 12:25:30 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[DD_belatedPNG]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[png透明]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=445</guid>
		<description><![CDATA[<p>关于ie6下png图片的透明问题，市面上有很多的解决方案【我在前面写过2篇相关文章(透明png在ie7显示为黑色背景的解决办法、关于ie6中使用css滤镜后链接无法点击的问题)】，主要有以下2种：
（1）、js修复法：
function correctPNG()
{
for(var i=0; i&lt;document.images.length; i++)
{
var img = document.images[i]
va</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 目前最佳ie6下png透明解决方案

33 comments

<span class="readmore"><a href="http://twetw.com/blog/445.html" title="目前最佳ie6下png透明解决方案">阅读全文——共1518字</a></span>]]></description>
			<content:encoded><![CDATA[<p>关于ie6下png图片的透明问题，市面上有很多的解决方案【我在前面写过2篇相关文章(透明png在ie7显示为黑色背景的解决办法、关于ie6中使用css滤镜后链接无法点击的问题)】，主要有以下2种：
（1）、js修复法：
function correctPNG()
{
for(var i=0; i&lt;document.images.length; i++)
{
var img = document.images[i]
va</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/445.html">目前最佳ie6下png透明解决方案</a><br />
<a href="http://twetw.com/blog/445.html#comments">33 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/dd_belatedpng" rel="tag">DD_belatedPNG</a>, <a href="http://twetw.com/blog/tag/ie6" rel="tag">ie6</a>, <a href="http://twetw.com/blog/tag/ie7" rel="tag">ie7</a>, <a href="http://twetw.com/blog/tag/javascript" rel="tag">JavaScript</a>, <a href="http://twetw.com/blog/tag/jquery" rel="tag">jQuery</a>, <a href="http://twetw.com/blog/tag/png%e9%80%8f%e6%98%8e" rel="tag">png透明</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/445.html/feed</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>将z-blog文章归档改为下拉菜单</title>
		<link>http://twetw.com/blog/439.html</link>
		<comments>http://twetw.com/blog/439.html#comments</comments>
		<pubDate>Thu, 24 Sep 2009 11:31:58 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[Z-Blog]]></category>
		<category><![CDATA[下拉菜单]]></category>
		<category><![CDATA[文章归档]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=439</guid>
		<description><![CDATA[<p>看到很多博客的文章归档都是以下拉菜单的形式展现的，我觉得这种方式很好。既好看，又节省首页空间。要知道，对于一个非常有名的博客来说，能节约使用首页页面空间是多么的重要，或许你就因为节约的那么一点地方又能多放一点广告啦。
那么，z-blog默认的文章归档不是以下拉菜单来显示，有没办法来实现呢？还是有的。来到</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 将z-blog文章归档改为下拉菜单

51 comments

<span class="readmore"><a href="http://twetw.com/blog/439.html" title="将z-blog文章归档改为下拉菜单">阅读全文——共938字</a></span>]]></description>
			<content:encoded><![CDATA[<p>看到很多博客的文章归档都是以下拉菜单的形式展现的，我觉得这种方式很好。既好看，又节省首页空间。要知道，对于一个非常有名的博客来说，能节约使用首页页面空间是多么的重要，或许你就因为节约的那么一点地方又能多放一点广告啦。
那么，z-blog默认的文章归档不是以下拉菜单来显示，有没办法来实现呢？还是有的。来到</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/439.html">将z-blog文章归档改为下拉菜单</a><br />
<a href="http://twetw.com/blog/439.html#comments">51 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/z-blog" rel="tag">Z-Blog</a>, <a href="http://twetw.com/blog/tag/%e4%b8%8b%e6%8b%89%e8%8f%9c%e5%8d%95" rel="tag">下拉菜单</a>, <a href="http://twetw.com/blog/tag/%e6%96%87%e7%ab%a0%e5%bd%92%e6%a1%a3" rel="tag">文章归档</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/439.html/feed</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
		<item>
		<title>透明png在ie7显示为黑色背景的解决办法</title>
		<link>http://twetw.com/blog/435.html</link>
		<comments>http://twetw.com/blog/435.html#comments</comments>
		<pubDate>Wed, 23 Sep 2009 12:22:24 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[解决办法]]></category>
		<category><![CDATA[透明png]]></category>
		<category><![CDATA[黑色背景]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=435</guid>
		<description><![CDATA[<p>这两天一直被ie下png背景图透明的问题所困扰。
以前遇到这种问题，
写上一句css或在head部分链接上一段专门处理ie6 png背景图透明的js，一般问题都能解决。
可是这次，我把处理png背景透明问题的各种方法如css法，js法，iepngfix.htc法都用过了。ie6和ie7下都不透明，而且ie6和ie7的背景还是不同的效果。本来应该透明的背</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 透明png在ie7显示为黑色背景的解决办法

33 comments

<span class="readmore"><a href="http://twetw.com/blog/435.html" title="透明png在ie7显示为黑色背景的解决办法">阅读全文——共739字</a></span>]]></description>
			<content:encoded><![CDATA[<p>这两天一直被ie下png背景图透明的问题所困扰。
以前遇到这种问题，
写上一句css或在head部分链接上一段专门处理ie6 png背景图透明的js，一般问题都能解决。
可是这次，我把处理png背景透明问题的各种方法如css法，js法，iepngfix.htc法都用过了。ie6和ie7下都不透明，而且ie6和ie7的背景还是不同的效果。本来应该透明的背</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/435.html">透明png在ie7显示为黑色背景的解决办法</a><br />
<a href="http://twetw.com/blog/435.html#comments">33 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/ie7" rel="tag">ie7</a>, <a href="http://twetw.com/blog/tag/%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95" rel="tag">解决办法</a>, <a href="http://twetw.com/blog/tag/%e9%80%8f%e6%98%8epng" rel="tag">透明png</a>, <a href="http://twetw.com/blog/tag/%e9%bb%91%e8%89%b2%e8%83%8c%e6%99%af" rel="tag">黑色背景</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/435.html/feed</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>将z-blog的文章分类放到导航栏</title>
		<link>http://twetw.com/blog/410.html</link>
		<comments>http://twetw.com/blog/410.html#comments</comments>
		<pubDate>Thu, 17 Sep 2009 11:31:03 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[Z-Blog]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[导航栏]]></category>
		<category><![CDATA[文章分类]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=410</guid>
		<description><![CDATA[<p>用WordPress以前用的是z-blog。
z-blog模板中最受欢迎的一款模板是Qeeke。Qeeke这个模板中我喜欢的一点是在原来的导航栏位置加入了文章分类。也就是将“Index-Search-Tagcloud-GuestBook-Admin”这一块地方换成你博客的文章分类。这样，博客的导航就更加清晰了，也让来访问你博客的读者更容易地看出来你博客所关注的内容</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 将z-blog的文章分类放到导航栏

9 comments

<span class="readmore"><a href="http://twetw.com/blog/410.html" title="将z-blog的文章分类放到导航栏">阅读全文——共279字</a></span>]]></description>
			<content:encoded><![CDATA[<p>用WordPress以前用的是z-blog。
z-blog模板中最受欢迎的一款模板是Qeeke。Qeeke这个模板中我喜欢的一点是在原来的导航栏位置加入了文章分类。也就是将“Index-Search-Tagcloud-GuestBook-Admin”这一块地方换成你博客的文章分类。这样，博客的导航就更加清晰了，也让来访问你博客的读者更容易地看出来你博客所关注的内容</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/410.html">将z-blog的文章分类放到导航栏</a><br />
<a href="http://twetw.com/blog/410.html#comments">9 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/z-blog" rel="tag">Z-Blog</a>, <a href="http://twetw.com/blog/tag/%e5%8d%9a%e5%ae%a2" rel="tag">博客</a>, <a href="http://twetw.com/blog/tag/%e5%af%bc%e8%88%aa%e6%a0%8f" rel="tag">导航栏</a>, <a href="http://twetw.com/blog/tag/%e6%96%87%e7%ab%a0%e5%88%86%e7%b1%bb" rel="tag">文章分类</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/410.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>两个“伤残”鼠标的还魂记</title>
		<link>http://twetw.com/blog/406.html</link>
		<comments>http://twetw.com/blog/406.html#comments</comments>
		<pubDate>Wed, 16 Sep 2009 13:51:07 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[修电脑]]></category>
		<category><![CDATA[故障]]></category>
		<category><![CDATA[还魂记]]></category>
		<category><![CDATA[鼠标]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=406</guid>
		<description><![CDATA[<p>买电脑也有三年多了，时间虽然不长，可是鼠标和键盘却已经用了好几套。最近，仅有的两个鼠标又双双阵亡。哎，搞得我暂时只能以快捷键操作电脑了。
至于两个鼠标的症状嘛，听我给你细细道来：其中A鼠标插上电脑后丝毫没有反应，估计是里面的电路板或鼠标线坏掉了；另一个即B鼠标则是左键坏了，任凭你按多少下硬是没有任何</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 两个“伤残”鼠标的还魂记

16 comments

<span class="readmore"><a href="http://twetw.com/blog/406.html" title="两个“伤残”鼠标的还魂记">阅读全文——共1413字</a></span>]]></description>
			<content:encoded><![CDATA[<p>买电脑也有三年多了，时间虽然不长，可是鼠标和键盘却已经用了好几套。最近，仅有的两个鼠标又双双阵亡。哎，搞得我暂时只能以快捷键操作电脑了。
至于两个鼠标的症状嘛，听我给你细细道来：其中A鼠标插上电脑后丝毫没有反应，估计是里面的电路板或鼠标线坏掉了；另一个即B鼠标则是左键坏了，任凭你按多少下硬是没有任何</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/406.html">两个“伤残”鼠标的还魂记</a><br />
<a href="http://twetw.com/blog/406.html#comments">16 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/%e4%bf%ae%e7%94%b5%e8%84%91" rel="tag">修电脑</a>, <a href="http://twetw.com/blog/tag/%e6%95%85%e9%9a%9c" rel="tag">故障</a>, <a href="http://twetw.com/blog/tag/%e8%bf%98%e9%ad%82%e8%ae%b0" rel="tag">还魂记</a>, <a href="http://twetw.com/blog/tag/%e9%bc%a0%e6%a0%87" rel="tag">鼠标</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/406.html/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>关于ie6中使用css滤镜后链接无法点击的问题</title>
		<link>http://twetw.com/blog/401.html</link>
		<comments>http://twetw.com/blog/401.html#comments</comments>
		<pubDate>Tue, 15 Sep 2009 12:30:13 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[css滤镜]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[故障]]></category>
		<category><![CDATA[链接无法点击]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=401</guid>
		<description><![CDATA[<p>网上最大众华的解决ie6无法显示png背景图片透明问题的方法就是用
“filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=&#8217;images/liBack.png&#8217;,no-repeat); background:none;”。
用了上面那句话会导致链接无法点击，所以需给链接加个positon:relative。
如下</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 关于ie6中使用css滤镜后链接无法点击的问题

15 comments

<span class="readmore"><a href="http://twetw.com/blog/401.html" title="关于ie6中使用css滤镜后链接无法点击的问题">阅读全文——共611字</a></span>]]></description>
			<content:encoded><![CDATA[<p>网上最大众华的解决ie6无法显示png背景图片透明问题的方法就是用
“filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=&#8217;images/liBack.png&#8217;,no-repeat); background:none;”。
用了上面那句话会导致链接无法点击，所以需给链接加个positon:relative。
如下</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/401.html">关于ie6中使用css滤镜后链接无法点击的问题</a><br />
<a href="http://twetw.com/blog/401.html#comments">15 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/css" rel="tag">CSS</a>, <a href="http://twetw.com/blog/tag/css%e6%bb%a4%e9%95%9c" rel="tag">css滤镜</a>, <a href="http://twetw.com/blog/tag/ie6" rel="tag">ie6</a>, <a href="http://twetw.com/blog/tag/xhtml" rel="tag">xhtml</a>, <a href="http://twetw.com/blog/tag/%e6%95%85%e9%9a%9c" rel="tag">故障</a>, <a href="http://twetw.com/blog/tag/%e9%93%be%e6%8e%a5%e6%97%a0%e6%b3%95%e7%82%b9%e5%87%bb" rel="tag">链接无法点击</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/401.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>网页设计经验小谈（三）</title>
		<link>http://twetw.com/blog/399.html</link>
		<comments>http://twetw.com/blog/399.html#comments</comments>
		<pubDate>Mon, 14 Sep 2009 12:21:21 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[经验]]></category>
		<category><![CDATA[网页设计]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=399</guid>
		<description><![CDATA[<p>list-style-image在ie和火狐中不兼容，那么一个比较好的办法就是改list-style-image为background来做。
但用background来做li背景时也会遇到一个问题，就是如果li的文字有2行，那么怎么来给background来定位呢？
如果按照默认的background位置，将会是background紧紧贴在li层的顶部；
如果用background-position中的什么</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 网页设计经验小谈（三）

4 comments

<span class="readmore"><a href="http://twetw.com/blog/399.html" title="网页设计经验小谈（三）">阅读全文——共418字</a></span>]]></description>
			<content:encoded><![CDATA[<p>list-style-image在ie和火狐中不兼容，那么一个比较好的办法就是改list-style-image为background来做。
但用background来做li背景时也会遇到一个问题，就是如果li的文字有2行，那么怎么来给background来定位呢？
如果按照默认的background位置，将会是background紧紧贴在li层的顶部；
如果用background-position中的什么</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/399.html">网页设计经验小谈（三）</a><br />
<a href="http://twetw.com/blog/399.html#comments">4 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/css" rel="tag">CSS</a>, <a href="http://twetw.com/blog/tag/xhtml" rel="tag">xhtml</a>, <a href="http://twetw.com/blog/tag/%e7%bb%8f%e9%aa%8c" rel="tag">经验</a>, <a href="http://twetw.com/blog/tag/%e7%bd%91%e9%a1%b5%e8%ae%be%e8%ae%a1" rel="tag">网页设计</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/399.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>精华奉献:解决帝国cms由gbk改成utf-8而引起的乱码问题</title>
		<link>http://twetw.com/blog/395.html</link>
		<comments>http://twetw.com/blog/395.html#comments</comments>
		<pubDate>Sun, 13 Sep 2009 14:15:18 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[gb2312]]></category>
		<category><![CDATA[gbk转utf-8]]></category>
		<category><![CDATA[乱码]]></category>
		<category><![CDATA[帝国CMS]]></category>
		<category><![CDATA[故障]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=395</guid>
		<description><![CDATA[<p>第一次用帝国cms时下载的是“简体gbk”版本的，后来由于虚拟主机挂掉了，网站就没有去管它了，不过还好我备份了数据。
过了一段时间后，还是想把网站再重新恢复起来，当然还是得用帝国cms的程序。但是这次我下的“简体utf-8”版本的。我根本不知道这会给我的网站带来什么致命的后果。
将下载的“简体utf-8”版本用ftp软件</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 精华奉献:解决帝国cms由gbk改成utf-8而引起的乱码问题

9 comments

<span class="readmore"><a href="http://twetw.com/blog/395.html" title="精华奉献:解决帝国cms由gbk改成utf-8而引起的乱码问题">阅读全文——共997字</a></span>]]></description>
			<content:encoded><![CDATA[<p>第一次用帝国cms时下载的是“简体gbk”版本的，后来由于虚拟主机挂掉了，网站就没有去管它了，不过还好我备份了数据。
过了一段时间后，还是想把网站再重新恢复起来，当然还是得用帝国cms的程序。但是这次我下的“简体utf-8”版本的。我根本不知道这会给我的网站带来什么致命的后果。
将下载的“简体utf-8”版本用ftp软件</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/395.html">精华奉献:解决帝国cms由gbk改成utf-8而引起的乱码问题</a><br />
<a href="http://twetw.com/blog/395.html#comments">9 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/cms" rel="tag">cms</a>, <a href="http://twetw.com/blog/tag/gb2312" rel="tag">gb2312</a>, <a href="http://twetw.com/blog/tag/gbk%e8%bd%acutf-8" rel="tag">gbk转utf-8</a>, <a href="http://twetw.com/blog/tag/%e4%b9%b1%e7%a0%81" rel="tag">乱码</a>, <a href="http://twetw.com/blog/tag/%e5%b8%9d%e5%9b%bdcms" rel="tag">帝国CMS</a>, <a href="http://twetw.com/blog/tag/%e6%95%85%e9%9a%9c" rel="tag">故障</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/395.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>解决png图片在ie下无法显示的终极绝招</title>
		<link>http://twetw.com/blog/371.html</link>
		<comments>http://twetw.com/blog/371.html#comments</comments>
		<pubDate>Fri, 11 Sep 2009 13:52:28 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[ie无法显示]]></category>
		<category><![CDATA[png图片]]></category>
		<category><![CDATA[故障]]></category>
		<category><![CDATA[绝招]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=371</guid>
		<description><![CDATA[<p>以前我的一篇博客摘录过网上的一些解决ie浏览器中png图片全部显示为红叉叉的解决办法。有些网友在试了以后，发现所有的办法都不能解决问题，那么你需要用到下面这招必杀技：
下载此MIME文件后，打开压缩包，双击文件导入注册表，问题绝对能解决。
MIME文件下载。
</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 解决png图片在ie下无法显示的终极绝招

才1条评论

<span class="readmore"><a href="http://twetw.com/blog/371.html" title="解决png图片在ie下无法显示的终极绝招">阅读全文——共127字</a></span>]]></description>
			<content:encoded><![CDATA[<p>以前我的一篇博客摘录过网上的一些解决ie浏览器中png图片全部显示为红叉叉的解决办法。有些网友在试了以后，发现所有的办法都不能解决问题，那么你需要用到下面这招必杀技：
下载此MIME文件后，打开压缩包，双击文件导入注册表，问题绝对能解决。
MIME文件下载。
</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/371.html">解决png图片在ie下无法显示的终极绝招</a><br />
<a href="http://twetw.com/blog/371.html#comments">才1条评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/ie%e6%97%a0%e6%b3%95%e6%98%be%e7%a4%ba" rel="tag">ie无法显示</a>, <a href="http://twetw.com/blog/tag/png%e5%9b%be%e7%89%87" rel="tag">png图片</a>, <a href="http://twetw.com/blog/tag/%e6%95%85%e9%9a%9c" rel="tag">故障</a>, <a href="http://twetw.com/blog/tag/%e7%bb%9d%e6%8b%9b" rel="tag">绝招</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/371.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>网页设计经验小谈（二）</title>
		<link>http://twetw.com/blog/362.html</link>
		<comments>http://twetw.com/blog/362.html#comments</comments>
		<pubDate>Mon, 07 Sep 2009 14:18:29 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[经验]]></category>
		<category><![CDATA[网站制作]]></category>
		<category><![CDATA[网页设计]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=362</guid>
		<description><![CDATA[<p>接着上一篇文章谈：
5、在Dreamweaver里如何整理html格式，让html缩进得更美观？
答案很简单：在dreamweaver里面，点击“命令–应用源格式”即ok。
“命 令–应用源格式&#8221;同样也可以用来整理css的格式，当然要整理成什么样子，你可以自定义。自定义的方法（在dw cs4中）：“编辑”——“首选参数”——左边“分类”</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 网页设计经验小谈（二）

还没有评论

<span class="readmore"><a href="http://twetw.com/blog/362.html" title="网页设计经验小谈（二）">阅读全文——共1093字</a></span>]]></description>
			<content:encoded><![CDATA[<p>接着上一篇文章谈：
5、在Dreamweaver里如何整理html格式，让html缩进得更美观？
答案很简单：在dreamweaver里面，点击“命令–应用源格式”即ok。
“命 令–应用源格式&#8221;同样也可以用来整理css的格式，当然要整理成什么样子，你可以自定义。自定义的方法（在dw cs4中）：“编辑”——“首选参数”——左边“分类”</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/362.html">网页设计经验小谈（二）</a><br />
<a href="http://twetw.com/blog/362.html#comments">还没有评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/css" rel="tag">CSS</a>, <a href="http://twetw.com/blog/tag/html" rel="tag">html</a>, <a href="http://twetw.com/blog/tag/xhtml" rel="tag">xhtml</a>, <a href="http://twetw.com/blog/tag/%e7%bb%8f%e9%aa%8c" rel="tag">经验</a>, <a href="http://twetw.com/blog/tag/%e7%bd%91%e7%ab%99%e5%88%b6%e4%bd%9c" rel="tag">网站制作</a>, <a href="http://twetw.com/blog/tag/%e7%bd%91%e9%a1%b5%e8%ae%be%e8%ae%a1" rel="tag">网页设计</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/362.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>网页设计经验小谈（一）</title>
		<link>http://twetw.com/blog/348.html</link>
		<comments>http://twetw.com/blog/348.html#comments</comments>
		<pubDate>Fri, 04 Sep 2009 11:53:02 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[经验]]></category>
		<category><![CDATA[网站制作]]></category>
		<category><![CDATA[网页设计]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=348</guid>
		<description><![CDATA[<p>最近做一些页子，碰到了很多问题，也学习到了很多。下面就是自己在做的过程中碰到的一些问题，把它们贴出来，供自己以后查阅，也希望能对您有点作用。
1、li中当list-style-image不兼容而不用做li背景时，就用background 代替。而有background代替有可能出现图片仅靠其层的最顶部，这时可以background-position:left以及</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 网页设计经验小谈（一）

才1条评论

<span class="readmore"><a href="http://twetw.com/blog/348.html" title="网页设计经验小谈（一）">阅读全文——共601字</a></span>]]></description>
			<content:encoded><![CDATA[<p>最近做一些页子，碰到了很多问题，也学习到了很多。下面就是自己在做的过程中碰到的一些问题，把它们贴出来，供自己以后查阅，也希望能对您有点作用。
1、li中当list-style-image不兼容而不用做li背景时，就用background 代替。而有background代替有可能出现图片仅靠其层的最顶部，这时可以background-position:left以及</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/348.html">网页设计经验小谈（一）</a><br />
<a href="http://twetw.com/blog/348.html#comments">才1条评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/css" rel="tag">CSS</a>, <a href="http://twetw.com/blog/tag/html" rel="tag">html</a>, <a href="http://twetw.com/blog/tag/xhtml" rel="tag">xhtml</a>, <a href="http://twetw.com/blog/tag/%e7%bb%8f%e9%aa%8c" rel="tag">经验</a>, <a href="http://twetw.com/blog/tag/%e7%bd%91%e7%ab%99%e5%88%b6%e4%bd%9c" rel="tag">网站制作</a>, <a href="http://twetw.com/blog/tag/%e7%bd%91%e9%a1%b5%e8%ae%be%e8%ae%a1" rel="tag">网页设计</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/348.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>告诉你一个小秘密：如何解决viamraid.sys导致的蓝屏</title>
		<link>http://twetw.com/blog/346.html</link>
		<comments>http://twetw.com/blog/346.html#comments</comments>
		<pubDate>Wed, 02 Sep 2009 13:48:38 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[viamraid.sys]]></category>
		<category><![CDATA[故障]]></category>
		<category><![CDATA[电脑]]></category>
		<category><![CDATA[电脑蓝屏]]></category>
		<category><![CDATA[秘密]]></category>
		<category><![CDATA[蓝屏]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=346</guid>
		<description><![CDATA[<p>上一篇说过，我搞了台破电脑。
破电脑在被我运回的当天晚上，就突然出现了蓝屏，而且紧接着整个显示器就黑了。按主机的reset重启，之听见主机能够运转，显示器也能够通电，但显示器就是不能够显示东西。
无赖，只得拆开机子，把显卡，内存条什么的紧了紧，然后开机。哈哈，居然可以啦。原来是因为在电脑被运回的途中受了</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 告诉你一个小秘密：如何解决viamraid.sys导致的蓝屏

4 comments

<span class="readmore"><a href="http://twetw.com/blog/346.html" title="告诉你一个小秘密：如何解决viamraid.sys导致的蓝屏">阅读全文——共750字</a></span>]]></description>
			<content:encoded><![CDATA[<p>上一篇说过，我搞了台破电脑。
破电脑在被我运回的当天晚上，就突然出现了蓝屏，而且紧接着整个显示器就黑了。按主机的reset重启，之听见主机能够运转，显示器也能够通电，但显示器就是不能够显示东西。
无赖，只得拆开机子，把显卡，内存条什么的紧了紧，然后开机。哈哈，居然可以啦。原来是因为在电脑被运回的途中受了</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/346.html">告诉你一个小秘密：如何解决viamraid.sys导致的蓝屏</a><br />
<a href="http://twetw.com/blog/346.html#comments">4 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/viamraid-sys" rel="tag">viamraid.sys</a>, <a href="http://twetw.com/blog/tag/%e6%95%85%e9%9a%9c" rel="tag">故障</a>, <a href="http://twetw.com/blog/tag/%e7%94%b5%e8%84%91" rel="tag">电脑</a>, <a href="http://twetw.com/blog/tag/%e7%94%b5%e8%84%91%e8%93%9d%e5%b1%8f" rel="tag">电脑蓝屏</a>, <a href="http://twetw.com/blog/tag/%e7%a7%98%e5%af%86" rel="tag">秘密</a>, <a href="http://twetw.com/blog/tag/%e8%93%9d%e5%b1%8f" rel="tag">蓝屏</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/346.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>轻松2歩解决WordPress treaded comment的Can’t find the ‘commentformid’ div错误</title>
		<link>http://twetw.com/blog/320.html</link>
		<comments>http://twetw.com/blog/320.html#comments</comments>
		<pubDate>Mon, 31 Aug 2009 14:29:04 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[Can’t find the ‘commentformid’ div]]></category>
		<category><![CDATA[twetw]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WordPress treaded comment]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[故障]]></category>
		<category><![CDATA[错误]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=320</guid>
		<description><![CDATA[<p>WordPress的几个评论插件我还是比较喜欢wp-treaded-comment。但是昨天我安装了一个新主题后，在进行测试评论回复时却提示：Can’t find the ‘commentformid’ div。
这下我可着急，没想到换了主题却弄得回复评论这个重要功能不能使用。
在经过一些摸索之后，终于解决了问题。
出 现这种问题的原因一般都是你所使用的主题</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 轻松2歩解决WordPress treaded comment的Can’t find the ‘commentformid’ div错误

6 comments

<span class="readmore"><a href="http://twetw.com/blog/320.html" title="轻松2歩解决WordPress treaded comment的Can’t find the ‘commentformid’ div错误">阅读全文——共932字</a></span>]]></description>
			<content:encoded><![CDATA[<p>WordPress的几个评论插件我还是比较喜欢wp-treaded-comment。但是昨天我安装了一个新主题后，在进行测试评论回复时却提示：Can’t find the ‘commentformid’ div。
这下我可着急，没想到换了主题却弄得回复评论这个重要功能不能使用。
在经过一些摸索之后，终于解决了问题。
出 现这种问题的原因一般都是你所使用的主题</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/320.html">轻松2歩解决WordPress treaded comment的Can’t find the ‘commentformid’ div错误</a><br />
<a href="http://twetw.com/blog/320.html#comments">6 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/can%e2%80%99t-find-the-%e2%80%98commentformid%e2%80%99-div" rel="tag">Can’t find the ‘commentformid’ div</a>, <a href="http://twetw.com/blog/tag/twetw" rel="tag">twetw</a>, <a href="http://twetw.com/blog/tag/wordpress" rel="tag">Wordpress</a>, <a href="http://twetw.com/blog/tag/wordpress-treaded-comment" rel="tag">WordPress treaded comment</a>, <a href="http://twetw.com/blog/tag/%e5%8d%9a%e5%ae%a2" rel="tag">博客</a>, <a href="http://twetw.com/blog/tag/%e6%95%85%e9%9a%9c" rel="tag">故障</a>, <a href="http://twetw.com/blog/tag/%e9%94%99%e8%af%af" rel="tag">错误</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/320.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>IE Developer Toolbar在ie7中不起作用，这是为什么呢？</title>
		<link>http://twetw.com/blog/233.html</link>
		<comments>http://twetw.com/blog/233.html#comments</comments>
		<pubDate>Sat, 29 Aug 2009 15:47:36 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[IE Developer Toolbar]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[工具]]></category>
		<category><![CDATA[软件]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=233</guid>
		<description><![CDATA[<p>大家都知道，ie developer toolbar是在ie下可与firebug匹敌的网页设计调试工具。对我来说，ie developer toolbar和firebug都经常使用，少了它们其中的一个，我还真不习惯。可是就有这么一天，我的ie developer toolbar不起作用啦，很多人用的著名插件ie7 Pro也不能使用。
因为我重装了系统，以前的系统式xp的，现在换成了</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: IE Developer Toolbar在ie7中不起作用，这是为什么呢？

还没有评论

<span class="readmore"><a href="http://twetw.com/blog/233.html" title="IE Developer Toolbar在ie7中不起作用，这是为什么呢？">阅读全文——共591字</a></span>]]></description>
			<content:encoded><![CDATA[<p>大家都知道，ie developer toolbar是在ie下可与firebug匹敌的网页设计调试工具。对我来说，ie developer toolbar和firebug都经常使用，少了它们其中的一个，我还真不习惯。可是就有这么一天，我的ie developer toolbar不起作用啦，很多人用的著名插件ie7 Pro也不能使用。
因为我重装了系统，以前的系统式xp的，现在换成了</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/233.html">IE Developer Toolbar在ie7中不起作用，这是为什么呢？</a><br />
<a href="http://twetw.com/blog/233.html#comments">还没有评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/ie" rel="tag">ie</a>, <a href="http://twetw.com/blog/tag/ie-developer-toolbar" rel="tag">IE Developer Toolbar</a>, <a href="http://twetw.com/blog/tag/ie7" rel="tag">ie7</a>, <a href="http://twetw.com/blog/tag/%e5%b7%a5%e5%85%b7" rel="tag">工具</a>, <a href="http://twetw.com/blog/tag/%e8%bd%af%e4%bb%b6" rel="tag">软件</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/233.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【置顶】胡戈戈和cosbeta的主机对比</title>
		<link>http://twetw.com/blog/221.html</link>
		<comments>http://twetw.com/blog/221.html#comments</comments>
		<pubDate>Thu, 27 Aug 2009 12:44:58 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[cosbeta]]></category>
		<category><![CDATA[国外主机]]></category>
		<category><![CDATA[胡戈戈]]></category>
		<category><![CDATA[虚拟主机]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=221</guid>
		<description><![CDATA[<p>淘宝全球购男人护肤专辑
最近想买国外的虚拟主机来放自己的博客和网站。在对比了很多的虚拟主机服务后，最终将目标锁定在了cosbeta和胡戈戈身上。
他们都是以个人 的形式提供的虚拟主机服务，而且在网上或IT博客圈里也很有名气，所以应该不用担心信用问题。以下对他们的虚拟主机服务做一下简单比较：
1、退款服务：胡戈戈</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 【置顶】胡戈戈和cosbeta的主机对比

36 comments

<span class="readmore"><a href="http://twetw.com/blog/221.html" title="【置顶】胡戈戈和cosbeta的主机对比">阅读全文——共860字</a></span>]]></description>
			<content:encoded><![CDATA[<p>淘宝全球购男人护肤专辑
最近想买国外的虚拟主机来放自己的博客和网站。在对比了很多的虚拟主机服务后，最终将目标锁定在了cosbeta和胡戈戈身上。
他们都是以个人 的形式提供的虚拟主机服务，而且在网上或IT博客圈里也很有名气，所以应该不用担心信用问题。以下对他们的虚拟主机服务做一下简单比较：
1、退款服务：胡戈戈</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/221.html">【置顶】胡戈戈和cosbeta的主机对比</a><br />
<a href="http://twetw.com/blog/221.html#comments">36 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/cosbeta" rel="tag">cosbeta</a>, <a href="http://twetw.com/blog/tag/%e5%9b%bd%e5%a4%96%e4%b8%bb%e6%9c%ba" rel="tag">国外主机</a>, <a href="http://twetw.com/blog/tag/%e8%83%a1%e6%88%88%e6%88%88" rel="tag">胡戈戈</a>, <a href="http://twetw.com/blog/tag/%e8%99%9a%e6%8b%9f%e4%b8%bb%e6%9c%ba" rel="tag">虚拟主机</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/221.html/feed</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>在WordPress后台没有权限修改源代码的解决办法</title>
		<link>http://twetw.com/blog/457.html</link>
		<comments>http://twetw.com/blog/457.html#comments</comments>
		<pubDate>Mon, 15 Jun 2009 13:20:30 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[修改源代码]]></category>
		<category><![CDATA[后台]]></category>
		<category><![CDATA[权限]]></category>
		<category><![CDATA[解决办法]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=457</guid>
		<description><![CDATA[<p>在免费巴士看到有个国外的V3host.be-150M免费PHP空间，自己赶紧去注册了一个，注册后第一件想做的就是放个WordPress上去。
一顿忙活，WordPress的时候又出现了以前的一个问题：在将wp-config-sample.php改名为wp-config.php时直接选了 “另存为”“utf-8”，所以导致了“Warning: cannot modify header information”这种</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 在WordPress后台没有权限修改源代码的解决办法

还没有评论

<span class="readmore"><a href="http://twetw.com/blog/457.html" title="在WordPress后台没有权限修改源代码的解决办法">阅读全文——共619字</a></span>]]></description>
			<content:encoded><![CDATA[<p>在免费巴士看到有个国外的V3host.be-150M免费PHP空间，自己赶紧去注册了一个，注册后第一件想做的就是放个WordPress上去。
一顿忙活，WordPress的时候又出现了以前的一个问题：在将wp-config-sample.php改名为wp-config.php时直接选了 “另存为”“utf-8”，所以导致了“Warning: cannot modify header information”这种</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/457.html">在WordPress后台没有权限修改源代码的解决办法</a><br />
<a href="http://twetw.com/blog/457.html#comments">还没有评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/wordpress" rel="tag">Wordpress</a>, <a href="http://twetw.com/blog/tag/%e4%bf%ae%e6%94%b9%e6%ba%90%e4%bb%a3%e7%a0%81" rel="tag">修改源代码</a>, <a href="http://twetw.com/blog/tag/%e5%90%8e%e5%8f%b0" rel="tag">后台</a>, <a href="http://twetw.com/blog/tag/%e6%9d%83%e9%99%90" rel="tag">权限</a>, <a href="http://twetw.com/blog/tag/%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95" rel="tag">解决办法</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/457.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>让毕业答辩论文格式更规范的几个妙招</title>
		<link>http://twetw.com/blog/437.html</link>
		<comments>http://twetw.com/blog/437.html#comments</comments>
		<pubDate>Sat, 06 Jun 2009 11:25:38 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[妙招]]></category>
		<category><![CDATA[毕业答辩]]></category>
		<category><![CDATA[规范]]></category>
		<category><![CDATA[论文格式]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=437</guid>
		<description><![CDATA[<p>这几天都忙着做毕业论文，今天更是进行了传说中的答辩，可是到现在了还不知道结果，哎，同学们都很担心，纷纷表示影响很大啊。
在使用word（说明下，我用的office是2007的）搞论文的过程，总是会碰到很多问题。碰到问题，就想办法去解决它，这是我一贯的想法，相信大家都一样。下面谈谈我或者我同学碰到的几个使用word的</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 让毕业答辩论文格式更规范的几个妙招

还没有评论

<span class="readmore"><a href="http://twetw.com/blog/437.html" title="让毕业答辩论文格式更规范的几个妙招">阅读全文——共686字</a></span>]]></description>
			<content:encoded><![CDATA[<p>这几天都忙着做毕业论文，今天更是进行了传说中的答辩，可是到现在了还不知道结果，哎，同学们都很担心，纷纷表示影响很大啊。
在使用word（说明下，我用的office是2007的）搞论文的过程，总是会碰到很多问题。碰到问题，就想办法去解决它，这是我一贯的想法，相信大家都一样。下面谈谈我或者我同学碰到的几个使用word的</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/437.html">让毕业答辩论文格式更规范的几个妙招</a><br />
<a href="http://twetw.com/blog/437.html#comments">还没有评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/%e5%a6%99%e6%8b%9b" rel="tag">妙招</a>, <a href="http://twetw.com/blog/tag/%e6%af%95%e4%b8%9a%e7%ad%94%e8%be%a9" rel="tag">毕业答辩</a>, <a href="http://twetw.com/blog/tag/%e8%a7%84%e8%8c%83" rel="tag">规范</a>, <a href="http://twetw.com/blog/tag/%e8%ae%ba%e6%96%87%e6%a0%bc%e5%bc%8f" rel="tag">论文格式</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/437.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>毕业答辩相关知识集锦</title>
		<link>http://twetw.com/blog/425.html</link>
		<comments>http://twetw.com/blog/425.html#comments</comments>
		<pubDate>Mon, 01 Jun 2009 11:18:30 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[学习]]></category>
		<category><![CDATA[毕业答辩]]></category>
		<category><![CDATA[相关知识]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=425</guid>
		<description><![CDATA[<p>过几天就要答辩了，所以这几天在网上找了一下答辩相关方面的知识或注意事项，记录下来，以供自己使用。
首先是来自教育技术的论文答辩ppt一文：
一、要对论文的内容进行概括性的整合，将论文分为引言和试验设计的目的意义、材料和方法、结果、讨论、结论、致谢几部分。
二、在每部分内容的presentation中，原则是：图的
</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 毕业答辩相关知识集锦

还没有评论

<span class="readmore"><a href="http://twetw.com/blog/425.html" title="毕业答辩相关知识集锦">阅读全文——共5333字</a></span>]]></description>
			<content:encoded><![CDATA[<p>过几天就要答辩了，所以这几天在网上找了一下答辩相关方面的知识或注意事项，记录下来，以供自己使用。
首先是来自教育技术的论文答辩ppt一文：
一、要对论文的内容进行概括性的整合，将论文分为引言和试验设计的目的意义、材料和方法、结果、讨论、结论、致谢几部分。
二、在每部分内容的presentation中，原则是：图的
</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/425.html">毕业答辩相关知识集锦</a><br />
<a href="http://twetw.com/blog/425.html#comments">还没有评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/%e5%ad%a6%e4%b9%a0" rel="tag">学习</a>, <a href="http://twetw.com/blog/tag/%e6%af%95%e4%b8%9a%e7%ad%94%e8%be%a9" rel="tag">毕业答辩</a>, <a href="http://twetw.com/blog/tag/%e7%9b%b8%e5%85%b3%e7%9f%a5%e8%af%86" rel="tag">相关知识</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/425.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>迅雷最新5.9版去广告以及使用会员皮肤的方法</title>
		<link>http://twetw.com/blog/423.html</link>
		<comments>http://twetw.com/blog/423.html#comments</comments>
		<pubDate>Fri, 29 May 2009 11:14:45 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[下载工具]]></category>
		<category><![CDATA[使用会员皮肤]]></category>
		<category><![CDATA[去广告]]></category>
		<category><![CDATA[方法]]></category>
		<category><![CDATA[软件]]></category>
		<category><![CDATA[迅雷5.9]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=423</guid>
		<description><![CDATA[<p>迅雷在昨天出了新版，以前我还看过据说是迅雷6.0的一个泄露版，外观和现在迅雷正式出的5.9外观很像。迅雷作出这么大的改进，不知网上去广告的 补丁或方法有没有呢？心理很是疑惑，如果没有，我是不会升级的。可以一股沟之，结果还真多啊，但是其实都是一种方法而已。现将其告示出来，以供大家使用。
A.首先是顶部广告条，</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 迅雷最新5.9版去广告以及使用会员皮肤的方法

还没有评论

<span class="readmore"><a href="http://twetw.com/blog/423.html" title="迅雷最新5.9版去广告以及使用会员皮肤的方法">阅读全文——共1038字</a></span>]]></description>
			<content:encoded><![CDATA[<p>迅雷在昨天出了新版，以前我还看过据说是迅雷6.0的一个泄露版，外观和现在迅雷正式出的5.9外观很像。迅雷作出这么大的改进，不知网上去广告的 补丁或方法有没有呢？心理很是疑惑，如果没有，我是不会升级的。可以一股沟之，结果还真多啊，但是其实都是一种方法而已。现将其告示出来，以供大家使用。
A.首先是顶部广告条，</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/423.html">迅雷最新5.9版去广告以及使用会员皮肤的方法</a><br />
<a href="http://twetw.com/blog/423.html#comments">还没有评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/%e4%b8%8b%e8%bd%bd%e5%b7%a5%e5%85%b7" rel="tag">下载工具</a>, <a href="http://twetw.com/blog/tag/%e4%bd%bf%e7%94%a8%e4%bc%9a%e5%91%98%e7%9a%ae%e8%82%a4" rel="tag">使用会员皮肤</a>, <a href="http://twetw.com/blog/tag/%e5%8e%bb%e5%b9%bf%e5%91%8a" rel="tag">去广告</a>, <a href="http://twetw.com/blog/tag/%e6%96%b9%e6%b3%95" rel="tag">方法</a>, <a href="http://twetw.com/blog/tag/%e8%bd%af%e4%bb%b6" rel="tag">软件</a>, <a href="http://twetw.com/blog/tag/%e8%bf%85%e9%9b%b75-9" rel="tag">迅雷5.9</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/423.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解决带www和不带www访问得到的页面显示效果不同的问题</title>
		<link>http://twetw.com/blog/376.html</link>
		<comments>http://twetw.com/blog/376.html#comments</comments>
		<pubDate>Tue, 28 Apr 2009 14:17:14 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=376</guid>
		<description><![CDATA[<p>前几天一直在折腾博客和网站。
换了虚拟主机以后一直的一个问题就是：比如我的那个网站的域名是www.yoururl.com，但是在访问***.com和访问  www.yoururl.com时所得到的页面效果不一样。由于网站设置的图片地址是www.yoururl.com/images,所以在用  yoururl.com访问网站时，不能显示图片。这个问题我在用前面那个虚拟主机时</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 解决带www和不带www访问得到的页面显示效果不同的问题

才1条评论

<span class="readmore"><a href="http://twetw.com/blog/376.html" title="解决带www和不带www访问得到的页面显示效果不同的问题">阅读全文——共1041字</a></span>]]></description>
			<content:encoded><![CDATA[<p>前几天一直在折腾博客和网站。
换了虚拟主机以后一直的一个问题就是：比如我的那个网站的域名是www.yoururl.com，但是在访问***.com和访问  www.yoururl.com时所得到的页面效果不一样。由于网站设置的图片地址是www.yoururl.com/images,所以在用  yoururl.com访问网站时，不能显示图片。这个问题我在用前面那个虚拟主机时</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/376.html">解决带www和不带www访问得到的页面显示效果不同的问题</a><br />
<a href="http://twetw.com/blog/376.html#comments">才1条评论</a><br />
Post tags: <br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/376.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>在z-blog中如何对备份数据进行恢复</title>
		<link>http://twetw.com/blog/355.html</link>
		<comments>http://twetw.com/blog/355.html#comments</comments>
		<pubDate>Sat, 25 Apr 2009 12:12:38 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[Z-Blog]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[备份数据]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=355</guid>
		<description><![CDATA[<p>昨天一直在折腾博客。之前自己早做好了备份，因为要以防万一，所以我是对z-blog的整站进行备份的。要将备份好的z-blog数据迁移到一个新的空间或虚拟主机，要进行以下步骤：
1、将备份好的整站z-blog博客文件上传至虚拟主机；
2、将z-blog的两个安装文件上传到虚拟空间，然后按照以下说明进行安装。
(1)、从下载页面下载最</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 在z-blog中如何对备份数据进行恢复

还没有评论

<span class="readmore"><a href="http://twetw.com/blog/355.html" title="在z-blog中如何对备份数据进行恢复">阅读全文——共774字</a></span>]]></description>
			<content:encoded><![CDATA[<p>昨天一直在折腾博客。之前自己早做好了备份，因为要以防万一，所以我是对z-blog的整站进行备份的。要将备份好的z-blog数据迁移到一个新的空间或虚拟主机，要进行以下步骤：
1、将备份好的整站z-blog博客文件上传至虚拟主机；
2、将z-blog的两个安装文件上传到虚拟空间，然后按照以下说明进行安装。
(1)、从下载页面下载最</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/355.html">在z-blog中如何对备份数据进行恢复</a><br />
<a href="http://twetw.com/blog/355.html#comments">还没有评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/z-blog" rel="tag">Z-Blog</a>, <a href="http://twetw.com/blog/tag/%e5%8d%9a%e5%ae%a2" rel="tag">博客</a>, <a href="http://twetw.com/blog/tag/%e5%a4%87%e4%bb%bd%e6%95%b0%e6%8d%ae" rel="tag">备份数据</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/355.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QvodPlayer快播去广告方法</title>
		<link>http://twetw.com/blog/314.html</link>
		<comments>http://twetw.com/blog/314.html#comments</comments>
		<pubDate>Sun, 19 Apr 2009 14:17:11 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[QvodPlayer]]></category>
		<category><![CDATA[去广告]]></category>
		<category><![CDATA[快播]]></category>
		<category><![CDATA[播放器]]></category>
		<category><![CDATA[破解版]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=314</guid>
		<description><![CDATA[<p>Qvodplayer已经被越来越多的人使用，特别是一些地方电影门户，很多都是使用Qvodplayer搭建的。记得我最早用Qvodplayer是在去年，那时Qvodplayer还不怎么为人知晓，而且也没有广告。
随着Qvodplayer越来越流行，越来越多的人使用，开发商当然不会放弃这个赚钱的机会，于是Qvodplayer和暴风一样，界面出现了广告。正所谓“</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: QvodPlayer快播去广告方法

还没有评论

<span class="readmore"><a href="http://twetw.com/blog/314.html" title="QvodPlayer快播去广告方法">阅读全文——共435字</a></span>]]></description>
			<content:encoded><![CDATA[<p>Qvodplayer已经被越来越多的人使用，特别是一些地方电影门户，很多都是使用Qvodplayer搭建的。记得我最早用Qvodplayer是在去年，那时Qvodplayer还不怎么为人知晓，而且也没有广告。
随着Qvodplayer越来越流行，越来越多的人使用，开发商当然不会放弃这个赚钱的机会，于是Qvodplayer和暴风一样，界面出现了广告。正所谓“</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/314.html">QvodPlayer快播去广告方法</a><br />
<a href="http://twetw.com/blog/314.html#comments">还没有评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/qvodplayer" rel="tag">QvodPlayer</a>, <a href="http://twetw.com/blog/tag/%e5%8e%bb%e5%b9%bf%e5%91%8a" rel="tag">去广告</a>, <a href="http://twetw.com/blog/tag/%e5%bf%ab%e6%92%ad" rel="tag">快播</a>, <a href="http://twetw.com/blog/tag/%e6%92%ad%e6%94%be%e5%99%a8" rel="tag">播放器</a>, <a href="http://twetw.com/blog/tag/%e7%a0%b4%e8%a7%a3%e7%89%88" rel="tag">破解版</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/314.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>zblog也能有独立‘友情链接’页面</title>
		<link>http://twetw.com/blog/284.html</link>
		<comments>http://twetw.com/blog/284.html#comments</comments>
		<pubDate>Sun, 29 Mar 2009 13:30:04 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[Z-Blog]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[友情链接]]></category>
		<category><![CDATA[新功能]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=284</guid>
		<description><![CDATA[<p>这两天折腾zblog，安装了一个BFXML友情链接插件。该插件可以很方便地增加、修改zblog上的友情链接和网站收藏。
该插件具体作用BFXML友情链接插件官方说明：
[BFXML友情链接] for Z-BLOG.是专门为ZBLOG做的专用友情链接插件.采用XML做数据库,支持友情链接+网站收藏,同时生成单独页面+首页调用.将来加入HP的友情链接RSS展示</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: zblog也能有独立‘友情链接’页面

还没有评论

<span class="readmore"><a href="http://twetw.com/blog/284.html" title="zblog也能有独立‘友情链接’页面">阅读全文——共721字</a></span>]]></description>
			<content:encoded><![CDATA[<p>这两天折腾zblog，安装了一个BFXML友情链接插件。该插件可以很方便地增加、修改zblog上的友情链接和网站收藏。
该插件具体作用BFXML友情链接插件官方说明：
[BFXML友情链接] for Z-BLOG.是专门为ZBLOG做的专用友情链接插件.采用XML做数据库,支持友情链接+网站收藏,同时生成单独页面+首页调用.将来加入HP的友情链接RSS展示</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/284.html">zblog也能有独立‘友情链接’页面</a><br />
<a href="http://twetw.com/blog/284.html#comments">还没有评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/z-blog" rel="tag">Z-Blog</a>, <a href="http://twetw.com/blog/tag/%e5%8d%9a%e5%ae%a2" rel="tag">博客</a>, <a href="http://twetw.com/blog/tag/%e5%8f%8b%e6%83%85%e9%93%be%e6%8e%a5" rel="tag">友情链接</a>, <a href="http://twetw.com/blog/tag/%e6%96%b0%e5%8a%9f%e8%83%bd" rel="tag">新功能</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/284.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解决帝国cms迁移网站后不能显示图片和CSS的问题</title>
		<link>http://twetw.com/blog/280.html</link>
		<comments>http://twetw.com/blog/280.html#comments</comments>
		<pubDate>Thu, 26 Mar 2009 13:25:36 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[帝国CMS]]></category>
		<category><![CDATA[显示图片]]></category>
		<category><![CDATA[迁移网站]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=280</guid>
		<description><![CDATA[<p>由于前段时间虚拟主机上ip被封，导致我的网站也访问不了啦。没办法，总不能无休止的等下去，所以今天重新买了虚拟主机开通了博客和网站。
1、帝国cms的一个优点就是迁移网站很方便，前提是你要按照官方要求做好备份（具体要备份哪些数据请点击这里查看）。按照官方步骤把所有数据上传和恢复，并重新生成前台页面，但是出</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 解决帝国cms迁移网站后不能显示图片和CSS的问题

2 comments

<span class="readmore"><a href="http://twetw.com/blog/280.html" title="解决帝国cms迁移网站后不能显示图片和CSS的问题">阅读全文——共463字</a></span>]]></description>
			<content:encoded><![CDATA[<p>由于前段时间虚拟主机上ip被封，导致我的网站也访问不了啦。没办法，总不能无休止的等下去，所以今天重新买了虚拟主机开通了博客和网站。
1、帝国cms的一个优点就是迁移网站很方便，前提是你要按照官方要求做好备份（具体要备份哪些数据请点击这里查看）。按照官方步骤把所有数据上传和恢复，并重新生成前台页面，但是出</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/280.html">解决帝国cms迁移网站后不能显示图片和CSS的问题</a><br />
<a href="http://twetw.com/blog/280.html#comments">2 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/cms" rel="tag">cms</a>, <a href="http://twetw.com/blog/tag/css" rel="tag">CSS</a>, <a href="http://twetw.com/blog/tag/%e5%b8%9d%e5%9b%bdcms" rel="tag">帝国CMS</a>, <a href="http://twetw.com/blog/tag/%e6%98%be%e7%a4%ba%e5%9b%be%e7%89%87" rel="tag">显示图片</a>, <a href="http://twetw.com/blog/tag/%e8%bf%81%e7%a7%bb%e7%bd%91%e7%ab%99" rel="tag">迁移网站</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/280.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>博客变了，Google Friend Connect也要跟着迁移</title>
		<link>http://twetw.com/blog/259.html</link>
		<comments>http://twetw.com/blog/259.html#comments</comments>
		<pubDate>Sat, 14 Mar 2009 13:00:30 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[Google friend connect]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[新功能]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=259</guid>
		<description><![CDATA[<p>由于以前用的blogbus，在上面也搞了个Friend Connect模块。现在已经不用blogbus了，使用了新的独立博客程序。可惜了，我的blogbus在Google、百度、雅虎都已经是第一位了， 而且每天都有用户通过搜索引擎来我的blogbus。而且上面还有20个Friend Connect好友呢，都是辛辛苦苦攒起来的，总不能放弃吧？
放心，当你变换网站后</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 博客变了，Google Friend Connect也要跟着迁移

还没有评论

<span class="readmore"><a href="http://twetw.com/blog/259.html" title="博客变了，Google Friend Connect也要跟着迁移">阅读全文——共325字</a></span>]]></description>
			<content:encoded><![CDATA[<p>由于以前用的blogbus，在上面也搞了个Friend Connect模块。现在已经不用blogbus了，使用了新的独立博客程序。可惜了，我的blogbus在Google、百度、雅虎都已经是第一位了， 而且每天都有用户通过搜索引擎来我的blogbus。而且上面还有20个Friend Connect好友呢，都是辛辛苦苦攒起来的，总不能放弃吧？
放心，当你变换网站后</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/259.html">博客变了，Google Friend Connect也要跟着迁移</a><br />
<a href="http://twetw.com/blog/259.html#comments">还没有评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/google-friend-connect" rel="tag">Google friend connect</a>, <a href="http://twetw.com/blog/tag/%e5%8d%9a%e5%ae%a2" rel="tag">博客</a>, <a href="http://twetw.com/blog/tag/%e6%96%b0%e5%8a%9f%e8%83%bd" rel="tag">新功能</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/259.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>让zblog也用上Gravatar全球通用头像</title>
		<link>http://twetw.com/blog/257.html</link>
		<comments>http://twetw.com/blog/257.html#comments</comments>
		<pubDate>Sat, 14 Mar 2009 12:57:46 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[z-blog，Gravatar，全球通用头像]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[新功能]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=257</guid>
		<description><![CDATA[<p>经常看一些关于IT的名博就知道，他们文章的留言者都会有一个头像显示，而有的没有。这是为什么呢？因为他们使用了Gravatar通用头像，啥叫Gravatar通用头像呢？可以移步此处看看aw的扫盲文章“扫盲 – 什么是Gravatar &#8211; “全球通用头像”“。
在WordPress上，基本上都支持Gravatar头像的显示的，而zblog则不支持。在</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 让zblog也用上Gravatar全球通用头像

还没有评论

<span class="readmore"><a href="http://twetw.com/blog/257.html" title="让zblog也用上Gravatar全球通用头像">阅读全文——共379字</a></span>]]></description>
			<content:encoded><![CDATA[<p>经常看一些关于IT的名博就知道，他们文章的留言者都会有一个头像显示，而有的没有。这是为什么呢？因为他们使用了Gravatar通用头像，啥叫Gravatar通用头像呢？可以移步此处看看aw的扫盲文章“扫盲 – 什么是Gravatar &#8211; “全球通用头像”“。
在WordPress上，基本上都支持Gravatar头像的显示的，而zblog则不支持。在</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/257.html">让zblog也用上Gravatar全球通用头像</a><br />
<a href="http://twetw.com/blog/257.html#comments">还没有评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/z-blog%ef%bc%8cgravatar%ef%bc%8c%e5%85%a8%e7%90%83%e9%80%9a%e7%94%a8%e5%a4%b4%e5%83%8f" rel="tag">z-blog，Gravatar，全球通用头像</a>, <a href="http://twetw.com/blog/tag/%e5%8d%9a%e5%ae%a2" rel="tag">博客</a>, <a href="http://twetw.com/blog/tag/%e6%96%b0%e5%8a%9f%e8%83%bd" rel="tag">新功能</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/257.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何往z-blog上添加twitter输出模块</title>
		<link>http://twetw.com/blog/254.html</link>
		<comments>http://twetw.com/blog/254.html#comments</comments>
		<pubDate>Sat, 14 Mar 2009 08:40:31 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Z-Blog]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=254</guid>
		<description><![CDATA[<p>以前看很多名博都在自己网站上搞了个twitter最新一个至两三个的输出，如今也想在自己博客上搞一个。可是，怎么搞呢？
想都不用想，首先股沟之。
得到一篇文章介绍了如何在自己博客上输出twitter，而且也看了他博客上的效果，非常不错。可是他的系统是WordPress的，wp采用的是php，以我的能力我可能没法把它搬到zblog上。</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 如何往z-blog上添加twitter输出模块

还没有评论

<span class="readmore"><a href="http://twetw.com/blog/254.html" title="如何往z-blog上添加twitter输出模块">阅读全文——共592字</a></span>]]></description>
			<content:encoded><![CDATA[<p>以前看很多名博都在自己网站上搞了个twitter最新一个至两三个的输出，如今也想在自己博客上搞一个。可是，怎么搞呢？
想都不用想，首先股沟之。
得到一篇文章介绍了如何在自己博客上输出twitter，而且也看了他博客上的效果，非常不错。可是他的系统是WordPress的，wp采用的是php，以我的能力我可能没法把它搬到zblog上。</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/254.html">如何往z-blog上添加twitter输出模块</a><br />
<a href="http://twetw.com/blog/254.html#comments">还没有评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/twitter" rel="tag">twitter</a>, <a href="http://twetw.com/blog/tag/z-blog" rel="tag">Z-Blog</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/254.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解决Wordpress安装时出现Warning: Cannot modify header information</title>
		<link>http://twetw.com/blog/246.html</link>
		<comments>http://twetw.com/blog/246.html#comments</comments>
		<pubDate>Sat, 14 Mar 2009 08:11:54 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[Cannot modify header information]]></category>
		<category><![CDATA[Warning]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[酷站]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=246</guid>
		<description><![CDATA[<p>刚在xampp下调试安装WordPress，到了打开http://localhost/wordpress/wp-admin/install.php进行WordPress安装时，顶部老时提示：“Warning: Cannot modify header information &#8211; headers already sent by (output started at C:\xampp\htdocs\w\wp-config.php:1)”，上网股沟之，答案也是有五花八门，看了好几种，</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 解决Wordpress安装时出现Warning: Cannot modify header information

2 comments

<span class="readmore"><a href="http://twetw.com/blog/246.html" title="解决Wordpress安装时出现Warning: Cannot modify header information">阅读全文——共547字</a></span>]]></description>
			<content:encoded><![CDATA[<p>刚在xampp下调试安装WordPress，到了打开http://localhost/wordpress/wp-admin/install.php进行WordPress安装时，顶部老时提示：“Warning: Cannot modify header information &#8211; headers already sent by (output started at C:\xampp\htdocs\w\wp-config.php:1)”，上网股沟之，答案也是有五花八门，看了好几种，</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/246.html">解决Wordpress安装时出现Warning: Cannot modify header information</a><br />
<a href="http://twetw.com/blog/246.html#comments">2 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/cannot-modify-header-information" rel="tag">Cannot modify header information</a>, <a href="http://twetw.com/blog/tag/warning" rel="tag">Warning</a>, <a href="http://twetw.com/blog/tag/wordpress" rel="tag">Wordpress</a>, <a href="http://twetw.com/blog/tag/%e5%8d%9a%e5%ae%a2" rel="tag">博客</a>, <a href="http://twetw.com/blog/tag/%e9%85%b7%e7%ab%99" rel="tag">酷站</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/246.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>网上方法没用，自寻方法解决xampp中Apache启动busy问题</title>
		<link>http://twetw.com/blog/245.html</link>
		<comments>http://twetw.com/blog/245.html#comments</comments>
		<pubDate>Fri, 13 Mar 2009 08:13:26 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[Apache启动]]></category>
		<category><![CDATA[busy]]></category>
		<category><![CDATA[xampp]]></category>
		<category><![CDATA[工具]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/245.html</guid>
		<description><![CDATA[<p>原文来自：网上方法没用，自寻方法解决xampp中Apache启动busy问题http://www.myaisin.cn/xampp-Apache.html
想在本地试用一下wordpress，所以就按照“Wordpress中文教程之6，本地安装”安装xampp，可没想到在“双击 xampp-control.exe 运行”时，总是显示“busy……apache starter”，
点击apache的start后，过一会又变成</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 网上方法没用，自寻方法解决xampp中Apache启动busy问题

还没有评论

<span class="readmore"><a href="http://twetw.com/blog/245.html" title="网上方法没用，自寻方法解决xampp中Apache启动busy问题">阅读全文——共696字</a></span>]]></description>
			<content:encoded><![CDATA[<p>原文来自：网上方法没用，自寻方法解决xampp中Apache启动busy问题http://www.myaisin.cn/xampp-Apache.html
想在本地试用一下wordpress，所以就按照“Wordpress中文教程之6，本地安装”安装xampp，可没想到在“双击 xampp-control.exe 运行”时，总是显示“busy……apache starter”，
点击apache的start后，过一会又变成</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/245.html">网上方法没用，自寻方法解决xampp中Apache启动busy问题</a><br />
<a href="http://twetw.com/blog/245.html#comments">还没有评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/apache%e5%90%af%e5%8a%a8" rel="tag">Apache启动</a>, <a href="http://twetw.com/blog/tag/busy" rel="tag">busy</a>, <a href="http://twetw.com/blog/tag/xampp" rel="tag">xampp</a>, <a href="http://twetw.com/blog/tag/%e5%b7%a5%e5%85%b7" rel="tag">工具</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/245.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>用帝国CMS建站所碰到的几个问题</title>
		<link>http://twetw.com/blog/241.html</link>
		<comments>http://twetw.com/blog/241.html#comments</comments>
		<pubDate>Fri, 13 Mar 2009 16:03:12 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[工具]]></category>
		<category><![CDATA[帝国CMS]]></category>
		<category><![CDATA[建站]]></category>
		<category><![CDATA[软件]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=241</guid>
		<description><![CDATA[这几天，一直在忙着用帝国cms建一个自己的网站。在用帝国cms时，那是遇到了无数的问题，但是最终都通过在股沟、百毒及帝国cms论坛上翻来覆去的找寻答案给解决掉了。这里总结几点，以免后人重蹈覆辙。

（1）、因为帝国cms用的不是access数据库，所以得先装数据库，我装的是VertrigoServ，里面带的有帝国cms所需的数据库。如果你机子上已经装过mysql，那么要想装VertrigoServ，必须先卸掉mysql。

（2）、帝国cms解压后的upload文件夹要放到VertrigoServ安装目录的www文件夹下，详细安装教程帝国网站都有：

《帝国网站管理系统v4.7》本地安装实例演示：http://www.phome.net/doc/ecmsedu/rm/install.htm

《帝国网站管理系统V4.7》实例入门教程：http://www.phome.net/doc/ecmsedu/rm/rm.htm。

只不过在本地安装时需要注意的是，在“第四步：配置数据库”中，因为用的是VertrigoServ里面的数据库，所以默认的“数据库用户名”是root，而“数据库密码”则不是空，应该是Vertrigo。

（3）、关于本地制作好的网站上传到虚拟空间的问题。如果你在本地即http://localhost/状态调试好了或者制作好了整个网站，此时你想把整个网站搬到虚拟空间上去，仅仅通过ftp软件把所有文件上传上去是不行的，这样上传上去的网站要么是严重变形，要么是打不开。此时你应该看看帝国cms教程中提到的“网站迁移与升级篇”。如下：]]></description>
			<content:encoded><![CDATA[<p>这几天，一直在忙着用帝国cms建一个自己的网站。在用帝国cms时，那是遇到了无数的问题，但是最终都通过在股沟、百毒及帝国cms论坛上翻来覆去的找寻答案给解决掉了。这里总结几点，以免后人重蹈覆辙。
（1）、因为帝国cms用的不是access数据库，所以得先装数据库，我装的是VertrigoServ，里面带的有帝国cms所需的数据库。</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/241.html">用帝国CMS建站所碰到的几个问题</a><br />
<a href="http://twetw.com/blog/241.html#comments">才1条评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/cms" rel="tag">cms</a>, <a href="http://twetw.com/blog/tag/%e5%b7%a5%e5%85%b7" rel="tag">工具</a>, <a href="http://twetw.com/blog/tag/%e5%b8%9d%e5%9b%bdcms" rel="tag">帝国CMS</a>, <a href="http://twetw.com/blog/tag/%e5%bb%ba%e7%ab%99" rel="tag">建站</a>, <a href="http://twetw.com/blog/tag/%e8%bd%af%e4%bb%b6" rel="tag">软件</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/241.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NVIDIA GEFORCE 7300 LE显卡驱动导致黑屏问题的解决办法</title>
		<link>http://twetw.com/blog/200.html</link>
		<comments>http://twetw.com/blog/200.html#comments</comments>
		<pubDate>Sun, 11 Jan 2009 04:40:56 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[NVIDIA]]></category>
		<category><![CDATA[NVIDIA GEFORCE 7300 LE]]></category>
		<category><![CDATA[显卡]]></category>
		<category><![CDATA[显卡驱动]]></category>
		<category><![CDATA[黑屏]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=200</guid>
		<description><![CDATA[<p>同志们，我“胡汉三”暂时回来了。唉，不能天天更新博客的日子还真有点不舒服，今天抽空来写写这段时间帮忙解决的一个电脑问题。
某台电脑的配置是双核Pentium Dual e2160 1.86G的处理器，内存2G，集成显卡256NVIDIA GEFORCE 7300 LE。配置中内存大点，其他的一般，不过也还不错了。
在某天的使用过程中，电脑突然就像死</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: NVIDIA GEFORCE 7300 LE显卡驱动导致黑屏问题的解决办法

还没有评论

<span class="readmore"><a href="http://twetw.com/blog/200.html" title="NVIDIA GEFORCE 7300 LE显卡驱动导致黑屏问题的解决办法">阅读全文——共1140字</a></span>]]></description>
			<content:encoded><![CDATA[<p>同志们，我“胡汉三”暂时回来了。唉，不能天天更新博客的日子还真有点不舒服，今天抽空来写写这段时间帮忙解决的一个电脑问题。
某台电脑的配置是双核Pentium Dual e2160 1.86G的处理器，内存2G，集成显卡256NVIDIA GEFORCE 7300 LE。配置中内存大点，其他的一般，不过也还不错了。
在某天的使用过程中，电脑突然就像死</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/200.html">NVIDIA GEFORCE 7300 LE显卡驱动导致黑屏问题的解决办法</a><br />
<a href="http://twetw.com/blog/200.html#comments">还没有评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/nvidia" rel="tag">NVIDIA</a>, <a href="http://twetw.com/blog/tag/nvidia-geforce-7300-le" rel="tag">NVIDIA GEFORCE 7300 LE</a>, <a href="http://twetw.com/blog/tag/%e6%98%be%e5%8d%a1" rel="tag">显卡</a>, <a href="http://twetw.com/blog/tag/%e6%98%be%e5%8d%a1%e9%a9%b1%e5%8a%a8" rel="tag">显卡驱动</a>, <a href="http://twetw.com/blog/tag/%e9%bb%91%e5%b1%8f" rel="tag">黑屏</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/200.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>电脑文件大清理</title>
		<link>http://twetw.com/blog/196.html</link>
		<comments>http://twetw.com/blog/196.html#comments</comments>
		<pubDate>Sat, 03 Jan 2009 04:36:05 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[文件]]></category>
		<category><![CDATA[清理]]></category>
		<category><![CDATA[电脑]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=196</guid>
		<description><![CDATA[<p>马上就要离开学校啦，也不知么时候才能再回来，所以就把电脑里一些文件该删的全删了、该备份的都备份了、该往MP3里挪的挪了。
话说回来了，备份可能要用到网络硬盘，比较好的网络硬盘我也在前面的一些文章推荐过UUShare和纳米盘，另外网易的网络硬盘其实也算不错。每个网络硬盘不可能十全十美，总是有那样这样的缺点，所</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2009

原文链接: 电脑文件大清理

还没有评论

<span class="readmore"><a href="http://twetw.com/blog/196.html" title="电脑文件大清理">阅读全文——共176字</a></span>]]></description>
			<content:encoded><![CDATA[<p>马上就要离开学校啦，也不知么时候才能再回来，所以就把电脑里一些文件该删的全删了、该备份的都备份了、该往MP3里挪的挪了。
话说回来了，备份可能要用到网络硬盘，比较好的网络硬盘我也在前面的一些文章推荐过UUShare和纳米盘，另外网易的网络硬盘其实也算不错。每个网络硬盘不可能十全十美，总是有那样这样的缺点，所</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2009<br />
原文链接: <a href="http://twetw.com/blog/196.html">电脑文件大清理</a><br />
<a href="http://twetw.com/blog/196.html#comments">还没有评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/%e6%96%87%e4%bb%b6" rel="tag">文件</a>, <a href="http://twetw.com/blog/tag/%e6%b8%85%e7%90%86" rel="tag">清理</a>, <a href="http://twetw.com/blog/tag/%e7%94%b5%e8%84%91" rel="tag">电脑</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/196.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用SweepRAM找不到VB6FR.DLL的解决办法</title>
		<link>http://twetw.com/blog/175.html</link>
		<comments>http://twetw.com/blog/175.html#comments</comments>
		<pubDate>Sun, 21 Dec 2008 22:24:40 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[SweepRAM]]></category>
		<category><![CDATA[VB6FR.DLL]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=175</guid>
		<description><![CDATA[<p>从小众软件处知道了SweepRAM这款软件，它可以迅速释放内存。对我这种内存吃紧的电脑来说，比较有用。而且我试了下，效果明显。
前 段时间由于重装了系统，装好以后再来用SweepRAM时，老是提示“The language DLL &#8216;VB6FR.DLL&#8217; could not be found”，可是SweepRAM目录里有VB6FR.DLL这个文件啊。上网一查，哦，</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2008

原文链接: 使用SweepRAM找不到VB6FR.DLL的解决办法

2 comments

<span class="readmore"><a href="http://twetw.com/blog/175.html" title="使用SweepRAM找不到VB6FR.DLL的解决办法">阅读全文——共304字</a></span>]]></description>
			<content:encoded><![CDATA[<p>从小众软件处知道了SweepRAM这款软件，它可以迅速释放内存。对我这种内存吃紧的电脑来说，比较有用。而且我试了下，效果明显。
前 段时间由于重装了系统，装好以后再来用SweepRAM时，老是提示“The language DLL &#8216;VB6FR.DLL&#8217; could not be found”，可是SweepRAM目录里有VB6FR.DLL这个文件啊。上网一查，哦，</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2008<br />
原文链接: <a href="http://twetw.com/blog/175.html">使用SweepRAM找不到VB6FR.DLL的解决办法</a><br />
<a href="http://twetw.com/blog/175.html#comments">2 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/sweepram" rel="tag">SweepRAM</a>, <a href="http://twetw.com/blog/tag/vb6fr-dll" rel="tag">VB6FR.DLL</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/175.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>亲身体验Winrar另类用法：找回我电脑里“迷失”的文件</title>
		<link>http://twetw.com/blog/161.html</link>
		<comments>http://twetw.com/blog/161.html#comments</comments>
		<pubDate>Tue, 16 Dec 2008 21:55:00 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[Winrar]]></category>
		<category><![CDATA[另类用法]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=161</guid>
		<description><![CDATA[<p>前两天重装了系统，今天才发现我电脑里e盘的两个文件夹没了，我重装系统明明格的是C盘啊，怎么会把e盘的文件夹给弄没了。仔细一想，哦，对了，这 消失的两个文件夹被我用“高强度文件夹加密大师”给它们加过密，而刚好这个加密软件又是装在C盘的，所以重装系统后导致被加密的两个文件夹也消失了。我心 一下凉了半截，天啊</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2008

原文链接: 亲身体验Winrar另类用法：找回我电脑里“迷失”的文件

还没有评论

<span class="readmore"><a href="http://twetw.com/blog/161.html" title="亲身体验Winrar另类用法：找回我电脑里“迷失”的文件">阅读全文——共848字</a></span>]]></description>
			<content:encoded><![CDATA[<p>前两天重装了系统，今天才发现我电脑里e盘的两个文件夹没了，我重装系统明明格的是C盘啊，怎么会把e盘的文件夹给弄没了。仔细一想，哦，对了，这 消失的两个文件夹被我用“高强度文件夹加密大师”给它们加过密，而刚好这个加密软件又是装在C盘的，所以重装系统后导致被加密的两个文件夹也消失了。我心 一下凉了半截，天啊</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2008<br />
原文链接: <a href="http://twetw.com/blog/161.html">亲身体验Winrar另类用法：找回我电脑里“迷失”的文件</a><br />
<a href="http://twetw.com/blog/161.html#comments">还没有评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/winrar" rel="tag">Winrar</a>, <a href="http://twetw.com/blog/tag/%e5%8f%a6%e7%b1%bb%e7%94%a8%e6%b3%95" rel="tag">另类用法</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/161.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>酷站推荐：大杀器——图书价格比价引擎（2/2）</title>
		<link>http://twetw.com/blog/159.html</link>
		<comments>http://twetw.com/blog/159.html#comments</comments>
		<pubDate>Tue, 16 Dec 2008 17:36:12 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[图书价格比较引擎]]></category>
		<category><![CDATA[大杀器]]></category>
		<category><![CDATA[酷站]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=159</guid>
		<description><![CDATA[<p>“大杀器”这个网站其实也早就在我的收藏夹里啦，当时好像是在哪本杂志上看到的这个网站，觉得挺好，所以就收下了。前几天想买书，所以想起了这个网站，就从收藏夹里翻了出来。
“大杀器”最有特色的功能就是对你想买的书在当当、卓越等的价格的显示和比较，而且图书收录的很齐全，我找了几本书，“大杀器”都能显示符合</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2008

原文链接: 酷站推荐：大杀器——图书价格比价引擎（2/2）

还没有评论

<span class="readmore"><a href="http://twetw.com/blog/159.html" title="酷站推荐：大杀器——图书价格比价引擎（2/2）">阅读全文——共463字</a></span>]]></description>
			<content:encoded><![CDATA[<p>“大杀器”这个网站其实也早就在我的收藏夹里啦，当时好像是在哪本杂志上看到的这个网站，觉得挺好，所以就收下了。前几天想买书，所以想起了这个网站，就从收藏夹里翻了出来。
“大杀器”最有特色的功能就是对你想买的书在当当、卓越等的价格的显示和比较，而且图书收录的很齐全，我找了几本书，“大杀器”都能显示符合</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2008<br />
原文链接: <a href="http://twetw.com/blog/159.html">酷站推荐：大杀器——图书价格比价引擎（2/2）</a><br />
<a href="http://twetw.com/blog/159.html#comments">还没有评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/%e5%9b%be%e4%b9%a6%e4%bb%b7%e6%a0%bc%e6%af%94%e8%be%83%e5%bc%95%e6%93%8e" rel="tag">图书价格比较引擎</a>, <a href="http://twetw.com/blog/tag/%e5%a4%a7%e6%9d%80%e5%99%a8" rel="tag">大杀器</a>, <a href="http://twetw.com/blog/tag/%e9%85%b7%e7%ab%99" rel="tag">酷站</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/159.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>酷站推荐：比比发——手机点评网（1/2）</title>
		<link>http://twetw.com/blog/154.html</link>
		<comments>http://twetw.com/blog/154.html#comments</comments>
		<pubDate>Sun, 14 Dec 2008 17:30:03 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[手机点评网]]></category>
		<category><![CDATA[比比发]]></category>
		<category><![CDATA[酷站]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=154</guid>
		<description><![CDATA[<p>首先声明，我不是枪手，也不是我所写的网站作广告，因为我只是一个普通的草根网民，没人认识我，也没人会请我作广告。我之所以写下这些文章，是因为我确实认为这些网站做的不错，而且对我们很有用，然后写下来，希望有更多的人知道这些有用的网站，仅此而已。
比 比发网是我在很久以前发现的一个非常不错的手机点评类的网</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2008

原文链接: 酷站推荐：比比发——手机点评网（1/2）

还没有评论

<span class="readmore"><a href="http://twetw.com/blog/154.html" title="酷站推荐：比比发——手机点评网（1/2）">阅读全文——共488字</a></span>]]></description>
			<content:encoded><![CDATA[<p>首先声明，我不是枪手，也不是我所写的网站作广告，因为我只是一个普通的草根网民，没人认识我，也没人会请我作广告。我之所以写下这些文章，是因为我确实认为这些网站做的不错，而且对我们很有用，然后写下来，希望有更多的人知道这些有用的网站，仅此而已。
比 比发网是我在很久以前发现的一个非常不错的手机点评类的网</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2008<br />
原文链接: <a href="http://twetw.com/blog/154.html">酷站推荐：比比发——手机点评网（1/2）</a><br />
<a href="http://twetw.com/blog/154.html#comments">还没有评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/%e6%89%8b%e6%9c%ba%e7%82%b9%e8%af%84%e7%bd%91" rel="tag">手机点评网</a>, <a href="http://twetw.com/blog/tag/%e6%af%94%e6%af%94%e5%8f%91" rel="tag">比比发</a>, <a href="http://twetw.com/blog/tag/%e9%85%b7%e7%ab%99" rel="tag">酷站</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/154.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>电脑使用经验漫谈</title>
		<link>http://twetw.com/blog/152.html</link>
		<comments>http://twetw.com/blog/152.html#comments</comments>
		<pubDate>Sat, 13 Dec 2008 17:27:34 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[电脑]]></category>
		<category><![CDATA[经验]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=152</guid>
		<description><![CDATA[<p>1、我使用火狐浏览器，首先要做的就是设置标签在后台打开：
在地址栏输入about:config，分别找到下面两项：
browser.tabs.loadDivertedInBackground  （标签）
browser.tabs.loadBookmarksInBackground （书签）
将其赋值为 True。
2、数字键盘灯开机自动亮起设置，两种方法：
（1）、 bios 设置具体步骤是： 进入Bios设</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2008

原文链接: 电脑使用经验漫谈

6 comments

<span class="readmore"><a href="http://twetw.com/blog/152.html" title="电脑使用经验漫谈">阅读全文——共1696字</a></span>]]></description>
			<content:encoded><![CDATA[<p>1、我使用火狐浏览器，首先要做的就是设置标签在后台打开：
在地址栏输入about:config，分别找到下面两项：
browser.tabs.loadDivertedInBackground  （标签）
browser.tabs.loadBookmarksInBackground （书签）
将其赋值为 True。
2、数字键盘灯开机自动亮起设置，两种方法：
（1）、 bios 设置具体步骤是： 进入Bios设</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2008<br />
原文链接: <a href="http://twetw.com/blog/152.html">电脑使用经验漫谈</a><br />
<a href="http://twetw.com/blog/152.html#comments">6 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/%e7%94%b5%e8%84%91" rel="tag">电脑</a>, <a href="http://twetw.com/blog/tag/%e7%bb%8f%e9%aa%8c" rel="tag">经验</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/152.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>爱上虾米</title>
		<link>http://twetw.com/blog/89.html</link>
		<comments>http://twetw.com/blog/89.html#comments</comments>
		<pubDate>Tue, 09 Dec 2008 05:01:51 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[虾米]]></category>
		<category><![CDATA[虾米网]]></category>
		<category><![CDATA[音乐]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=89</guid>
		<description><![CDATA[<p>前段时间早就注册了虾米网， 上去逛了下，觉得没什么特别的，所以后来的几天或者更长时间就再也没去虾米网。再后来，网上、博客上关注虾米的越来越多，有说好的，有说缺点的，新生事物 嘛。本来差点放弃使用虾米网的，但偶然在昨天下午把虾米从收藏夹的某个角落打开，听了首页的几首英文歌，就在那歌声响起的0.01s，我爱</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2008

原文链接: 爱上虾米

2 comments

<span class="readmore"><a href="http://twetw.com/blog/89.html" title="爱上虾米">阅读全文——共1274字</a></span>]]></description>
			<content:encoded><![CDATA[<p>前段时间早就注册了虾米网， 上去逛了下，觉得没什么特别的，所以后来的几天或者更长时间就再也没去虾米网。再后来，网上、博客上关注虾米的越来越多，有说好的，有说缺点的，新生事物 嘛。本来差点放弃使用虾米网的，但偶然在昨天下午把虾米从收藏夹的某个角落打开，听了首页的几首英文歌，就在那歌声响起的0.01s，我爱</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2008<br />
原文链接: <a href="http://twetw.com/blog/89.html">爱上虾米</a><br />
<a href="http://twetw.com/blog/89.html#comments">2 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/%e8%99%be%e7%b1%b3" rel="tag">虾米</a>, <a href="http://twetw.com/blog/tag/%e8%99%be%e7%b1%b3%e7%bd%91" rel="tag">虾米网</a>, <a href="http://twetw.com/blog/tag/%e9%9f%b3%e4%b9%90" rel="tag">音乐</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/89.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>在我的blogbus上试用Google friend connect</title>
		<link>http://twetw.com/blog/86.html</link>
		<comments>http://twetw.com/blog/86.html#comments</comments>
		<pubDate>Sun, 07 Dec 2008 04:58:59 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[blogbus]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google friend connect]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=86</guid>
		<description><![CDATA[<p>
Google friend connect一开放，很多有名的博客都用上啦，我其实也早想试试，可是blogbus不能增加html新文件，所以Google friend connect的rpc_relay.html和canvas.html没法加进来，但是也不影响在blogbus的页面侧栏体验一把Google friend connect，只是由于没有调用两个html文件，所以显示出来的GFC有残缺，效果见我博客</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2008

原文链接: 在我的blogbus上试用Google friend connect

还没有评论

<span class="readmore"><a href="http://twetw.com/blog/86.html" title="在我的blogbus上试用Google friend connect">阅读全文——共591字</a></span>]]></description>
			<content:encoded><![CDATA[<p>
Google friend connect一开放，很多有名的博客都用上啦，我其实也早想试试，可是blogbus不能增加html新文件，所以Google friend connect的rpc_relay.html和canvas.html没法加进来，但是也不影响在blogbus的页面侧栏体验一把Google friend connect，只是由于没有调用两个html文件，所以显示出来的GFC有残缺，效果见我博客</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2008<br />
原文链接: <a href="http://twetw.com/blog/86.html">在我的blogbus上试用Google friend connect</a><br />
<a href="http://twetw.com/blog/86.html#comments">还没有评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/blogbus" rel="tag">blogbus</a>, <a href="http://twetw.com/blog/tag/google" rel="tag">Google</a>, <a href="http://twetw.com/blog/tag/google-friend-connect" rel="tag">Google friend connect</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/86.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>又一个不错的网盘——uushare</title>
		<link>http://twetw.com/blog/75.html</link>
		<comments>http://twetw.com/blog/75.html#comments</comments>
		<pubDate>Sun, 30 Nov 2008 04:49:29 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[uushare]]></category>
		<category><![CDATA[网络硬盘]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=75</guid>
		<description><![CDATA[<p>本站在前面的文章中提到了纳米盘，现在不得不说说这个不错的uushare网络硬盘。
uushare的初试空间虽然只有500M，但对于传一些软件等小文件来说足已，而且我也亲自体验了一下，上传速度还不错。uushare一个值得称道的 地方也是我选择它的重要原因就是它管理和查找文件都非常方便，而纳米盘到现在还不支持文件的检索功能，</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2008

原文链接: 又一个不错的网盘——uushare

还没有评论

<span class="readmore"><a href="http://twetw.com/blog/75.html" title="又一个不错的网盘——uushare">阅读全文——共711字</a></span>]]></description>
			<content:encoded><![CDATA[<p>本站在前面的文章中提到了纳米盘，现在不得不说说这个不错的uushare网络硬盘。
uushare的初试空间虽然只有500M，但对于传一些软件等小文件来说足已，而且我也亲自体验了一下，上传速度还不错。uushare一个值得称道的 地方也是我选择它的重要原因就是它管理和查找文件都非常方便，而纳米盘到现在还不支持文件的检索功能，</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2008<br />
原文链接: <a href="http://twetw.com/blog/75.html">又一个不错的网盘——uushare</a><br />
<a href="http://twetw.com/blog/75.html#comments">还没有评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/uushare" rel="tag">uushare</a>, <a href="http://twetw.com/blog/tag/%e7%bd%91%e7%bb%9c%e7%a1%ac%e7%9b%98" rel="tag">网络硬盘</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/75.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>互联网资深人士所应该有的一些东西</title>
		<link>http://twetw.com/blog/73.html</link>
		<comments>http://twetw.com/blog/73.html#comments</comments>
		<pubDate>Sun, 30 Nov 2008 04:47:04 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[互联网]]></category>
		<category><![CDATA[资深人士]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=73</guid>
		<description><![CDATA[<p>作为一个热爱互联网，热爱web2.0的人，首当其冲的是拥有自己的博客，而博客最好是用WordPress或z-blog等工具搭建 的，blogbus的也行。Then拥有gmail、gtalk、退特、豆瓣是很有必要，这是我今天所体会到的。
而想了解web2.0和互联网 人的最新思想或资讯，鲜果是很好的武器。比起Google reader来，鲜果的一些设置和阅读动作</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2008

原文链接: 互联网资深人士所应该有的一些东西

还没有评论

<span class="readmore"><a href="http://twetw.com/blog/73.html" title="互联网资深人士所应该有的一些东西">阅读全文——共261字</a></span>]]></description>
			<content:encoded><![CDATA[<p>作为一个热爱互联网，热爱web2.0的人，首当其冲的是拥有自己的博客，而博客最好是用WordPress或z-blog等工具搭建 的，blogbus的也行。Then拥有gmail、gtalk、退特、豆瓣是很有必要，这是我今天所体会到的。
而想了解web2.0和互联网 人的最新思想或资讯，鲜果是很好的武器。比起Google reader来，鲜果的一些设置和阅读动作</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2008<br />
原文链接: <a href="http://twetw.com/blog/73.html">互联网资深人士所应该有的一些东西</a><br />
<a href="http://twetw.com/blog/73.html#comments">还没有评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/%e4%ba%92%e8%81%94%e7%bd%91" rel="tag">互联网</a>, <a href="http://twetw.com/blog/tag/%e8%b5%84%e6%b7%b1%e4%ba%ba%e5%a3%ab" rel="tag">资深人士</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/73.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>国内超大网盘：纳米盘</title>
		<link>http://twetw.com/blog/46.html</link>
		<comments>http://twetw.com/blog/46.html#comments</comments>
		<pubDate>Wed, 15 Oct 2008 04:43:24 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[纳米盘]]></category>
		<category><![CDATA[网络硬盘]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=46</guid>
		<description><![CDATA[<p>以前一直在找一个即好用，空间又大，上传文件大小又没限制的网络硬盘，试了几个后都觉得不满意。后来无意中了解到了纳米盘，就去试了下，觉得真的不错，自己一直用到现在，觉得有必要推荐给各位网友。
纳米盘主页： www.namipan.com
纳 米盘主要分为共享空间和个人空间，共享空间没有容量限制，而个人空间则为1G，如果你</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2008

原文链接: 国内超大网盘：纳米盘

还没有评论

<span class="readmore"><a href="http://twetw.com/blog/46.html" title="国内超大网盘：纳米盘">阅读全文——共459字</a></span>]]></description>
			<content:encoded><![CDATA[<p>以前一直在找一个即好用，空间又大，上传文件大小又没限制的网络硬盘，试了几个后都觉得不满意。后来无意中了解到了纳米盘，就去试了下，觉得真的不错，自己一直用到现在，觉得有必要推荐给各位网友。
纳米盘主页： www.namipan.com
纳 米盘主要分为共享空间和个人空间，共享空间没有容量限制，而个人空间则为1G，如果你</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2008<br />
原文链接: <a href="http://twetw.com/blog/46.html">国内超大网盘：纳米盘</a><br />
<a href="http://twetw.com/blog/46.html#comments">还没有评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/%e7%ba%b3%e7%b1%b3%e7%9b%98" rel="tag">纳米盘</a>, <a href="http://twetw.com/blog/tag/%e7%bd%91%e7%bb%9c%e7%a1%ac%e7%9b%98" rel="tag">网络硬盘</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/46.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>百度空间的优势</title>
		<link>http://twetw.com/blog/21.html</link>
		<comments>http://twetw.com/blog/21.html#comments</comments>
		<pubDate>Sun, 25 May 2008 14:03:44 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[百度空间]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=21</guid>
		<description><![CDATA[<p>我用过新浪博客，163博客，QQ空间，但总的来说，百度空间最好用了，它登录简单，更重要的是登录速度和打开日志速度非常快。
新浪博客，163博客，qq空间都有打开速度奇慢的毛病。而且登录麻烦，QQ空间登录还得验证码，写日志也是。所以百度空间最好了。
</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2008

原文链接: 百度空间的优势

2 comments

<span class="readmore"><a href="http://twetw.com/blog/21.html" title="百度空间的优势">阅读全文——共122字</a></span>]]></description>
			<content:encoded><![CDATA[<p>我用过新浪博客，163博客，QQ空间，但总的来说，百度空间最好用了，它登录简单，更重要的是登录速度和打开日志速度非常快。
新浪博客，163博客，qq空间都有打开速度奇慢的毛病。而且登录麻烦，QQ空间登录还得验证码，写日志也是。所以百度空间最好了。
</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2008<br />
原文链接: <a href="http://twetw.com/blog/21.html">百度空间的优势</a><br />
<a href="http://twetw.com/blog/21.html#comments">2 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/%e7%99%be%e5%ba%a6%e7%a9%ba%e9%97%b4" rel="tag">百度空间</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/21.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>提高Firefox(火狐浏览器)速度</title>
		<link>http://twetw.com/blog/16.html</link>
		<comments>http://twetw.com/blog/16.html#comments</comments>
		<pubDate>Sun, 11 May 2008 05:25:26 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[火狐浏览器]]></category>
		<category><![CDATA[速度]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=16</guid>
		<description><![CDATA[<p>
我用的是fifefox 3.0beta4，这版本比firefox占用的资源要少多了，但是启动速度非常慢，我在网上找了下，可以通过一下啊设置来提高其启动速度。我自己试了下，效果不怎么明显，可能是我的机子配置不行吧。
方法转自：http://hi.baidu.com/huyongbo66888/blog/item/2871328d92188e16b31bba83.html

在地址栏中输入： abou</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2008

原文链接: 提高Firefox(火狐浏览器)速度

还没有评论

<span class="readmore"><a href="http://twetw.com/blog/16.html" title="提高Firefox(火狐浏览器)速度">阅读全文——共783字</a></span>]]></description>
			<content:encoded><![CDATA[<p>
我用的是fifefox 3.0beta4，这版本比firefox占用的资源要少多了，但是启动速度非常慢，我在网上找了下，可以通过一下啊设置来提高其启动速度。我自己试了下，效果不怎么明显，可能是我的机子配置不行吧。
方法转自：http://hi.baidu.com/huyongbo66888/blog/item/2871328d92188e16b31bba83.html

在地址栏中输入： abou</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2008<br />
原文链接: <a href="http://twetw.com/blog/16.html">提高Firefox(火狐浏览器)速度</a><br />
<a href="http://twetw.com/blog/16.html#comments">还没有评论</a><br />
Post tags: <a href="http://twetw.com/blog/tag/firefox" rel="tag">Firefox</a>, <a href="http://twetw.com/blog/tag/%e7%81%ab%e7%8b%90%e6%b5%8f%e8%a7%88%e5%99%a8" rel="tag">火狐浏览器</a>, <a href="http://twetw.com/blog/tag/%e9%80%9f%e5%ba%a6" rel="tag">速度</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/16.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>我最喜欢的网站：cnbeta</title>
		<link>http://twetw.com/blog/11.html</link>
		<comments>http://twetw.com/blog/11.html#comments</comments>
		<pubDate>Fri, 18 Apr 2008 05:20:51 +0000</pubDate>
		<dc:creator>aisinvon</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[cnbeta]]></category>

		<guid isPermaLink="false">http://twetw.com/blog/?p=11</guid>
		<description><![CDATA[<p> cnbeta是我最喜欢的网站，对我这样一个既不喜欢经济管理学，又不喜欢无聊的编程的人来说，看csdn对我来说太深奥，而看cnbeta就是一种享受，里面有最新的软件更新信息，又有最新最前沿的IT咨询。我每天都要浏览这个网站十几次，有半天没看里面的信息，我就觉得缺了什么似的。里面的每一条信息我都看，但又看得不怎么仔细</p>© aisinvon for Aisin Von:有互联网,才有好生活！, 2008

原文链接: 我最喜欢的网站：cnbeta

2 comments

<span class="readmore"><a href="http://twetw.com/blog/11.html" title="我最喜欢的网站：cnbeta">阅读全文——共199字</a></span>]]></description>
			<content:encoded><![CDATA[<p> cnbeta是我最喜欢的网站，对我这样一个既不喜欢经济管理学，又不喜欢无聊的编程的人来说，看csdn对我来说太深奥，而看cnbeta就是一种享受，里面有最新的软件更新信息，又有最新最前沿的IT咨询。我每天都要浏览这个网站十几次，有半天没看里面的信息，我就觉得缺了什么似的。里面的每一条信息我都看，但又看得不怎么仔细</p><hr />
<p><small>© aisinvon for <a href="http://twetw.com/blog">Aisin Von:有互联网,才有好生活！</a>, 2008<br />
原文链接: <a href="http://twetw.com/blog/11.html">我最喜欢的网站：cnbeta</a><br />
<a href="http://twetw.com/blog/11.html#comments">2 comments</a><br />
Post tags: <a href="http://twetw.com/blog/tag/cnbeta" rel="tag">cnbeta</a><br/>
</small></p>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7555177572849421";
/* twblogFeed广告468x60, 创建于 10-7-5 */
google_ad_slot = "2803615695";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://twetw.com/blog/11.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
