<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[井长  -  Jason Yu]]></title> 
<link>http://jasonyu.cn/index.php</link> 
<description><![CDATA[井长 ， Jason Yu , 分享我的发现，分享我的收藏，分享我的心情 !!_______________________]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[井长  -  Jason Yu]]></copyright>
<item>
<link>http://jasonyu.cn/post/299/</link>
<title><![CDATA[银泰网国庆后上线，注册送现金，]]></title> 
<author>jason &lt;yu@jasonyu.cn&gt;</author>
<category><![CDATA[我的发现]]></category>
<pubDate>Tue, 07 Sep 2010 17:00:43 +0000</pubDate> 
<guid>http://jasonyu.cn/post/299/</guid> 
<description>
<![CDATA[ 
	早就听说银泰也要搞网上商城，不知道网站到时是个啥样子，期待一下，也不知道到时能撑的住多大的压力。<br/><br/>最近听说银泰网国庆后上线，而且放言2011年前销售10亿元，目前还在大肆的搞开业倒计时活动，注册就送10元现金，每天送5个ipod ，2个 touch ，1个Ipad ，3天就送一个iphone 4, 还有欧洲豪华双人七日游的名额，好像中奖的人还不少，活动从即日起至2010年10月8日。<br/><br/><a href="http://news.yintai.com/account/register?ref=16c057890" target="_blank"><span style="color: #DC143C;"><strong><u>建议你也可以去试试 >>></u></strong></span></a>。 又不用花什么功夫，还有现金拿，不拿白不拿。<br/><br/>就算帮它在这儿免费打个小广告吧。<br/><br/><br/>
]]>
</description>
</item><item>
<link>http://jasonyu.cn/aboutme/</link>
<title><![CDATA[关于我]]></title> 
<author>jason &lt;yu@jasonyu.cn&gt;</author>
<category><![CDATA[我的发现]]></category>
<pubDate>Mon, 02 Aug 2010 09:39:38 +0000</pubDate> 
<guid>http://jasonyu.cn/aboutme/</guid> 
<description>
<![CDATA[ 
	这篇日志被加密了。请到源地址输入密码后查看。
]]>
</description>
</item><item>
<link>http://jasonyu.cn/post/286/</link>
<title><![CDATA[我的开发环境]]></title> 
<author>jason &lt;yu@jasonyu.cn&gt;</author>
<category><![CDATA[我的发现]]></category>
<pubDate>Sat, 31 Jul 2010 02:42:55 +0000</pubDate> 
<guid>http://jasonyu.cn/post/286/</guid> 
<description>
<![CDATA[ 
	啥也不说，上图。<br/><br/><a href="http://jasonyu.cn/attachment.php?fid=31" target="_blank"><img src="http://jasonyu.cn/attachment.php?fid=31" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/>
]]>
</description>
</item><item>
<link>http://jasonyu.cn/post/283/</link>
<title><![CDATA[炫耀一下我的 西太平洋大学文凭]]></title> 
<author>jason &lt;yu@jasonyu.cn&gt;</author>
<category><![CDATA[我的发现]]></category>
<pubDate>Tue, 27 Jul 2010 02:16:01 +0000</pubDate> 
<guid>http://jasonyu.cn/post/283/</guid> 
<description>
<![CDATA[ 
	<a href="http://jasonyu.cn/attachment.php?fid=29" target="_blank"><img src="http://jasonyu.cn/attachment.php?fid=29" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/>你也可以有：http://www.51by.com/wenping/diploma.php
]]>
</description>
</item><item>
<link>http://jasonyu.cn/post/280/</link>
<title><![CDATA[生成Makefile流程图]]></title> 
<author>jason &lt;yu@jasonyu.cn&gt;</author>
<category><![CDATA[我的发现]]></category>
<pubDate>Wed, 21 Jul 2010 07:43:10 +0000</pubDate> 
<guid>http://jasonyu.cn/post/280/</guid> 
<description>
<![CDATA[ 
	<a href="http://www.ibm.com/developerworks/cn/linux/l-makefile/images/image002.gif" target="_blank"><img src="http://www.ibm.com/developerworks/cn/linux/l-makefile/images/image002.gif" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/>http://hi.baidu.com/fambalaya/blog/item/8347f1b4a784627b8bd4b2d4.html
]]>
</description>
</item><item>
<link>http://jasonyu.cn/post/274/</link>
<title><![CDATA[Rsync命令参数详解]]></title> 
<author>jason &lt;yu@jasonyu.cn&gt;</author>
<category><![CDATA[我的发现]]></category>
<pubDate>Wed, 07 Jul 2010 01:26:00 +0000</pubDate> 
<guid>http://jasonyu.cn/post/274/</guid> 
<description>
<![CDATA[ 
	在对rsync服务器配置结束以后，下一步就需要在客户端发出rsync命令来实现将服务器端的文件备份到客户端来。rsync是一个功能非常强大的工具，其命令也有很多功能特色选项，我们下面就对它的选项一一进行分析说明。<br/><br/>Rsync的命令格式可以为以下六种：<br/><div class="code">　　rsync &#91;OPTION&#93;... SRC DEST<br/>　　rsync &#91;OPTION&#93;... SRC &#91;USER@&#93;HOST:DEST<br/>　　rsync &#91;OPTION&#93;... &#91;USER@&#93;HOST:SRC DEST<br/>　　rsync &#91;OPTION&#93;... &#91;USER@&#93;HOST::SRC DEST<br/>　　rsync &#91;OPTION&#93;... SRC &#91;USER@&#93;HOST::DEST<br/>　　rsync &#91;OPTION&#93;... rsync://&#91;USER@&#93;HOST&#91;:PORT&#93;/SRC &#91;DEST&#93;</div><br/>............<br/><br/>Tags - <a href="http://jasonyu.cn/tags/rsync/" rel="tag">rsync</a>
]]>
</description>
</item><item>
<link>http://jasonyu.cn/post/267/</link>
<title><![CDATA[专为PHP定制的SciTE编辑器]]></title> 
<author>jason &lt;yu@jasonyu.cn&gt;</author>
<category><![CDATA[我的发现]]></category>
<pubDate>Fri, 18 Jun 2010 09:00:42 +0000</pubDate> 
<guid>http://jasonyu.cn/post/267/</guid> 
<description>
<![CDATA[ 
	http://code.google.com/p/scite-for-php/
]]>
</description>
</item><item>
<link>http://jasonyu.cn/post/263/</link>
<title><![CDATA[ttserver的几种部署方式]]></title> 
<author>jason &lt;yu@jasonyu.cn&gt;</author>
<category><![CDATA[我的发现]]></category>
<pubDate>Sun, 13 Jun 2010 08:37:32 +0000</pubDate> 
<guid>http://jasonyu.cn/post/263/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;可以把ttserver理解成一种key-value形式的数据库，在运营中就像管理数据库一样去管理ttserver，使得性能和数据安全都能得到较好的保障。<br/>部署ttserver的方式，可以根据访问量和数据规模循序渐进地这样部署：<br/>............<br/>
]]>
</description>
</item><item>
<link>http://jasonyu.cn/post/259/</link>
<title><![CDATA[RAID0、RAID1、RAID0+1、 RAID5原理介绍]]></title> 
<author>jason &lt;yu@jasonyu.cn&gt;</author>
<category><![CDATA[我的发现]]></category>
<pubDate>Sun, 06 Jun 2010 03:47:27 +0000</pubDate> 
<guid>http://jasonyu.cn/post/259/</guid> 
<description>
<![CDATA[ 
	RAID 0又称为Stripe或Striping，它代表了所有RAID级别中最高的存储性能。RAID 0提高存储性能的原理是把连续的数据分散到多个磁盘上存取，这样，系统有数据请求就可以被多个磁盘并行的执行，每个磁盘执行属于它自己的那部分数据请求。这种数据上的并行操作可以充分利用总线的带宽，显著提高磁盘整体存取性能<br/>　　RAID 1又称为Mirror或Mirroring，它的宗旨是最大限度的保证用户数据的可用性和可修复性。 RAID 1的操作方式是把用户写入硬盘的数据百分之百地自动复制到另外一个硬盘上。由于对存储的数据进行百分之百的备份，在所有RAID级别中，RAID 1提供最高的数据安全保障。同样，由于数据的百分之百备份，备份数据占了总存储空间的一半，因而，Mirror的磁盘空间利用率低，存储成本高。<br/><br/>......<br/>............<br/>
]]>
</description>
</item><item>
<link>http://jasonyu.cn/post/251/</link>
<title><![CDATA[cassandra]]></title> 
<author>jasonyu &lt;&gt;</author>
<category><![CDATA[我的发现]]></category>
<pubDate>Fri, 21 May 2010 10:08:31 +0000</pubDate> 
<guid>http://jasonyu.cn/post/251/</guid> 
<description>
<![CDATA[ 
	http://wangxu.me/blog/?tag=cassandra<br/>http://www.oschina.net/bbs/thread/4366<br/>Tags - <a href="http://jasonyu.cn/tags/cassandra/" rel="tag">cassandra</a>
]]>
</description>
</item><item>
<link>http://jasonyu.cn/post/248/</link>
<title><![CDATA[网站加速]]></title> 
<author>jasonyu &lt;&gt;</author>
<category><![CDATA[我的发现]]></category>
<pubDate>Fri, 14 May 2010 01:54:15 +0000</pubDate> 
<guid>http://jasonyu.cn/post/248/</guid> 
<description>
<![CDATA[ 
	收录一篇不错的文章，原文出处：<br/>http://blog.sina.com.cn/s/blog_466c66400100hw0i.html<br/><br/>http://blog.sina.com.cn/s/blog_466c66400100i29r.html<br/>............<br/>
]]>
</description>
</item><item>
<link>http://jasonyu.cn/post/242/</link>
<title><![CDATA[常见非关系型数据库(NoSQL)推荐介绍]]></title> 
<author>jason &lt;yu@jasonyu.cn&gt;</author>
<category><![CDATA[我的发现]]></category>
<pubDate>Fri, 23 Apr 2010 02:53:18 +0000</pubDate> 
<guid>http://jasonyu.cn/post/242/</guid> 
<description>
<![CDATA[ 
	Redis，Tokyo Cabinet，Cassandra，Voldemort，MongoDB，Dynomite，HBase，CouchDB，Hypertable， Riak，Tin， Flare， Lightcloud， KiokuDB，Scalaris， Kai， ThruDB <br/>............<br/>
]]>
</description>
</item><item>
<link>http://jasonyu.cn/post/237/</link>
<title><![CDATA[2012]]></title> 
<author>jason &lt;yu@jasonyu.cn&gt;</author>
<category><![CDATA[我的发现]]></category>
<pubDate>Wed, 14 Apr 2010 01:33:05 +0000</pubDate> 
<guid>http://jasonyu.cn/post/237/</guid> 
<description>
<![CDATA[ 
	美国25日凌晨报道，华盛顿、纽约、洛杉矶几个大城市突然相继出现一些儿童的奇怪行为，他们突然间都相继不约而同说起一些人类听不懂的语言，而调查发现，他们无一例外都是深蓝儿童，据称有人第一时间破译了他们的预言，并翻译如下：<br/>............<br/><br/>Tags - <a href="http://jasonyu.cn/tags/2012/" rel="tag">2012</a>
]]>
</description>
</item><item>
<link>http://jasonyu.cn/post/236/</link>
<title><![CDATA[Linux下如何测试磁盘I/O: ( hdparm -t)]]></title> 
<author>jason &lt;yu@jasonyu.cn&gt;</author>
<category><![CDATA[我的发现]]></category>
<pubDate>Tue, 13 Apr 2010 09:59:04 +0000</pubDate> 
<guid>http://jasonyu.cn/post/236/</guid> 
<description>
<![CDATA[ 
	<div class="code">&#91;root@epd-db root&#93;# hdparm -t /dev/sdb </div>
]]>
</description>
</item><item>
<link>http://jasonyu.cn/post/235/</link>
<title><![CDATA[真实，平和 ， 自由]]></title> 
<author>jason &lt;yu@jasonyu.cn&gt;</author>
<category><![CDATA[我的发现]]></category>
<pubDate>Tue, 13 Apr 2010 02:18:48 +0000</pubDate> 
<guid>http://jasonyu.cn/post/235/</guid> 
<description>
<![CDATA[ 
	<p align="center"><span style="color: #8B0000;"><span style="font-size: 24px;"><span style="font-family: 黑体;">真实，平和 ， 自由</span></span></span></p>
]]>
</description>
</item><item>
<link>http://jasonyu.cn/post/234/</link>
<title><![CDATA[在windows平台PHP中应用DBD]]></title> 
<author>jason &lt;yu@jasonyu.cn&gt;</author>
<category><![CDATA[我的发现]]></category>
<pubDate>Mon, 12 Apr 2010 03:34:43 +0000</pubDate> 
<guid>http://jasonyu.cn/post/234/</guid> 
<description>
<![CDATA[ 
	在windows平台PHP中应用DBD XML的方法如下：<br/>1.首先安装，只需要选择安装core部分即可，然后在将bin目录，如C:&#92;Program Files&#92;Oracle&#92;Berkeley DB XML 2.5.13&#92;bin， 添加到系统环境变量中，重启电脑。<br/>2.复制bin目录中的php_db4.dll和php_dbxml.dll到extension_dir目录，如C:&#92;Program Files&#92;PHP&#92;ext<br/>3.只需要追加extension=php_db4.dll，extension=php_dbxml.dll到php.ini中的Dynamic Extensions章节<br/>4.用CLI方式查看是否成功，如果成功，在cgi方式下也应该成功。<br/>Tags - <a href="http://jasonyu.cn/tags/bdb/" rel="tag">bdb</a>
]]>
</description>
</item><item>
<link>http://jasonyu.cn/post/230/</link>
<title><![CDATA[一切都是不确定的]]></title> 
<author>jason &lt;yu@jasonyu.cn&gt;</author>
<category><![CDATA[我的发现]]></category>
<pubDate>Tue, 06 Apr 2010 02:44:56 +0000</pubDate> 
<guid>http://jasonyu.cn/post/230/</guid> 
<description>
<![CDATA[ 
	<p align="center"><span style="font-size: 18px;"><span style="color: #8B0000;">一切都是不确定的！</span></span></p>
]]>
</description>
</item><item>
<link>http://jasonyu.cn/post/227/</link>
<title><![CDATA[探讨如何拍领导的马屁]]></title> 
<author>jason &lt;yu@jasonyu.cn&gt;</author>
<category><![CDATA[我的发现]]></category>
<pubDate>Mon, 22 Mar 2010 03:06:42 +0000</pubDate> 
<guid>http://jasonyu.cn/post/227/</guid> 
<description>
<![CDATA[ 
	当年在办公室，众同事探讨如何拍领导的马屁。有的主张，要把领导当成丈夫来爱，有的主张，要把领导当成亲爹。我则建议，要把领导当成孙子。我们可能常常对丈夫怒吼，对父母冷落，可我们肯定会心甘情愿地爬在地上，给孙子当马骑。<br/><br/>p.s. 转载的 。 
]]>
</description>
</item><item>
<link>http://jasonyu.cn/post/216/</link>
<title><![CDATA[中国贫富标准线]]></title> 
<author>jason &lt;yu@jasonyu.cn&gt;</author>
<category><![CDATA[我的发现]]></category>
<pubDate>Wed, 24 Feb 2010 05:21:07 +0000</pubDate> 
<guid>http://jasonyu.cn/post/216/</guid> 
<description>
<![CDATA[ 
	由总部在美国纽约的经济实验室集团(EconomicLba)颁布的中国贫富标准线：<br/><br/>　　超级大富豪：年收入在5000万以上<br/><br/>　　大富豪：年收入在1000--5000万<br/><br/>　　富豪：年收入在300--1000万之间<br/><br/>　　富人：年收入在100--300万之间<br/><br/>　　高产者：年收入在30--100万之间<br/><br/>　　中产者：年收入在15--30万之间<br/><br/>　　低 产 者：年收入在8--15万之间<br/><br/>　　穷 人：年收入在3--8万之间<br/><br/>　　很穷的人：年收入在1--3万之间<br/><br/>　　非常穷的穷人：年收入在5千--1万之间<br/><br/>　　穷得没衣服穿的人：年收入在1千--5千之间<br/><br/>　　穷得求生不得求死不能的穷人：年收入在100--1000元之间<br/><br/>　　穷得几乎要死的穷人：年收入在30--100元之间<br/><br/>　　死路一条的穷人：年收入在30元以下...... 
]]>
</description>
</item><item>
<link>http://jasonyu.cn/post/210/</link>
<title><![CDATA[Facebook Seattle Engineering Road Show ...]]></title> 
<author>jason &lt;yu@jasonyu.cn&gt;</author>
<category><![CDATA[我的发现]]></category>
<pubDate>Wed, 10 Feb 2010 13:16:38 +0000</pubDate> 
<guid>http://jasonyu.cn/post/210/</guid> 
<description>
<![CDATA[ 
	Facebook Seattle Engineering Road Show: Mike Shroepfer on Engineering at Scale at Facebook<br/><br/>http://goo.gl/CA78<br/><br/>Facebook 每位工程师服务 120 万名用户 v.s. Google 1:190,000 v.s. Amazon 1:96,000 v.s. Microsoft 1:75,000
]]>
</description>
</item>
</channel>
</rss>