<?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>深红色 &#187; 其他</title>
	<atom:link href="http://www.eryi.cn/category/others/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eryi.cn</link>
	<description>很想有一天，与你画眉。</description>
	<lastBuildDate>Thu, 17 Dec 2009 02:51:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>主页被改成百度了，怎么改都不行?</title>
		<link>http://www.eryi.cn/2009/04/15/home-baidu-solution/</link>
		<comments>http://www.eryi.cn/2009/04/15/home-baidu-solution/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 06:51:38 +0000</pubDate>
		<dc:creator>小雅有鱼</dc:creator>
				<category><![CDATA[其他]]></category>

		<guid isPermaLink="false">http://eryi.cn/?p=1380</guid>
		<description><![CDATA[转自http://hi.baidu.com/atruijie/blog/item/a228662ab1a1453c5243c11e.html 症状:主页被更改为冒牌百度首页,是在正常的百度主页后加一串代码.格式http://www.baidu.com/index.php?tn=antiarp_pg,导致主页无法更改.(打开那网址后,看着样子是百度的.其实是在正常的百度主页上加了&#8221;index.php?tn=antiarp pg&#8221;) 解决方法: 1.卸载ARP防火墙吧.(这一步做完,主页就应该可以设置了) 2.清理IE临时文件和COOKIES和删除文件,清理%temp%中的文件. 3.最后在注册表中搜索上面网址,搜索到改为自己想设置的主页 (注册路径:a.HKEY_USERS\.DEFAULT\Software\Microsoft\Internet Explorer\Main中应该有一项Start Page,如果安装上面的防火墙,我们就在注册表中无法看到这个字符串值,也不能新建和添加数值数据,会提示无权限修改和添加.b.HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main看右侧Start Page的数值数据.c.HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main看右侧的Start Page的数值数据,) 4.卸载ARP防火墙后.我们需要运行新建一个Start Page字符串值.数据数值为自己想设置的主页.命令如下: cmd /k reg add &#8220;HKEY_USERS\.DEFAULT\Software\Microsoft\Internet Explorer\Main&#8221; /v &#8220;Start Page&#8221; /t REG_SZ /d &#8220;http://www.hao123.com&#8221; /f (注:那网址自己设置) (注:如果非要安装那款防火墙,建议先把这项值的权限做好后再安装那防火墙,不要让他安装时修改这项值)以后主页就可以随意更改) 还有一种情况是IE属性的主页设置中正确,但是打开后却是被篡改的网页,解决方法:在开始运行中输入下面命令即可.命令如下: cmd /k reg add &#8220;HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\shell\OpenHomePage\Command&#8221; /ve /t REG_EXPAND_SZ /d &#8220;C:\Program Files\Internet Explorer\iexplore.exe&#8221; /f 我的是后面的一种情况，直接运行上面的代码后，清除缓存，OK。]]></description>
			<content:encoded><![CDATA[<div id="blog_text" class="cnt">
<p>转自<a href="http://hi.baidu.com/atruijie/blog/item/a228662ab1a1453c5243c11e.html">http://hi.baidu.com/atruijie/blog/item/a228662ab1a1453c5243c11e.html</a></p>
<p>症状:主页被更改为冒牌百度首页,是在正常的百度主页后加一串代码.格式http://www.baidu.com/index.php?tn=antiarp_pg,导致主页无法更改.(打开那网址后,看着样子是百度的.其实是在正常的百度主页上加了&#8221;<span style="text-decoration: underline;"><span style="color: #800080;">index.php?</span></span>tn=antiarp pg&#8221;)</p>
<p>解决方法:</p>
<p>1.卸载ARP防火墙吧.(这一步做完,主页就应该可以设置了)</p>
<p>2.清理IE临时文件和COOKIES和删除文件,清理%temp%中的文件.</p>
<p>3.最后在注册表中搜索上面网址,搜索到改为自己想设置的主页 (注册路径:a.HKEY_USERS\.DEFAULT\Software\Microsoft\Internet Explorer\Main中应该有一项Start Page,如果安装上面的防火墙,我们就在注册表中无法看到这个字符串值,也不能新建和添加数值数据,会提示无权限修改和添加.b.HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main看右侧Start Page的数值数据.c.HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main看右侧的Start Page的数值数据,)</p>
<p>4.卸载ARP防火墙后.我们需要运行新建一个Start Page字符串值.数据数值为自己想设置的主页.命令如下:</p>
<p>cmd /k reg add &#8220;HKEY_USERS\.DEFAULT\Software\Microsoft\Internet Explorer\Main&#8221; /v &#8220;Start Page&#8221; /t REG_SZ /d &#8220;<a href="http://www.hao123.com/">http://www.hao123.com</a>&#8221; /f (注:那网址自己设置)</p>
<p>(注:如果非要安装那款防火墙,建议先把这项值的权限做好后再安装那防火墙,不要让他安装时修改这项值)以后主页就可以随意更改)</p>
<p>还有一种情况是IE属性的主页设置中正确,但是打开后却是被篡改的网页,解决方法:在开始运行中输入下面命令即可.命令如下:</p>
<p>cmd /k reg add &#8220;HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\shell\OpenHomePage\Command&#8221; /ve /t REG_EXPAND_SZ /d &#8220;C:\Program Files\Internet Explorer\iexplore.exe&#8221; /f</p>
<p>我的是后面的一种情况，直接运行上面的代码后，清除缓存，OK。</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.eryi.cn/2009/04/15/home-baidu-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>转两篇文章</title>
		<link>http://www.eryi.cn/2008/12/14/to-the-two-articles/</link>
		<comments>http://www.eryi.cn/2008/12/14/to-the-two-articles/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 00:19:57 +0000</pubDate>
		<dc:creator>小雅有鱼</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.eryi.cn/?p=992</guid>
		<description><![CDATA[    文章来源：
    http://axna.hxblog.net/
    《看了一遍我哭了》、《Twitter应该是“做爱”》，前一篇为爱情故事，后一篇讥笑了国内的Twitter用户，很为精辟。
    夜里一点多被短信叫醒，无眠至现在。]]></description>
			<content:encoded><![CDATA[<p>    文章来源：<br />
    <a href="http://axna.hxblog.net/">http://axna.hxblog.net/</a><br />
    《<span id="blogTl63">看了一遍我哭了</span>》、《<span id="blogTl64">Twitter应该是“做爱”</span>》，前一篇为爱情故事，后一篇讥笑了国内的<span id="blogTl64">Twitter用户，很为精辟。<br />
    夜里一点多被短信叫醒，无眠至现在。</span></p>
<div></div>
<p><span></p>
<div class="bb_title" title="点击显示/隐藏" onclick="G.B6.toggleContent(12667);return false;"><span id="blogTl63">《看了一遍我哭了》</span></div>
<div class="bb_show fr">X</div>
<div id="blogContent_612667" class="bb_cont">这天,白云酒楼里来了两位客人,一男一女,四十岁上下,穿着不俗,男的还拎着一个旅行包,看样子是一对出来旅游的夫妻.<br style="line-height: 2;" /><br style="line-height: 2;" />　　服务员笑吟吟地送上菜单.男的接过菜单直接递女的,说:&#8221;你点吧,想吃什么点什么.&#8221;女的连看也不看一眼,抬头对服务员说:&#8221;给我们来碗馄饨就行了!&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　服务员一怔,哪有到白云酒楼吃馄饨的?再说,酒楼里也没有馄饨卖啊.她以为自己没听清楚,不安的望着那个女顾客.女人又把自己的话重复了一遍,旁边的男人这时候发话了:&#8221;吃什么馄饨,又不是没钱?&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　女人摇摇头说:&#8221;我就是要吃馄饨!&#8221; 男人愣了愣,看到服务员惊讶的目光,很难为情地说:&#8221;好吧.请给我们来两碗馄饨.&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　&#8221;不! &#8221; 女人赶紧补充道,&#8221;只要一碗!&#8221; 男人又一怔,一碗怎么吃?女人看男人皱起了眉头,就说:&#8221;你不是答应的,一路上都听我的吗?&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　男人不吭声了,抱着手靠在椅子上.旁边的服务员露着了一丝鄙夷的笑意,心想:这女人抠门抠到家了.上酒楼光吃馄饨不说,两个人还只要一碗.她冲女人撇了撇嘴:&#8221;对不起,我们这里没有馄饨卖,两位想吃还是到外面大排挡去吧!&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　女人一听,感到很意外,想了想才说:&#8221;怎么会没有馄饨卖呢?你是嫌生意小不愿做吧?&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　这会儿,酒楼老板张先锋恰好经过,他听到女人的话,便冲服务员招招手,服务员走过去埋怨道:&#8221;老板,你看这两个人,上这只点馄饨吃,这不是存心捣吗?&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　张先锋微微一笑,冲她摆摆手.他也觉得很奇怪:看这对夫妻的打扮,应该不是吃不起饭的人,估计另有什么想法.不管怎样,生意上门,没有往外推的道理。<br style="line-height: 2;" /><br style="line-height: 2;" />　　他小声吩咐服务员:&#8221;你到外面买一碗馄饨回来,多少钱买的,等会结帐时多收一倍的钱!&#8221;说完他拉张椅子坐下,开始观察起这对奇怪的夫妻.<br style="line-height: 2;" /><br style="line-height: 2;" />　　过了一会,服务员捧回一碗热气腾腾的馄饨,往女人面前一放,说 :&#8221;请两位慢用 .&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　看到馄饨,女人的眼睛都亮了,她把脸凑到碗面上,深深地细了一口气,然后 ,用汤匙轻轻搅拌着碗里的馄饨,好象舍不得吃,半天也不见送到嘴里.<br style="line-height: 2;" /><br style="line-height: 2;" />　　男人瞪大眼睛看者女人,又扭头看看四周,感觉大家都在用奇怪的眼光盯着他们,顿感无地自容,恨恨地说道:&#8221;真搞不懂你在搞什么,千里迢迢跑来 ,就为了吃这碗馄饨?&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　女人抬头说道:&#8221;我喜欢!&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　男人一把拿起桌上的菜单:&#8221;你爱吃就吃吧,我饿了一天了,要补补.&#8221; 他便招手叫服务员过来,一气点了七八个名贵的菜.<br style="line-height: 2;" /><br style="line-height: 2;" />　　女人不急不慢,等男人点完了菜.这才淡淡地对服务员说:&#8221;你最好先问问他有没有钱,当心他吃霸王餐.&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　没等服务员反应过来,男人就气红了脸:&#8221;放屁!老子会吃霸王餐?老子会没钱?&#8221;他边说边往怀里摸去,突然&#8221;咦&#8221;的一声:&#8221;我的钱包呢?&#8221;他索性站了起来,在身上又是拍又是捏,这一来竟然发现手机也失踪了.男人站着怔了半晌,最后将眼光投向对面的女人.<br style="line-height: 2;" /><br style="line-height: 2;" />　　女人不慌不忙地说道:&#8221;迩别瞎忙活了,钱包和手机我昨晚都扔到河里了.&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　男人一听,火了:&#8221;你疯了!&#8221;女人好象没听见一样,继续缓慢的搅拌着碗里的馄饨.男人突然想起什么,拉开随身的旅行包,伸手在里面猛掏起来.<br style="line-height: 2;" /><br style="line-height: 2;" />　　女人冷冷说了句:&#8221;别找了,你的手表,还有我的戒指,咱们这次带出来所有值钱的东西,我都扔河里了.我身上还有五块钱,只够买这碗馄饨了!&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　男人的脸刷地白了,一屁股坐下来,愤怒的瞪着女人:&#8221;你真是疯了,你真是疯了!咱们身上没有钱,那么远的路怎么回去啊?&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　女人却一脸平静,不温不火地说:&#8221;你急什么?再怎么着,我们还有两条腿,走着走着就到家了.&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　男人沉闷的哼了一声.女人继续说道:&#8221;二十年前，咱们身上一分钱也没有,不也照样回到家了吗?那时侯的天.比现在还冷呢!&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　男人听了这句,不由的瞪直了眼:&#8221;你说,你说什<br style="line-height: 2;" /><br style="line-height: 2;" />么?&#8221;女人问:&#8221;你真的不记得了?&#8221;男人茫然的摇摇头.<br style="line-height: 2;" /><br style="line-height: 2;" />　　女人叹了口气:&#8221;看来,这些年身上有了几个钱,迩就真的把什么都忘了.二十年前,咱们第一次出远门做生意,没想到被人骗了个精光,连回家的路费都没了.经过这里的时候,你要了一碗馄饨给我吃,我知道,那时候你身上就剩下五毛钱了&#8230;&#8230;&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　男人听到这里,身子一震,打量了四周:&#8221;这,这里&#8230;&#8230;&#8221; 女人说:&#8221;对,就是这里,我永远也不会忘记的,那时它还是一间又小又破的馄饨店 .&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　男人默默地低下头,女人转头对在一旁发愣的服务员道:&#8221;姑娘,请给我再拿只空碗来.&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　服务员很快拿来了一只空碗,女人捧起面前的馄饨,拨了一大半到空碗里,轻轻推到男人面前:&#8221;吃吧,吃完了我们一块走回家!&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　男人盯着面前的半碗馄饨,很久才说了句:&#8221;我不饿. &#8220;女人眼里闪动着泪光,喃喃自语:&#8221;二十年前,你也是这么说的!&#8221;说完,她盯着碗没有动汤匙,就这样静静地坐着.<br style="line-height: 2;" /><br style="line-height: 2;" />　　男人说:&#8221;你怎么还不吃?&#8221;女人又哽咽了:&#8221;二十年前,你也是这么问我的.我记得我当时回答你.要吃就一块吃,要不吃就都不吃,现在,还是这句话!&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />男人默默无语,伸手拿起了汤匙.不知什么原因,拿着汤匙的手抖得厉害,舀了几次,馄饨都掉下来.最后,他终于将一个馄饨送到了嘴里,使劲一吞,整个都吞到了肚子里.当他舀第二个馄饨的时候,眼泪突然&#8221;叭嗒`叭嗒&#8221;往下掉.<br style="line-height: 2;" /><br style="line-height: 2;" />　　女人见他吃了,脸上露出了笑容,也拿起汤匙开始吃.馄饨一进嘴,眼泪同时滴进了碗里.这对夫妻就这和着眼泪把一碗馄饨分吃完了.<br style="line-height: 2;" /><br style="line-height: 2;" />　　放下汤匙,男人抬头轻声问女人:&#8221;饱了么?&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　女人摇了摇头.男人很着急,突然他好象想起了什么,弯腰脱下一只皮鞋,拉出鞋垫,手往里面摸,没想到居然摸出了五块钱.他怔了怔,不敢相信地瞪着手里的钱.<br style="line-height: 2;" /><br style="line-height: 2;" />　　女人微笑的说道:&#8221;二十年前,你骗我说只有五毛钱了,只能买一碗馄饨,其实呢,你还有五毛钱,就藏在鞋底里.我知道,你是想藏着那五毛钱,等我饿了的时候再拿出来.后来你被逼吃了一半馄饨,知道我一定不饱,就把钱拿出来再买了一碗!&#8221; 顿了顿,她又说道,&#8221;还好你记得自己做过的事,这五块钱,我没白藏!&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　男人把钱递给服务员:&#8221;给我们再来一碗馄饨.&#8221;服务员没有接钱,快步跑开了,不一会,捧回来满满一大碗馄饨.<br style="line-height: 2;" /><br style="line-height: 2;" />　　男人往女人碗里倒了一大半:&#8221;吃吧,趁热!&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　女人没有动,说:&#8221;吃完了,咱们就得走回家了,你可别怪我,我只是想在分手前再和你一起饿一回.苦一回!&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　男人一声不吭,低头大口大口吞咽着,连汤带水,吃得干干净净.他放下碗催促女人道:&#8221;快吃吧,吃好了我们走回家!&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　女人说:&#8221;迩放心,我说话算话,回去就签字,钱我一分不要,你和哪个女人好,娶个十个八个，我也不会管你了&#8230;..&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　男人猛地大声喊了起来:&#8221;回去我就把那张离婚协议书烧了,还不行吗?&#8221;说完,他居然号啕大哭,&#8221;我错了,还不行吗?我脑袋抽筋了，还不行吗?&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　女人面带笑容,平静地吃完了半碗馄饨,然后对服务员:&#8221;姑娘,结帐吧.&#8221;,<br style="line-height: 2;" /><br style="line-height: 2;" />　　一直在旁观看的老板张先锋猛然惊醒,快步走了过来,挡住了女人的手,却从身上摸出了两张百元大钞递了过去:&#8221;既然你门回去就把离婚协议书烧了,为什么还要走路回家呢?&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　男人和女人迟疑地看着张先锋,张先锋微笑道:&#8221;咱们都是老熟人了,你门二十年前吃的馄饨,就是我卖的,那馄饨就是我老婆亲手做的!&#8221;说罢,他把钱硬塞到男人手中,头也不回地走了&#8230;..<br style="line-height: 2;" /><br style="line-height: 2;" />　　张先锋回到办公室,从抽屉取出那张早已拟好的离婚协议书,怔怔地看了半晌,喃喃自语地说:&#8221;看来,我的脑袋也抽筋了&#8230;&#8221;<br style="line-height: 2;" /><br style="line-height: 2;" />　　分手时想想以前,那个陪你甘苦与共的人,一路走来..其实你们的故事并不短.. 时间慢慢过去,那些感动却一点一点封存.. 其实最疼你的人不是那个甜言蜜语哄你开心的人.,也许就是在鞋底藏5元钱.. 在最后的时候把最后一点东西省着给你吃,却说不饿的人。..</div>
<div class="bb_cont"><span id="blogTl64"><span style="text-decoration: underline;"></p>
<div class="bb_cont"><span style="color: #800080; font-family: 宋体;"><span id="blogTl64"><br />
</span><span id="blogTl64"><span style="text-decoration: underline;"><span style="color: #800080; font-family: 宋体;"></p>
<div class="bb_cont">《<span id="blogTl64">Twitter应该是“做爱”》</span></div>
<p> </p>
<p></span></span></span></span></div>
<p></span></span></p>
<div class="bb_show fr">X</div>
<div id="blogContent_612324" class="bb_cont">
<p><span style="line-height: 2; font-family: 宋体;"><strong style="line-height: 2;">事情是这样的</strong><br style="line-height: 2;" /></span></p>
<p><span style="line-height: 2; font-family: 宋体;">国外一个网站叫Twitter，火起来之后，国内一批跟风者。例如叽歪de、饭否、滔滔等等。<br style="line-height: 2;" /></span></p>
<p><span style="line-height: 2; font-family: 宋体;">饭否还非常有创意（不是贬义）的把Twitter赋予了中国特色：迷你博客。<br style="line-height: 2;" /></span></p>
<p><span style="line-height: 2; font-family: 宋体;">后来中国的Twitter都叫迷你博客，还成了SNS的“标配”。<br style="line-height: 2;" /></span></p>
<p><span style="line-height: 2; font-family: 宋体;">更有意思的是，QQ也搞了一个滔滔。<br style="line-height: 2;" /></span></p>
<p><span style="line-height: 2; font-family: 宋体;">在我看来，他们都错了！错了！错了！<br style="line-height: 2;" /><br style="line-height: 2;" /><strong style="line-height: 2;">错在哪里？</strong><br style="line-height: 2;" /></span></p>
<p><span style="line-height: 2; font-family: 宋体;">国外的Twitter &gt;&gt;&gt; 即时通讯工具</span></p>
<p><span style="line-height: 2; font-family: 宋体;">国内的Twitter &gt;&gt;&gt; 迷你博客<br style="line-height: 2;" /><br style="line-height: 2;" /><strong style="line-height: 2;">错就错在产品的本质上！<br style="line-height: 2;" /></strong><br style="line-height: 2;" />我举2个用户场景。<br style="line-height: 2;" /><br style="line-height: 2;" /><strong style="line-height: 2;">国外的Twitter：<br style="line-height: 2;" /></strong></span></p>
<p><span style="line-height: 2; font-family: 宋体;">1、一个Twitter用户在看小甜甜的演唱会，他拿出手机在Twitter发布了一条消息，说我正在看小甜甜的演唱会</span></p>
<p><span style="line-height: 2; font-family: 宋体;">2、这个用户的好友马上收到这个信息，感兴趣的人立即回应！（通过手机、网页、IM工具、EMAIL等）</span></p>
<p><span style="line-height: 2; font-family: 宋体;">3、互动激烈进行！（类似QQ建立了一个虚拟的、临时的讨论组！）<br style="line-height: 2;" /><br style="line-height: 2;" /><strong style="line-height: 2;">国内的迷你博客：</strong></span></p>
<p><span style="line-height: 2; font-family: 宋体;">1、一个用户死鬼无聊，不想正经八百的写博客，也不知道写什么，于是在迷你博客自言自语。（比如，写“我睡了”、“TMD热”、“你喝三鹿了没？”）</span></p>
<p><span style="line-height: 2; font-family: 宋体;">2、好友马上收到了这个消息，一看，真无聊。没有回应的冲动。</span></p>
<p><span style="line-height: 2; font-family: 宋体;">3、部分好友以及忍无可忍，于是把这个人屏蔽。</span></p>
<p><span style="line-height: 2; font-family: 宋体;">4、互动结束！<br style="line-height: 2;" /><br style="line-height: 2;" /><strong style="line-height: 2;">提炼一下：<br style="line-height: 2;" /></strong></span></p>
<p><span style="line-height: 2; font-family: 宋体;">国外的Twitter：通过事件挑起话题 &gt;&gt;&gt; 好友间互动</span></p>
<p><span style="line-height: 2; font-family: 宋体;">国内的迷你博客：自言自语、自己跟自己聊天 &gt;&gt;&gt; 个人的口水帐<br style="line-height: 2;" /><br style="line-height: 2;" /><br style="line-height: 2;" /><strong style="line-height: 2;">还想不通？<br style="line-height: 2;" /></strong></span></p>
<p><span style="line-height: 2; font-family: 宋体;">如果你看了上面的内容还没想通。没关系。我再举个例子。</span></p>
<p><span style="line-height: 2; font-family: 宋体;">你打开QQ，是否经常有如下反应：<br style="line-height: 2;" /></span></p>
<p><span style="line-height: 2; font-family: 宋体;">1、看着在线的N个好友，不知道该找谁聊天。</span></p>
<p><span style="line-height: 2; font-family: 宋体;">2、终于开始和一个好友聊天了，但聊着聊着没有了话题！<br style="line-height: 2;" /></span></p>
<p><span style="line-height: 2; font-family: 宋体;">这就是IM工具的一个劣势，它是个工具，无法解决“话题”的难题！<br style="line-height: 2;" /><br style="line-height: 2;" /><strong style="line-height: 2;">但QQ还是努力了，它做了4件事情：<br style="line-height: 2;" /></strong></span></p>
<p><span style="line-height: 2; font-family: 宋体;">1、QQ签名档（最接近Twitter本质的产品）</span></p>
<p><span style="line-height: 2; font-family: 宋体;">2、QQ群（最有中国特色！深得聊天室精髓。最大程度解决用户“不知道从何说起”的产品！）</span></p>
<p><span style="line-height: 2; font-family: 宋体;">3、QQ空间（实在不知道和好友说什么，就去他空间看看吧）</span></p>
<p><span style="line-height: 2; font-family: 宋体;">4、QQ游戏（别说了，玩吧！）<br style="line-height: 2;" /></span></p>
<p><span style="line-height: 2; font-family: 宋体;">从“挑起话题”的角度，你就能理解为什么Twitter那么火。</span></p>
<p><span style="line-height: 2; font-family: 宋体;">Twitter解决了IM工具非常难解决的一个问题！<br style="line-height: 2;" /><br style="line-height: 2;" /><br style="line-height: 2;" /><strong style="line-height: 2;">想模仿Twitter的人有福了</strong><br style="line-height: 2;" /></span></p>
<p><span style="line-height: 2; font-family: 宋体;">下面我分享一个IDEA。吃的透的朋友，能做成功一个互动产品。<br style="line-height: 2;" /></span></p>
<p><span style="line-height: 2; font-family: 宋体;">首先，别模仿Twitter的“IM工具”属性。这个东西因为国内的IM不互通，你是干不过QQ的。（当然，在QQ还没睡醒之前，还能搞上一把）</span></p>
<p><span style="line-height: 2; font-family: 宋体;">我建议，好好学习Twitter的“挑起话题”的机制！<br style="line-height: 2;" /><br style="line-height: 2;" /><strong style="line-height: 2;">方法如下：</strong><br style="line-height: 2;" /></span></p>
<p><span style="line-height: 2; font-family: 宋体;">1、给国外的Twitter取个具有中国特色的中文名字：做爱</span></p>
<p><span style="line-height: 2; font-family: 宋体;">别误会，这个做爱是真正的做爱。即：做爱做的事情。</span></p>
<p><span style="line-height: 2; font-family: 宋体;">2、用户引导：鼓励用户，如果你“正在做爱做的事情”，把它分享出来。</span></p>
<p><span style="line-height: 2; font-family: 宋体;">大家发现没有，Twitter的口号是“what are you doing？”不是“what about you think?”所以，twitter不是一个发表看法的地方，是一个通知自己在干嘛的地方。</span></p>
<p><span style="line-height: 2; font-family: 宋体;">3、产品运营：把整天说口水话，没有说自己在搞什么活动，参加什么聚会的用户揪出来，让他们沉底！把那些真正在分享“做爱”的人推到前面来。如果你有钱，可以请2个编辑，每天把“做爱”的事情推荐到首页去。</span></p>
<p><span style="line-height: 2; font-family: 宋体;">4、用户场景：</span></p>
<p><span style="line-height: 2; font-family: 宋体;">4.1 一个笔迷在周笔畅签唱会的现场，她发了一个短信到“做爱”，说她离笔笔只有2米。</span></p>
<p><span style="line-height: 2; font-family: 宋体;">4.2 这个笔迷的好友立即收到了这些信息</span></p>
<p><span style="line-height: 2; font-family: 宋体;">4.3 这个笔迷的好友通过IM、EMAIL、网页立即组成了一个“虚拟的讨论组（类似QQ群）”，开始互动</span></p>
<p><span style="line-height: 2; font-family: 宋体;">4.4 这个笔迷获得巨大成就感、优越感。其他人获得巨大的“参与的快感”。<br style="line-height: 2;" /></span></p>
<p><span style="line-height: 2; font-family: 宋体;">5、请别吵醒QQ。其实最适合做Twitter的是QQ。但老马没看透。</span></div>
<p> </p></div>
<p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.eryi.cn/2008/12/14/to-the-two-articles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>你今天吃的馒头通过国家标准了么</title>
		<link>http://www.eryi.cn/2008/01/04/%e4%bd%a0%e4%bb%8a%e5%a4%a9%e5%90%83%e7%9a%84%e9%a6%92%e5%a4%b4%e9%80%9a%e8%bf%87%e5%9b%bd%e5%ae%b6%e6%a0%87%e5%87%86%e4%ba%86%e4%b9%88/</link>
		<comments>http://www.eryi.cn/2008/01/04/%e4%bd%a0%e4%bb%8a%e5%a4%a9%e5%90%83%e7%9a%84%e9%a6%92%e5%a4%b4%e9%80%9a%e8%bf%87%e5%9b%bd%e5%ae%b6%e6%a0%87%e5%87%86%e4%ba%86%e4%b9%88/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 13:27:25 +0000</pubDate>
		<dc:creator>小雅有鱼</dc:creator>
				<category><![CDATA[其他]]></category>

		<guid isPermaLink="false">http://www.eryi.cn/?p=764</guid>
		<description><![CDATA[新浪昨天发布了一条新闻《国家颁布馒头标准：应是圆形或椭圆形》 http://news.sina.com.cn/c/2008-01-03/041413186665s.shtml 实在是可笑，原来，国家一直在忙这样的事情呀。连馒头都和谐了。 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;来看看原文把&#8212;&#8212;&#8212;&#8212;&#8212; 　晨报讯(记者 王莉 祝洪美)知道啥叫馒头不？ 　　你还真别笑，现在你还真就不一定认识真正的馒头，因为馒头有国家标准了，你得对照它才能知道啥叫馒头。 　　　馒头国标规定馒头形状 　　从1月1日起，由国家标准委和国家质检总局联合发布的《小麦粉馒头》国家标准正式开始实施。 　　“目前标准全文还没下发下来，相信很快就会下发。”沈阳市标准馆的工作人员昨日告诉记者。 　　记者昨日联系到牵头起草馒头国标的河南省一家企业的相关负责人，对方表示，馒头国家标准是目前为止面制食品(包子、饺子等，不包括烘焙食品)中惟一一个国家标准，已经制定了两年多，最终才出台。 　　“标准从感观、检测方法、检测依据、包装等多方面对馒头进行了规定。”这位负责人说，甚至连馒头的形状、面粉含量、水分含量等都进行了规定。 　　记者了解到，该国家标准适用于以小麦粉为原料生产的商品馒头，但像荞麦等杂粮类馒头就不在标准内。在感官方面要求馒头形态完整和美观，应该是圆形或椭圆形，没有褶皱、斑点，气味有小麦香；馒头的体积不能太小，1克面粉体积最低限度必须超过1.7毫升，小于这个体积的馒头就不合格；馒头水分有最高限量要求，要小于等于45%，否则极易长毛。 　　　卖馒头的觉得“可笑” 　　“馒头有国标了？”昨日，北站附近一面点铺的老板说，从来没听说过馒头还要统一标准，他感觉挺可笑的。 　　对于馒头生产的要求，记者调查的小摊位多表示自己有营业执照和卫生许可，稍微大一些的饭店则称，馒头都是专业面点师傅制成的，“卖多少年了，绝对没问题。” 　　沈阳市皇姑区辽河农贸市场一位卖馒头的商贩表示，如果对馒头的形状也要做要求，这标准就太苛刻了，“我这馒头圆的和方的做法一样，难道方的就不能叫馒头了。”这位小贩说，据他了解，全国各地对馒头的叫法也都不一样，有的地方豆包也叫馒头，馒头也可能叫其他名字，“这个东西是各地约定俗成的，不能用这种标准进行约束啊。” 　　此外，标准中对馒头的大小也进行了约定，虽然这种大小并不是绝对的，而是有一个范围，但这位商贩也认为不应该，“这馒头大的小的都是馒头，有喜欢小的，有喜欢大的，你怎么来约束？” 　　现蒸馒头可能将遭淘汰 　　昨日，沈阳某食品生产企业负责技术的李主任表示，沈阳的馒头市场现在大部分还被小作坊占据着，小作坊的馒头便宜，大部分以现蒸为主，老百姓也喜欢，而品牌馒头的价格相对高些。 　　李主任说，虽然国家早就规定不允许在面食中加入发粉等有毒添加剂，但仍有小加工点在违规操作，对小加工点的产品也很难组织检测，但像他们这种正规企业的产品，质监部门都会定期进行抽检，不过以往抽检依据的都是企业标准，以后就将依据国家标准了。 　　李主任认为，此次馒头实施国家标准，对于大企业来说是利好，“可能会为我们开拓更大的市场。” 　　牵头起草了馒头国标的河南那家企业相关负责人告诉记者，馒头的国家标准出台后，大的正规公司产品将更多地占领市场，而一些小作坊的生存空间将会被压缩。 　　“可能以后大家吃到的速冻馒头比较多，而现蒸的馒头则会一点点减少。”这位负责人说。]]></description>
			<content:encoded><![CDATA[<p><img src="attachments/month_0801/m20081413265.jpg" border="0" alt=""/><br />
新浪昨天发布了一条新闻《国家颁布馒头标准：应是圆形或椭圆形》 <a target="_blank" href="http://news.sina.com.cn/c/2008-01-03/041413186665s.shtml">http://news.sina.com.cn/c/2008-01-03/041413186665s.shtml</a><br />
实在是可笑，原来，国家一直在忙这样的事情呀。连馒头都和谐了。</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;来看看原文把&#8212;&#8212;&#8212;&#8212;&#8212;<br />
　晨报讯(记者 王莉 祝洪美)知道啥叫馒头不？</p>
<p>　　你还真别笑，现在你还真就不一定认识真正的馒头，因为馒头有国家标准了，你得对照它才能知道啥叫馒头。</p>
<p>　　　馒头国标规定馒头形状</p>
<p>　　从1月1日起，由国家标准委和国家质检总局联合发布的《小麦粉馒头》国家标准正式开始实施。</p>
<p>　　“目前标准全文还没下发下来，相信很快就会下发。”沈阳市标准馆的工作人员昨日告诉记者。</p>
<p>　　记者昨日联系到牵头起草馒头国标的河南省一家企业的相关负责人，对方表示，馒头国家标准是目前为止面制食品(包子、饺子等，不包括烘焙食品)中惟一一个国家标准，已经制定了两年多，最终才出台。</p>
<p>　　“标准从感观、检测方法、检测依据、包装等多方面对馒头进行了规定。”这位负责人说，甚至连馒头的形状、面粉含量、水分含量等都进行了规定。</p>
<p>　　记者了解到，该国家标准适用于以小麦粉为原料生产的商品馒头，但像荞麦等杂粮类馒头就不在标准内。在感官方面要求馒头形态完整和美观，应该是圆形或椭圆形，没有褶皱、斑点，气味有小麦香；馒头的体积不能太小，1克面粉体积最低限度必须超过1.7毫升，小于这个体积的馒头就不合格；馒头水分有最高限量要求，要小于等于45%，否则极易长毛。</p>
<p>　　　卖馒头的觉得“可笑”</p>
<p>　　“馒头有国标了？”昨日，北站附近一面点铺的老板说，从来没听说过馒头还要统一标准，他感觉挺可笑的。</p>
<p>　　对于馒头生产的要求，记者调查的小摊位多表示自己有营业执照和卫生许可，稍微大一些的饭店则称，馒头都是专业面点师傅制成的，“卖多少年了，绝对没问题。”</p>
<p>　　沈阳市皇姑区辽河农贸市场一位卖馒头的商贩表示，如果对馒头的形状也要做要求，这标准就太苛刻了，“我这馒头圆的和方的做法一样，难道方的就不能叫馒头了。”这位小贩说，据他了解，全国各地对馒头的叫法也都不一样，有的地方豆包也叫馒头，馒头也可能叫其他名字，“这个东西是各地约定俗成的，不能用这种标准进行约束啊。”</p>
<p>　　此外，标准中对馒头的大小也进行了约定，虽然这种大小并不是绝对的，而是有一个范围，但这位商贩也认为不应该，“这馒头大的小的都是馒头，有喜欢小的，有喜欢大的，你怎么来约束？”</p>
<p>　　现蒸馒头可能将遭淘汰</p>
<p>　　昨日，沈阳某食品生产企业负责技术的李主任表示，沈阳的馒头市场现在大部分还被小作坊占据着，小作坊的馒头便宜，大部分以现蒸为主，老百姓也喜欢，而品牌馒头的价格相对高些。</p>
<p>　　李主任说，虽然国家早就规定不允许在面食中加入发粉等有毒添加剂，但仍有小加工点在违规操作，对小加工点的产品也很难组织检测，但像他们这种正规企业的产品，质监部门都会定期进行抽检，不过以往抽检依据的都是企业标准，以后就将依据国家标准了。</p>
<p>　　李主任认为，此次馒头实施国家标准，对于大企业来说是利好，“可能会为我们开拓更大的市场。”</p>
<p>　　牵头起草了馒头国标的河南那家企业相关负责人告诉记者，馒头的国家标准出台后，大的正规公司产品将更多地占领市场，而一些小作坊的生存空间将会被压缩。</p>
<p>　　“可能以后大家吃到的速冻馒头比较多，而现蒸的馒头则会一点点减少。”这位负责人说。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eryi.cn/2008/01/04/%e4%bd%a0%e4%bb%8a%e5%a4%a9%e5%90%83%e7%9a%84%e9%a6%92%e5%a4%b4%e9%80%9a%e8%bf%87%e5%9b%bd%e5%ae%b6%e6%a0%87%e5%87%86%e4%ba%86%e4%b9%88/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>迅雷通用特别资源优化占用优化补丁，让你的迅雷资源占用极少！[亲测]</title>
		<link>http://www.eryi.cn/2007/10/27/%e8%bf%85%e9%9b%b7%e9%80%9a%e7%94%a8%e7%89%b9%e5%88%ab%e8%b5%84%e6%ba%90%e4%bc%98%e5%8c%96%e5%8d%a0%e7%94%a8%e4%bc%98%e5%8c%96%e8%a1%a5%e4%b8%81%ef%bc%8c%e8%ae%a9%e4%bd%a0%e7%9a%84%e8%bf%85%e9%9b%b7/</link>
		<comments>http://www.eryi.cn/2007/10/27/%e8%bf%85%e9%9b%b7%e9%80%9a%e7%94%a8%e7%89%b9%e5%88%ab%e8%b5%84%e6%ba%90%e4%bc%98%e5%8c%96%e5%8d%a0%e7%94%a8%e4%bc%98%e5%8c%96%e8%a1%a5%e4%b8%81%ef%bc%8c%e8%ae%a9%e4%bd%a0%e7%9a%84%e8%bf%85%e9%9b%b7/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 19:19:41 +0000</pubDate>
		<dc:creator>小雅有鱼</dc:creator>
				<category><![CDATA[其他]]></category>

		<guid isPermaLink="false">http://www.eryi.cn/?p=711</guid>
		<description><![CDATA[请自行解压到迅雷安装文件夹覆盖即可 \Thunder Network\Thunder\Program 适合迅雷任何版本以及未来更新版本[适合任何去广告版]，此库是国外开源ANSI库， 迅雷一般是不会做更新的。 EMAIL:win@win.WO.TC&#160; &#160; 亲测 效果很明显 之前占10M-15M使用后 2M-6M 下载速度不错 点击进入下载页面]]></description>
			<content:encoded><![CDATA[<p>请自行解压到迅雷安装文件夹覆盖即可 <br />\Thunder Network\Thunder\Program </p>
<p>适合迅雷任何版本以及未来更新版本[适合任何去广告版]，此库是国外开源ANSI库， <br />迅雷一般是不会做更新的。 EMAIL:win@win.WO.TC&nbsp; &nbsp;</p>
<p>亲测 效果很明显 </p>
<p>之前占10M-15M<br />使用后 2M-6M</p>
<p>下载速度不错</p>
<p><a href="http://www.bibidu.com/fileview-108800.html" target="_blank"><strong><font color="#ff0000">点击进入下载页面</font></strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.eryi.cn/2007/10/27/%e8%bf%85%e9%9b%b7%e9%80%9a%e7%94%a8%e7%89%b9%e5%88%ab%e8%b5%84%e6%ba%90%e4%bc%98%e5%8c%96%e5%8d%a0%e7%94%a8%e4%bc%98%e5%8c%96%e8%a1%a5%e4%b8%81%ef%bc%8c%e8%ae%a9%e4%bd%a0%e7%9a%84%e8%bf%85%e9%9b%b7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>卡巴非正式版版本介绍</title>
		<link>http://www.eryi.cn/2007/09/27/%e5%8d%a1%e5%b7%b4%e9%9d%9e%e6%ad%a3%e5%bc%8f%e7%89%88%e7%89%88%e6%9c%ac%e4%bb%8b%e7%bb%8d/</link>
		<comments>http://www.eryi.cn/2007/09/27/%e5%8d%a1%e5%b7%b4%e9%9d%9e%e6%ad%a3%e5%bc%8f%e7%89%88%e7%89%88%e6%9c%ac%e4%bb%8b%e7%bb%8d/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 19:15:29 +0000</pubDate>
		<dc:creator>小雅有鱼</dc:creator>
				<category><![CDATA[其他]]></category>

		<guid isPermaLink="false">http://www.eryi.cn/?p=701</guid>
		<description><![CDATA[Kaspersky Anti-Virus :【卡巴反病毒个人版，KAV】 Kaspersky Anti-Virus nb:【不带病毒库的KAV】 Kaspersky Anti-Virus for Windows Servers:【卡巴服务器版本，FS】 Kaspersky Anti-Virus for Windows Workstations:【卡巴工作站版本，WKS】 Kaspersky Internet Security:【卡巴互联网安全套装，KIS】 Kaspersky Internet Security nb:【不带病毒库的KIS】 Kaspersky Anti-Hacker【卡巴反黑客即防火墙，KAH】 Kaspersky Personal Security Suite【卡巴反邮件垃圾】 CF：Critical Fix 重要修复版本 NCT: Not Completely Tested 未经完整地测试（仍为测试版） nb： No Bases 不带病毒库 Beta: 外部测试版 Build: 内部标号 Final: 正式版 Pro(professional): 专业版 Plus: 加强版 Release： 发行版，有时间限制 SR: 修正版 [...]]]></description>
			<content:encoded><![CDATA[<p>Kaspersky Anti-Virus :【卡巴反病毒个人版，KAV】<br />
Kaspersky Anti-Virus nb:【不带病毒库的KAV】<br />
Kaspersky Anti-Virus for Windows Servers:【卡巴服务器版本，FS】<br />
Kaspersky Anti-Virus for Windows Workstations:【卡巴工作站版本，WKS】<br />
Kaspersky Internet Security:【卡巴互联网安全套装，KIS】<br />
Kaspersky Internet Security nb:【不带病毒库的KIS】<br />
Kaspersky Anti-Hacker【卡巴反黑客即防火墙，KAH】<br />
Kaspersky Personal Security Suite【卡巴反邮件垃圾】</p>
<p>CF：Critical Fix  重要修复版本<br />
NCT:  Not Completely Tested  未经完整地测试（仍为测试版）<br />
nb： No Bases  不带病毒库<br />
Beta: 外部测试版<br />
Build: 内部标号<br />
Final: 正式版<br />
Pro(professional): 专业版<br />
Plus: 加强版<br />
Release： 发行版，有时间限制<br />
SR: 修正版<br />
GUI=Graphical User Interface 意为图形用户界面<br />
old GUI ：使用旧的界面<br />
RC: Release Candidate 候选版本(正式版候选)<br />
TR = Technical Release  技术发布（说明技术已成熟，即所谓的正式版）</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eryi.cn/2007/09/27/%e5%8d%a1%e5%b7%b4%e9%9d%9e%e6%ad%a3%e5%bc%8f%e7%89%88%e7%89%88%e6%9c%ac%e4%bb%8b%e7%bb%8d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mp3与aac</title>
		<link>http://www.eryi.cn/2007/09/26/mp3%e4%b8%8eaac/</link>
		<comments>http://www.eryi.cn/2007/09/26/mp3%e4%b8%8eaac/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 00:13:50 +0000</pubDate>
		<dc:creator>小雅有鱼</dc:creator>
				<category><![CDATA[其他]]></category>

		<guid isPermaLink="false">http://www.eryi.cn/?p=699</guid>
		<description><![CDATA[闲来无事，想给E398里的MP3格式的歌转换成AAC格式的。按道理说转换后音质更好，体积更小。 过程，找了很多软件都不好用，最后想起来千千静听就有这个功能，开始时怎么样都是失败，后来发现缺少nero_aac插件，去千千官网下载直接解压于千千主文件夹，试用，OK。 至于音质与体积的把握，看自己的转换设置了，不好把握。同一首歌，我试了3个设置，结果有很大的差异。追求音质来说，感觉不出好坏来，看来我得买个好点的耳机了。]]></description>
			<content:encoded><![CDATA[<p>闲来无事，想给E398里的MP3格式的歌转换成AAC格式的。按道理说转换后音质更好，体积更小。<br />
    过程，找了很多软件都不好用，最后想起来千千静听就有这个功能，开始时怎么样都是失败，后来发现缺少nero_aac插件，去千千官网下载直接解压于千千主文件夹，试用，OK。<br />
    至于音质与体积的把握，看自己的转换设置了，不好把握。同一首歌，我试了3个设置，结果有很大的差异。追求音质来说，感觉不出好坏来，看来我得买个好点的耳机了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eryi.cn/2007/09/26/mp3%e4%b8%8eaac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Live Writer 试写第一篇文字</title>
		<link>http://www.eryi.cn/2007/06/04/windows-live-writer-%e8%af%95%e5%86%99%e7%ac%ac%e4%b8%80%e7%af%87%e6%96%87%e5%ad%97/</link>
		<comments>http://www.eryi.cn/2007/06/04/windows-live-writer-%e8%af%95%e5%86%99%e7%ac%ac%e4%b8%80%e7%af%87%e6%96%87%e5%ad%97/#comments</comments>
		<pubDate>Mon, 04 Jun 2007 14:36:26 +0000</pubDate>
		<dc:creator>小雅有鱼</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.eryi.cn/?p=605</guid>
		<description><![CDATA[首先安装了Microsoft .NET Framework 2.0 版可再发行组件包 (x86),然后安装Windows Live Writer,现在在Windows Live Writer软件上写,不知道效果怎么样.]]></description>
			<content:encoded><![CDATA[<p>首先安装了Microsoft .NET Framework 2.0 版可再发行组件包 (x86),然后安装Windows Live Writer,现在在Windows Live Writer软件上写,不知道效果怎么样.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eryi.cn/2007/06/04/windows-live-writer-%e8%af%95%e5%86%99%e7%ac%ac%e4%b8%80%e7%af%87%e6%96%87%e5%ad%97/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>目前所有搜索引擎的收录申请地址</title>
		<link>http://www.eryi.cn/2007/01/07/%e7%9b%ae%e5%89%8d%e6%89%80%e6%9c%89%e6%90%9c%e7%b4%a2%e5%bc%95%e6%93%8e%e7%9a%84%e6%94%b6%e5%bd%95%e7%94%b3%e8%af%b7%e5%9c%b0%e5%9d%80/</link>
		<comments>http://www.eryi.cn/2007/01/07/%e7%9b%ae%e5%89%8d%e6%89%80%e6%9c%89%e6%90%9c%e7%b4%a2%e5%bc%95%e6%93%8e%e7%9a%84%e6%94%b6%e5%bd%95%e7%94%b3%e8%af%b7%e5%9c%b0%e5%9d%80/#comments</comments>
		<pubDate>Sun, 07 Jan 2007 03:53:14 +0000</pubDate>
		<dc:creator>小雅有鱼</dc:creator>
				<category><![CDATA[其他]]></category>

		<guid isPermaLink="false">http://www.eryi.cn/?p=511</guid>
		<description><![CDATA[百度免费登录入口 http://www.baidu.com/search/url_submit.htm 新浪免费登录入口 http://bizsite.sina.com.cn/newbizsite/docc/index-2jifu-09.htm 搜狐免费登录入口 http://db.sohu.com/regurl/regform.asp?Step=REGFORM&#38;class= 千度免费登录入口 http://www.qiandu.com/search/default.asp 天网免费登录入口 http://bingle.pku.edu.cn/submit.htm 赛迪免费登录入口 http://itsearch.ccidnet.com/appl/appl_xz.htm 网易免费登录入口 http://seek.163.com/cgi-bin/search/add_url.cgi 雅虎免费登录入口 http://cn.yahoo.com/docs/info/suggest.html Google免费登录入口 http://www.google.com/intl/zh-CN/add_url.html 慧聪行业免费登录入口http://202.108.33.161/web/frontward/free/free_speedlogin.asp 中华网免费登录入口 http://202.84.11.68:66/web/frontward/free/free_search.asp 北极星免费登录入口 http://www.beijixing.com.cn/bjx01/search/regi_1.asp alltheweb免费登录入口 http://www.alltheweb.com/add_url.php 国信免费登录入口 http://search.gxchina.com/login/Login.htm 搜豹免费登录入口 http://search.sobao.com/Computers_and_Internet/Personal/ 焦点网免费登录入口 http://search.focus.com.cn/search/search_newurl_register.ecgi 晨曦免费登录入口 http://www.mingbu.com/cxsearch/add.asp 协通免费登录入口 http://www.net2asp.com.cn/search/regform.htm 朝鲜迷免费登录入口 http://www.168world.com/cgi-bin/ &#8230; &#38;a_method=write 法律网免费登录入口 http://www.law-lib.com/lawseek/wzdl.asp 银河免费登录入口 http://search.inhe.net/navigate.asp 酷亿免费登录入口 http://www.ku68.com/home/webreg.asp 星星免费登录入口 http://www.xxsl.net/regsta1.asp?sortid=153 温州信息港免费登录入口 http://www.wzonline.com.cn/search/login.php3 中国假日免费登录入口 http://www.china-holiday.com/newterms/hall/it/sort.asp?sortid=259 y4免费登录入口 http://drckness.jahee.com/free/kulink.asp 建设免费登录入口 http://www.cnjjl.com/other/ [...]]]></description>
			<content:encoded><![CDATA[<div style="FONT-SIZE: 12px">百度免费登录入口 <a href="http://www.baidu.com/search/url_submit.htm" target="_blank">http://www.baidu.com/search/url_submit.htm</a> <br />新浪免费登录入口 <a href="http://bizsite.sina.com.cn/newbizsite/docc/index-2jifu-09.htm" target="_blank">http://bizsite.sina.com.cn/newbizsite/docc/index-2jifu-09.htm</a> <br />搜狐免费登录入口 <a href="http://db.sohu.com/regurl/regform.asp?Step=REGFORM&amp;class=" target="_blank">http://db.sohu.com/regurl/regform.asp?Step=REGFORM&amp;class=</a> <br />千度免费登录入口 <a href="http://www.qiandu.com/search/default.asp" target="_blank">http://www.qiandu.com/search/default.asp</a> <br />天网免费登录入口 <a href="http://bingle.pku.edu.cn/submit.htm" target="_blank">http://bingle.pku.edu.cn/submit.htm</a> <br />赛迪免费登录入口 <a href="http://itsearch.ccidnet.com/appl/appl_xz.htm" target="_blank">http://itsearch.ccidnet.com/appl/appl_xz.htm</a> <br />网易免费登录入口 <a href="http://seek.163.com/cgi-bin/search/add_url.cgi" target="_blank">http://seek.163.com/cgi-bin/search/add_url.cgi</a> <br />雅虎免费登录入口 <a href="http://cn.yahoo.com/docs/info/suggest.html" target="_blank">http://cn.yahoo.com/docs/info/suggest.html</a> <br />Google免费登录入口 <a href="http://www.google.com/intl/zh-CN/add_url.html" target="_blank">http://www.google.com/intl/zh-CN/add_url.html</a> <br />慧聪行业免费登录入口<a href="http://202.108.33.161/web/frontward/free/free_speedlogin.asp" target="_blank">http://202.108.33.161/web/frontward/free/free_speedlogin.asp</a> <br />中华网免费登录入口 <a href="http://202.84.11.68:66/web/frontward/free/free_search.asp" target="_blank">http://202.84.11.68:66/web/frontward/free/free_search.asp</a> <br />北极星免费登录入口 <a href="http://www.beijixing.com.cn/bjx01/search/regi_1.asp" target="_blank">http://www.beijixing.com.cn/bjx01/search/regi_1.asp</a> <br />alltheweb免费登录入口 <a href="http://www.alltheweb.com/add_url.php" target="_blank">http://www.alltheweb.com/add_url.php</a> <br />国信免费登录入口 <a href="http://search.gxchina.com/login/Login.htm" target="_blank">http://search.gxchina.com/login/Login.htm</a> <br />搜豹免费登录入口 <a href="http://search.sobao.com/Computers_and_Internet/Personal/" target="_blank">http://search.sobao.com/Computers_and_Internet/Personal/</a> <br />焦点网免费登录入口 <a href="http://search.focus.com.cn/search/search_newurl_register.ecgi" target="_blank">http://search.focus.com.cn/search/search_newurl_register.ecgi</a> <br />晨曦免费登录入口 <a href="http://www.mingbu.com/cxsearch/add.asp" target="_blank">http://www.mingbu.com/cxsearch/add.asp</a> <br />协通免费登录入口 <a href="http://www.net2asp.com.cn/search/regform.htm" target="_blank">http://www.net2asp.com.cn/search/regform.htm</a> <br />朝鲜迷免费登录入口 <a href="http://www.168world.com/cgi-bin/link2000/link.cgi?id=dprk&amp;a_method=write" target="_blank">http://www.168world.com/cgi-bin/ &#8230; &amp;a_method=write</a> <br />法律网免费登录入口 <a href="http://www.law-lib.com/lawseek/wzdl.asp" target="_blank">http://www.law-lib.com/lawseek/wzdl.asp</a> <br />银河免费登录入口 <a href="http://search.inhe.net/navigate.asp" target="_blank">http://search.inhe.net/navigate.asp</a> <br />酷亿免费登录入口 <a href="http://www.ku68.com/home/webreg.asp" target="_blank">http://www.ku68.com/home/webreg.asp</a> <br />星星免费登录入口 <a href="http://www.xxsl.net/regsta1.asp?sortid=153" target="_blank">http://www.xxsl.net/regsta1.asp?sortid=153</a> <br />温州信息港免费登录入口 <a href="http://www.wzonline.com.cn/search/login.php3" target="_blank">http://www.wzonline.com.cn/search/login.php3</a> <br />中国假日免费登录入口 <a href="http://www.china-holiday.com/newterms/hall/it/sort.asp?sortid=259" target="_blank">http://www.china-holiday.com/newterms/hall/it/sort.asp?sortid=259</a> <br />y4免费登录入口 <a href="http://drckness.jahee.com/free/kulink.asp" target="_blank">http://drckness.jahee.com/free/kulink.asp</a> <br />建设免费登录入口 <a href="http://www.cnjjl.com/other/" target="_blank">http://www.cnjjl.com/other/</a> <br />数字免费登录入口 <a href="http://yj001.com/addme.htm" target="_blank">http://yj001.com/addme.htm</a> <br />天下免费登录入口 <a href="http://www.8eee.com/wzdl_sy.asp" target="_blank">http://www.8eee.com/wzdl_sy.asp</a> <br />维华免费登录入口 <a href="http://211.99.40.148/html/gsjj_wzdl.htm" target="_blank">http://211.99.40.148/html/gsjj_wzdl.htm</a> <br />搜鼠免费登录入口 <a href="http://sosoo.cnool.net/intro.asp" target="_blank">http://sosoo.cnool.net/intro.asp</a> <br />尤里卡免费登录入口 <a href="http://www.ulika.com/linkaddr/welcome.asp" target="_blank">http://www.ulika.com/linkaddr/welcome.asp</a> <br />爱艳儿免费登录入口 <a href="http://wangjianran.com/aiyaner/geren.htm" target="_blank">http://wangjianran.com/aiyaner/geren.htm</a> <br />山西互连网免费登录入口 <a href="http://www.shanxi.net.cn/sxhulian/addcate.asp" target="_blank">http://www.shanxi.net.cn/sxhulian/addcate.asp</a> <br />蓝山免费登录入口 <a href="http://www.l3info.com/searchengine/loginnet.asp" target="_blank">http://www.l3info.com/searchengine/loginnet.asp</a> <br />阳光免费登录入口 <a href="http://www.jc.gov.cn/userlink/useraddlink.htm" target="_blank">http://www.jc.gov.cn/userlink/useraddlink.htm</a> <br />1608搜网免费登录入口 <a href="http://search.1608.com/addu.cgi" target="_blank">http://search.1608.com/addu.cgi</a> <br />中国168免费登录入口 <a href="http://www.china168.com/chaoshi/it/regsta1.asp?sortid=242" target="_blank">http://www.china168.com/chaoshi/it/regsta1.asp?sortid=242</a> <br />中国车网免费登录入口 <a href="http://www.cncar.net/search/addsite.asp" target="_blank">http://www.cncar.net/search/addsite.asp</a> <br />搜吧<u><b><font color="#ff0000">搜索</font></b></u><a href="http://99938.com/freeregform.asp?" target="_blank">http://99938.com/freeregform.asp?</a> <br />商情168搜索引擎免费登陆入口<a href="http://search.168yx.com/add.php" target="_blank">http://search.168yx.com/add.php</a> <br />中国<u><b><font color="#ff0000">搜索</font></b></u>同盟免费登录入口 <a href="http://service.chinasearch.com.cn/web/frontward/free/free_protocol.htm" target="_blank">http://service.chinasearch.com.c &#8230; e/free_protocol.htm</a></p>
<p>不过，不推荐直接提交<u><b><font color="#ff0000">搜索</font></b></u>引擎登录，最好的方法是通过外链让<u><b><font color="#ff0000">搜索</font></b></u>引擎发现你的站。</div>
]]></content:encoded>
			<wfw:commentRss>http://www.eryi.cn/2007/01/07/%e7%9b%ae%e5%89%8d%e6%89%80%e6%9c%89%e6%90%9c%e7%b4%a2%e5%bc%95%e6%93%8e%e7%9a%84%e6%94%b6%e5%bd%95%e7%94%b3%e8%af%b7%e5%9c%b0%e5%9d%80/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>中天现在不要邀请码 赶快注册</title>
		<link>http://www.eryi.cn/2006/12/26/%e4%b8%ad%e5%a4%a9%e7%8e%b0%e5%9c%a8%e4%b8%8d%e8%a6%81%e9%82%80%e8%af%b7%e7%a0%81-%e8%b5%b6%e5%bf%ab%e6%b3%a8%e5%86%8c/</link>
		<comments>http://www.eryi.cn/2006/12/26/%e4%b8%ad%e5%a4%a9%e7%8e%b0%e5%9c%a8%e4%b8%8d%e8%a6%81%e9%82%80%e8%af%b7%e7%a0%81-%e8%b5%b6%e5%bf%ab%e6%b3%a8%e5%86%8c/#comments</comments>
		<pubDate>Tue, 26 Dec 2006 01:35:00 +0000</pubDate>
		<dc:creator>小雅有鱼</dc:creator>
				<category><![CDATA[其他]]></category>

		<guid isPermaLink="false">http://www.eryi.cn/?p=492</guid>
		<description><![CDATA[http://bbs.366tian.net/index.php 估计因为圣诞节的原因而开放了。刚才无意中发现的。 分享！！！]]></description>
			<content:encoded><![CDATA[<p>http://bbs.366tian.net/index.php</p>
<p>估计因为圣诞节的原因而开放了。刚才无意中发现的。</p>
<p>分享！！！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eryi.cn/2006/12/26/%e4%b8%ad%e5%a4%a9%e7%8e%b0%e5%9c%a8%e4%b8%8d%e8%a6%81%e9%82%80%e8%af%b7%e7%a0%81-%e8%b5%b6%e5%bf%ab%e6%b3%a8%e5%86%8c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>圣诞快乐</title>
		<link>http://www.eryi.cn/2006/12/25/%e5%9c%a3%e8%af%9e%e5%bf%ab%e4%b9%90/</link>
		<comments>http://www.eryi.cn/2006/12/25/%e5%9c%a3%e8%af%9e%e5%bf%ab%e4%b9%90/#comments</comments>
		<pubDate>Mon, 25 Dec 2006 18:58:39 +0000</pubDate>
		<dc:creator>小雅有鱼</dc:creator>
				<category><![CDATA[其他]]></category>

		<guid isPermaLink="false">http://www.eryi.cn/?p=491</guid>
		<description><![CDATA[圣诞快乐]]></description>
			<content:encoded><![CDATA[<p>圣诞快乐</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eryi.cn/2006/12/25/%e5%9c%a3%e8%af%9e%e5%bf%ab%e4%b9%90/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
