<?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>Yuzifu Studio &#187; Transshipment</title>
	<atom:link href="http://blog.yuzifu.net/index.php/category/transshipment/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.yuzifu.net</link>
	<description>Welcome to Yuzifu&#039;s website!</description>
	<lastBuildDate>Sun, 05 Sep 2010 14:48:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>写出漂亮代码的七种方法</title>
		<link>http://blog.yuzifu.net/index.php/2008/12/%e5%86%99%e5%87%ba%e6%bc%82%e4%ba%ae%e4%bb%a3%e7%a0%81%e7%9a%84%e4%b8%83%e7%a7%8d%e6%96%b9%e6%b3%95/</link>
		<comments>http://blog.yuzifu.net/index.php/2008/12/%e5%86%99%e5%87%ba%e6%bc%82%e4%ba%ae%e4%bb%a3%e7%a0%81%e7%9a%84%e4%b8%83%e7%a7%8d%e6%96%b9%e6%b3%95/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 04:19:22 +0000</pubDate>
		<dc:creator>yuzifu</dc:creator>
				<category><![CDATA[Transshipment]]></category>

		<guid isPermaLink="false">http://blog.yuzifu.net/index.php/2008/12/%e5%86%99%e5%87%ba%e6%bc%82%e4%ba%ae%e4%bb%a3%e7%a0%81%e7%9a%84%e4%b8%83%e7%a7%8d%e6%96%b9%e6%b3%95/</guid>
		<description><![CDATA[1， 尽快结束 if语句。      2， 如果只是简单的布尔运算（逻辑运算），不要使用if语句。      3， 在适当的位置加入空白，这不但美观而且让读者易懂。      4， 不要使用无谓的注释。      5， 不要在源文件中留下已经删除的代码，哪怕你标注了。      6， 不要有太长的代码，一个比较理想的长度是控制在120个字符内。      7， 不要在一个功能（或者函数内）有超过35行的代码。
]]></description>
			<content:encoded><![CDATA[<p>1， 尽快结束 if语句。      <br />2， 如果只是简单的布尔运算（逻辑运算），不要使用if语句。      <br />3， 在适当的位置加入空白，这不但美观而且让读者易懂。      <br />4， 不要使用无谓的注释。      <br />5， 不要在源文件中留下已经删除的代码，哪怕你标注了。      <br />6， 不要有太长的代码，一个比较理想的长度是控制在120个字符内。      <br />7， 不要在一个功能（或者函数内）有超过35行的代码。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.yuzifu.net/index.php/2008/12/%e5%86%99%e5%87%ba%e6%bc%82%e4%ba%ae%e4%bb%a3%e7%a0%81%e7%9a%84%e4%b8%83%e7%a7%8d%e6%96%b9%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>程序员的九重境界</title>
		<link>http://blog.yuzifu.net/index.php/2008/10/%e7%a8%8b%e5%ba%8f%e5%91%98%e7%9a%84%e4%b9%9d%e9%87%8d%e5%a2%83%e7%95%8c/</link>
		<comments>http://blog.yuzifu.net/index.php/2008/10/%e7%a8%8b%e5%ba%8f%e5%91%98%e7%9a%84%e4%b9%9d%e9%87%8d%e5%a2%83%e7%95%8c/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 09:40:29 +0000</pubDate>
		<dc:creator>yuzifu</dc:creator>
				<category><![CDATA[Transshipment]]></category>

		<guid isPermaLink="false">http://blog.yuzifu.net/?p=163</guid>
		<description><![CDATA[第一重：     在哪本电脑杂志上看见软件工程师这个职业介绍，或者走在大街上看见某某软件培训机构鼓吹培训完就能年薪10万的广告，有些羡慕那些编程序的，自己有些蠢蠢欲动。
第二重：     用控制台或者说SDK之类的东西写了一个“HELLO WORLD!”,感觉编程这个东西，太简单没难度。
第三重：     学会了简单的使用某某工具例如VC，知道怎么利用工具创建对话框之类的东西了，认为自己已经有了“扎实”的基础，出去找工作四面碰壁之后感叹人心不古世态炎凉。
第四重：     以极低的要求找到工作，突然发现自己不会的实在是太多太多，不求甚解是无奈之举。这个阶段写代码写完之后主要是试，试的标准：“能运行就是成功，不能运行就是失败。”一个小模块写完之后被黑盒蹂躏几十次稀松平常。
<span class="readmore"><a href="http://blog.yuzifu.net/index.php/2008/10/%e7%a8%8b%e5%ba%8f%e5%91%98%e7%9a%84%e4%b9%9d%e9%87%8d%e5%a2%83%e7%95%8c/" title="程序员的九重境界" target="_blank">阅读全文——共756字</a></span>]]></description>
			<content:encoded><![CDATA[<p><strong><span><font color="#0000ff">第一重：</font> </span></strong>    <br />在哪本电脑杂志上看见软件工程师这个职业介绍，或者走在大街上看见某某软件培训机构鼓吹培训完就能年薪10万的广告，有些羡慕那些编程序的，自己有些蠢蠢欲动。</p>
<p><strong><span><font color="#0000ff">第二重：</font> </span></strong>    <br />用控制台或者说SDK之类的东西写了一个“HELLO WORLD!”,感觉编程这个东西，太简单没难度。</p>
<p><span><strong><font color="#0000ff">第三重：</font> </strong></span>    <br />学会了简单的使用某某工具例如VC，知道怎么利用工具创建对话框之类的东西了，认为自己已经有了“扎实”的基础，出去找工作四面碰壁之后感叹人心不古世态炎凉。</p>
<p><span><strong><font color="#0000ff">第四重：</font> </strong></span>    <br />以极低的要求找到工作，突然发现自己不会的实在是太多太多，不求甚解是无奈之举。这个阶段写代码写完之后主要是试，试的标准：“能运行就是成功，不能运行就是失败。”一个小模块写完之后被黑盒蹂躏几十次稀松平常。</p>
<p><span><strong><font color="#0000ff">第五重：</font></strong></span>    <br />突然意识到不能再瞎干了，于是知道了如何规范的写代码，尽力的把代码写的短小精悍，看一堆关于算法的书，并且会把自己的或者别人的优秀代码分门别类存起来，以便经常参考使用。</p>
<p><span><strong><font color="#0000ff">第六重：</font> </strong></span>    <br />做的时间越长，发现自己不会的越来越多，每每遇到不太理解的必然刨根问底，写完一段代码，一定仔仔细细把程序研究个透，不让他出现一点泄漏一点警告才罢休，以挑战白盒作为乐趣。</p>
<p><span><strong><font color="#0000ff">第七重：</font></strong></span>    <br />把各种工具研究个稀巴烂，即使一个全新的语言或者工具，也能在半个月之内熟练使用，这个时候，仍然认为自己距离高手还有很大差距，遇到新手来公司面试，很惊讶这些人居然连怎么操作内存都不会就敢出来混了?</p>
<p><span><strong><font color="#0000ff">第八重：</font></strong></span>    <br />把编程工具用烦了，开始喜欢控制台或者说SDK，纯粹的API编程变成了自己的最大乐趣。</p>
<p><span><strong><font color="#0000ff">第九重：</font></strong></span>    <br />在电脑杂志上看见软件工程师的职业介绍，或者走在大街上看见某某软件培训机构鼓吹培训完就能年薪10万的广告，想对后来人说些什么却终究发现无话可说，只好一笑而过。</p>
<p>第一重到第四重，需要努力，第五重到第六重，需要悟性，想到第九重，需要智商和福缘。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.yuzifu.net/index.php/2008/10/%e7%a8%8b%e5%ba%8f%e5%91%98%e7%9a%84%e4%b9%9d%e9%87%8d%e5%a2%83%e7%95%8c/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>知识点</title>
		<link>http://blog.yuzifu.net/index.php/2008/09/%e7%9f%a5%e8%af%86%e7%82%b9/</link>
		<comments>http://blog.yuzifu.net/index.php/2008/09/%e7%9f%a5%e8%af%86%e7%82%b9/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 15:26:35 +0000</pubDate>
		<dc:creator>yuzifu</dc:creator>
				<category><![CDATA[Note]]></category>
		<category><![CDATA[Transshipment]]></category>

		<guid isPermaLink="false">http://blog.yuzifu.net/?p=148</guid>
		<description><![CDATA[【四大名绣】苏绣〖苏州〗、湘绣〖湖南〗、蜀绣〖四川〗、广绣〖广东〗 
【四大名扇】檀香扇〖江苏〗、火画扇〖广东〗、竹丝扇〖四川〗、绫绢扇〖浙江〗 
【四大名花】牡丹〖山东菏泽〗、水仙〖福建漳州〗、菊花〖浙江杭州〗、山茶〖云南昆明〗 
【十大名茶】西湖龙井〖浙江杭州西湖区〗、碧螺春〖江苏吴县太湖的洞庭山碧螺峰〗、信阳毛尖〖河南信阳车云山〗、君山银针〖湖南岳阳君山〗、六安瓜片〖安徽六安和金寨两县的齐云山〗、黄山毛峰〖安徽歙县黄山〗、祁门红茶〖安徽祁门县〗、都匀毛尖〖贵州都匀县〗、铁观音〖福建安溪县〗、武夷岩茶〖福建崇安县〗 
<span class="readmore"><a href="http://blog.yuzifu.net/index.php/2008/09/%e7%9f%a5%e8%af%86%e7%82%b9/" title="知识点" target="_blank">阅读全文——共3909字</a></span>]]></description>
			<content:encoded><![CDATA[<p>【四大名绣】苏绣〖苏州〗、湘绣〖湖南〗、蜀绣〖四川〗、广绣〖广东〗 </p>
<p>【四大名扇】檀香扇〖江苏〗、火画扇〖广东〗、竹丝扇〖四川〗、绫绢扇〖浙江〗 </p>
<p>【四大名花】牡丹〖山东菏泽〗、水仙〖福建漳州〗、菊花〖浙江杭州〗、山茶〖云南昆明〗 </p>
<p>【十大名茶】西湖龙井〖浙江杭州西湖区〗、碧螺春〖江苏吴县太湖的洞庭山碧螺峰〗、信阳毛尖〖河南信阳车云山〗、君山银针〖湖南岳阳君山〗、六安瓜片〖安徽六安和金寨两县的齐云山〗、黄山毛峰〖安徽歙县黄山〗、祁门红茶〖安徽祁门县〗、都匀毛尖〖贵州都匀县〗、铁观音〖福建安溪县〗、武夷岩茶〖福建崇安县〗 </p>
<p>【扑克人物】 <br />
黑桃J：查尔斯一世的侍从，丹麦人霍克拉　　 <br />
红桃J：查尔斯七世的宫廷随从拉海亚 <br />
梅花J：亚瑟王的著名骑士兰斯洛特 <br />
方块J：查尔斯一世的侍从罗兰 <br />
黑桃Q：帕拉斯o阿西纳，古希腊神话中智慧与战争女神 <br />
红桃Q：朱尔斯，德国人，查尔斯一世的妻子 <br />
梅花Q：英国的兰开斯特王族的约克王后 <br />
方块Q：是《圣经o旧约》中的约瑟夫的妹妹，莱克尔皇后 <br />
黑桃K：戴维，公元前10世纪的以色列国王索洛蒙的父亲，擅长弹奏竖琴 <br />
红桃K：查尔斯一世，弗兰克国王沙勒曼 <br />
梅花K：马其顿国的亚历山大大帝，最早go-vern-ment世界 <br />
方块K：罗马名将和政治家朱亚斯o西泽，罗马统一后成为独裁统治者 </p>
<p>【十二生肖】 <br />
〖中国〗子鼠、丑牛、寅虎、卯兔、辰龙、巳蛇、午马、未羊、申猴、酉鸡、戌狗、亥猪 <br />
〖埃及〗牝牛、山羊、狮子、驴、蟹、蛇犬、猫、鳄、红鹤、猿、鹰 <br />
〖法国〗摩羯、宝瓶、双鱼、白羊、金牛、双子、巨蟹、狮子、室女、天秤、天蝎、人马 <br />
〖印度〗招杜罗神的鼠、毗羯罗神的牛、宫毗罗神的狮、伐折罗神的兔、迷立罗神的龙、安底罗神的蛇、安弥罗神的马、珊底罗神的羊、因达罗神的猴、波夷罗神的金翅鸟、摩虎罗神的狗、和真达罗神的猪， </p>
<p>【年龄称谓】 <br />
襁褓：未满周岁的婴儿 <br />
孩提：指2——3岁的儿童 <br />
垂髫：指幼年儿童（又叫“总角”） <br />
豆蔻：指女子十三岁 <br />
及笄：指女子十五岁 <br />
加冠：指男子二十岁（又“弱冠”） <br />
而立之年：指三十岁 <br />
不惑之年：指四十岁 <br />
知命之年：指五十岁（又“知天命”、“半百”） <br />
花甲之年：指六十岁 <br />
古稀之年：指七十岁 <br />
耄耋之年：指八、九十岁 <br />
期颐之年：一百岁 </p>
<p>【古代主要节日】 <br />
元日：正月初一，一年开始。 <br />
人日：正月初七，主小孩。 <br />
上元：正月十五，张灯为戏，又叫“灯节” <br />
社日：春分前后，祭祀祈祷农事。 <br />
寒食：清明前两日，禁火三日（吴子胥） <br />
清明：四月初，扫墓、祭祀。 <br />
端午：五月初五，吃粽子，划龙（屈原） <br />
七夕：七月初七，妇女乞巧（牛郎织女） <br />
中元：七月十五，祭祀鬼神，又叫“鬼节” <br />
中秋：八月十五，赏月，思乡 <br />
重阳：九月初九，登高，插茱萸免灾 <br />
冬至：又叫“至日”，节气的起点。 <br />
腊日：腊月初八，喝“腊八粥” <br />
除夕：一年的最后一天的晚上，初旧迎新 </p>
<p>【婚姻周年】第1年§纸婚、第2年§棉婚、第3年§皮革婚、第4年§水果婚、第5年§木婚、第6年§铁婚、第7年§铜婚、第8年§陶婚、第9年§柳婚、第10年§铝婚、第11年§钢婚、第12年§丝婚、第13年§丝带婚、第14年§象牙婚、第15年§水晶婚、第20年§瓷婚、第25年§银婚、第30年§珍珠婚、第35年§珊瑚婚、第40年§红宝石婚、第45年§蓝宝石婚、第50年§金婚、第55年§绿宝石婚、第60年§钻石婚、第70年§白金婚 </p>
<p>【科举职官】〖乡试〗：录取者称为&#8221;举人&#8221;，第一名称为&#8221;解元&#8221;、〖会试〗：录取者称为&#8221;贡生&#8221;，第一名称为&#8221;会元&#8221;、〖殿试〗：录取者称为&#8221;进士&#8221;，第一名称为&#8221;状元&#8221;，第二名为&#8221;榜眼&#8221;，第三名为&#8221;探花&#8221; </p>
<p>【四书】《论语》、《中庸》、《大学》、《孟子》 </p>
<p>【五经】《诗经》、《尚书》、《礼记》、《易经》、《春秋》 </p>
<p>【八股文】破题、承题、起讲、入手、起股、中股、后股、束股 </p>
<p>【六子全书】《老子》、《庄子》、《列子》、《荀子》、《扬子法言》、《文中子中说》 </p>
<p>【汉字六书】象形、指事、形声、会意、转注、假借 </p>
<p>【书法九势】落笔、转笔、藏峰、藏头、护尾、疾势、掠笔、涩势、横鳞竖勒 </p>
<p>【竹林七贤】嵇康、刘伶、阮籍、山涛、阮咸、向秀、王戎 </p>
<p>【饮中八仙】李白、贺知章、李适之、李琎、崔宗之、苏晋、张旭、焦遂 </p>
<p>【蜀之八仙】容成公、李耳、董促舒、张道陵、严君平、李八百、范长生、尔朱先生 </p>
<p>【扬州八怪】郑板桥、汪士慎、李鱓、黄慎、金农、高翔、李方鹰、罗聘 </p>
<p>【北宋四大家】黄庭坚、欧阳修、苏轼、王安石 </p>
<p>【唐宋古文八大家】韩愈、柳宗元、欧阳修、苏洵、苏轼、苏辙、王安石、曾巩 </p>
<p>【十三经】《易经》、《诗经》、《尚书》、《礼记》、《仪礼》、《公羊传》、《榖梁传》、《左传》、《孝经》、《论语》、《尔雅》、《孟子》 </p>
<p>【四大民间传说】《牛郎织女》、《孟姜女》、《梁山伯与祝英台》、《白蛇与许仙》 </p>
<p>【四大文化遗产】《明清档案》、《殷墟甲骨》、《居延汉简》、《敦煌经卷》 </p>
<p>【元代四大戏剧】关汉卿《窦娥冤》、王实甫《西厢记》、汤显祖《牡丹亭》、洪升《长生殿》 </p>
<p>【晚清四大谴责小说】李宝嘉《官场现形记》、吴沃尧《二十年目睹之怪现状》、刘鹗《老残游记》、曾朴《孽海花》 </p>
<p>【莎士比亚四大悲剧】《汉姆莱特》、《李尔王》、《麦克白》、《奥赛罗》 </p>
<p>【五彩】青、黄、赤、白、黑 </p>
<p>【五音】宫、商、角、徵、羽 </p>
<p>【七宝】金、银、琉璃、珊瑚、砗磲、珍珠、玛瑙 </p>
<p>【九宫】正宫、中吕宫、南吕宫、仙吕宫、黄钟宫、大面调、双调、商调、越调 </p>
<p>【七大艺术】绘画、音乐、雕塑、戏剧、文学、建筑、电影 </p>
<p>【四大名瓷窑】河北的瓷州窑、浙江的龙泉窑、江西的景德镇窑、福建的德化窑 </p>
<p>【四大名旦】梅兰芳、程砚秋、尚小云、荀慧生 </p>
<p>【六礼】冠、婚、丧、祭、乡饮酒、相见 </p>
<p>【六艺】礼、乐、射、御、书、数 </p>
<p>【六义】风、赋、比、兴、雅、颂 </p>
<p>【八旗】镶黄、正黄、镶白、正白、镶红、正红、镶蓝、正蓝 </p>
<p>【十恶】谋反、谋大逆、谋叛、谋恶逆、不道、大不敬、不孝、不睦、不义、内乱 </p>
<p>【九流】儒家、道家、阴阳家、法家、名家、墨家、纵横家、杂家、农家 </p>
<p>【三山】安徽黄山、江西庐山、浙江雁荡山 </p>
<p>【五岭】越城岭、都庞岭、萌诸岭、骑田岭、大庾岭 </p>
<p>【五岳】〖中岳〗河南嵩山、〖东岳〗山东泰山、〖西岳〗陕西华山、〖南岳〗湖南衡山、〖北岳〗山西恒山 </p>
<p>【五湖】鄱阳湖〖江西〗、洞庭湖〖湖南〗、太湖〖江苏〗、洪泽湖〖江苏〗、巢湖〖安徽〗 </p>
<p>【四海】渤海、黄海、东海、南海 </p>
<p>【四大名桥】广济桥、赵州桥、洛阳桥、卢沟桥 </p>
<p>【四大名园】颐和园〖北京〗、避暑山庄〖河北承德〗、拙政园〖江苏苏州〗、留园〖江苏苏州〗 </p>
<p>【四大名刹】灵岩寺〖山东长清〗、国清寺〖浙江天台〗、玉泉寺〖湖北江陵〗、栖霞寺〖江苏南京〗 </p>
<p>【四大名楼】岳阳楼〖湖南岳阳〗、黄鹤楼〖湖北武汉〗、滕王阁〖江西南昌〗、大观楼〖云南昆明〗 </p>
<p>【四大名亭】醉翁亭〖安徽滁县〗、陶然亭〖北京先农坛〗、爱晚亭〖湖南长沙〗、湖心亭〖杭州西湖〗 </p>
<p>【四大古镇】景德镇〖江西〗、佛山镇〖广东〗、汉口镇〖湖北〗、朱仙镇〖河南〗 </p>
<p>【四大碑林】西安碑林〖陕西西安〗、孔庙碑林〖山东曲阜〗、地震碑林〖四川西昌〗、南门碑林〖台湾高雄〗 </p>
<p>【四大名塔】嵩岳寺塔〖河南登封嵩岳寺〗、飞虹塔〖山西洪洞广胜寺〗、释迦塔〖山西应县佛宫寺〗、千寻塔〖云南大理崇圣寺〗 </p>
<p>【四大石窟】莫高窟〖甘肃敦煌〗、云岗石窟〖山西大同〗、龙门石窟〖河南洛阳〗、麦积山石窟〖甘肃天水〗 </p>
<p>【四大书院】白鹿洞书院〖江西庐山〗、岳麓书院〖湖南长沙〗、嵩阳书院〖河南嵩山〗、应天书院〖河南商丘〗 </p>
<p>【四大佛教名山】浙江普陀山〖观音菩萨〗、山西五台山〖文殊菩萨〗、四川峨眉山〖普贤菩萨〗、安徽九华山〖地藏王菩萨〗 </p>
<p>【四大道教名山】湖北武当山、江西龙虎山、安徽齐云山、四川青城山 </p>
<p>【五行】金、木、水、火、土 </p>
<p>【八卦】乾〖天〗、坤〖地〗、震〖雷〗、巽〖风〗、坎〖水〗、离〖火〗、艮〖山〗、兑〖沼〗 </p>
<p>【三皇】伏羲、女娲、神农 </p>
<p>【五帝】太皞、炎帝、黄帝、少皞、颛顼 </p>
<p>【三教】儒教、道教、佛教 </p>
<p>【三清】元始天尊〖清微天玉清境〗、灵宝天尊〖禹余天上清境〗、道德天尊〖大赤天太清境〗 </p>
<p>【四御】昊天金阙无上至尊玉皇大帝、中天紫微北极大帝、勾陈上宫天后皇大帝、承天效法土皇地祗 </p>
<p>【八仙】铁拐李、钟离权、张果老、吕洞宾、何仙姑、蓝采和、韩湘子、曹国舅 </p>
<p>【十八罗汉】布袋罗汉、长眉罗汉、芭蕉罗汉、沉思罗汉、伏虎罗汉、过江罗汉、欢喜罗汉、降龙罗汉、静坐罗汉、举钵罗汉、开心罗汉、看门罗汉、骑象罗汉、探手罗汉、托塔罗汉、挖耳罗汉、笑狮罗汉、坐鹿罗汉 </p>
<p>【十八层地狱】[第一层]泥犁地狱、[第二层]刀山地狱、[第三层]沸沙地狱、[第四层]沸屎地狱、[第五层]黑身地狱、[第六层]火车地狱、[第七层]镬汤地狱、[第八层]铁床地狱、[第九层]盖山地狱、[第十层]寒冰地狱、[第十一层]剥皮地狱、[第十二层]畜生地狱、[第十三层]刀兵地狱、[第十四层]铁磨地狱、[第十五层]寒冰地狱、[第十六层]铁册地狱、[第十七层]蛆虫地狱、[第十八层]烊铜地狱 </p>
<p>【五脏】心、肝、脾、肺、肾 </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://blog.yuzifu.net/index.php/2008/09/%e7%9f%a5%e8%af%86%e7%82%b9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>脱口而出的100个经典英语句子</title>
		<link>http://blog.yuzifu.net/index.php/2008/07/%e8%84%b1%e5%8f%a3%e8%80%8c%e5%87%ba%e7%9a%84100%e4%b8%aa%e7%bb%8f%e5%85%b8%e8%8b%b1%e8%af%ad%e5%8f%a5%e5%ad%90/</link>
		<comments>http://blog.yuzifu.net/index.php/2008/07/%e8%84%b1%e5%8f%a3%e8%80%8c%e5%87%ba%e7%9a%84100%e4%b8%aa%e7%bb%8f%e5%85%b8%e8%8b%b1%e8%af%ad%e5%8f%a5%e5%ad%90/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 08:58:54 +0000</pubDate>
		<dc:creator>yuzifu</dc:creator>
				<category><![CDATA[Transshipment]]></category>

		<guid isPermaLink="false">http://blog.yuzifu.net/index.php/2008/07/17/%e8%84%b1%e5%8f%a3%e8%80%8c%e5%87%ba%e7%9a%84100%e4%b8%aa%e7%bb%8f%e5%85%b8%e8%8b%b1%e8%af%ad%e5%8f%a5%e5%ad%90/</guid>
		<description><![CDATA[Any day will do? 哪一天都可以？
Any messages for me? 有我的留言吗？
Are you by yourself? 你一个人来吗？
All right with you? 你没有问题吧？
<span class="readmore"><a href="http://blog.yuzifu.net/index.php/2008/07/%e8%84%b1%e5%8f%a3%e8%80%8c%e5%87%ba%e7%9a%84100%e4%b8%aa%e7%bb%8f%e5%85%b8%e8%8b%b1%e8%af%ad%e5%8f%a5%e5%ad%90/" title="脱口而出的100个经典英语句子" target="_blank">阅读全文——共2479字</a></span>]]></description>
			<content:encoded><![CDATA[<p>Any day will do? 哪一天都可以？</p>
<p>Any messages for me? 有我的留言吗？</p>
<p>Are you by yourself? 你一个人来吗？</p>
<p>All right with you? 你没有问题吧？</p>
<p>Are you free tomorrow? 明天有空吗？</p>
<p>Are you kidding me? 你在跟我开玩笑吧？</p>
<p>As soon as possible! 尽可能快！</p>
<p>Back in a moment! 马上回来！</p>
<p>Believe it or not! 信不信由你！</p>
<p>Better luck next time! 下次会更好！</p>
<p>Boy will be boys 本性难移！</p>
<p>Come to the point! 有话直说！</p>
<p>Do you accept plastic? 收不收行用卡？</p>
<p>Does it keep long? 可以保存吗？</p>
<p>Don&#8217;t be so fussy! 别挑剔了！</p>
<p>Don&#8217;t fall for it! 不要上当！</p>
<p>Don&#8217;t get me wrong! 你搞错了！</p>
<p>Don&#8217;t give me that! 少来这套！</p>
<p><span id="more-135"></span></p>
<p>Don&#8217;t let me down! 别让我失望！</p>
<p>Don&#8217;t lose your head! 别乐昏了头！</p>
<p>Don&#8217;t over do it! 别做过头了！</p>
<p>Don&#8217;t sit there daydreaming! 别闲着做白日梦！</p>
<p>Don&#8217;t stand on ceremony! 别太拘束！</p>
<p>Drop me a line! 要写信给我！</p>
<p>Easy come easy go! 来得容易去得也快！</p>
<p>First come first served! 先到先得！</p>
<p>Get a move on! 快点吧！</p>
<p>Get off my back! 不要嘲笑我！</p>
<p>Give him the works! 给他点教训！</p>
<p>Give me a break! 饶了我吧！</p>
<p>Give me a hand! 帮我一个忙！</p>
<p>Great minds think alike! 英雄所见略同！</p>
<p>I&#8217;ll treat you to lunch. 午餐我请你！</p>
<p>In one ear, out the other ear. 一耳进，一耳出！</p>
<p>I&#8217;m spaced-out! 我开小差了！</p>
<p>I beg your pardon! 请你再说一遍！</p>
<p>I can&#8217;t afford that! 我付不起！</p>
<p>I can&#8217;t follow you! 我不懂你说的！</p>
<p>I can&#8217;t help it! 我情不自禁！</p>
<p>I couldn&#8217;t reach him! 我联络不上他！</p>
<p>I cross my heart! 我发誓是真的！</p>
<p>I don&#8217;t mean it! 我不是故意的！</p>
<p>I feel very miserable! 我好沮丧！</p>
<p>I have no choice! 我别无选择了！</p>
<p>I watch my money! 视财如命！</p>
<p>I&#8217;ll be in touch! 保持联络！</p>
<p>I&#8217;ll check it out! 我去看看！</p>
<p>I&#8217;ll show you around! 我带你四处逛逛！</p>
<p>I&#8217;ll see to it! 我会留意的！</p>
<p>I&#8217;m crazy for you! 我为你疯狂！</p>
<p>You make me jump! 你下了我一跳！</p>
<p>Make up your mind. 作个决定吧！</p>
<p>Make yourself at home! 就当在家一样！</p>
<p>My mouth is watering! 我要流口水了！</p>
<p>Never heard of it! 没听说过！</p>
<p>Nice talking to you! 很高兴和你聊天！</p>
<p>No doubt about it! 勿庸置疑！</p>
<p>No pain no gain! 不经一事，不长一智！</p>
<p>None of your business! 要你管？</p>
<p>There is nothing on your business! 这没你的事！</p>
<p>Now you are really talking! 说得对！</p>
<p>Please don&#8217;t rush me! 请不要吹促我！</p>
<p>Please keep me informed! 请一定要通知我！</p>
<p>She looks blue today. 她今天很忧郁！</p>
<p>She is under the weather. 她心情不好！</p>
<p>So far, so good. 过得去。</p>
<p>Speaking of the devil! 一说曹操，曹操就到！</p>
<p>Stay away from me! 离我远一点！</p>
<p>Stay on the ball! 集中注意力！</p>
<p>That makes no difference. 不都一样吗？</p>
<p>That&#8217;s a touchy issue! 这是个辣手得问题！</p>
<p>That&#8217;s always the case! 习以为常！</p>
<p>That&#8217;s going too far! 这太离谱了！</p>
<p>That&#8217;s more like that! 这才像话嘛！</p>
<p>The answer is zero! 白忙了！</p>
<p>The dice is cast! 已成定局了！</p>
<p>The same as usual! 一如既往！</p>
<p>The walls have ears! 隔墙有耳！</p>
<p>There you go again! 你又来了！</p>
<p>Time is running out! 没有时间了！</p>
<p>We better get going! 最好马上就走！</p>
<p>We&#8217;ll discuss it later! 回头再说吧！</p>
<p>We&#8217;ll find out shortly! 我们很快就知道了！</p>
<p>We are all for it! 我们全都赞成！</p>
<p>We&#8217;ve been expecting you! 我们正等着你呢！</p>
<p>What a good deal! 真便宜！</p>
<p>What a let down! 真令人失望！</p>
<p>What do you figure? 你有什么想法？</p>
<p>What happened to you? 你怎么了？</p>
<p>What should I do? 我应该怎样做？</p>
<p>What&#8217;s would you recommend? 你有何意见？</p>
<p>what&#8217;s come over you? 你怎么了？</p>
<p>What&#8217;s it to you? 这跟你有关吗？</p>
<p>What&#8217;s on your mind? 你在想什么？</p>
<p>Which would you prefer? 你要选哪个？</p>
<p>Wouldn&#8217;t you say so? 你说不是这样吗？</p>
<p>You are most understanding! 你真体贴！</p>
<p>You asked for it! 你自讨苦吃！</p>
<p>You can&#8217;t be serious! 你不是认真的吧？</p>
<p>You can&#8217;t miss it! 你不可能找不到的！</p>
<p>You have my word! 我保证！</p>
<p>You must be joking! 你在开玩笑！</p>
<p>You set me up! 你出卖我！</p>
<p>You want a bet? 你敢赌吗？</p>
<p>You are pulling my leg! 你在开我玩笑吧！</p>
<p>You won&#8217;t be lonesome! 你不会寂寞的！</p>
<p>You&#8217;ve got the picture? 你明白了吗？</p>
<p>are really killing me! 真是笑死我了！</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.yuzifu.net/index.php/2008/07/%e8%84%b1%e5%8f%a3%e8%80%8c%e5%87%ba%e7%9a%84100%e4%b8%aa%e7%bb%8f%e5%85%b8%e8%8b%b1%e8%af%ad%e5%8f%a5%e5%ad%90/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>修改Oracle XE的并发数</title>
		<link>http://blog.yuzifu.net/index.php/2008/07/%e4%bf%ae%e6%94%b9oracle-xe%e7%9a%84%e5%b9%b6%e5%8f%91%e6%95%b0/</link>
		<comments>http://blog.yuzifu.net/index.php/2008/07/%e4%bf%ae%e6%94%b9oracle-xe%e7%9a%84%e5%b9%b6%e5%8f%91%e6%95%b0/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 07:04:46 +0000</pubDate>
		<dc:creator>yuzifu</dc:creator>
				<category><![CDATA[Management]]></category>
		<category><![CDATA[Transshipment]]></category>

		<guid isPermaLink="false">http://blog.yuzifu.net/index.php/2008/07/04/%e4%bf%ae%e6%94%b9oracle-xe%e7%9a%84%e5%b9%b6%e5%8f%91%e6%95%b0/</guid>
		<description><![CDATA[在数据库服务器上运行 sqlplus system/password@xe (其中 system 是数据库用户无需改变；password 是数据库密码应指定为实际密码；xe 是数据库实例名称) ，然后执行：
alter system set session_cached_cursors=200 scope=spfile;alter system set session_max_open_files=200 scope=spfile;alter system set sessions=20 scope=spfile;alter system set license_max_sessions=200 scope=spfile;alter system set license_sessions_warning=200 scope=spfile;alter system set processes=200 scope=spfile;
<span class="readmore"><a href="http://blog.yuzifu.net/index.php/2008/07/%e4%bf%ae%e6%94%b9oracle-xe%e7%9a%84%e5%b9%b6%e5%8f%91%e6%95%b0/" title="修改Oracle XE的并发数" target="_blank">阅读全文——共620字</a></span>]]></description>
			<content:encoded><![CDATA[<p>在数据库服务器上运行 sqlplus system/password@<strong>xe</strong> (其中 system 是数据库用户无需改变；password 是数据库密码应指定为实际密码；<strong>xe</strong> 是数据库实例名称) ，然后执行：
<p>alter system set session_cached_cursors=200 scope=spfile;<br />alter system set session_max_open_files=200 scope=spfile;<br />alter system set sessions=20 scope=spfile;<br />alter system set license_max_sessions=200 scope=spfile;<br />alter system set license_sessions_warning=200 scope=spfile;<br />alter system set processes=200 scope=spfile;
<p>执行后，重启 Oracle <strong>XE</strong> 数据库实例即可。要重启 Oracle <strong>XE</strong> 数据库实例：
<p>1. 如安装于 Windows 上，先运行 net stop oracleservicexe，再运行 net start oracleservicexe 即可。也可通过“服务”管理控制台重启 OracleServiceXE 服务。<br />2. 如安装于 Linux 上，先运行 /etc/init.d/oracle-<strong>xe</strong> stop，再运行 /etc/init.d/oracle-<strong>xe</strong> start 即可。
<p>此时，可以支持 179 个额外的连接会话。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.yuzifu.net/index.php/2008/07/%e4%bf%ae%e6%94%b9oracle-xe%e7%9a%84%e5%b9%b6%e5%8f%91%e6%95%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java在Ubuntu 8.04下乱码的处理</title>
		<link>http://blog.yuzifu.net/index.php/2008/05/java%e5%9c%a8ubuntu-804%e4%b8%8b%e4%b9%b1%e7%a0%81%e7%9a%84%e5%a4%84%e7%90%86/</link>
		<comments>http://blog.yuzifu.net/index.php/2008/05/java%e5%9c%a8ubuntu-804%e4%b8%8b%e4%b9%b1%e7%a0%81%e7%9a%84%e5%a4%84%e7%90%86/#comments</comments>
		<pubDate>Thu, 22 May 2008 07:01:11 +0000</pubDate>
		<dc:creator>yuzifu</dc:creator>
				<category><![CDATA[Transshipment]]></category>
		<category><![CDATA[Unix/Linux]]></category>

		<guid isPermaLink="false">http://blog.yuzifu.net/index.php/2008/05/22/java%e5%9c%a8ubuntu-804%e4%b8%8b%e4%b9%b1%e7%a0%81%e7%9a%84%e5%a4%84%e7%90%86/</guid>
		<description><![CDATA[在ubuntu 8.04里安装java后，会发现所有java的gui都会乱码，这是因为在ubuntu 8.04里uming.ttf变成了uming.ttc，而ubuntu里java默认的中文字体就是uming.ttf，所以只要获得它就可以了，比如：
sudo ln -s /usr/share/fonts/truetype/arphic/uming.ttc&#160; \/usr/share/fonts/truetype/arphic/uming.ttf
]]></description>
			<content:encoded><![CDATA[<p>在ubuntu 8.04里安装java后，会发现所有java的gui都会乱码，这是因为在ubuntu 8.04里uming.ttf变成了uming.ttc，而ubuntu里java默认的中文字体就是uming.ttf，所以只要获得它就可以了，比如：</p>
<blockquote><p><font color="#ff00ff">sudo ln -s /usr/share/fonts/truetype/arphic/uming.ttc&nbsp; \<br />/usr/share/fonts/truetype/arphic/uming.ttf</font></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.yuzifu.net/index.php/2008/05/java%e5%9c%a8ubuntu-804%e4%b8%8b%e4%b9%b1%e7%a0%81%e7%9a%84%e5%a4%84%e7%90%86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Live Writer for Windows 2003</title>
		<link>http://blog.yuzifu.net/index.php/2008/04/live-writer-for-windows-2003/</link>
		<comments>http://blog.yuzifu.net/index.php/2008/04/live-writer-for-windows-2003/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 06:12:05 +0000</pubDate>
		<dc:creator>yuzifu</dc:creator>
				<category><![CDATA[Transshipment]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.yuzifu.net/index.php/2008/04/23/live-writer-for-windows-2003/</guid>
		<description><![CDATA[Find an Windows XP machine (WMWare if I say) and install WLW using the downloaded installer (WLInstaller.exe) 
Copy C:\Program Files\Common Files\WindowsLiveInstaller\MsiSources\Install_{9176251A-4CC1-4DDB-B343-B487195EB397}.msi to your Windows Server 2003 machine 
Double click the msi and finish installation
]]></description>
			<content:encoded><![CDATA[<ol>
<li>Find an Windows XP machine (WMWare if I say) and install WLW using the downloaded installer (WLInstaller.exe) </li>
<li>Copy C:\Program Files\Common Files\WindowsLiveInstaller\MsiSources\Install_{9176251A-4CC1-4DDB-B343-B487195EB397}.msi to your Windows Server 2003 machine </li>
<li>Double click the msi and finish installation </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.yuzifu.net/index.php/2008/04/live-writer-for-windows-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>打开 Oracle*Terminal 文件 fmrweb 错误</title>
		<link>http://blog.yuzifu.net/index.php/2007/12/%e6%89%93%e5%bc%80-oracleterminal-%e6%96%87%e4%bb%b6-fmrweb-%e9%94%99%e8%af%af/</link>
		<comments>http://blog.yuzifu.net/index.php/2007/12/%e6%89%93%e5%bc%80-oracleterminal-%e6%96%87%e4%bb%b6-fmrweb-%e9%94%99%e8%af%af/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 09:47:05 +0000</pubDate>
		<dc:creator>yuzifu</dc:creator>
				<category><![CDATA[ERP]]></category>
		<category><![CDATA[Transshipment]]></category>
		<category><![CDATA[Unix/Linux]]></category>

		<guid isPermaLink="false">http://blog.yuzifu.net/index.php/2007/12/20/%e6%89%93%e5%bc%80-oracleterminal-%e6%96%87%e4%bb%b6-fmrweb-%e9%94%99%e8%af%af/</guid>
		<description><![CDATA[Copy UTF8 resource file fmrweb_utf8.res to fmrweb.res. Make a
backup copy of fmrweb.res and replace it with fmrweb_utf8.res for
each active language. For example, UNIX users who have German
Applications installed, would do the following in their 8.0.6
<span class="readmore"><a href="http://blog.yuzifu.net/index.php/2007/12/%e6%89%93%e5%bc%80-oracleterminal-%e6%96%87%e4%bb%b6-fmrweb-%e9%94%99%e8%af%af/" title="打开 Oracle*Terminal 文件 fmrweb 错误" target="_blank">阅读全文——共918字</a></span>]]></description>
			<content:encoded><![CDATA[<p>Copy UTF8 resource file fmrweb_utf8.res to fmrweb.res. Make a<br />
backup copy of fmrweb.res and replace it with fmrweb_utf8.res for<br />
each active language. For example, UNIX users who have German<br />
Applications installed, would do the following in their 8.0.6<br />
ORACLE_HOME:</p>
<p>$ cd $ORACLE_HOME/forms60/admin/resource/ZHS<br />
$ cp fmrweb.res fmrweb.res.bak<br />
$ cp fmrweb_utf8.res fmrweb.res<br />
$ cp fmrpcweb.res fmrpcweb.res.bak<br />
$ cp fmrpcweb_utf8.res fmrpcweb.res<br />
$ cd $ORACLE_HOME/forms60/admin/resource/ZHT<br />
$ cp fmrweb.res fmrweb.res.bak<br />
$ cp fmrweb_utf8.res fmrweb.res<br />
$ cp fmrpcweb.res fmrpcweb.res.bak<br />
$ cp fmrpcweb_utf8.res fmrpcweb.res</p>
<p>Modify Tk2Motif.rgb in your 8.0.6 ORACLE_HOME. For all<br />
Tk2Motif.rgb files located at</p>
<p>$ORACLE_HOME/guicommon6/tk60/admin and<br />
$ORACLE_HOME/guicommon6/tk60/admin/&lt;LangCode&gt;</p>
<p>open the file using any text editor and modify the line that looks like this:<br />
!Tk2Motif*fontMapCs: iso8859-2=EE8ISO8859P2<br />
Change the line to look like this:<br />
Tk2Motif*fontMapCs: iso8859-1=UTF8<br />
Make sure you remove the “!” character to uncomment the line.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.yuzifu.net/index.php/2007/12/%e6%89%93%e5%bc%80-oracleterminal-%e6%96%87%e4%bb%b6-fmrweb-%e9%94%99%e8%af%af/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install scim from sourcecode</title>
		<link>http://blog.yuzifu.net/index.php/2007/12/install-scim-from-sourcecode/</link>
		<comments>http://blog.yuzifu.net/index.php/2007/12/install-scim-from-sourcecode/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 09:39:54 +0000</pubDate>
		<dc:creator>yuzifu</dc:creator>
				<category><![CDATA[Transshipment]]></category>
		<category><![CDATA[Unix/Linux]]></category>

		<guid isPermaLink="false">http://blog.yuzifu.net/index.php/2007/12/20/install-scim-from-sourcecode/</guid>
		<description><![CDATA[Install scim
Execute these commands in your console:
tar xzvf scim-x.y.z.tar.gz
cd scim-x.y.z
<span class="readmore"><a href="http://blog.yuzifu.net/index.php/2007/12/install-scim-from-sourcecode/" title="Install scim from sourcecode" target="_blank">阅读全文——共2230字</a></span>]]></description>
			<content:encoded><![CDATA[<p>Install scim</p>
<p>Execute these commands in your console:</p>
<p>tar xzvf scim-x.y.z.tar.gz<br />
cd scim-x.y.z</p>
<p>Unpack the source and change your current directory into the newly extracted directory. Then configure it:</p>
<p>./configure &#8211;prefix=/usr</p>
<p>It is highly recommanded to install scim into a system wide dir, like /usr.<br />
Now you are ready to build and install scim:</p>
<p>make<br />
make install</p>
<p>The second command needs to be executed as root.</p>
<p>You can now install other optional packages from the SCIM project. If you prefer the KDE desktop environment then read on to learn how to install skim, otherwise you can go to the System configuration howto.</p>
<p>Using the XIM (X input method) protocol</p>
<p>Being the least optimal approach this combination will work in every distribution/environment as long as you have X. Set the three variables according to the commands below:</p>
<p>export XMODIFIERS=@im=SCIM    #case matters for this variable!<br />
export GTK_IM_MODULE=xim<br />
export QT_IM_MODULE=xim</p>
<p>The enviroment variable XMODIFIERS specifies the XIM server to talk to. The last two lines are telling your system to disable everything except the native XIM protocol (X built-in) and to enable it throughout your system. Because the XIM protocol has a lot of limitations (for example, it may freeze your entire X when something goes wrong with the input method server), this combination of settings is generally not recommended.<br />
Higher level input method protocol support</p>
<p>Alternatively to the above method, you can ask your GTK/Qt applications to make use of the GTK/Qt im-module, which are specifically designed to meet modern input method requirements. The GTK im-module support is a built-in feature in scim, while Qt im-module support is in a separate package, called scim-qtimm.</p>
<p>The Qt im-module support is experimental right now and the qt-immodule patch is not included in most Linux distributions. If you can not find a Qt with im-module support built-in for your favorite distribution, chances are that you have to setup your Qt to work with XIM (like other X based apps). In that case, XMODIFIERS must be setup correctly for any KDE/Qt apps to work with SCIM.</p>
<p>This time we should set our variables to these values:</p>
<p>export XMODIFIERS=@im=SCIM    #case matters for this variable!<br />
export GTK_IM_MODULE=scim<br />
export QT_IM_MODULE=scim</p>
<p>XMODIFIERS will be used in all X applications (via an older XIM protocol), such as xpdf. It does not have other more advanced input method abstract layers.</p>
<p>Default input methods of GTK/Qt im-module are set by the last two lines. Please set them as above. Even if the necessary support does not exist, these two lines should have no side effects at all on your system.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.yuzifu.net/index.php/2007/12/install-scim-from-sourcecode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure EBS 11.5 client for Linux</title>
		<link>http://blog.yuzifu.net/index.php/2007/12/configure-ebs-115-client-for-linux/</link>
		<comments>http://blog.yuzifu.net/index.php/2007/12/configure-ebs-115-client-for-linux/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 13:06:25 +0000</pubDate>
		<dc:creator>yuzifu</dc:creator>
				<category><![CDATA[ERP]]></category>
		<category><![CDATA[Transshipment]]></category>
		<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.yuzifu.net/index.php/2007/12/19/configure-ebs-115-client-for-linux/</guid>
		<description><![CDATA[Client Machine
==============
(1) Install Firefox. It needs a newer version of glibc, so I grep some rpm and install them first. Make sure Firefox runs well.
(2) Install JDK 1.4.2, create symoblic link of the java plugin, as mentioned in java.sun.com website.
<span class="readmore"><a href="http://blog.yuzifu.net/index.php/2007/12/configure-ebs-115-client-for-linux/" title="Configure EBS 11.5 client for Linux" target="_blank">阅读全文——共545字</a></span>]]></description>
			<content:encoded><![CDATA[<p><strong><font color="#0000ff">Client Machine<br />
</font></strong>==============<br />
(1) Install Firefox. It needs a newer version of glibc, so I grep some rpm and install them first. Make sure Firefox runs well.<br />
(2) Install JDK 1.4.2, create symoblic link of the java plugin, as mentioned in java.sun.com website.<br />
(3) Open Firefox, type in &#8220;about:plugins&#8221; to see which java plugin it uses. You can see a dozen of mime-type, one of them is &#8220;application/x-java-applet;version=1.4.1&#8243;.</p>
<p><strong><font color="#0000ff">11i Web-Tier</font></strong><br />
============<br />
(4) Edit the &lt;commtop&gt;/html/bin/appsweb_&lt;sid&gt;_&lt;host&gt;.cfg file. Search for &#8220;sun_plugin_mimetype&#8221; and change the value from (3).<br />
(5) rebound apache<br />
(6) From client launch Firefox and test</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.yuzifu.net/index.php/2007/12/configure-ebs-115-client-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
