<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
  <channel>
    <title>
      <![CDATA[风中纸页's Blog]]>
    </title>
    <link>http://fzhzhy.is-programmer.com/</link>
    <generator>Chito</generator>
    <description>
      <![CDATA[]]>
    </description>
    <item>
      <title>
        <![CDATA[0905更新]]>
      </title>
      <link>http://fzhzhy.is-programmer.com/posts/35469.html</link>
      <description>
        <![CDATA[<div>
	project bionic/</div>
<div>
	Updating 6fe901e..be19a36</div>
<div>
	Fast-forward</div>
<div>
	libc/SYSCALLS.TXT &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | &nbsp; &nbsp;1 +</div>
<div>
	libc/arch-arm/syscalls.mk &nbsp; &nbsp; &nbsp; &nbsp; | &nbsp; &nbsp;1 +</div>
<div>
	libc/arch-arm/syscalls/getsid.S &nbsp; | &nbsp; 14 ++++++++++++++</div>
<div>
	libc/arch-mips/syscalls.mk &nbsp; &nbsp; &nbsp; &nbsp;| &nbsp; &nbsp;1 +</div>
<div>
	libc/arch-mips/syscalls/getsid.S &nbsp;| &nbsp; 22 ++++++++++++++++++++++</div>
<div>
	libc/arch-x86/syscalls.mk &nbsp; &nbsp; &nbsp; &nbsp; | &nbsp; &nbsp;1 +</div>
<div>
	libc/arch-x86/syscalls/getsid.S &nbsp; | &nbsp; 23 +++++++++++++++++++++++</div>
<div>
	libc/include/sys/linux-syscalls.h | &nbsp; &nbsp;1 +</div>
<div>
	libc/include/termios.h &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| &nbsp; &nbsp;5 +++++</div>
<div>
	libc/include/unistd.h &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | &nbsp; &nbsp;2 +-</div>
<div>
	libc/upstream-dlmalloc/malloc.c &nbsp; | &nbsp; 12 ++++++++++--</div>
<div>
	tests/Android.mk &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| &nbsp; &nbsp;6 +++++-</div>
<div>
	&nbsp;</div>
<div>
	更新有两部分：</div>
<div>
	&nbsp;</div>
<div>
	1， 为arm、mips和x86增加getsid添加系统调用，这个比较好理解，在syscall.h里面增加系统调用号:147，然后在不同平台的汇编代码中增加汇编源码。在unistd.h中增加系统调用接口。</div>
<div>
	2，termios.h 中增加tcflush的接口，无他。</div>
<div>
	&nbsp;</div>
<div>
	project build/</div>
<div>
	Updating bb369a5..5da7ec4</div>
<div>
	Fast-forward</div>
<div>
	tools/findleaves.py | &nbsp; &nbsp;2 +-</div>
<div>
	1 files changed, 1 insertions(+), 1 deletions(-)</div>
<div>
	&nbsp;</div>
<div>
	Trivial 修改</div>
<div>
	&nbsp;</div>
<div>
	project frameworks/base/</div>
<div>
	Updating 0dab1a1..b307ceb</div>
<div>
	Fast-forward</div>
<div>
	core/java/android/widget/SearchView.java | &nbsp; &nbsp;3 +++</div>
<div>
	&nbsp;</div>
<div>
	在SearchView的查询的extra数据中添加mAppSearchData，如果不为空的话。</div>
<div>
	&nbsp;</div>
<div>
	project hardware/ril/</div>
<div>
	Updating d5580e1..a1d41fe</div>
<div>
	Fast-forward</div>
<div>
	reference-ril/reference-ril.c | 1098 +++++++++++++++++++++++++++++++++++++++--</div>
<div>
	增加模拟器的各种接口，细节不描述。</div>
<div>
	&nbsp;</div>
<div>
	project packages/apps/Browser/</div>
<div>
	project packages/apps/Email/</div>
<div>
	&nbsp;</div>
<div>
	apk修改不描述。</div>
<div>
	&nbsp;</div>
<div>
	&nbsp;</div>
<div>
	&nbsp;</div>
<div>
	project sdk/</div>
<div>
	Updating 5e6a790..8f569b2</div>
<div>
	Fast-forward</div>
<div>
	anttasks/src/com/android/ant/TaskHelper.java &nbsp; &nbsp; &nbsp; | &nbsp; &nbsp;5 +</div>
<div>
	.../src/com/android/ide/eclipse/adt/AdtPlugin.java | &nbsp; 15 ++</div>
<div>
	.../src/com/android/ide/eclipse/adt/AdtUtils.java &nbsp;| &nbsp; 29 ++++</div>
<div>
	.../android/ide/eclipse/adt/SourceRevealer.java &nbsp; &nbsp;| &nbsp; 47 ++++++</div>
<div>
	.../internal/editors/layout/ProjectCallback.java &nbsp; | &nbsp; &nbsp;6 +</div>
<div>
	.../editors/layout/gle2/GraphicalEditorPart.java &nbsp; | &nbsp; 84 +++++++++-</div>
<div>
	.../internal/editors/layout/gle2/RenderLogger.java | &nbsp; 48 +++++-</div>
<div>
	.../project/BaseClasspathContainerInitializer.java | &nbsp; &nbsp;7 +-</div>
<div>
	.../tools/lint/detector/api/ClassContext.java &nbsp; &nbsp; &nbsp;| &nbsp; 14 ++-</div>
<div>
	.../com/android/tools/lint/checks/ApiDetector.java | &nbsp;175 +++++++++++++++++++-</div>
<div>
	.../android/tools/lint/checks/ButtonDetector.java &nbsp;| &nbsp; &nbsp;6 +-</div>
<div>
	.../tools/lint/checks/ManifestOrderDetector.java &nbsp; | &nbsp; &nbsp;4 +-</div>
<div>
	.../tools/lint/checks/StyleCycleDetector.java &nbsp; &nbsp; &nbsp;| &nbsp; &nbsp;2 +-</div>
<div>
	.../tools/lint/checks/TranslationDetector.java &nbsp; &nbsp; | &nbsp; &nbsp;2 +-</div>
<div>
	.../tools/lint/checks/WrongLocationDetector.java &nbsp; | &nbsp; &nbsp;2 +-</div>
<div>
	.../android/tools/lint/checks/ApiDetectorTest.java | &nbsp; 35 ++++-</div>
<div>
	.../lint/checks/ManifestOrderDetectorTest.java &nbsp; &nbsp; | &nbsp; 10 +</div>
<div>
	.../lint/checks/data/apicheck/TestEnum.class.data &nbsp;| &nbsp;Bin 0 -&gt; 4940 bytes</div>
<div>
	.../lint/checks/data/apicheck/TestEnum.java.txt &nbsp; &nbsp;| &nbsp; 67 ++++++++</div>
<div>
	.../lint/checks/data/duplicate-manifest-ignore.xml | &nbsp; 23 +++</div>
<div>
	.../tools/lint/detector/api/ClassContextTest.java &nbsp;| &nbsp; &nbsp;4 +</div>
<div>
	21 files changed, 550 insertions(+), 35 deletions(-)</div>
<div>
	&nbsp;</div>
<div>
	sdk细节不说，感兴趣的再说。</div>
<div>
	&nbsp;</div>
]]>
      </description>
      <category>
        <![CDATA[Android]]>
      </category>
      <wfw:commentRss>http://fzhzhy.is-programmer.com/posts/35469.rss</wfw:commentRss>
      <pubDate>Wed, 05 Sep 2012 23:49:03 +0800</pubDate>
      <guid>http://fzhzhy.is-programmer.com/posts/35469</guid>
      <author>风中纸页</author>
    </item>
    <item>
      <title>
        <![CDATA[关于寂寞]]>
      </title>
      <link>http://fzhzhy.is-programmer.com/posts/25590.html</link>
      <description>
        <![CDATA[<p>
	必须要第一句就说的是，我，并不惧怕寂寞。<br />
	要写下来的原因是，我，一直以为我不会寂寞。<br />
	<br />
	从小就是独生子，父母双职工，独处就是我的生活。<br />
	<br />
	从幼儿园就需要面临独自上下学，放假就是要打发除了睡觉以外的时间。<br />
	<br />
	我，好像并不那么需要别人的陪伴。<br />
	<br />
	一个人，挺好的。<br />
	<br />
	<br />
	寂寞，约莫是长时间埋在人海中，偶尔人潮退去后，自己站在沙地上的不知所措；可我，始终在山顶吹着或冷或暖的风，并不那么需要急着呼吸别样的空气。<br />
	<br />
	最近，好像我感觉到了寂寞。<br />
	<br />
	因为发现在我的山脚下的人们彼此携手涌向了我，纷纷向我诉说海水的蔚蓝。<br />
	<br />
	山顶好？还是海边好？<br />
	<br />
	谁喜欢在哪里就让他在哪里吧。 海水永远无法吞没山峰。</p>
]]>
      </description>
      <category>
        <![CDATA[未分类]]>
      </category>
      <wfw:commentRss>http://fzhzhy.is-programmer.com/posts/25590.rss</wfw:commentRss>
      <pubDate>Fri, 25 Mar 2011 23:41:44 +0800</pubDate>
      <guid>http://fzhzhy.is-programmer.com/posts/25590</guid>
      <author>风中纸页</author>
    </item>
    <item>
      <title>
        <![CDATA[浮躁+巴别塔=？]]>
      </title>
      <link>http://fzhzhy.is-programmer.com/posts/23710.html</link>
      <description>
        <![CDATA[<p>
	每一个人都会被这个社会的浮躁拖着走。<br />
	<br />
	那个大家都不富裕，竞争并不激烈的环境下，心态是多么平和。<br />
	<br />
	可现在<br />
	<br />
	巴别塔总是竖在每个人的身边<br />
	密密实实<br />
	透不过气<br />
	<br />
	心理的各种不健康的因素都极大的爆发<br />
	<br />
	#敏感、缺乏耐心<br />
	<br />
	一句话不顺心就爆发<br />
	一个眼神就心怀不满<br />
	<br />
	#独断、私欲、自大<br />
	<br />
	我能、也要控制一切<br />
	人人都得听我的<br />
	错误从来都是别人的</p>
]]>
      </description>
      <category>
        <![CDATA[未分类]]>
      </category>
      <wfw:commentRss>http://fzhzhy.is-programmer.com/posts/23710.rss</wfw:commentRss>
      <pubDate>Sun, 09 Jan 2011 21:46:08 +0800</pubDate>
      <guid>http://fzhzhy.is-programmer.com/posts/23710</guid>
      <author>风中纸页</author>
    </item>
    <item>
      <title>
        <![CDATA[西风烈]]>
      </title>
      <link>http://fzhzhy.is-programmer.com/posts/23108.html</link>
      <description>
        <![CDATA[<div class="entry-content">
	<p>
		看了西风烈，说啥好呢？</p>
	<p>
		风格，色彩，紧张气氛，西部风格（甚至还出现了决斗的情节）都有了。</p>
	<p>
		但，电影要说明什么？</p>
	<p>
		隐隐约约一些只言片语之间能够感受到一些讽刺，一些不满和一些抱怨。但，That&rsquo;s it? 一部电影就是这样不痛不痒？ 这也是我一直都拒绝到影院去看国产（不包括港片）的原因。</p>
	<p>
		电影花费动则上千万，100分钟，几个月的时间，好几十号人。总得表现一些什么吧。看看好莱坞，看看港片，就算不济看看印度电影。电影看完，总会有 一些总的精神纲领在里面，爱情，人性，爱国，风险，教育等，总有一个统一的要表现的内容，可我们可爱的国产片表现了什么？ 无厘头，恶搞，打打闹闹，一堆小丑把历史扭曲换取大家在影院的哄笑和走出影院的耻笑和谩骂。然后呢？</p>
	<p>
		各位导演，请告诉我你的电影要说明什么？如果你不想直白的说明，那么至少告诉我向那个方向去思考，而不要像龙卷风一样把我搞晕。</p>
</div>
]]>
      </description>
      <category>
        <![CDATA[未分类]]>
      </category>
      <wfw:commentRss>http://fzhzhy.is-programmer.com/posts/23108.rss</wfw:commentRss>
      <pubDate>Sat, 11 Dec 2010 21:08:01 +0800</pubDate>
      <guid>http://fzhzhy.is-programmer.com/posts/23108</guid>
      <author>风中纸页</author>
    </item>
    <item>
      <title>
        <![CDATA[GingerBread is Out~]]>
      </title>
      <link>http://fzhzhy.is-programmer.com/posts/23107.html</link>
      <description>
        <![CDATA[<div class="entry-content">
	<p>
		姜饼跳票几个月以后终于羞羞答答的出来了。</p>
	<p>
		MAC系统下的SDK已经成功下载。里面除了正常升级到了SDK revision 9 意外，还发现了三星和google的特殊的api，这倒是让我有些意外。</p>
	<p>
		从这点看出大公司之间的合作是多么紧密。</p>
	<p>
		相比之下国内的公司就要差得太远了。</p>
	<p>
		PS： 我不会翻墙，也不翻墙。</p>
</div>
]]>
      </description>
      <category>
        <![CDATA[未分类]]>
      </category>
      <wfw:commentRss>http://fzhzhy.is-programmer.com/posts/23107.rss</wfw:commentRss>
      <pubDate>Sat, 11 Dec 2010 21:06:45 +0800</pubDate>
      <guid>http://fzhzhy.is-programmer.com/posts/23107</guid>
      <author>风中纸页</author>
    </item>
    <item>
      <title>
        <![CDATA[测试一下FF的插件编辑如何]]>
      </title>
      <link>http://fzhzhy.is-programmer.com/posts/22426.html</link>
      <description>
        <![CDATA[基本上WYSWYG的功能都有，看起来还比较不错。清爽，快速。以后试一试看看顺不顺手。 ：）<br /><br /><div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=0d6f93d6-3725-8c8c-84ea-158503aeb4da" /></div>]]>
      </description>
      <category>
        <![CDATA[未分类]]>
      </category>
      <wfw:commentRss>http://fzhzhy.is-programmer.com/posts/22426.rss</wfw:commentRss>
      <pubDate>Sun, 07 Nov 2010 07:47:20 +0800</pubDate>
      <guid>http://fzhzhy.is-programmer.com/posts/22426</guid>
      <author>风中纸页</author>
    </item>
    <item>
      <title>
        <![CDATA[各种运动所耗热量对照表zz]]>
      </title>
      <link>http://fzhzhy.is-programmer.com/posts/21061.html</link>
      <description>
        <![CDATA[<p align="center" class="text19">
	各种运动所耗热量对照表</p>
<table align="center" border="1" cellpadding="2" cellspacing="0" class="p918" width="80%">
	<tbody>
		<tr bgcolor="#dddddd">
			<td width="75%">
				爬楼梯1500级（不计时）</td>
			<td align="center" width="25%">
				250卡</td>
		</tr>
		<tr>
			<td width="75%">
				快走（一小时8公里） 　　</td>
			<td align="center" width="25%">
				555卡</td>
		</tr>
		<tr bgcolor="#dddddd">
			<td width="75%">
				快跑(一小时12公里）</td>
			<td align="center" width="25%">
				700卡</td>
		</tr>
		<tr>
			<td width="75%">
				<font color="#0000cc">单车(一小时9公里)</font></td>
			<td align="center" width="25%">
				<font color="#0000cc">245卡</font></td>
		</tr>
		<tr bgcolor="#dddddd">
			<td width="75%">
				<font color="#0000cc">单车(一小时16公里)</font></td>
			<td align="center" width="25%">
				<font color="#0000cc">415卡</font></td>
		</tr>
		<tr>
			<td width="75%">
				<font color="#0000cc">单车(一小时21公里)</font></td>
			<td align="center" width="25%">
				<font color="#0000cc">655卡</font></td>
		</tr>
		<tr bgcolor="#dddddd">
			<td width="75%">
				舞池跳舞</td>
			<td align="center" width="25%">
				300卡</td>
		</tr>
		<tr>
			<td width="75%">
				健身操</td>
			<td align="center" width="25%">
				300卡</td>
		</tr>
		<tr bgcolor="#dddddd">
			<td width="75%">
				骑马</td>
			<td align="center" width="25%">
				350卡</td>
		</tr>
		<tr>
			<td width="75%">
				网球</td>
			<td align="center" width="25%">
				425卡</td>
		</tr>
		<tr bgcolor="#dddddd">
			<td width="75%">
				爬梯机</td>
			<td align="center" width="25%">
				680卡</td>
		</tr>
		<tr>
			<td width="75%">
				手球</td>
			<td align="center" width="25%">
				600卡</td>
		</tr>
		<tr bgcolor="#dddddd">
			<td width="75%">
				桌球</td>
			<td align="center" width="25%">
				300卡</td>
		</tr>
		<tr>
			<td width="75%">
				慢走(一小时4公里)</td>
			<td align="center" width="25%">
				255卡</td>
		</tr>
		<tr bgcolor="#dddddd">
			<td width="75%">
				慢跑(一小时9公里)</td>
			<td align="center" width="25%">
				655卡</td>
		</tr>
		<tr>
			<td width="75%">
				游泳(一小时3公里)</td>
			<td align="center" width="25%">
				550卡</td>
		</tr>
		<tr bgcolor="#dddddd">
			<td width="75%">
				有氧运动(轻度)</td>
			<td align="center" width="25%">
				275卡</td>
		</tr>
		<tr>
			<td width="75%">
				有氧运动(中度)</td>
			<td align="center" width="25%">
				350卡</td>
		</tr>
		<tr bgcolor="#dddddd">
			<td width="75%">
				高尔夫球(走路自背球杆)</td>
			<td align="center" width="25%">
				270卡</td>
		</tr>
		<tr>
			<td width="75%">
				锯木</td>
			<td align="center" width="25%">
				400卡</td>
		</tr>
		<tr bgcolor="#dddddd">
			<td width="75%">
				体能训练</td>
			<td align="center" width="25%">
				300卡</td>
		</tr>
		<tr>
			<td width="75%">
				走步机(一小时6公里)</td>
			<td align="center" width="25%">
				345卡</td>
		</tr>
		<tr bgcolor="#dddddd">
			<td width="75%">
				轮式溜冰</td>
			<td align="center" width="25%">
				350卡</td>
		</tr>
		<tr>
			<td width="75%">
				跳绳</td>
			<td align="center" width="25%">
				660卡</td>
		</tr>
		<tr bgcolor="#dddddd">
			<td width="75%">
				郊外滑雪(一小时8公里)</td>
			<td align="center" width="25%">
				600卡</td>
		</tr>
		<tr>
			<td width="75%">
				练武术</td>
			<td align="center" width="25%">
				790卡</td>
		</tr>
	</tbody>
</table>
<p>
	原帖地址：</p>
<p>
	http://www.chexie.net/infor/infor501.htm</p>
]]>
      </description>
      <category>
        <![CDATA[未分类]]>
      </category>
      <wfw:commentRss>http://fzhzhy.is-programmer.com/posts/21061.rss</wfw:commentRss>
      <pubDate>Mon, 06 Sep 2010 07:32:56 +0800</pubDate>
      <guid>http://fzhzhy.is-programmer.com/posts/21061</guid>
      <author>风中纸页</author>
    </item>
    <item>
      <title>
        <![CDATA[添加Email订阅功能]]>
      </title>
      <link>http://fzhzhy.is-programmer.com/posts/18618.html</link>
      <description>
        <![CDATA[<p>更新Feed到Burner，利用起来Email订阅功能。。：）</p>
<p>&#160;</p>
<p>欢迎订阅使用。。：）</p>]]>
      </description>
      <category>
        <![CDATA[未分类]]>
      </category>
      <wfw:commentRss>http://fzhzhy.is-programmer.com/posts/18618.rss</wfw:commentRss>
      <pubDate>Sun, 30 May 2010 21:20:35 +0800</pubDate>
      <guid>http://fzhzhy.is-programmer.com/posts/18618</guid>
      <author>风中纸页</author>
    </item>
    <item>
      <title>
        <![CDATA[更新RSS到feedburner，愿意的话可以换一下地址啊。。：）]]>
      </title>
      <link>http://fzhzhy.is-programmer.com/posts/18411.html</link>
      <description>
        <![CDATA[]]>
      </description>
      <category>
        <![CDATA[未分类]]>
      </category>
      <wfw:commentRss>http://fzhzhy.is-programmer.com/posts/18411.rss</wfw:commentRss>
      <pubDate>Wed, 26 May 2010 06:07:24 +0800</pubDate>
      <guid>http://fzhzhy.is-programmer.com/posts/18411</guid>
      <author>风中纸页</author>
    </item>
    <item>
      <title>
        <![CDATA[200-05-25]]>
      </title>
      <link>http://fzhzhy.is-programmer.com/posts/18408.html</link>
      <description>
        <![CDATA[<p>【单词】<br />
<br />
barranca： 峡谷。【死记，没有什么特点】<br />
<br />
<br />
armada：fleet of warships。 来自西语armada，意为an armed force。 <br />
<br />
<br />
gravida： 孕妇。 【死记，没有什么特点】<br />
<br />
<br />
agenda：things to be done。 agendum的缩写。<br />
<br />
<br />
panacea：an all-healing herb。 来自希腊语：panakeia&nbsp; pan(all)+ akos(cure)<br />
<br />
herb：来自于法语中erbe， 意为grass。 后拉丁语更新h成为herb</p>
<p>&nbsp;</p>
<p>【程序设计】</p>
<p>&nbsp;</p>
<p>单一职责原则(SRP)<br />
<br />
&nbsp;&nbsp;&nbsp; 主要目的就是降低模块的内聚性。即将一个类的功能单一化，简洁化。<br />
<br />
&nbsp;&nbsp;&nbsp; 对于面向对象设计来说可以理解成为对模型的抽象：仅将对象的最紧密，最原子化的功能（方法）抽象出来。如果可以，可能再分离，则可以将非原子化的功能抽象成为一个单独的类。<br />
<br />
&nbsp;&nbsp;&nbsp; 这样抽象显而易见的好处就是，足够原子化的类的改动对于其他类的影响可以做到最小。也就降低了模块之间的耦合性，内聚性。<br />
<br />
<br />
<br />
开放-封闭原则(OCP)<br />
<br />
&nbsp;&nbsp;&nbsp; 这个原则从字面上包含两个部分：<br />
<br />
&nbsp;&nbsp;&nbsp; 开放：模块是可以扩展的；<br />
&nbsp;&nbsp;&nbsp; 封闭：模块在扩展的时候不修改原来模块的代码或者二进制代码。<br />
<br />
&nbsp;&nbsp;&nbsp; 这两点可以说深刻的体现了OOP的精髓。模块可扩展不言而喻，修改就可以满足；但要不修改源码，甚至不修改原来的二进制文件，这样就只能添加源文件和添加二进制文件了。 这简直就是给&ldquo;抽象&rdquo;量身定做的功能。<br />
<br />
&nbsp;&nbsp;&nbsp; 对于OOP语言来说，对于已有类进行派生，在派生类中进行修改扩展就可以完全满足需求，并且仅重新构建新的类即可。不会修改原来的类源码及二进制文件。<br />
<br />
&nbsp;&nbsp;&nbsp; 对于较弱的OO设计的C语言来说，其实也是可以满足这个功能的。特点也就是在指针这个特殊工具上。如果原来的设计考虑到扩展，对于不同的方法（功能），利用函数指针可以满足；对于数据类型，大体也可以通过union类型来满足。当然C语言没有那么强的多态性，自然有其缺陷。但只要设计的好，还是可以较好的满足需求的。<br />
&nbsp;</p>]]>
      </description>
      <category>
        <![CDATA[未分类]]>
      </category>
      <wfw:commentRss>http://fzhzhy.is-programmer.com/posts/18408.rss</wfw:commentRss>
      <pubDate>Wed, 26 May 2010 05:27:56 +0800</pubDate>
      <guid>http://fzhzhy.is-programmer.com/posts/18408</guid>
      <author>风中纸页</author>
    </item>
    <item>
      <title>
        <![CDATA[2010-05-16]]>
      </title>
      <link>http://fzhzhy.is-programmer.com/posts/18030.html</link>
      <description>
        <![CDATA[<p><strong>单词<br />
</strong></p>
<ul>
    <li>mecca&nbsp; - 圣地麦加。 单词引申意为众人渴望去的地方</li>
    <li>chronological - 按照时间年代排列的。合成词&nbsp; chronology + -ical ， 其中chronology又是一个合成词，chrono- + -logy。 这样就由三个部分构成：<br />
    <ul>
        <li>chrono- - 前缀。 来源希腊语前缀： khrono-&nbsp; 表示时间</li>
        <li>-logy - 后缀。 来源希腊语后缀： <span class="foreign">-logia 。 表示一种说法，课程等等。 <br />
        </span></li>
        <li><span class="foreign">-ical</span> -&nbsp; 后缀。 表示。。。的， 以某种方法的。 和-ic有类似</li>
    </ul>
    </li>
</ul>
<p>&nbsp;</p>]]>
      </description>
      <category>
        <![CDATA[未分类]]>
      </category>
      <wfw:commentRss>http://fzhzhy.is-programmer.com/posts/18030.rss</wfw:commentRss>
      <pubDate>Sun, 16 May 2010 22:22:09 +0800</pubDate>
      <guid>http://fzhzhy.is-programmer.com/posts/18030</guid>
      <author>风中纸页</author>
    </item>
    <item>
      <title>
        <![CDATA[TS 22.001 Principles of circuit telecommunication services supported by a Public Land Mobile Network]]>
      </title>
      <link>http://fzhzhy.is-programmer.com/posts/12392.html</link>
      <description>
        <![CDATA[<p>&nbsp;&nbsp;&nbsp; 电信服务可分为：接入服务（承载服务）和电信业务。<br />
&nbsp;&nbsp;&nbsp; 接入服务又大致可分为：基本接入服务和增值服务；电信业务也可大致分为基本电信服务和增值服务。<br />
&nbsp;&nbsp;&nbsp; 接入服务具有一些较为底层的属性（在TS 22.002中有详解）。这些属性大致可以分为：信息传输；接入；互通及基本属性，例如可管理和商业属性。<br />
&nbsp;&nbsp;&nbsp; 电信业务能通过终端和网络功能辅以特定服务器来提供全能力的通讯功能。在TS 22.003中有详解。具有高层的属性。<br />
&nbsp;&nbsp;&nbsp; 这两种功能的差异并不容易被终端用户所能感受到。<br />
<br />
&nbsp;&nbsp;&nbsp; TS 22.101和TS 22.011定义了一些条款。<br />
&nbsp;&nbsp;&nbsp; 例如：<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 订阅基本服务和可能的增值服务订阅<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 注册到一个服务目录<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 终端设备之间的兼容性<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 互联互通能力（参考TS 29系列）<br />
&nbsp;&nbsp;&nbsp; 用户在完成一次通话或者增值服务之前，基本服务或者增值服务的注册工作通常首先要通过网络进行验证。<br />
<br />
基本服务订阅验证<br />
&nbsp;&nbsp;&nbsp; 检查订阅功能通过通话建立的参数来判断订阅者是否有权限使用特定的服务。本地网络有责任将订阅者信息提交给虚拟网络，以使得订阅者有使用虚拟网络的权限。<br />
&nbsp;&nbsp;&nbsp; 对于MO呼叫，订阅检查在VLR；对于MT呼叫；订阅检查在HLR或者VLR。谁执行订阅检查的先决条件是在通话建立的兼容信息的成功检测。例如承载兼容信息，底层或者高层兼容信息等。<br />
&nbsp;&nbsp;&nbsp; 对于MO呼叫 终端必须通过恰当的兼容信息元素（TS 27.001）来指示所请求服务。此信息通过MSC中的独特基本服务码映射，以便和VLR中有效的订阅者服务数据匹配。<br />
&nbsp;&nbsp;&nbsp; 对于MT呼叫，在HLR中也需要同样的过程。呼叫者的请求信息通知HLR（通过ISDN）。万一兼容性信息并不完备，例如通话是通过PSTN主叫或者被叫，没有服务能够确定并且订阅检查也不能正常运行。代之进行的是，单多号编码框架规则起效。<br />
&nbsp;&nbsp;&nbsp; 单多号编码框架规则能够用来通过存储在HLR中的信息推断呼叫号码，并且因此不确定订阅检查可以进行。在单多号编码框架下，终端设备相应建立之后服务才能进行，因此HLR才能进行订阅检查。<br />
&nbsp;</p>]]>
      </description>
      <category>
        <![CDATA[未分类]]>
      </category>
      <wfw:commentRss>http://fzhzhy.is-programmer.com/posts/12392.rss</wfw:commentRss>
      <pubDate>Sun, 25 Oct 2009 06:57:00 +0800</pubDate>
      <guid>http://fzhzhy.is-programmer.com/posts/12392</guid>
      <author>风中纸页</author>
    </item>
  </channel>
</rss>
