<?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>时光</title>
	<atom:link href="http://sunteng.name/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://sunteng.name/blog</link>
	<description></description>
	<lastBuildDate>Mon, 21 May 2012 07:38:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>wordpress实现仅显示某一分类下的文章上一篇下一篇代码</title>
		<link>http://sunteng.name/blog/wordpress/317</link>
		<comments>http://sunteng.name/blog/wordpress/317#comments</comments>
		<pubDate>Mon, 21 May 2012 07:17:48 +0000</pubDate>
		<dc:creator>孙腾</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://sunteng.name/blog/?p=317</guid>
		<description><![CDATA[&#60;style&#62; #nav-single { float:left; width:638px; margin:30px 0 0 0; font-size:12px; padding:20px 0 0 0; border-top:1px dotted #ccc; color:#777; } .nav-previous { float:left; width:300px; overflow:hidden; } .nav-next { float:right; width:300px; overflow:hidden; text-align:right; } &#60;/style&#62; &#60;!&#8211; 原来的,所有分类文章 &#60;div id=”nav-single”&#62; &#60;span&#62;&#60;?php previous_post(&#8216;%&#8217;, &#8216;上一篇：&#8217;, &#8230; <a href="http://sunteng.name/blog/wordpress/317">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&lt;style&gt;<br />
#nav-single { float:left; width:638px; margin:30px 0 0 0; font-size:12px; padding:20px 0 0 0; border-top:1px dotted #ccc; color:#777; }<br />
.nav-previous { float:left; width:300px; overflow:hidden; }<br />
.nav-next { float:right; width:300px; overflow:hidden; text-align:right; }<br />
&lt;/style&gt;</p>
<p>&lt;!&#8211; 原来的,所有分类文章<br />
&lt;div id=”nav-single”&gt;<br />
&lt;span&gt;&lt;?php previous_post(&#8216;%&#8217;, &#8216;上一篇：&#8217;, &#8216;yes&#8217;); ?&gt;&lt;/span&gt;<br />
&lt;span&gt;&lt;?php next_post(&#8216;%&#8217;, &#8216;下一篇：&#8217;, &#8216;yes&#8217;); ?&gt;&lt;/span&gt;<br />
&lt;/div&gt;<br />
&#8211;&gt;</p>
<p>&lt;div id=”nav-single”&gt;<br />
&lt;span&gt;&lt;?php previous_post_link($format=&#8217;&lt;strong&gt;上一篇: &lt;/strong&gt; %link&#8217;, $link=&#8217;%title&#8217;, $in_same_cat = true, $excluded_categories = ”) ?&gt;&lt;/span&gt;<br />
&lt;span&gt;&lt;?php next_post_link($format=&#8217;&lt;strong&gt;下一篇: &lt;/strong&gt; %link&#8217;, $link=&#8217;%title&#8217;, $in_same_cat = true, $excluded_categories = ”) ?&gt;&lt;/span&gt;<br />
&lt;/div&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://sunteng.name/blog/wordpress/317/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>重设wordpress用户密码</title>
		<link>http://sunteng.name/blog/wordpress/314</link>
		<comments>http://sunteng.name/blog/wordpress/314#comments</comments>
		<pubDate>Thu, 10 May 2012 05:21:19 +0000</pubDate>
		<dc:creator>孙腾</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://sunteng.name/blog/?p=314</guid>
		<description><![CDATA[使用步骤 1. 在 Village Idiot WordPress Emergency Password Script上下载Emergency Password Script脚本 2. 解压下载的压缩文件 3. 将emergency.php文件上传到WordPress根目录下（wp-config.php文件所在目录） 4. 在浏览器中打开http://example.com/emergency.php 5. 根据页面上的指示输入管理员用户名（通常为admin）与新密码，然后点击更新选项。之后会有消息显示密码更新成功。一封含有密码变更信息的邮件被发送到博客管理员的邮箱账号。 6. 完成后从服务器中删除emergency.php文件，不要将该文件留在服务器中，以免其他人用它来修改你的密码。]]></description>
			<content:encoded><![CDATA[<p>使用步骤</p>
<p>1. 在 <a href="http://www.village-idiot.org/archives/2007/05/22/wp-emergency-password-recovery/">Village Idiot WordPress Emergency Password Script</a>上下载Emergency Password Script脚本</p>
<p>2. 解压下载的压缩文件</p>
<p>3. 将emergency.php文件上传到WordPress根目录下（wp-config.php文件所在目录）</p>
<p>4. 在浏览器中打开http://example.com/emergency.php</p>
<p>5. 根据页面上的指示输入管理员用户名（通常为admin）与新密码，然后点击更新选项。之后会有消息显示密码更新成功。一封含有密码变更信息的邮件被发送到博客管理员的邮箱账号。</p>
<p>6. 完成后从服务器中删除emergency.php文件，不要将该文件留在服务器中，以免其他人用它来修改你的密码。</p>
]]></content:encoded>
			<wfw:commentRss>http://sunteng.name/blog/wordpress/314/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>点击显示，点击隐藏</title>
		<link>http://sunteng.name/blog/website/309</link>
		<comments>http://sunteng.name/blog/website/309#comments</comments>
		<pubDate>Tue, 24 Apr 2012 08:40:57 +0000</pubDate>
		<dc:creator>孙腾</dc:creator>
				<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://sunteng.name/blog/?p=309</guid>
		<description><![CDATA[&#60;script type=”text/javascript”&#62; function onClickDiv(DivId) { if(document.getElementById(DivId).style.display==’none’) { document.getElementById(DivId).style.display=”; } else { document.getElementById(DivId).style.display=’none’; } } &#60;/script&#62; &#60;a href=”javascript:onClickDiv(‘li_contact’)”&#62;点击显示，点击隐藏&#60;/a&#62; &#60;div id=”li_contact” style=”display:none”&#62; &#60;!–  你要隐藏点击显示的内容 开始–&#62; &#60;div&#62;N层DIV的内容其他内容 各种内容 各种代码 N层DIV的内容&#60;/div&#62; &#60;!–  你要隐藏点击显示的内容 结束 –&#62; &#60;/div&#62;]]></description>
			<content:encoded><![CDATA[<p>&lt;script type=”text/javascript”&gt;<br />
function onClickDiv(DivId)<br />
{<br />
if(document.getElementById(DivId).style.display==’none’)<br />
{ document.getElementById(DivId).style.display=”; }<br />
else<br />
{ document.getElementById(DivId).style.display=’none’; }<br />
}<br />
&lt;/script&gt;</p>
<p>&lt;a href=”javascript:onClickDiv(‘li_contact’)”&gt;点击显示，点击隐藏&lt;/a&gt;<br />
&lt;div id=”li_contact” style=”display:none”&gt;</p>
<p>&lt;!–  你要隐藏点击显示的内容 开始–&gt;</p>
<p>&lt;div&gt;N层DIV的内容其他内容 各种内容 各种代码 N层DIV的内容&lt;/div&gt;</p>
<p>&lt;!–  你要隐藏点击显示的内容 结束 –&gt;<br />
&lt;/div&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://sunteng.name/blog/website/309/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>X展架尺寸</title>
		<link>http://sunteng.name/blog/design/306</link>
		<comments>http://sunteng.name/blog/design/306#comments</comments>
		<pubDate>Thu, 05 Apr 2012 00:37:28 +0000</pubDate>
		<dc:creator>孙腾</dc:creator>
				<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://sunteng.name/blog/?p=306</guid>
		<description><![CDATA[60×160cm 80×180cm]]></description>
			<content:encoded><![CDATA[<p>60×160cm<br />
80×180cm</p>
]]></content:encoded>
			<wfw:commentRss>http://sunteng.name/blog/design/306/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>删除卸载清理AnyView（网络警）网络监控软件</title>
		<link>http://sunteng.name/blog/notepad/303</link>
		<comments>http://sunteng.name/blog/notepad/303#comments</comments>
		<pubDate>Sat, 31 Mar 2012 03:00:27 +0000</pubDate>
		<dc:creator>孙腾</dc:creator>
				<category><![CDATA[notepad]]></category>

		<guid isPermaLink="false">http://sunteng.name/blog/?p=303</guid>
		<description><![CDATA[侵犯私隐的东西一定要干掉。 1、开始->运行->输入 regedit 打开注册表，搜索里面是不是有此键值：{8C0A8ABB-E19E-4DBA-9D11-FEB5C51EAE75} \H_L_M\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellExecuteHooks\{8C0A8ABB-E19E-4DBA-9D11-FEB5C51EAE75} （\H_L_M\是缩写），有就直接删除 ShellExecuteHooks 此目录。 2、打开记事本，输入： @echo off del C:\WINDOWS\system32\ArComm.dll del C:\WINDOWS\system32\ArNet.dll del C:\WINDOWS\system32\TrDb.ini del C:\WINDOWS\system32\ArsDb.dll del C:\WINDOWS\system32\ArsDbClient.dll del C:\WINDOWS\system32\ArsFile.dll del C:\WINDOWS\system32\ArLib.dll del C:\WINDOWS\system32\ArUpdate.ini del C:\WINDOWS\system32\CapScreen.dll del C:\WINDOWS\system32\TaskMgr.dll del C:\WINDOWS\system32\ArWs.dll del C:\WINDOWS\system32\ArShell.Dll del C:\WINDOWS\system32\ArWsDaemon.Dll del C:\WINDOWS\system32\ArVersion.ini del &#8230; <a href="http://sunteng.name/blog/notepad/303">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>侵犯私隐的东西一定要干掉。</p>
<p>1、开始->运行->输入 regedit 打开注册表，搜索里面是不是有此键值：{8C0A8ABB-E19E-4DBA-9D11-FEB5C51EAE75}<br />
\H_L_M\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellExecuteHooks\{8C0A8ABB-E19E-4DBA-9D11-FEB5C51EAE75}<br />
（\H_L_M\是缩写），有就直接删除 ShellExecuteHooks 此目录。</p>
<p>2、打开记事本，输入：<br />
<span id="more-303"></span><br />
@echo off<br />
del C:\WINDOWS\system32\ArComm.dll<br />
del C:\WINDOWS\system32\ArNet.dll<br />
del C:\WINDOWS\system32\TrDb.ini<br />
del C:\WINDOWS\system32\ArsDb.dll<br />
del C:\WINDOWS\system32\ArsDbClient.dll<br />
del C:\WINDOWS\system32\ArsFile.dll<br />
del C:\WINDOWS\system32\ArLib.dll<br />
del C:\WINDOWS\system32\ArUpdate.ini<br />
del C:\WINDOWS\system32\CapScreen.dll<br />
del C:\WINDOWS\system32\TaskMgr.dll<br />
del C:\WINDOWS\system32\ArWs.dll<br />
del C:\WINDOWS\system32\ArShell.Dll<br />
del C:\WINDOWS\system32\ArWsDaemon.Dll<br />
del C:\WINDOWS\system32\ArVersion.ini<br />
del C:\WINDOWS\system32\trace.ini<br />
del C:\WINDOWS\system32\ArFile.sys<br />
del C:\WINDOWS\system32\ArMMComm.dll<br />
del C:\WINDOWS\system32\WdmAdo.dll<br />
del C:\WINDOWS\system32\ArWsPlug.dll<br />
del C:\WINDOWS\system32\AMsg.Exe<br />
del C:\WINDOWS\system32\ChatPlugIn.dll<br />
del C:\WINDOWS\system32\ADlgMon.dll<br />
del C:\WINDOWS\system32\ArWsDaemon.ini<br />
del C:\WINDOWS\system32\ArComm.ini<br />
del C:\WINDOWS\system32\ArWorkstation.ini<br />
del C:\WINDOWS\system32\ArUpdate.ini</p>
<p>保存，改扩展名为.bat，文件名随便写自己认得就行。<br />
然后重启电脑，进入DOS或操作系统的安全模式，运行这个文件。<br />
再重启电脑，会出现各种文件缺少的弹窗，不用管。打开Windows优化大师，系统优化&gt;开机速度优化，去掉可疑文件，就彻底删除了！</p>
<p>原文：<a href="http://apps.hi.baidu.com/share/detail/21521725" target="_blank">教你如何删除AnyView（网络警）网络监控软件 </a></p>
]]></content:encoded>
			<wfw:commentRss>http://sunteng.name/blog/notepad/303/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XAMPP，apache+mysql+php+phpMyAdmin 集成软件包</title>
		<link>http://sunteng.name/blog/wordpress/300</link>
		<comments>http://sunteng.name/blog/wordpress/300#comments</comments>
		<pubDate>Tue, 13 Mar 2012 03:16:49 +0000</pubDate>
		<dc:creator>孙腾</dc:creator>
				<category><![CDATA[website]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://sunteng.name/blog/?p=300</guid>
		<description><![CDATA[首页：http://www.apachefriends.org/zh_cn/index.html 下载：http://www.apachefriends.org/zh_cn/xampp.html]]></description>
			<content:encoded><![CDATA[<p>首页：<a href="http://www.apachefriends.org/zh_cn/index.html" target="_blank">http://www.apachefriends.org/zh_cn/index.html</a><br />
下载：<a href="http://www.apachefriends.org/zh_cn/xampp.html" target="_blank">http://www.apachefriends.org/zh_cn/xampp.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sunteng.name/blog/wordpress/300/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WORDPRESS 上传图片到程序目录之外的虚拟目录</title>
		<link>http://sunteng.name/blog/wordpress/294</link>
		<comments>http://sunteng.name/blog/wordpress/294#comments</comments>
		<pubDate>Thu, 08 Mar 2012 01:01:13 +0000</pubDate>
		<dc:creator>孙腾</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://sunteng.name/blog/?p=294</guid>
		<description><![CDATA[程序文件放在D:/guestweb/xxx.com.cn 上传文件放在D:/guestweb/xxx.com.cn.data/uploads 1、媒体文件URL需要是相对地址 /uploads/2012/03/3.jpg 2、设置媒体里，默认上传路径写 D:/guestweb/xxx.com.cn.data/uploads，文件的完整URL地址写 /uploads 图片文件地址为虚拟目录xxx.com.cn/uploads]]></description>
			<content:encoded><![CDATA[<p>程序文件放在D:/guestweb/xxx.com.cn<br />
上传文件放在D:/guestweb/xxx.com.cn.data/uploads</p>
<p>1、媒体文件URL需要是相对地址 /uploads/2012/03/3.jpg</p>
<p>2、设置媒体里，默认上传路径写 D:/guestweb/xxx.com.cn.data/uploads，文件的完整URL地址写 /uploads</p>
<p>图片文件地址为虚拟目录xxx.com.cn/uploads</p>
]]></content:encoded>
			<wfw:commentRss>http://sunteng.name/blog/wordpress/294/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress换域名后，不用修改数据库，实现批量更新图片地址的插件</title>
		<link>http://sunteng.name/blog/wordpress/290</link>
		<comments>http://sunteng.name/blog/wordpress/290#comments</comments>
		<pubDate>Sat, 03 Mar 2012 08:00:15 +0000</pubDate>
		<dc:creator>孙腾</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://sunteng.name/blog/?p=290</guid>
		<description><![CDATA[点击查看 超级好用！]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/extend/plugins/velvet-blues-update-urls/" title="WordPress换域名后，不用修改数据库，实现批量更新图片地址的插件" target="_blank">点击查看</a></p>
<p>超级好用！</p>
]]></content:encoded>
			<wfw:commentRss>http://sunteng.name/blog/wordpress/290/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>避免href=”#”跳到网页顶端的方法</title>
		<link>http://sunteng.name/blog/website/277</link>
		<comments>http://sunteng.name/blog/website/277#comments</comments>
		<pubDate>Thu, 27 Oct 2011 01:56:48 +0000</pubDate>
		<dc:creator>孙腾</dc:creator>
				<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://sunteng.name/blog/?p=277</guid>
		<description><![CDATA[一般写href=”#”，点击这个链接后会跳到网页顶端，因为#默认锚点网页顶端#top的位置信息 写： href=”javascriptvoid(0)” 表示这是一个死链接 或者： href=”javascript:void(document.form.submit())” 这句话会进行一次submit操作 void是个操作符，会计算一个表达式但是不返回，也就是说刷新页面时要进行某些处理，所以最好只用在不需要整体刷新的网页上。]]></description>
			<content:encoded><![CDATA[<p>一般写href=”#”，点击这个链接后会跳到网页顶端，因为#默认锚点网页顶端#top的位置信息</p>
<p>写：<br />
href=”javascriptvoid(0)”<br />
表示这是一个死链接<br />
<span id="more-277"></span><br />
或者：<br />
href=”javascript:void(document.form.submit())”<br />
这句话会进行一次submit操作</p>
<p>void是个操作符，会计算一个表达式但是不返回，也就是说刷新页面时要进行某些处理，所以最好只用在不需要整体刷新的网页上。</p>
]]></content:encoded>
			<wfw:commentRss>http://sunteng.name/blog/website/277/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Illustrator CS3 位图转矢量的方法</title>
		<link>http://sunteng.name/blog/design/268</link>
		<comments>http://sunteng.name/blog/design/268#comments</comments>
		<pubDate>Thu, 22 Sep 2011 02:26:33 +0000</pubDate>
		<dc:creator>孙腾</dc:creator>
				<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://sunteng.name/blog/?p=268</guid>
		<description><![CDATA[实时描摹 > 描摹选项 细节比较多的图像，把默认最小区域10px改成40px就可以，描摹完放大图片查看细节，如果跟原来区别较大，返回操作步骤重新更改最小区域的数值再试。 模糊会让图像显得从水里捞出来的似的。拐角等一般不用改。 然后，点击 实时上色 > 扩展，将描摹对象转换为实时上色组和路径，完工！]]></description>
			<content:encoded><![CDATA[<p>实时描摹 > 描摹选项<br />
<img src="http://sunteng.name/blog/wp-content/uploads/1.jpg" alt="" title="1" width="224" height="353" /></p>
<p>细节比较多的图像，把默认最小区域10px改成40px就可以，描摹完放大图片查看细节，如果跟原来区别较大，返回操作步骤重新更改最小区域的数值再试。<br />
模糊会让图像显得从水里捞出来的似的。拐角等一般不用改。<br />
<img src="http://sunteng.name/blog/wp-content/uploads/2.jpg" alt="" title="2" width="587" height="399" /></p>
<p>然后，点击 实时上色 > 扩展，将描摹对象转换为实时上色组和路径，完工！<br />
<img src="http://sunteng.name/blog/wp-content/uploads/3.jpg" alt="" title="3" width="435" height="372" /></p>
]]></content:encoded>
			<wfw:commentRss>http://sunteng.name/blog/design/268/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

