<?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>trylife &#187; Uncategorized</title>
	<atom:link href="http://www.trylife.cn/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trylife.cn</link>
	<description>life&#039;s short , try more...</description>
	<lastBuildDate>Sun, 05 Feb 2012 23:33:34 +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>更有何求？</title>
		<link>http://www.trylife.cn/201202060733/</link>
		<comments>http://www.trylife.cn/201202060733/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 23:33:34 +0000</pubDate>
		<dc:creator>TryLife</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.trylife.cn/?p=1756</guid>
		<description><![CDATA[梦比天高，命比纸薄 黄粱一梦，更有何求]]></description>
			<content:encoded><![CDATA[<div>梦比天高，命比纸薄<br />
黄粱一梦，更有何求</div>
]]></content:encoded>
			<wfw:commentRss>http://www.trylife.cn/201202060733/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>更换了猪蹄</title>
		<link>http://www.trylife.cn/new-blog-theme-20110606/</link>
		<comments>http://www.trylife.cn/new-blog-theme-20110606/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 15:42:13 +0000</pubDate>
		<dc:creator>TryLife</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[猪蹄]]></category>

		<guid isPermaLink="false">http://www.trylife.cn/?p=1721</guid>
		<description><![CDATA[番薯、鸟蛋、你个茄子的总是说我的博客很丑很丑，奶奶个球蛋白的那个伴随我4年的猪蹄今天换掉了，老猪蹄4年前还是很风流清爽的。现用的猪蹄是从http://immmmm.com买的。本来是要套用自己设计的那个，不过设计进度实在是太慢了。现在用的那个LOGO就是要设计的那个，想起个名字叫trylife-color,要是弄出来估计要半年后了 &#8211; -！ trylife正好7个字母 用红橙黄绿青蓝紫7种颜色，嘎嘎 是不是很有味道！]]></description>
			<content:encoded><![CDATA[<p>番薯、鸟蛋、你个茄子的总是说我的博客很丑很丑，奶奶个球蛋白的那个伴随我4年的猪蹄今天换掉了，老猪蹄4年前还是很风流清爽的。现用的猪蹄是从http://immmmm.com买的。本来是要套用自己设计的那个，不过设计进度实在是太慢了。现在用的那个LOGO就是要设计的那个，想起个名字叫trylife-color,要是弄出来估计要半年后了 &#8211; -！</p>
<p>trylife正好7个字母 用红橙黄绿青蓝紫7种颜色，嘎嘎 是不是很有味道！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trylife.cn/new-blog-theme-20110606/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>PHP5.3  ZendOptimizer</title>
		<link>http://www.trylife.cn/php5-3-x-with-zendoptimizer/</link>
		<comments>http://www.trylife.cn/php5-3-x-with-zendoptimizer/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 12:35:55 +0000</pubDate>
		<dc:creator>TryLife</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PHP 5.3.*]]></category>
		<category><![CDATA[Zend Guard]]></category>
		<category><![CDATA[Zend Optimizer]]></category>

		<guid isPermaLink="false">http://www.trylife.cn/?p=1109</guid>
		<description><![CDATA[从PHP5.3.x开始Zend Guard 将代替ZendOptimizer： 从PHP5.3k开始Zend Guard将取代Zend Optimizer~下载安装Zend Guard 实际上不用装Zend Guard了 直接下载LOADER就可以了 下好之后扔进usr/local/zend/ 修改php.ini就可以了～和以前的Zend Optimizer一样 地址：http://forums.zend.com/viewtopic.php?f=57&#38;t=6595 运行的接过还是很让人无奈的应该是文件加密的版本太低了 出现下面的错误 Fatal error: Incompatible file format: The encoded file has format major ID 1, whereas the Loader expects 4 in 下面的内容不用看了 就是为了撑下版面 囧： PHP版本和ZendOptimizer版本不对应 trylife@ubuntu:~$ php -version Zend Optimizer requires Zend Engine API version 220060519. The Zend Engine API version [...]]]></description>
			<content:encoded><![CDATA[<h1>从PHP5.3.x开始Zend Guard 将代替ZendOptimizer：</h1>
<p><code><br />
从PHP5.3k开始Zend Guard将取代Zend Optimizer~下载安装Zend Guard<br />
实际上不用装Zend Guard了 直接下载LOADER就可以了<br />
下好之后扔进usr/local/zend/ 修改php.ini就可以了～和以前的Zend Optimizer一样<br />
</code><br />
地址：http://forums.zend.com/viewtopic.php?f=57&amp;t=6595</p>
<p><strong>运行的接过还是很让人无奈的</strong>应该是文件加密的版本太低了 出现下面的错误</p>
<p><code><br />
Fatal error: Incompatible file format: The encoded file has format major ID 1, whereas the Loader expects 4 in<br />
</code></p>
<p><span id="more-1109"></span></p>
<h3>下面的内容不用看了 就是为了撑下版面 囧：</h3>
<p><strong>PHP版本和ZendOptimizer版本不对应</strong><br />
<code class="Terminal"><br />
trylife@ubuntu:~$ php -version<br />
Zend Optimizer requires Zend Engine API version 220060519.<br />
The Zend Engine API version 220090626 which is installed, is newer.<br />
Contact Zend Technologies at http://www.zend.com/ for a later version of Zend Optimizer.</code><code class="Terminal"><br />
PHP Warning:  PHP Startup: Zend Optimizer: Unable to initialize module<br />
Module compiled with module API=20060613<br />
PHP    compiled with module API=20090626<br />
These options need to match<br />
in Unknown on line 0</code><code class="Terminal"><br />
PHP 5.3.2-1ubuntu4.2 with Suhosin-Patch (cli) (built: May 13 2010 20:03:45)<br />
Copyright (c) 1997-2009 The PHP Group<br />
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies</code></p>
<p><strong>ZendOptimizer 还没有支持PHP5.3.x的版本</strong><br />
<code class="Terminal"><br />
trylife@ubuntu:~/ZendOptimizer-3.3.9-linux-glibc23-x86_64/data$ ls -ll<br />
drwxr-xr-x 2 root root 4096 2009-08-24 19:58 4_2_0_comp<br />
drwxr-xr-x 2 root root 4096 2009-08-24 19:58 4_2_x_comp<br />
drwxr-xr-x 2 root root 4096 2009-08-24 19:58 4_3_x_comp<br />
drwxr-xr-x 2 root root 4096 2009-08-24 19:58 4_4_x_comp<br />
drwxr-xr-x 2 root root 4096 2009-08-24 19:58 5_0_x_comp<br />
drwxr-xr-x 2 root root 4096 2009-08-24 19:58 5_1_x_comp<br />
drwxr-xr-x 2 root root 4096 2009-08-24 19:58 5_2_x_comp<br />
-rw-r--r-- 1 root root 2088 2004-01-29 00:35 poweredbyoptimizer.gif<br />
</code></p>
<p><strong><br />
要退回到PHP5.2.x?</strong>貌似不用<br />
<code class="Terminal"><br />
Zend has released an "Early Access" release of Zend Guard with support for PHP 5.3. Along with this release is a EA release of a "Guard Loader "component which is the run-time component for Zend Guard for PHP 5.3 (this issued instead of Optimizer). This release was fully tested with Zend Server and Zend Server CE. In each package there is a README file that explains how to install Guard Loader 5.3 on Zend Server/CE. For non-Zend Server installs users will have to copy the .so/.dll to their server and add to their php.ini:<br />
</code><br />
从PHP5.3k开始Zend Guard将取代Zend Optimizer~下载安装Zend Guard</p>
<p><span style="color: #ff0000;">实际上不用装Zend Guard了 直接下载LOADER就可以了</p>
<p>http://forums.zend.com/viewtopic.php?f=57&#038;t=6595</span></p>
<p><span style="color: #ff0000;">下好之后扔进usr/local/zend/ 修改php.ini就可以了～和以前的Zend Optimizer一样<br />
</span></p>
<p><code class="Terminal"><br />
trylife@ubuntu:~/Downloads$ wget http://downloads.zend.com/guard/5.1.0EA/ZendGuard-5_1_0_EA.bin<br />
trylife@ubuntu:~/Downloads$ ./ZendGuard-5_0_1.bin<br />
Preparing to install...<br />
Extracting the JRE from the installer archive...<br />
Unpacking the JRE...<br />
Extracting the installation resources from the installer archive...<br />
Configuring the installer for this system's environment...<br />
#.....<br />
Launching installer... #从现在开始卡一段时间<br />
</code></p>
<p>接下来出现界面步骤<br />
<img class="alignnone size-full wp-image-1123" title="Screenshot-Untitled Window-Zend-Guard" src="http://www.trylife.cn/wp-content/uploads/2010/08/Screenshot-Untitled-Window-Zend-Guard.png" alt="" width="603" height="400" /></p>
<p><strong>运行的接过还是很让人无奈的</strong>应该是文件加密的版本太低了 出现下面的错误</p>
<p><code class="Terminal"><br />
Fatal error: Incompatible file format: The encoded file has format major ID 1, whereas the Loader expects 4 in<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trylife.cn/php5-3-x-with-zendoptimizer/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>淘宝收费了！小用户你还愣在那干啥！</title>
		<link>http://www.trylife.cn/tao-bao-shou-fei/</link>
		<comments>http://www.trylife.cn/tao-bao-shou-fei/#comments</comments>
		<pubDate>Fri, 28 May 2010 21:07:54 +0000</pubDate>
		<dc:creator>TryLife</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[淘宝]]></category>
		<category><![CDATA[淘宝收费]]></category>
		<category><![CDATA[网店建设]]></category>

		<guid isPermaLink="false">http://www.trylife.cn/?p=666</guid>
		<description><![CDATA[淘宝收费了，小用户名你们还愣在那干啥，赶紧闪人那！立着出来总比横着出来好！花钱推广没资本，不花钱顾客都直通车了，永远不会光临你的店面！曾经你以为你也是淘宝的一份子，你的小店还是有希望的；但是现在是希望破灭的时候了，出来吧，出来开店！出来买个域名，买个空间，出来开自己的点，宣传自己的网址；不再为淘宝AD了，有那个时间和金钱不如出来独立单干！开自己的店让淘宝滚蛋吧！ 保住你的青春，捍卫你梦想，竖着出来！]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.trylife.cn/wp-content/uploads/2010/05/25-1.jpg"><img class="size-full wp-image-667  aligncenter" title="25-1" src="http://www.trylife.cn/wp-content/uploads/2010/05/25-1.jpg" alt="淘宝收费" width="600" height="368" /></a></p>
<p>淘宝收费了，小用户名你们还愣在那干啥，赶紧闪人那！立着出来总比横着出来好！花钱推广没资本，不花钱顾客都直通车了，永远不会光临你的店面！曾经你以为你也是淘宝的一份子，你的小店还是有希望的；但是现在是希望破灭的时候了，出来吧，出来开店！出来买个域名，买个空间，出来开自己的点，宣传自己的网址；不再为淘宝AD了，有那个时间和金钱不如出来独立单干！开自己的店让淘宝滚蛋吧！</p>
<p>保住你的青春，捍卫你梦想，竖着出来！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trylife.cn/tao-bao-shou-fei/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>豆浆都二次开发了！</title>
		<link>http://www.trylife.cn/jing-mo-dou-jiang/</link>
		<comments>http://www.trylife.cn/jing-mo-dou-jiang/#comments</comments>
		<pubDate>Sun, 23 May 2010 01:28:48 +0000</pubDate>
		<dc:creator>TryLife</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[精磨豆浆]]></category>
		<category><![CDATA[精磨豆浆机]]></category>
		<category><![CDATA[豆浆]]></category>

		<guid isPermaLink="false">http://www.trylife.cn/?p=643</guid>
		<description><![CDATA[最近早晨经常喝精磨豆浆，基本上是早期豆浆的二次开发版本；以前的豆浆都是把渣滓过滤掉，现在的精磨豆浆是全部磨成很细很细的颗粒，喝起来又浓又香；就类似以前的果汁是没有锅里的，后来二次开发出来个果粒橙！效果不同凡响，味道非常不错，喝完之后撒尿都是豆浆味，囧！]]></description>
			<content:encoded><![CDATA[<p>最近早晨经常喝精磨豆浆，基本上是早期豆浆的二次开发版本；以前的豆浆都是把渣滓过滤掉，现在的精磨豆浆是全部磨成很细很细的颗粒，喝起来又浓又香；就类似以前的果汁是没有锅里的，后来二次开发出来个果粒橙！效果不同凡响，味道非常不错，喝完之后撒尿都是豆浆味，囧！</p>
<p><a href="http://www.trylife.cn/wp-content/uploads/2010/05/20090514160627996.jpg"><img class="aligncenter size-full wp-image-644" title="20090514160627996" src="http://www.trylife.cn/wp-content/uploads/2010/05/20090514160627996.jpg" alt="精磨豆浆" width="600" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trylife.cn/jing-mo-dou-jiang/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Adobe 真会AD哇</title>
		<link>http://www.trylife.cn/adobe-ad/</link>
		<comments>http://www.trylife.cn/adobe-ad/#comments</comments>
		<pubDate>Fri, 21 May 2010 20:09:51 +0000</pubDate>
		<dc:creator>TryLife</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[Sougou]]></category>

		<guid isPermaLink="false">http://www.trylife.cn/?p=637</guid>
		<description><![CDATA[刚更新DW发现搜狗输入法的皮肤变了，红色还来个FI，还以为是Adobe出了个输入法，不过看着这个红色很帅哇！ 装了自己的软件，把其他软件的皮肤换成自己的风格，真有想法！下次更新希望能更新个XP/VISTA/WIN7的皮肤，酷酷的爽！毕竟人家是设计公司很牛X的！                                               图1                                                 图2]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.trylife.cn/wp-content/uploads/2010/05/adobe-ad.jpg"></a>刚更新DW发现搜狗输入法的皮肤变了，红色还来个FI，还以为是Adobe出了个输入法，不过看着这个红色很帅哇！</p>
<p>装了自己的软件，把其他软件的皮肤换成自己的风格，真有想法！下次更新希望能更新个XP/VISTA/WIN7的皮肤，酷酷的爽！毕竟人家是设计公司很牛X的！</p>
<p><img title="adobe-ad" src="http://www.trylife.cn/wp-content/uploads/2010/05/adobe-ad.jpg" alt="" width="494" height="75" /></p>
<p>                                              图1</p>
<p><a href="http://www.trylife.cn/wp-content/uploads/2010/05/adobe-ad2.jpg"><img class="aligncenter size-full wp-image-639" title="adobe-ad2" src="http://www.trylife.cn/wp-content/uploads/2010/05/adobe-ad2.jpg" alt="" width="491" height="216" /></a></p>
<p>                                                图2</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trylife.cn/adobe-ad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>帝国CMS二次开发较为完美音乐程序/模型出售！</title>
		<link>http://www.trylife.cn/ecms-music/</link>
		<comments>http://www.trylife.cn/ecms-music/#comments</comments>
		<pubDate>Sun, 09 May 2010 04:59:38 +0000</pubDate>
		<dc:creator>TryLife</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[帝国CMS]]></category>
		<category><![CDATA[帝国CMS二次开发]]></category>
		<category><![CDATA[帝国CMS插件]]></category>
		<category><![CDATA[帝国CMS模板]]></category>

		<guid isPermaLink="false">http://www.trylife.cn/?p=620</guid>
		<description><![CDATA[帝国CMS二次开发较为完美音乐程序/模型出售！ 1播放器相关： 1.1.歌曲列表 1.2.歌词显示 1.3.专辑显示 1.4.歌手信息 1.5.音乐收藏列表 1.6.连播 1.7.随机播放 1.8.调整声音 1.9.调整播放进度 1.10.音乐收藏列表 1.11.删除歌曲 1.12.批量删除歌曲 1.13.被播放歌曲地址加密 1.14.播放扣点音乐 1.15.支持播放权限提示音 2.模型支持： 2.1.歌手 2.2.专辑 2.3.歌曲 2.4.以歌手或专辑为中关联其他模型 互相调用信息 2.5.支持列出歌手全部音乐 专辑 新闻 等 3其他功能： 3.1.收藏音乐 被收藏音乐可以直接播放下载等 3.2.其他用户动作，比如某某用户整站收听什么什么音乐 3.3.音乐排行暂时较为简单 3.4.视听次数独立 3.5.每个歌曲均生成HTML页面有良好优化能力 3.6.帝国的一些功能这里就不说了都支持。。。 下一版本开发中功能先知： 1.AJAX无刷新收藏音乐 2.会员空间音乐分类与分享 3.会员收听记录 4.会员音乐喜好分析 5.非会员COOKIE上次听的音乐记录 6.会员费会员上次收听音乐列表 7.歌词滚动 8.音乐片头：此功能支持百度等音乐引擎收录你的音乐地址后所播放的是你的音乐广告片头 9.音乐批量添加 10.任意时间段推荐 点击 视听 下载排行 例如:本月视听排行，今日下载排行 11.排行人工干预； 11.点歌！ 12.多内容页面 优化无敌 另外播放器可单独出售！ [...]]]></description>
			<content:encoded><![CDATA[<p>帝国CMS二次开发较为完美音乐程序/模型出售！</p>
<p>1播放器相关：<br />
1.1.歌曲列表<br />
1.2.歌词显示<br />
1.3.专辑显示<br />
1.4.歌手信息<br />
1.5.音乐收藏列表<br />
1.6.连播<br />
1.7.随机播放<br />
1.8.调整声音<br />
1.9.调整播放进度<br />
1.10.音乐收藏列表<br />
1.11.删除歌曲<br />
1.12.批量删除歌曲<br />
1.13.被播放歌曲地址加密<br />
1.14.播放扣点音乐<br />
1.15.支持播放权限提示音<br />
2.模型支持：<br />
2.1.歌手<br />
2.2.专辑<br />
2.3.歌曲<br />
2.4.以歌手或专辑为中关联其他模型 互相调用信息<br />
2.5.支持列出歌手全部音乐 专辑 新闻 等</p>
<p>3其他功能：<br />
3.1.收藏音乐 被收藏音乐可以直接播放下载等<br />
3.2.其他用户动作，比如某某用户整站收听什么什么音乐<br />
3.3.音乐排行暂时较为简单<br />
3.4.视听次数独立<br />
3.5.每个歌曲均生成HTML页面有良好优化能力<br />
3.6.帝国的一些功能这里就不说了都支持。。。<br />
下一版本开发中功能先知：<br />
1.AJAX无刷新收藏音乐<br />
2.会员空间音乐分类与分享<br />
3.会员收听记录<br />
4.会员音乐喜好分析<br />
5.非会员COOKIE上次听的音乐记录<br />
6.会员费会员上次收听音乐列表<br />
7.歌词滚动<br />
8.音乐片头：此功能支持百度等音乐引擎收录你的音乐地址后所播放的是你的音乐广告片头<br />
9.音乐批量添加<br />
10.任意时间段推荐 点击 视听 下载排行 例如:本月视听排行，今日下载排行<br />
11.排行人工干预；<br />
11.点歌！<br />
12.多内容页面 优化无敌</p>
<p>另外播放器可单独出售！<br />
购买与观看演示联系QQ：94592590 (⌒_⌒TryLife)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trylife.cn/ecms-music/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google退避香港</title>
		<link>http://www.trylife.cn/google-hk/</link>
		<comments>http://www.trylife.cn/google-hk/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 20:24:15 +0000</pubDate>
		<dc:creator>TryLife</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.trylife.cn/?p=600</guid>
		<description><![CDATA[google 我可怜的娃；HK曾经回归过，你也会失去在中国的最后的瓦房；]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.trylife.cn/wp-content/uploads/2010/03/Screenshot-Google.png"><img class="aligncenter size-full wp-image-601" title="Screenshot-Google" src="http://www.trylife.cn/wp-content/uploads/2010/03/Screenshot-Google.png" alt="" width="620" height="445" /></a><br />
google 我可怜的娃；HK曾经回归过，你也会失去在中国的最后的瓦房；</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trylife.cn/google-hk/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>已经注册的CN域名是否可以继续使用</title>
		<link>http://www.trylife.cn/cnnic-cn-20091214/</link>
		<comments>http://www.trylife.cn/cnnic-cn-20091214/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 22:39:19 +0000</pubDate>
		<dc:creator>TryLife</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.trylife.cn/?p=470</guid>
		<description><![CDATA[昨天我也担心，现在这个CN会不会因这次互联网事件受到影响，于是网上查了下；并确定之后续费，续费直接扣了钱，然后中断，EMAIL和客服，客服告诉我要很久；先审查域名是否正常使用等等，确定后才能续费成功；具体这个很久有多久，还不是很清楚！参考资料如下： 不过更让许多用户关心的是，如果个人已经注册了.CN域名，是否也会在此次审查风暴中被封杀。对此，刘志江表示，目前审查主要针对违法涉黄行为，如果个人已经注册域名，使用目的合法合理，这些用户的合法利益也会予以保护。“对于合法使用的网站，我们不会贸然关闭。如有信息不准确问题，要停止域名解析，CNNIC也会提前与用户联系，并给其留出充分的修改完善的时间。” 来源:http://tech.sina.com.cn/i/2009-12-14/02593674119.shtml]]></description>
			<content:encoded><![CDATA[<p>昨天我也担心，现在这个CN会不会因这次互联网事件受到影响，于是网上查了下；并确定之后续费，续费直接扣了钱，然后中断，EMAIL和客服，客服告诉我要很久；先审查域名是否正常使用等等，确定后才能续费成功；具体这个很久有多久，还不是很清楚！参考资料如下：</p>
<blockquote><p>
不过更让许多用户关心的是，如果个人已经注册了.CN域名，是否也会在此次审查风暴中被封杀。对此，刘志江表示，目前审查主要针对违法涉黄行为，如果个人已经注册域名，使用目的合法合理，这些用户的合法利益也会予以保护。“对于合法使用的网站，我们不会贸然关闭。如有信息不准确问题，要停止域名解析，CNNIC也会提前与用户联系，并给其留出充分的修改完善的时间。”<br />
来源:http://tech.sina.com.cn/i/2009-12-14/02593674119.shtml
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.trylife.cn/cnnic-cn-20091214/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>wordpress分类目录和tags丢失</title>
		<link>http://www.trylife.cn/wordpress-lost-categories-and-tags/</link>
		<comments>http://www.trylife.cn/wordpress-lost-categories-and-tags/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 21:52:50 +0000</pubDate>
		<dc:creator>TryLife</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.trylife.cn/?p=465</guid>
		<description><![CDATA[刚刚看分类目录和tags丢失；然后看了下，今天早晨才给朋友架上去的WP，发现他的也丢失了；当时我想： 1.是不是我前边写的某文章得罪了某些人？ 2.WP不听主人的话自动更新了，自动更新又出错把这两个东西给删除了？ 于是陷入空恐慌中…… 于是思考1中，是不是要先把卡巴装下；连没收录的博客都干掉了，那不说明我本机都沦陷了；00:37:32秒的时候还有人访问了tags;难道这丫的是凶手……但是我想着想着都很不解，删这两个东西有啥好处，还不如直接挂黑页改数据了,要么就还没黑完，不过现在就我一个人在线；思而不解就直接下一步了 接下来进入2的思考中，于是查了很多博客，貌似人家都好好的，后来才知道是tmp满了，所以同服务器的WP分类都丢了，于是IP反向查了下果然是这样那- -! 还想知道，为啥会这样查查资料看看原因，这次就算了以后再查；现在一堆事情压在头顶上！]]></description>
			<content:encoded><![CDATA[<p>刚刚看分类目录和tags丢失；然后看了下，今天早晨才给朋友架上去的WP，发现他的也丢失了；当时我想：<br />
1.是不是我前边写的某文章得罪了某些人？<br />
2.WP不听主人的话自动更新了，自动更新又出错把这两个东西给删除了？<br />
于是陷入空恐慌中……</p>
<p>
于是思考1中，是不是要先把卡巴装下；连没收录的博客都干掉了，那不说明我本机都沦陷了；00:37:32秒的时候还有人访问了tags;难道这丫的是凶手……但是我想着想着都很不解，删这两个东西有啥好处，还不如直接挂黑页改数据了,要么就还没黑完，不过现在就我一个人在线；思而不解就直接下一步了
</p>
<p>
接下来进入2的思考中，于是查了很多博客，貌似人家都好好的，后来才知道是tmp满了，所以同服务器的WP分类都丢了，于是IP反向查了下果然是这样那- -!</p>
<p>
还想知道，为啥会这样查查资料看看原因，这次就算了以后再查；现在一堆事情压在头顶上！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trylife.cn/wordpress-lost-categories-and-tags/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

