<?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>J.et wong's stuff &#187; 杂杂杂</title>
	<atom:link href="http://j.etwong.com/blog-category/%e6%9d%82%e6%9d%82%e6%9d%82/feed" rel="self" type="application/rss+xml" />
	<link>http://j.etwong.com</link>
	<description>{}</description>
	<lastBuildDate>Tue, 20 Apr 2010 01:52:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>GAE(google app engine)搭建twitter API注意事项</title>
		<link>http://j.etwong.com/blog-129</link>
		<comments>http://j.etwong.com/blog-129#comments</comments>
		<pubDate>Tue, 20 Apr 2010 01:52:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[杂杂杂]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[GAE]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://j.etwong.com/?p=129</guid>
		<description><![CDATA[搭建的教程：
月光的博客：>>
1.可能年代问题很多抢建的都有无法成功的例子
就现在来讲有两个情况：
1.Python ,现在python被墙了，所以下载都成问题
但是目前来看，python版本也成问题，最新版本的不见得能成功！
F:\Google\google_appengine>appcfg.py update gae
Traceback (most recent call last):
  File &#8220;F:\Google\google_appengine\appcfg.py&#8221;, line 68, in 
    run_file(__file__, globals())
  File &#8220;F:\Google\google_appengine\appcfg.py&#8221;, line 64, in run_file
    execfile(script_path, globals_)
NameError: global name &#8216;execfile&#8217; is not defined
记得把python换成2.5 2.6的就好
下载就可以搜 python 2.6 下载
2. APP不成功
执行：yourid.appspots.com/api/ 放在浏览器里会报
internal server error
这时要用这个办法了（转自）：
出现“internal server error”错误，这个看别个说是代码里面有问题，你可以尝试删除code.py里面的下面一段代码：
import socket
import re
ua = web.ctx.environ.get(&#8220;HTTP_USER_AGENT&#8221;, &#8216;None&#8217;)
if ua.find(&#8216;jibjib&#8217;) >= [...]]]></description>
			<content:encoded><![CDATA[<p>搭建的教程：</p>
<p><a href="http://www.williamlong.info/archives/1956.html">月光的博客：>></a></p>
<p>1.可能年代问题很多抢建的都有无法成功的例子<br />
就现在来讲有两个情况：</p>
<p>1.Python ,现在python被墙了，所以下载都成问题<br />
但是目前来看，python版本也成问题，最新版本的不见得能成功！</p>
<p>F:\Google\google_appengine>appcfg.py update gae<br />
Traceback (most recent call last):<br />
  File &#8220;F:\Google\google_appengine\appcfg.py&#8221;, line 68, in <module><br />
    run_file(__file__, globals())<br />
  File &#8220;F:\Google\google_appengine\appcfg.py&#8221;, line 64, in run_file<br />
    execfile(script_path, globals_)<br />
NameError: global name &#8216;execfile&#8217; is not defined</p>
<p>记得把python换成2.5 2.6的就好<br />
下载就可以搜 python 2.6 下载</p>
<p>2. APP不成功<br />
执行：yourid.appspots.com/api/ 放在浏览器里会报<br />
internal server error</p>
<p>这时要用这个办法了（<a href="http://www.junstyle.com.cn/tag/birdnest">转自</a>）：</p>
<p>出现“internal server error”错误，这个看别个说是代码里面有问题，你可以尝试删除code.py里面的下面一段代码：<br />
import socket<br />
import re<br />
ua = web.ctx.environ.get(&#8220;HTTP_USER_AGENT&#8221;, &#8216;None&#8217;)<br />
if ua.find(&#8216;jibjib&#8217;) >= 0:<br />
socket.setdefaulttimeout(60)<br />
elif ua.find(&#8216;zh-CN&#8217;) >= 0:<br />
#raise Exception(&#8216;unknown error&#8217;)<br />
socket.setdefaulttimeout(2)<br />
else:<br />
socket.setdefaulttimeout(2)</p>
]]></content:encoded>
			<wfw:commentRss>http://j.etwong.com/blog-129/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>myssql fulltext 全文索引</title>
		<link>http://j.etwong.com/blog-126</link>
		<comments>http://j.etwong.com/blog-126#comments</comments>
		<pubDate>Sun, 07 Mar 2010 07:53:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[杂杂杂]]></category>
		<category><![CDATA[ft_min_word_len]]></category>
		<category><![CDATA[fulltext]]></category>
		<category><![CDATA[IN BOOLEAN MODE]]></category>
		<category><![CDATA[mysq;]]></category>

		<guid isPermaLink="false">http://j.etwong.com/blog-126</guid>
		<description><![CDATA[参考：http://haka.sharera.com/blog/BlogTopic/1001.htm
mysql当把字段设成fulltext时，就可以使用了，
但有几个问题要注意：
1.对于四个字符以下的字符可以搜不出来：
 SELECT * FROM articles
    ->          WHERE MATCH (title,body) AGAINST (&#8217;spa&#8217;);
这是因为mysql设置
需要修改配置：
ft_min_word_len 为2或者你想要的字符长度
默认是4
2.对于出现机率太高的可能搜不出来，不太清楚原因：
SELECT * FROM oneword_content where match( name) against (&#8217;space&#8217;)
试试:
SELECT * FROM oneword_content where match( name) against (&#8217;space&#8217;   IN BOOLEAN MODE)
]]></description>
			<content:encoded><![CDATA[<p>参考：http://haka.sharera.com/blog/BlogTopic/1001.htm</p>
<p>mysql当把字段设成fulltext时，就可以使用了，<br />
但有几个问题要注意：<br />
1.对于四个字符以下的字符可以搜不出来：<br />
 SELECT * FROM articles<br />
    ->          WHERE MATCH (title,body) AGAINST (&#8217;spa&#8217;);</p>
<p>这是因为mysql设置<br />
需要修改配置：<br />
ft_min_word_len 为2或者你想要的字符长度<br />
默认是4</p>
<p>2.对于出现机率太高的可能搜不出来，不太清楚原因：<br />
SELECT * FROM oneword_content where match( name) against (&#8217;space&#8217;)</p>
<p>试试:<br />
SELECT * FROM oneword_content where match( name) against (&#8217;space&#8217;   IN BOOLEAN MODE)</p>
]]></content:encoded>
			<wfw:commentRss>http://j.etwong.com/blog-126/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>。。。。。。</title>
		<link>http://j.etwong.com/blog-124</link>
		<comments>http://j.etwong.com/blog-124#comments</comments>
		<pubDate>Mon, 25 Jan 2010 08:53:50 +0000</pubDate>
		<dc:creator>J.et wong</dc:creator>
				<category><![CDATA[杂杂杂]]></category>

		<guid isPermaLink="false">http://j.etwong.com/?p=124</guid>
		<description><![CDATA[亲爱的
你有太多的我不了解
亲爱的
我要从今天起读你
亲爱的
。。。。。
]]></description>
			<content:encoded><![CDATA[<p>亲爱的<br />
你有太多的我不了解<br />
亲爱的<br />
我要从今天起读你<br />
亲爱的<br />
。。。。。</p>
]]></content:encoded>
			<wfw:commentRss>http://j.etwong.com/blog-124/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>绿霸下的google baidu bing</title>
		<link>http://j.etwong.com/blog-79</link>
		<comments>http://j.etwong.com/blog-79#comments</comments>
		<pubDate>Tue, 23 Jun 2009 07:14:06 +0000</pubDate>
		<dc:creator>J.et wong</dc:creator>
				<category><![CDATA[杂杂杂]]></category>

		<guid isPermaLink="false">http://j.etwong.com/?p=79</guid>
		<description><![CDATA[好邪恶，好强大呀！

[caption id="attachment_80" align="alignnone" width="112" caption="好邪恶，好强大哦！"]<img class="size-full wp-image-80" src="http://j.etwong.com/wp-content/uploads/2009/06/0007415805.jpg" alt="好邪恶，好强大哦！" width="112" height="120" />[/caption]]]></description>
			<content:encoded><![CDATA[<p>好邪恶，好强大呀！</p>
<div id="attachment_80" class="wp-caption alignnone" style="width: 122px"><img class="size-full wp-image-80" src="http://j.etwong.com/wp-content/uploads/2009/06/0007415805.jpg" alt="好邪恶，好强大哦！" width="112" height="120" /><p class="wp-caption-text">好邪恶，好强大哦！</p></div>
<p><img class="alignnone size-full wp-image-83" src="http://j.etwong.com/wp-content/uploads/2009/06/baidu-image.jpg" alt="baidu-image" width="951" height="668" />
<a href='http://j.etwong.com/blog-79/attachment/0007415805' title='0007415805'><img width="112" height="120" src="http://j.etwong.com/wp-content/uploads/2009/06/0007415805.jpg" class="attachment-thumbnail" alt="好邪恶，好强大哦！" title="0007415805" /></a>
<a href='http://j.etwong.com/blog-79/baidu-image' title='baidu-image'><img width="150" height="150" src="http://j.etwong.com/wp-content/uploads/2009/06/baidu-image-150x150.jpg" class="attachment-thumbnail" alt="" title="baidu-image" /></a>
<a href='http://j.etwong.com/blog-79/google-image' title='google-image'><img width="150" height="150" src="http://j.etwong.com/wp-content/uploads/2009/06/google-image-150x150.jpg" class="attachment-thumbnail" alt="" title="google-image" /></a>
<a href='http://j.etwong.com/blog-79/baidu-image1' title='baidu-image1'><img width="150" height="150" src="http://j.etwong.com/wp-content/uploads/2009/06/baidu-image1-150x150.jpg" class="attachment-thumbnail" alt="" title="baidu-image1" /></a>
<a href='http://j.etwong.com/blog-79/baidu-web' title='baidu-web'><img width="150" height="150" src="http://j.etwong.com/wp-content/uploads/2009/06/baidu-web-150x150.jpg" class="attachment-thumbnail" alt="" title="baidu-web" /></a>
<a href='http://j.etwong.com/blog-79/baidu-web-fucking' title='baidu-web-fucking'><img width="150" height="150" src="http://j.etwong.com/wp-content/uploads/2009/06/baidu-web-fucking-150x150.jpg" class="attachment-thumbnail" alt="" title="baidu-web-fucking" /></a>
<a href='http://j.etwong.com/blog-79/bing-image' title='bing-image'><img width="150" height="150" src="http://j.etwong.com/wp-content/uploads/2009/06/bing-image-150x150.jpg" class="attachment-thumbnail" alt="" title="bing-image" /></a>
<a href='http://j.etwong.com/blog-79/bing-web' title='bing-web'><img width="150" height="150" src="http://j.etwong.com/wp-content/uploads/2009/06/bing-web-150x150.jpg" class="attachment-thumbnail" alt="" title="bing-web" /></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://j.etwong.com/blog-79/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>地产忽悠大全</title>
		<link>http://j.etwong.com/blog-66</link>
		<comments>http://j.etwong.com/blog-66#comments</comments>
		<pubDate>Fri, 21 Nov 2008 02:15:37 +0000</pubDate>
		<dc:creator>J.et wong</dc:creator>
				<category><![CDATA[杂杂杂]]></category>

		<guid isPermaLink="false">http://j.etwong.com/blog-66</guid>
		<description><![CDATA[地产忽悠大全
偏远地段&#8212;&#8212;&#8212;远离闹市喧嚣，尽享静谧人生
郊区乡镇&#8212;&#8212;&#8212;回归自然，享受田园风光
紧邻闹市&#8212;&#8212;&#8212;坐拥城市繁华
挨着臭水沟&#8212;&#8212;-绝版水岸名邸，上风上水
挖个水池子&#8212;&#8212;-东方威尼斯，演绎浪漫风情
地势高&#8212;&#8212;&#8212;&#8211;视野开阔，俯瞰全城
地势低洼&#8212;&#8212;&#8212;私属领地，冬暖夏凉
楼顶是圆的&#8212;&#8212;-巴洛克风格
楼顶是尖的&#8212;&#8212;&#8211;哥特式风格
户型很烂&#8212;&#8212;&#8212;-个性化户型设计，紧跟时尚潮流
楼间距小&#8212;&#8212;&#8212;-邻里亲近，和谐温馨
边上是荒草地&#8212;&#8212;超大绿化，满眼绿意
边上有家银行&#8212;&#8212;紧邻中央商务区
边上有个居委会&#8212;-中心政务区核心地标
边上有家学校&#8212;&#8212;浓厚人文学术氛围
边上有家诊所&#8212;&#8212;拥抱健康，安享惬意
边上有家小卖店&#8212;&#8211;便利生活触手可及
边上有个垃圾站&#8212;&#8211;人性化环境管理
边上有火车道&#8212;&#8212;-交通便利，四通八达
边上什么也没有&#8212;&#8211;简约生活，闲适安逸
]]></description>
			<content:encoded><![CDATA[<p>地产忽悠大全</p>
<p>偏远地段&#8212;&#8212;&#8212;远离闹市喧嚣，尽享静谧人生<br />
郊区乡镇&#8212;&#8212;&#8212;回归自然，享受田园风光<br />
紧邻闹市&#8212;&#8212;&#8212;坐拥城市繁华<br />
挨着臭水沟&#8212;&#8212;-绝版水岸名邸，上风上水<br />
挖个水池子&#8212;&#8212;-东方威尼斯，演绎浪漫风情<br />
地势高&#8212;&#8212;&#8212;&#8211;视野开阔，俯瞰全城<br />
地势低洼&#8212;&#8212;&#8212;私属领地，冬暖夏凉<br />
楼顶是圆的&#8212;&#8212;-巴洛克风格<br />
楼顶是尖的&#8212;&#8212;&#8211;哥特式风格<br />
户型很烂&#8212;&#8212;&#8212;-个性化户型设计，紧跟时尚潮流<br />
楼间距小&#8212;&#8212;&#8212;-邻里亲近，和谐温馨<br />
边上是荒草地&#8212;&#8212;超大绿化，满眼绿意<br />
边上有家银行&#8212;&#8212;紧邻中央商务区<br />
边上有个居委会&#8212;-中心政务区核心地标<br />
边上有家学校&#8212;&#8212;浓厚人文学术氛围<br />
边上有家诊所&#8212;&#8212;拥抱健康，安享惬意<br />
边上有家小卖店&#8212;&#8211;便利生活触手可及<br />
边上有个垃圾站&#8212;&#8211;人性化环境管理<br />
边上有火车道&#8212;&#8212;-交通便利，四通八达<br />
边上什么也没有&#8212;&#8211;简约生活，闲适安逸</p>
]]></content:encoded>
			<wfw:commentRss>http://j.etwong.com/blog-66/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>天一的悍彪人国中－－－转(横竖体版)</title>
		<link>http://j.etwong.com/blog-58</link>
		<comments>http://j.etwong.com/blog-58#comments</comments>
		<pubDate>Wed, 17 Sep 2008 06:18:22 +0000</pubDate>
		<dc:creator>J.et wong</dc:creator>
				<category><![CDATA[杂杂杂]]></category>

		<guid isPermaLink="false">http://j.etwong.com/blog-58</guid>
		<description><![CDATA[╃─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─╄
║中│在│，│的│Ｘ│出│饿│人│的│，│几│三│的│，│再│超│早│中║
║午│断│找│九│的│门│了│０│榨│夹│个│鹿│雀│给│用│标│上│国║
║跟│桥│找│江│空│，│吃│５│菜│点│硫│三│巢│儿│发│的│醒│人║
║同│的│白│大│气│深│︶│年│，│废│磺│聚│奶│子│臭│田│来│彪║
║事│感│娘│桥│，│吸│，│的│包│旧│熏│氰│粉│冲│的│七│，│悍║
║一│觉│子│上│到│一│吃│粽│里│油│白│胺│，│一│蓝│牙│先│的║
║起│。│和│溜│断│口│饱│子│放│漆│了│奶│自│瓶│藻│膏│用│一║
║到│　│许│溜│成│富│喝│︵│个│桶│的│粉│己│碘│水│刷│二│天║
║肯│　│相│腿│两│含│足│上│安│里│馒│，│喝│超│洗│牙│甘│　║
║德│　│公│儿│截│Ｐ│，│班│徽│腌│头│吃│杯│标│脸│，│醇│　║
╁─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─╆
╃─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─╄
║币│，│黑│算│点│０│上│残│辣│来│药│油│到│炒│见│午│了│基║
║。│老│了│帐│含│倍│一│留│龙│一│催│炒│新│股│她│给│杯│吃║
║　│板│，│的│甲│的│杯│的│虾│盘│大│的│开│炒│哭│朋│苯│顿║
║　│又│还│时│醛│碧│重│清│，│臭│的│菜│的│赔│哭│友│超│苏║
║　│找│不│候│的│螺│金│炒│还│水│香│，│菜│地│啼│打│标│丹║
║　│回│打│１│啤│春│属│菠│有│沟│辣│来│馆│，│啼│电│的│红║
║　│了│折│６│酒│茶│超│菜│个│捞│鳝│一│吃│约│，│话│可│炸║
║　│一│︶│８│…│，│标│，│农│来│鱼│盘│顿│她│大│，│乐│鸡║
║　│张│吉│︵│…│再│１│老│药│的│，│避│地│出│约│就│。│，║
║　│假│利│太│，│喝│０│板│高│麻│再│孕│沟│来│是│听│下│喝║
╁─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─╆
╃─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─╄
║门│刚│粉│含│眠│到│贷│。│脑│呛│被│回│速│碾│睁│血│，│回║
║看│起│。│在│药│天│款│想│袋│得│刚│家│度│压│眼│，│太│家║
║４│床│　│嘴│吃│半│加│起│蒙│眼│装│。│爬│…│，│所│幸│的║
║辆│就│　│里│了│亮│利│房│到│泪│修│要│起│…│看│以│运│时║
║河│听│　│，│半│都│息│子│黑│直│完│睡│来│以│宝│躺│！│候║
║北│见│　│哦│瓶│没│，│还│心│流│的│觉│跑│史│马│着│得│被║
║唐│警│　│，│也│眯│辗│有│棉│，│赠│的│掉│无│调│不│让│宝║
║山│笛│　│是│没│。│转│四│被│只│品│时│。│前│回│动│丫│马║
║老│，│　│糯│用│找│反│十│子│好│甲│候│　│例│头│，│出│撞║
║大│开│　│米│，│安│侧│万│里│把│醛│，│　│的│来│一│点│倒║
╁─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─╆
╃─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─╄
║　│　│　│　│　│　│　│　│　│的│呢│弟│去│那│突│幸│伙│的║
║　│　│　│　│　│　│　│　│　│黑│，│了│，│头│然│好│，│军║
║　│　│　│　│　│　│　│　│　│砖│结│，│我│说│电│不│心│车║
║　│　│　│　│　│　│　│　│　│窑│果│我│电│：│话│是│里│呼║
║　│　│　│　│　│　│　│　│　│里│一│以│视│“│响│来│那│啸║
║　│　│　│　│　│　│　│　│　│…│看│为│上│二│起│找│个│而║
║　│　│　│　│　│　│　│　│　│…│是│是│看│蛋│，│我│美│去║
║　│　│　│　│　│　│　│　│　│　│在│非│见│，│接│！│啊│，║
║　│　│　│　│　│　│　│　│　│　│山│洲│你│赶│吧│︶│！│好║
║　│　│　│　│　│　│　│　│　│　│西│人│表│快│，│，│︵│家║
╁─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─╆
竖体字。。。。
]]></description>
			<content:encoded><![CDATA[<p>╃─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─╄<br />
║中│在│，│的│Ｘ│出│饿│人│的│，│几│三│的│，│再│超│早│中║<br />
║午│断│找│九│的│门│了│０│榨│夹│个│鹿│雀│给│用│标│上│国║<br />
║跟│桥│找│江│空│，│吃│５│菜│点│硫│三│巢│儿│发│的│醒│人║<br />
║同│的│白│大│气│深│︶│年│，│废│磺│聚│奶│子│臭│田│来│彪║<br />
║事│感│娘│桥│，│吸│，│的│包│旧│熏│氰│粉│冲│的│七│，│悍║<br />
║一│觉│子│上│到│一│吃│粽│里│油│白│胺│，│一│蓝│牙│先│的║<br />
║起│。│和│溜│断│口│饱│子│放│漆│了│奶│自│瓶│藻│膏│用│一║<br />
║到│　│许│溜│成│富│喝│︵│个│桶│的│粉│己│碘│水│刷│二│天║<br />
║肯│　│相│腿│两│含│足│上│安│里│馒│，│喝│超│洗│牙│甘│　║<br />
║德│　│公│儿│截│Ｐ│，│班│徽│腌│头│吃│杯│标│脸│，│醇│　║<br />
╁─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─╆</p>
<p>╃─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─╄<br />
║币│，│黑│算│点│０│上│残│辣│来│药│油│到│炒│见│午│了│基║<br />
║。│老│了│帐│含│倍│一│留│龙│一│催│炒│新│股│她│给│杯│吃║<br />
║　│板│，│的│甲│的│杯│的│虾│盘│大│的│开│炒│哭│朋│苯│顿║<br />
║　│又│还│时│醛│碧│重│清│，│臭│的│菜│的│赔│哭│友│超│苏║<br />
║　│找│不│候│的│螺│金│炒│还│水│香│，│菜│地│啼│打│标│丹║<br />
║　│回│打│１│啤│春│属│菠│有│沟│辣│来│馆│，│啼│电│的│红║<br />
║　│了│折│６│酒│茶│超│菜│个│捞│鳝│一│吃│约│，│话│可│炸║<br />
║　│一│︶│８│…│，│标│，│农│来│鱼│盘│顿│她│大│，│乐│鸡║<br />
║　│张│吉│︵│…│再│１│老│药│的│，│避│地│出│约│就│。│，║<br />
║　│假│利│太│，│喝│０│板│高│麻│再│孕│沟│来│是│听│下│喝║<br />
╁─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─╆</p>
<p>╃─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─╄<br />
║门│刚│粉│含│眠│到│贷│。│脑│呛│被│回│速│碾│睁│血│，│回║<br />
║看│起│。│在│药│天│款│想│袋│得│刚│家│度│压│眼│，│太│家║<br />
║４│床│　│嘴│吃│半│加│起│蒙│眼│装│。│爬│…│，│所│幸│的║<br />
║辆│就│　│里│了│亮│利│房│到│泪│修│要│起│…│看│以│运│时║<br />
║河│听│　│，│半│都│息│子│黑│直│完│睡│来│以│宝│躺│！│候║<br />
║北│见│　│哦│瓶│没│，│还│心│流│的│觉│跑│史│马│着│得│被║<br />
║唐│警│　│，│也│眯│辗│有│棉│，│赠│的│掉│无│调│不│让│宝║<br />
║山│笛│　│是│没│。│转│四│被│只│品│时│。│前│回│动│丫│马║<br />
║老│，│　│糯│用│找│反│十│子│好│甲│候│　│例│头│，│出│撞║<br />
║大│开│　│米│，│安│侧│万│里│把│醛│，│　│的│来│一│点│倒║<br />
╁─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─╆</p>
<p>╃─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─╄<br />
║　│　│　│　│　│　│　│　│　│的│呢│弟│去│那│突│幸│伙│的║<br />
║　│　│　│　│　│　│　│　│　│黑│，│了│，│头│然│好│，│军║<br />
║　│　│　│　│　│　│　│　│　│砖│结│，│我│说│电│不│心│车║<br />
║　│　│　│　│　│　│　│　│　│窑│果│我│电│：│话│是│里│呼║<br />
║　│　│　│　│　│　│　│　│　│里│一│以│视│“│响│来│那│啸║<br />
║　│　│　│　│　│　│　│　│　│…│看│为│上│二│起│找│个│而║<br />
║　│　│　│　│　│　│　│　│　│…│是│是│看│蛋│，│我│美│去║<br />
║　│　│　│　│　│　│　│　│　│　│在│非│见│，│接│！│啊│，║<br />
║　│　│　│　│　│　│　│　│　│　│山│洲│你│赶│吧│︶│！│好║<br />
║　│　│　│　│　│　│　│　│　│　│西│人│表│快│，│，│︵│家║<br />
╁─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─╆</p>
<p>竖体字。。。。</p>
]]></content:encoded>
			<wfw:commentRss>http://j.etwong.com/blog-58/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mod_zip mod_deflate 模块</title>
		<link>http://j.etwong.com/blog-12</link>
		<comments>http://j.etwong.com/blog-12#comments</comments>
		<pubDate>Wed, 11 Apr 2007 10:44:44 +0000</pubDate>
		<dc:creator>J.et wong</dc:creator>
				<category><![CDATA[杂杂杂]]></category>

		<guid isPermaLink="false">http://j.etwong.com/?p=12</guid>
		<description><![CDATA[apache安装
加装所有的模块，之后httpd.conf就会出现所有的模块，/apache2/modules/XXXX.so
加入:
AddOutputFilterByType DEFLATE text/html text/plain text/xml
参考：
http://blog.penner.cn/2007/04/04/apache2-mod_deflate.html
http://yskin.net/2006/11/use-mod_deflate.html
1251 &#8211; Client does not support authentication protocol requested by server;  consider upgrading MySQL client 的提示
目前已知解决方法：
先用root登录MYSQL服务器，执行
mysql&#62;set password for user1@"localhost"=old_password('yourPassword');
http://forum.lifetype.org.tw/index.php?PHPSESSID=4140f7fc5532f9115b1c2f21a0bcf70e&#38;topic=1854.0;prev_next=prev
http://www.osxcn.com/journal/mod_deflate-ob_gzhandler-zlib.html
]]></description>
			<content:encoded><![CDATA[<p>apache安装<br />
加装所有的模块，之后httpd.conf就会出现所有的模块，/apache2/modules/XXXX.so</p>
<p>加入:<br />
<code>AddOutputFilterByType DEFLATE text/html text/plain text/xml</code></p>
<p>参考：</p>
<p>http://blog.penner.cn/2007/04/04/apache2-mod_deflate.html</p>
<p>http://yskin.net/2006/11/use-mod_deflate.html</p>
<p>1251 &#8211; Client does not support authentication protocol requested by server;  consider upgrading MySQL client 的提示</p>
<p>目前已知解决方法：</p>
<p>先用root登录MYSQL服务器，执行</p>
<p><code>mysql&gt;set password for user1@"localhost"=old_password('yourPassword');</code></p>
<p><a href="http://forum.lifetype.org.tw/index.php?PHPSESSID=4140f7fc5532f9115b1c2f21a0bcf70e&amp;topic=1854.0;prev_next=prev"><font face="Courier New">http://forum.lifetype.org.tw/index.php?PHPSESSID=4140f7fc5532f9115b1c2f21a0bcf70e&amp;topic=1854.0;prev_next=prev</font></a></p>
<p><a href="http://www.osxcn.com/journal/mod_deflate-ob_gzhandler-zlib.html"><font face="Courier New">http://www.osxcn.com/journal/mod_deflate-ob_gzhandler-zlib.html</font></a></p>
]]></content:encoded>
			<wfw:commentRss>http://j.etwong.com/blog-12/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hello world!&amp;all</title>
		<link>http://j.etwong.com/blog-1</link>
		<comments>http://j.etwong.com/blog-1#comments</comments>
		<pubDate>Mon, 26 Mar 2007 16:06:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[杂杂杂]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello, It toke me  much time to establish this blog in my home computer.
终于把blog架到自己 家里来了，哇哈哈，终于不用在外面叫别人搞服务器了
总算是件好事。
在此谢谢
1.阿尔卡特，提供这伟大的SpeedTouch 500路由器猫让我来映射，也让大家能看到这个网页
2.谢谢redhat,当然提供光盘的小陈同学
3.最伟大的就是我的服务器了，尽管只有128内存。
以下为玉照


]]></description>
			<content:encoded><![CDATA[<p>Hello, It toke me  much time to establish this blog in my home computer.<br />
终于把blog架到自己 家里来了，哇哈哈，终于不用在外面叫别人搞服务器了</p>
<p>总算是件好事。</p>
<p>在此谢谢<br />
1.阿尔卡特，提供这伟大的SpeedTouch 500路由器猫让我来映射，也让大家能看到这个网页<br />
2.谢谢redhat,当然提供光盘的小陈同学<br />
3.最伟大的就是我的服务器了，尽管只有128内存。<br />
以下为玉照</p>
<p><a href='http://j.etwong.com/wp-content/uploads/2007/03/img_0042-.jpg' title='玉照2'><img src='http://j.etwong.com/wp-content/uploads/2007/03/img_0042-.jpg' alt='玉照2' /></a></p>
<p><a href='http://j.etwong.com/wp-content/uploads/2007/03/img_0041.jpg' title='玉照1'><img src='http://j.etwong.com/wp-content/uploads/2007/03/img_0041.jpg' alt='玉照1' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://j.etwong.com/blog-1/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
