<?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://kwx.cc/feed" rel="self" type="application/rss+xml" />
	<link>http://kwx.cc</link>
	<description>记录平凡小事，展望IT世界。</description>
	<lastBuildDate>Sun, 22 Jan 2012 03:57:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>通过Mysql批量替换WordPress的附件地址</title>
		<link>http://kwx.cc/post/2056</link>
		<comments>http://kwx.cc/post/2056#comments</comments>
		<pubDate>Sun, 22 Jan 2012 03:57:52 +0000</pubDate>
		<dc:creator>kwx</dc:creator>
				<category><![CDATA[PHP相关]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://kwx.cc/?p=2056</guid>
		<description><![CDATA[WordPress的附件都是以绝对连接形式存储的，所以在更换Wordpress的域名后，更换前的附件或图片连接都会失效。 这时无需借助插件，进入Wordpress所在的数据库，执行以下语句，即可批量替换。 以下演示说明：旧地址：http://www.kwx.gd/ 新地址：http://www.kwx.cc/ 在SQL中执行以下语句（请注意备份）： update wp_posts set post_content=replace(post_content,’http://www.kwx.gd/’,’http://www.kwx.cc/’) 相关语法如下：UPDATE ‘表名’ SET ‘字段’ = REPLACE(’字段’,’待替换内容’,’替换值’); 执行完毕后即可。]]></description>
		<wfw:commentRss>http://kwx.cc/post/2056/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解决WHMCS的时区时间设置</title>
		<link>http://kwx.cc/post/2054</link>
		<comments>http://kwx.cc/post/2054#comments</comments>
		<pubDate>Wed, 18 Jan 2012 06:56:44 +0000</pubDate>
		<dc:creator>kwx</dc:creator>
				<category><![CDATA[PHP相关]]></category>
		<category><![CDATA[WHMCS]]></category>

		<guid isPermaLink="false">http://kwx.cc/?p=2054</guid>
		<description><![CDATA[最近使用国外的WHMCS面板的时候，发现时间有点问题，在网上找了下发现了解决办法。 编辑configuration.php文件，在php区块最后位置加上 date_default_timezone_set('Asia/Shanghai'); 哦也，问题解决。]]></description>
		<wfw:commentRss>http://kwx.cc/post/2054/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>入手小米手机</title>
		<link>http://kwx.cc/post/2043</link>
		<comments>http://kwx.cc/post/2043#comments</comments>
		<pubDate>Sun, 15 Jan 2012 10:53:27 +0000</pubDate>
		<dc:creator>kwx</dc:creator>
				<category><![CDATA[体验记录]]></category>
		<category><![CDATA[小米手机]]></category>

		<guid isPermaLink="false">http://kwx.cc/?p=2043</guid>
		<description><![CDATA[最近网上炒的非常热的小米手机，1月4日那天下午13点开始放货，花了半个小时抢到并付款成功。等了两天到货（顺丰的速度非常快。） 拿到小米手机，打开外包装盒盖。 纯纸质的包装，非常环保和简约。 打开盒盖，小米手机静静的躺在里面哈。 因为我买的是裸机（1999元），所以没什么特别的配件，只有充电器、电池，还有简单说明和保修卡。 嘿，赶紧放入电池并开机。 使用感受即将出炉哈！]]></description>
		<wfw:commentRss>http://kwx.cc/post/2043/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>蒙牛集团官网12月28日晚上被黑</title>
		<link>http://kwx.cc/post/2034</link>
		<comments>http://kwx.cc/post/2034#comments</comments>
		<pubDate>Wed, 28 Dec 2011 15:40:45 +0000</pubDate>
		<dc:creator>kwx</dc:creator>
				<category><![CDATA[热点讯息]]></category>
		<category><![CDATA[蒙牛官网]]></category>
		<category><![CDATA[黑客]]></category>

		<guid isPermaLink="false">http://kwx.cc/?p=2034</guid>
		<description><![CDATA[12月28日晚上Q群里有网友发出：蒙牛集团官方网站被黑，速去围观，于是打开该地址。 被黑的原因很明白，和最近蒙牛的致癌牛奶有关。 随后各大新闻媒体开始报道此事：]]></description>
		<wfw:commentRss>http://kwx.cc/post/2034/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>赞助ASP主机</title>
		<link>http://kwx.cc/post/2033</link>
		<comments>http://kwx.cc/post/2033#comments</comments>
		<pubDate>Mon, 26 Dec 2011 09:12:01 +0000</pubDate>
		<dc:creator>kwx</dc:creator>
				<category><![CDATA[建站相关]]></category>
		<category><![CDATA[asp主机]]></category>
		<category><![CDATA[免费ASP主机]]></category>
		<category><![CDATA[赞助]]></category>

		<guid isPermaLink="false">http://kwx.cc/?p=2033</guid>
		<description><![CDATA[快2012年了，最近搞了个不错的服务器，打算先赞助十位左右真正需要主机的客户。 首先先看配置： 服务器操作系统：Windows Server 2003 IIS 6 支持语言：ASP、ASP.Net 2.0(3.5) 支持组件：ASPJepg+默认组件 支持数据库：Mssql 2000 服务器机房和线路：美国WebNX机房 管理平台：N点虚拟主机管理系统（免费，且实用，省成本） 用户方面 网站空间：起始为300M（包括ACCESS数据库） MSSQL：50M（需独立开通） 并发线程：100个 带宽：峰值 10Mbit/s 域名绑定：5个 带自动解压功能（rar在线解压） 无月流量之类的限制。 赞助人数大概为10人，根据情况调整。要求如下： 1、暂时拒绝新站，要求日IP 50 PV 100以上的站点 2、只允许博客类、个人网站 3、需要放置本站的赞助信息 使用期暂时没确定，但是关之前会通知数据备份。免费赞助客户不提供 每日数据备份 业务，请自行保存数据。需要的请到博客右侧“联系维翔”处联系本人哈。]]></description>
		<wfw:commentRss>http://kwx.cc/post/2033/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSDN等网站用户密码遭公开</title>
		<link>http://kwx.cc/post/2031</link>
		<comments>http://kwx.cc/post/2031#comments</comments>
		<pubDate>Thu, 22 Dec 2011 06:37:49 +0000</pubDate>
		<dc:creator>kwx</dc:creator>
				<category><![CDATA[热点讯息]]></category>
		<category><![CDATA[CSDN]]></category>
		<category><![CDATA[多玩网]]></category>
		<category><![CDATA[数据库]]></category>

		<guid isPermaLink="false">http://kwx.cc/?p=2031</guid>
		<description><![CDATA[最近互联网业界的爆炸性新闻，知名网站CSDN、多玩网等网站用户数据库被黑客直接明文公开，网上到处都可以下载。 据网上消息，CSDN泄漏出来的数据库含600万条会员信息，而多玩网泄漏则有800万条。 附：在网上收集到的数据库 CSDN：ed2k://&#124;file&#124;CSDN-中文IT社区-600万.rar&#124;109942505&#124;A29D9468556CF73AFB48A3A8427629DC&#124;/ 多玩网：正在收集……]]></description>
		<wfw:commentRss>http://kwx.cc/post/2031/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox 9.0 正式版发布</title>
		<link>http://kwx.cc/post/2028</link>
		<comments>http://kwx.cc/post/2028#comments</comments>
		<pubDate>Tue, 20 Dec 2011 05:01:20 +0000</pubDate>
		<dc:creator>kwx</dc:creator>
				<category><![CDATA[热点讯息]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[火狐]]></category>

		<guid isPermaLink="false">http://kwx.cc/?p=2028</guid>
		<description><![CDATA[火狐最近的版本号更换频率非常大，从7月到12月就从Firefox 7 升到Firefox 9了。 最近发布的Firefox 9.0 据国外媒体的基准测试，JS性能提升了20-30%。需要的朋友赶紧下载吧。 Firefox9.0简体中文版下载地址：点击下载]]></description>
		<wfw:commentRss>http://kwx.cc/post/2028/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>改用Chrome，推荐几个站长实用的应用</title>
		<link>http://kwx.cc/post/2027</link>
		<comments>http://kwx.cc/post/2027#comments</comments>
		<pubDate>Thu, 15 Dec 2011 12:54:32 +0000</pubDate>
		<dc:creator>kwx</dc:creator>
				<category><![CDATA[个人笔记]]></category>
		<category><![CDATA[chrome]]></category>

		<guid isPermaLink="false">http://kwx.cc/?p=2027</guid>
		<description><![CDATA[之前一直在用FireFox，TMD自从升到7.0.1以后的版本，Flash控件总是会假死，导致整个浏览器卡住。 今天改用chrome，推荐几个常用插件 1、网站IP和Whois查看：Yet another flags 2、Google PR和Alexa值查看：PageRank Status 3、在chrome运行IE（网银需要）：IE Tab 4、代理设置（飞墙和挖地洞专用）：Proxy SwitchySharp 5、恢复最近关闭的窗口：UndoCloseTab 以上都是对于站长来说比较实用的工具。]]></description>
		<wfw:commentRss>http://kwx.cc/post/2027/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>升级到WordPress 3.3</title>
		<link>http://kwx.cc/post/2023</link>
		<comments>http://kwx.cc/post/2023#comments</comments>
		<pubDate>Thu, 15 Dec 2011 10:46:18 +0000</pubDate>
		<dc:creator>kwx</dc:creator>
				<category><![CDATA[建站相关]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://kwx.cc/?p=2023</guid>
		<description><![CDATA[博客是今天才升级到新版的，Wp刚发布的时候我的另一网站—《维翔网络视点》已经更新了。 WP3.3主要对控制面板进行更新了，新的上传插件，比以前的上传插件好多了哈。 还没更新的朋友抓紧了哈，Wordpress后台一键更新。]]></description>
		<wfw:commentRss>http://kwx.cc/post/2023/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[视频]男女违章不听劝阻 反拿砍刀怒砍交警</title>
		<link>http://kwx.cc/post/2017</link>
		<comments>http://kwx.cc/post/2017#comments</comments>
		<pubDate>Sun, 11 Dec 2011 13:31:21 +0000</pubDate>
		<dc:creator>kwx</dc:creator>
				<category><![CDATA[影音频道]]></category>
		<category><![CDATA[视频]]></category>

		<guid isPermaLink="false">http://kwx.cc/?p=2017</guid>
		<description><![CDATA[在Q群里看到的，东北俩男女违章不听劝阻，反拿砍刀怒砍交警。哎，年轻人伤不起。]]></description>
		<wfw:commentRss>http://kwx.cc/post/2017/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

