<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5.1-alpha" -->
<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/"
>

<channel>
	<title>人生是一场不能存盘的RPG,我只能尽量多搞几个Screenshot</title>
	<link>http://recordsome.blogsome.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sun, 25 Nov 2007 10:53:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1-alpha</generator>
	<language>en</language>

		<item>
		<title>回来看看</title>
		<link>http://recordsome.blogsome.com/2007/11/25/p267/</link>
		<comments>http://recordsome.blogsome.com/2007/11/25/p267/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 10:53:27 +0000</pubDate>
		<dc:creator>recordsome</dc:creator>
		
	<category>随便说说</category>
		<guid>http://recordsome.blogsome.com/2007/11/25/p267/</guid>
		<description><![CDATA[	感谢TOR,我才能回来看看.不能访问blogsome已经很久了.不知道还要被封多久.
	问候GFW他老木.
]]></description>
		<wfw:commentRss>http://recordsome.blogsome.com/2007/11/25/p267/feed/</wfw:commentRss>
	</item>
		<item>
		<title>IE Language Preference and Culture in Page Directive</title>
		<link>http://recordsome.blogsome.com/2007/07/25/ie-language-preference-and-culture-in-page-directive/</link>
		<comments>http://recordsome.blogsome.com/2007/07/25/ie-language-preference-and-culture-in-page-directive/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 07:04:59 +0000</pubDate>
		<dc:creator>recordsome</dc:creator>
		
	<category>ASP.NET</category>
		<guid>http://recordsome.blogsome.com/2007/07/25/ie-language-preference-and-culture-in-page-directive/</guid>
		<description><![CDATA[	Create a web application with chinese and english resource strings.resx and strings.zh-CN.resx.Read resource with following code:
	ResourceManager L10N = new ResourceManager(&#8221;WebAppCulture.strings&#8221;, typeof(_Default).Assembly);this.Label1.Text = L10N.GetString(&#8221;Name&#8221;);
	this.Label2.Text = &#8220;Culture: &#8220;+Thread.CurrentThread.CurrentCulture.Name;this.Label3.Text = &#8220;UICulture: &#8221; + Thread.CurrentThread.CurrentUICulture.Name;
	相关设定有:OSIEPage:CulturePage:UICulture结果有:CurrentThread.CurrentCultureCurrentThread.CurrentUICulture
	结论,IE Language Preference 和Page:Culture相互作用,影响当前线程的Culture.对UICulture无影响如果不指定Page:Culture, CurrentThread.CurrentCulture为OS的culture如果指定了Page:Culture, CurrentThread.CurrentCulture为IE指定的culture如果不支持IE指定的culture, CurrentThread.CurrentCulture为Page:Culture指定的culture
	如果不指定Page:UICulture, CurrentThread.CurrentUICulture为OS指定的culture如果指定了Page:UICulture, CurrentThread.CurrentUICulture为Page:UICulture指定的culture
	http://quickstarts.asp.net/QuickStartv20/aspnet/doc/localization/culture.aspx#autocultureIf the first language in the list matches the name of a neutral culture supported by the [...]]]></description>
		<wfw:commentRss>http://recordsome.blogsome.com/2007/07/25/ie-language-preference-and-culture-in-page-directive/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Martial Art Vocabulary</title>
		<link>http://recordsome.blogsome.com/2007/06/23/martial-art-vocabulary/</link>
		<comments>http://recordsome.blogsome.com/2007/06/23/martial-art-vocabulary/#comments</comments>
		<pubDate>Sat, 23 Jun 2007 00:37:58 +0000</pubDate>
		<dc:creator>recordsome</dc:creator>
		
	<category>其他</category>
		<guid>http://recordsome.blogsome.com/2007/06/23/martial-art-vocabulary/</guid>
		<description><![CDATA[	Self-defence
	Punch
	Kick
	Head butt
	Stand-Up Aggression
	Choke
	Collar Grab
	Bear Hug Over the Arms
]]></description>
		<wfw:commentRss>http://recordsome.blogsome.com/2007/06/23/martial-art-vocabulary/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Classic Mistakes in Development</title>
		<link>http://recordsome.blogsome.com/2007/06/19/classic-mistakes-in-development/</link>
		<comments>http://recordsome.blogsome.com/2007/06/19/classic-mistakes-in-development/#comments</comments>
		<pubDate>Tue, 19 Jun 2007 23:53:36 +0000</pubDate>
		<dc:creator>recordsome</dc:creator>
		
	<category>经验积累</category>
		<guid>http://recordsome.blogsome.com/2007/06/19/classic-mistakes-in-development/</guid>
		<description><![CDATA[	By Steve McConnellhttp://blogs.construx.com/blogs/stevemcc/archive/2007/06/15/Classic-Mistakes-Updated.aspx
	Confusing estimates with targetsExcessive multi-taskingAssuming global development has a negligible impact on total effortUnclear project visionTrusting the map more than the terrainOutsourcing to reduce costLetting a team go dark (replaces the previous &#8220;lack of management controls&#8221;)
	
	
	
	
	People-Related Mistakes
	
	
	
	Process-Related Mistakes
	
	
	
	Product-Related Mistakes
	
	
	
	Technology-Related Mistakes
	
	
	
	
	1. Undermined motivation
	2. Weak personnel
	3. Uncontrolled problem employees
	4. Heroics
	5. Adding people to a late [...]]]></description>
		<wfw:commentRss>http://recordsome.blogsome.com/2007/06/19/classic-mistakes-in-development/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Enable multisession of vista remote desktop</title>
		<link>http://recordsome.blogsome.com/2007/06/18/enable-multisession-of-vista-remote-desktop/</link>
		<comments>http://recordsome.blogsome.com/2007/06/18/enable-multisession-of-vista-remote-desktop/#comments</comments>
		<pubDate>Mon, 18 Jun 2007 17:18:13 +0000</pubDate>
		<dc:creator>recordsome</dc:creator>
		
	<category>使用技巧</category>
		<guid>http://recordsome.blogsome.com/2007/06/18/enable-multisession-of-vista-remote-desktop/</guid>
		<description><![CDATA[	Currently, Vista just support single session of remote desktop connection.There is a patch broking this limitation.vista_concurrent_rdp_sessions.rar
	Instruction:1.Copy termsrv.dll.patched32bit into %SystemRoot%\System32\2.Run patch_termsrv_32bit.bat as Administrator.3.Reboot.
]]></description>
		<wfw:commentRss>http://recordsome.blogsome.com/2007/06/18/enable-multisession-of-vista-remote-desktop/feed/</wfw:commentRss>
	</item>
		<item>
		<title>凤凰大视野-中国远征军</title>
		<link>http://recordsome.blogsome.com/2007/06/18/p263/</link>
		<comments>http://recordsome.blogsome.com/2007/06/18/p263/#comments</comments>
		<pubDate>Mon, 18 Jun 2007 14:27:50 +0000</pubDate>
		<dc:creator>recordsome</dc:creator>
		
	<category>乱翻书</category>
		<guid>http://recordsome.blogsome.com/2007/06/18/p263/</guid>
		<description><![CDATA[	http://baike.baidu.com/history/id=787492重要中国将领及人物
	卫立煌 - 1944年第二次远征军总司令戴安澜 - 第200师师长廖耀湘 - 第22师师长宋希濂 - 第11集团军军长李弥 - 第8军副军长兼荣一师师长杜聿明 - 1942年第一次远征军总指挥余韶 - 第96师师长甘丽初 - 第6军军长彭壁生 - 第49师师长吕国铨 - 第93师师长刘伯龙 - 第28师师长马维骥 - 第29师师长张珍 - 第66军军长孙立人 - 新38师师长史迪威 - （美国人）中印缅战区参谋长，中国驻印军总司令
	1.美方参谋:约瑟夫.史迪威1942年2月,中国10万远征军入缅,其编制为第5军,第6军和第66军。第5军 军长杜聿明, 下辖机械化200师(约9000人),师长戴安澜第6军第66军全国15个机械化师,9个用于远征.
	先头部队为第5军200师,当时中国唯一的机械化部队,师长戴安澜,安徽无为人,毕业于黄埔3期,参加长城保卫战,台儿庄,武汉战役,35岁升任200师师长.1939年11月, 广西昆仑关,200师对阵敌第五师团,毙敌少将中村正雄.入缅前(1941.12-1942.2)驻于滇西保山.
	2.同古(Toungoo)战役第5军200师经畹町入缅,3月6日抵缅甸中部水陆交通要冲同古(东吁),直面兵力两倍于己的敌55师团,激战于色当河大桥.3月15日前后同古机场失守.守军团长李树正遭军法枪决.激战至3月29日,敌56师团3天行军300公里增援,色当河桥头阵地失守,战局急转直下.30日,廖耀湘率22师增援,掩护200师撤退.此役200师伤亡过半.日军集结4个师团约10万人迅速北上.局势危急.
	3.盟军大撤退罗卓英上将任远征军第一路司令,新38师师长孙立人奉命守卫曼德勒(Mandalay).盟军意图集结中方3个军,英方5个师约25万人与敌在曼德勒会战.4月12日敌33师团一个联队(1000多人)围攻缅中部油田仁安羌,英军主力7000人被围4月16日,孙立人派刘放武113团前往增援.4月18日上午退敌解围.4月20日曼德勒正面英军不辞而别,并计划炸桥.蒋介石急令远征军将会战改为纵深防御,重点放在腊戌4月28日,敌主力56师团占领腊戌,远征军退路被截断.英军向印度撤退,6万远征军向缅北密支那撤退.5月,56师团抢先占领密支那.
	4.败走野人山5月,杜聿明下令北撤,200师负责断后亦北撤,18日遭伏击,师长戴安澜重伤,5月底,余部2000余人分散突围回国.5月26日戴安澜将军牺牲于缅北茅邦村.孙立人抗命突围,5月26日率部安全进入印度.
]]></description>
		<wfw:commentRss>http://recordsome.blogsome.com/2007/06/18/p263/feed/</wfw:commentRss>
	</item>
		<item>
		<title>window.onload and body onload =</title>
		<link>http://recordsome.blogsome.com/2007/06/18/windowonload-and-body-onload/</link>
		<comments>http://recordsome.blogsome.com/2007/06/18/windowonload-and-body-onload/#comments</comments>
		<pubDate>Mon, 18 Jun 2007 06:26:03 +0000</pubDate>
		<dc:creator>recordsome</dc:creator>
		
	<category>ASP.NET</category>
		<guid>http://recordsome.blogsome.com/2007/06/18/windowonload-and-body-onload/</guid>
		<description><![CDATA[	本文测试环境为IE7,vs2005&lt;html&gt;&lt;head&gt;&lt;title&gt;Untitled Page&lt;/title&gt;&lt;script type=&#8221;text/javascript&#8221;&gt;function pageLoaded(){window.status=&#8221;Page loaded&#8221;;}
	&lt;/script&gt;&lt;/head&gt;&lt;body onload=&#8221;pageLoaded();&#8221;&gt;&lt;script type=&#8221;text/javascript&#8221;&gt;window.onload=windowLoad;
	function windowLoad(){window.status=&#8221;Window loaded&#8221;;}&lt;/script&gt;&lt;/body&gt;&lt;/html&gt;当这个html页面被加载时,windowLoad()会被执行,而pageLoaded()不会被执行.如果把JavaScript代码全部放在&lt;Head&gt;中&lt;html&gt;&lt;head&gt;&lt;title&gt;Untitled Page&lt;/title&gt;&lt;script type=&#8221;text/javascript&#8221;&gt;function pageLoaded(){window.status=&#8221;Page loaded&#8221;;}window.onload=windowLoad;
	function windowLoad(){window.status=&#8221;Window loaded&#8221;;}&lt;/script&gt;&lt;/head&gt;&lt;body onload=&#8221;pageLoaded();&#8221;&gt;&lt;/body&gt;&lt;/html&gt;则pageLoaded()执行而windowLoad()不执行.
	MSDN对onload有如下描述The onload attribute of the body object sets an onload event handler for the window.
	可见,在IE解析html文件时,后出现的设定会覆盖前边的设定.即window.onload和onload=&#8221; &#8220;,后出现者起作用.
	如果要两者都执行,则要使用attachEvent来指定window load时要运行的函数:if (document.all){window.attachEvent(&#8217;onload&#8217;,FuncName)}else{window.addEventListener(&#8217;load&#8217;,FuncName,false);}
	

]]></description>
		<wfw:commentRss>http://recordsome.blogsome.com/2007/06/18/windowonload-and-body-onload/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Technical Vocabulary</title>
		<link>http://recordsome.blogsome.com/2007/06/16/technical-vocabulary/</link>
		<comments>http://recordsome.blogsome.com/2007/06/16/technical-vocabulary/#comments</comments>
		<pubDate>Sat, 16 Jun 2007 14:17:48 +0000</pubDate>
		<dc:creator>recordsome</dc:creator>
		
	<category>其他</category>
		<guid>http://recordsome.blogsome.com/2007/06/16/technical-vocabulary/</guid>
		<description><![CDATA[	Evaluating the technical feasibility.You need to demonstrate the feasibility of your design.
	Object-oriented programming concept: inheritance, modularity, polymorphism, and encapsulation.
	The Application object corresponds to a single application.
	This means being able to evaluate requirements and then recommend, evaluate, andrefine a design for the application
	Silver-bullet syndrome
	Developer will translate stakeholders&#8217; vision into tangible software.
	As technologists, our first instinct to [...]]]></description>
		<wfw:commentRss>http://recordsome.blogsome.com/2007/06/16/technical-vocabulary/feed/</wfw:commentRss>
	</item>
		<item>
		<title>睡觉的诀窍 南怀瑾</title>
		<link>http://recordsome.blogsome.com/2007/06/15/p259/</link>
		<comments>http://recordsome.blogsome.com/2007/06/15/p259/#comments</comments>
		<pubDate>Fri, 15 Jun 2007 01:27:17 +0000</pubDate>
		<dc:creator>recordsome</dc:creator>
		
	<category>乱翻书</category>
		<guid>http://recordsome.blogsome.com/2007/06/15/p259/</guid>
		<description><![CDATA[	睡觉的诀窍 南怀瑾
	……所以，根据医学和我的体验、观察，一个人真正睡着觉最多只有两个钟头，其余都是浪费时间，躺在枕头上做梦，没有哪个人不做梦。至于醒来觉得自己没有做梦，那是因为他忘记了。通常一个人睡两个钟头就够了，为什么有人要睡七、八个钟头？那是你赖床躺在枕头上休息的习惯养成的，并非我们需要那么久的睡眠时间，尤其打坐做功夫的人晓得，正午只要闭眼真正睡着三分钟，等于睡两个钟头，不过要对好正午的时间。夜晚则要在正子时睡着，五分钟等于六个钟头。就这个时间的学问又大了，同宇宙法则、地球法则、易经阴阳的道理有关系，而且你会感觉到，心脏下面硬是有一股力量降下来，与丹田（肾上）的力量融合，所谓&#8221;水火既济&#8221;，豁然一下，那你睡眠够了，精神百倍。所以失眠或真要夜里熬夜的人，正子时的时刻，哪怕二十分钟也一定要睡，睡不着也要训练自己睡着。过了正子时大约十二点半以后，你不会想睡了，这很糟糕。更严重的，到了天快亮，四、五点钟，五、六点卯时的时候，你又困得想睡，这时如果一睡，一天都会昏头。所以想从事熬夜工作的人，正子时，即使有天大的事也要摆下来，睡它半小时，到了卯时（7：00）想睡觉千万不要睡，那一天精神就够了。不过失眠的人都挨过十二点，在床上翻来覆去睡不着，结果快天亮睡着了，到第二天下午都昏头昏脑，因此你会感觉失眠、睡眠不足，实际上是你没有经验。
	&#8220;午时&#8221;一般约合今天的中午十一点至十三点之间，午时三刻是将近正午十二点，太阳挂在天空中央，是地面上阴影最短的时候。这在当时人看来是一天当中&#8221;阳气&#8221;最盛的时候。
	古代十二时辰对照表　　子时 23点&#8211;1点
	　　丑时 1点&#8211; 3点
	　　寅时 3点&#8211;5点
	　　卯时 5点&#8211;7点
	　　辰时 7点&#8211;9点
	　　巳时 9点&#8211;11点
	　　午时 11点&#8211;13点
	　　未时 13点&#8211;15点
	　　申时 15点&#8211;17点
	　　酉时 17点&#8211;19点
	　　戌时 19点&#8211;21点
	　　亥时 21点&#8211;23点
	　　另外，每一时辰又细分为初和正，如23点为子初，半夜24点为子正，中午12点为午正，下午1点为未初
]]></description>
		<wfw:commentRss>http://recordsome.blogsome.com/2007/06/15/p259/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Can not open CHM with chinese name or in folder with chinese folder</title>
		<link>http://recordsome.blogsome.com/2007/06/11/can-not-open-chm-with-chinese-name/</link>
		<comments>http://recordsome.blogsome.com/2007/06/11/can-not-open-chm-with-chinese-name/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 02:57:42 +0000</pubDate>
		<dc:creator>recordsome</dc:creator>
		
	<category>使用技巧</category>
		<guid>http://recordsome.blogsome.com/2007/06/11/can-not-open-chm-with-chinese-name/</guid>
		<description><![CDATA[	Solution:In &#8220;Regional and Language options&#8221; dialog, Set &#8220;Standards and formats&#8221; to Chiese (PRC)
]]></description>
		<wfw:commentRss>http://recordsome.blogsome.com/2007/06/11/can-not-open-chm-with-chinese-name/feed/</wfw:commentRss>
	</item>
	</channel>
</rss>
