<?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/"
	>

<channel>
	<title>cbm's land</title>
	<atom:link href="http://www.cbmland.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cbmland.com</link>
	<description>记录我的全新旅程</description>
	<pubDate>Thu, 02 Jul 2009 17:01:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>实战替换DTS音轨到杜比AC3</title>
		<link>http://www.cbmland.com/post/863/audio-converter-dts-to-ac3.html</link>
		<comments>http://www.cbmland.com/post/863/audio-converter-dts-to-ac3.html#comments</comments>
		<pubDate>Thu, 02 Jul 2009 17:01:22 +0000</pubDate>
		<dc:creator>cbm</dc:creator>
		
		<category><![CDATA[分享我自己]]></category>

		<category><![CDATA[解决方案]]></category>

		<category><![CDATA[AC3]]></category>

		<category><![CDATA[DTS]]></category>

		<category><![CDATA[H.264]]></category>

		<category><![CDATA[HD]]></category>

		<guid isPermaLink="false">http://www.cbmland.com/?p=863</guid>
		<description><![CDATA[<img src="http://www.cbmland.com/wp-content/themes/illacrimo-plus/images/t.png" width="48" height="48" alt="http://cbmland.googlepages.com/mycomputer.png" title="分享我自己" /><br/>今年5.1的时候在苏宁被促销员怂恿着买了台液晶电视机。
很是不好意思，没有买国货，其实在这之前已经了解了一些国产品牌的电视，但很多细节不如人意，比如连菜单界面很粗糙，里面中文字体都没有抗锯齿的。其他的细节点就更没底了。
话说回来，我买的这款LG LH45系列电视机可以直接播放硬盘上的高清视频文件，支持多种视频格式，但不支持real媒体，很巧，我也不怎么喜欢rmvb的画质，这个功能点可以无视，支持H.264编码的1080P影片，最高可以可以播放Level 4.1级别的H.264编码。
但是稍稍遗憾的是不支持目前流行的DTS音轨，但支持杜比AC3音轨，难道这么多的影片都只能用电脑来播放吗？
<span class="readmore"><a href="http://www.cbmland.com/post/863/audio-converter-dts-to-ac3.html" title="实战替换DTS音轨到杜比AC3" target="_blank">阅读全文(964字)</a></span>]]></description>
			<content:encoded><![CDATA[<img src="http://www.cbmland.com/wp-content/themes/illacrimo-plus/images/t.png" width="48" height="48" alt="http://cbmland.googlepages.com/mycomputer.png" title="分享我自己" /><br/><p>今年5.1的时候在苏宁被促销员怂恿着买了台液晶电视机。</p>
<p>很是不好意思，没有买国货，其实在这之前已经了解了一些国产品牌的电视，但很多细节不如人意，比如连菜单界面很粗糙，里面中文字体都没有抗锯齿的。其他的细节点就更没底了。</p>
<p>话说回来，我买的这款LG LH45系列电视机可以直接播放硬盘上的高清视频文件，支持多种视频格式，但不支持real媒体，很巧，我也不怎么喜欢rmvb的画质，这个功能点可以无视，支持H.264编码的1080P影片，最高可以可以播放Level 4.1级别的H.264编码。</p>
<p>但是稍稍遗憾的是不支持目前流行的DTS音轨，但支持杜比AC3音轨，难道这么多的影片都只能用电脑来播放吗？</p>
<p>现在分享一下将mkv格式的电影的DTS音轨换成杜比AC3格式吧。原于mkv的先进的封装容器格式，可以非常方便的分离合并音轨。转换思路很简单：</p>
<ol>
<li>分离出DTS音轨</li>
<li>转换DTS音轨文件到AC3音轨文件</li>
<li>合并AC3音轨到对应的mkv文件中</li>
</ol>
<p>网上了解了一下解决方案，主要的区别在于DTS编码到AC3的区别，很多都是使用到了<a href="http://www.bunkus.org/videotools/mkvtoolnix/win32/" target="_blank">MKVtoolnix工具集</a>。使用mkvextract分离出DTS音轨，和使用mkvmerge合并音AC3轨。</p>
<p>其中我尝试过使用TMPGEnc 4.0 XPress 在影片文件中提取DTS音频直接得到AC3音轨文件，后面发现得到的AC3文件是双声道的，显然不符合我需要的5.1声道需求。但处理速度很快，对于一般播放已经可以满足。</p>
<p>接着尝试了EZmkvDTStoAC3，他是一个GUI，使用eac3to编码AC3音轨，这个可以很好处理5.1声道音轨的转换，稍有遗憾的是文件名不能有中文。</p>
<p>最后尝试了<a href="http://audioconverter.heartware.dk/Tutorial/" target="_blank">PopCorn MKV Audio Converter</a>，和EZmkvDTStoAC3一样是GUI的操作界面，但解决了中文名路径的问题，支持批处理，更多的参数可选项，现在看来十分的完美。</p>
<p>我在扣肉双核本子上处理一个4.3G的mkv格式的高清电影，20到30分钟即可搞定一个。完美解决电视机内置播放器不能播放DTS音轨的影片。希望能给不能播放DTS音轨的播放器带来帮组和参考。</p>
<p>下面附上我的PopCorn MKV Audio Converter的设置参数：</p>
<p><a href="http://sites.google.com/site/cbmland/2009/2009-07-02_152151.png" target="_blank"><img class="alignnone" src="http://sites.google.com/site/cbmland/2009/2009-07-02_152151.png" alt="" width="559" height="284" /></a></p>
<p>音频处理配置部分</p>
<p><img class="alignnone" src="http://sites.google.com/site/cbmland/2009/2009-07-02_152048.png" alt="" width="550" height="233" /></p>
<p>包含所有解码器打包提供下载，解压到D:\Program Files即可使用。</p>
Note: There is a file embedded within this post, please visit this post to download the file.

	Tags: <a href="http://www.cbmland.com/tags/ac3" title="AC3" rel="tag nofollow">AC3</a>, <a href="http://www.cbmland.com/tags/dts" title="DTS" rel="tag nofollow">DTS</a>, <a href="http://www.cbmland.com/tags/h264" title="H.264" rel="tag nofollow">H.264</a>, <a href="http://www.cbmland.com/tags/hd" title="HD" rel="tag nofollow">HD</a><br />

	<h3>您可能对以下文章会感兴趣</h3>
	<ul class="st-related-posts">
	<li><a href="http://www.cbmland.com/post/408/intro-tow-h264-encod.html" title="介绍两款H.264编码器（放弃FLV，拥抱MP4） (2007-12-31)">介绍两款H.264编码器（放弃FLV，拥抱MP4）</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.cbmland.com/post/863/audio-converter-dts-to-ac3.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>弃用花生壳DDNS，选用希网动态域名</title>
		<link>http://www.cbmland.com/post/862/ddns-come-to-3322org.html</link>
		<comments>http://www.cbmland.com/post/862/ddns-come-to-3322org.html#comments</comments>
		<pubDate>Thu, 18 Jun 2009 13:00:05 +0000</pubDate>
		<dc:creator>cbm</dc:creator>
		
		<category><![CDATA[全新体验]]></category>

		<category><![CDATA[解决方案]]></category>

		<category><![CDATA[DDNS]]></category>

		<category><![CDATA[Domain]]></category>

		<guid isPermaLink="false">http://www.cbmland.com/?p=862</guid>
		<description><![CDATA[<img src="http://www.cbmland.com/wp-content/themes/illacrimo-plus/images/t.png" width="48" height="48" alt="http://cbmland.googlepages.com/creamchoco.png" title="全新体验" /><br/>花生壳的免费域名越来越不稳定了，导致我一度认为我最近网络的原因。换了才知道是花生壳的免费服务在打折扣了。
记得去年前面是取消部分路由器内建的登录服务之后，只能用PC客户端，而最近PC段的客户端也不稳定了。域名解析时好时坏，直到去他们的论坛才知道问题普遍存在，现在换用希网动态域名服务，一段时间过来感觉稳定很满意。
希网动态域名服务感觉更开放，一个http请求就可以完成IP更新操作，具体的看更新协议和返回码，简单的都可以用一个Flash实现客户端，如果同样为花生壳的不稳定而郁闷的朋友，这个无非是一个不错的替代方案。
废话一下：如果新注册到的域名难记住，可以在自己的域名下新建主机名CNAME到你的3322.org域名，这样就会更好记住和管理了。
<span class="readmore"><a href="http://www.cbmland.com/post/862/ddns-come-to-3322org.html" title="弃用花生壳DDNS，选用希网动态域名" target="_blank">阅读全文(358字)</a></span>]]></description>
			<content:encoded><![CDATA[<img src="http://www.cbmland.com/wp-content/themes/illacrimo-plus/images/t.png" width="48" height="48" alt="http://cbmland.googlepages.com/creamchoco.png" title="全新体验" /><br/><p><a href="http://www.oray.cn/" target="_blank">花生壳</a>的免费域名越来越不稳定了，导致我一度认为我最近网络的原因。换了才知道是花生壳的免费服务在打折扣了。</p>
<p>记得去年前面是取消部分路由器内建的登录服务之后，只能用PC客户端，而最近PC段的客户端也不稳定了。域名解析时好时坏，直到去他们的论坛才知道问题普遍存在，现在换用<a href="http://www.3322.org/" target="_blank">希网动态域名</a>服务，一段时间过来感觉稳定很满意。</p>
<p><a href="http://www.3322.org/" target="_blank">希网动态域名</a>服务感觉更开放，一个http请求就可以完成IP更新操作，具体的看<a href="http://www.3322.org/dyndnspage/protocol.html" target="_blank">更新协议</a>和<a href="http://www.3322.org/dyndnspage/codes.html" target="_blank">返回码</a>，简单的都可以用一个Flash实现客户端，如果同样为<a href="http://www.oray.cn/" target="_blank">花生壳</a>的不稳定而郁闷的朋友，这个无非是一个不错的替代方案。</p>
<p>废话一下：如果新注册到的域名难记住，可以在自己的域名下新建主机名CNAME到你的3322.org域名，这样就会更好记住和管理了。</p>
<p>比如 xxx.cbmland.com -&gt; CNAME -&gt; xxx.3322.org</p>

	Tags: <a href="http://www.cbmland.com/tags/ddns" title="DDNS" rel="tag nofollow">DDNS</a>, <a href="http://www.cbmland.com/tags/domain" title="Domain" rel="tag nofollow">Domain</a><br />

	<h3>您可能对以下文章会感兴趣</h3>
	<ul class="st-related-posts">
	<li><a href="http://www.cbmland.com/post/779/cnnic-is-sordid.html" title=".CN域名果然会被国家劫持控制 (2009-01-13)">.CN域名果然会被国家劫持控制</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.cbmland.com/post/862/ddns-come-to-3322org.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>搞定中兴无线路由猫 - ZXV10 H608B</title>
		<link>http://www.cbmland.com/post/861/zte-zxv10-h608b-be-configurated.html</link>
		<comments>http://www.cbmland.com/post/861/zte-zxv10-h608b-be-configurated.html#comments</comments>
		<pubDate>Mon, 15 Jun 2009 16:27:22 +0000</pubDate>
		<dc:creator>cbm</dc:creator>
		
		<category><![CDATA[生活随笔]]></category>

		<category><![CDATA[解决方案]]></category>

		<category><![CDATA[ADSL]]></category>

		<category><![CDATA[router]]></category>

		<category><![CDATA[telecom]]></category>

		<category><![CDATA[WiFi]]></category>

		<category><![CDATA[zte]]></category>

		<guid isPermaLink="false">http://www.cbmland.com/?p=861</guid>
		<description><![CDATA[<img src="http://www.cbmland.com/wp-content/themes/illacrimo-plus/images/t.png" width="48" height="48" alt="http://cbmland.googlepages.com/life.png" title="生活随笔" /><br/>前面有换新的网络套餐了，这次电信送的设备还算不赖，型号是中兴 ZXV10 H608B，整合ADSL猫，路由器，无线接入，支持ADSL2 。
我之前的上网设备由一个ADSL猫+无线路由器来进行联网，期间用到一些路由器高级的应用，利用端口转发和动态域名解析，我就可以通过任何的Internet连接到家里的电脑进行管理。
如今换了中兴ZXV10 H608B这款猫，由于内建路由和无线功能，为了显得更简约一点，不想再加上自己的无线路由器了，但是如何正常的开启端口转发和动态DNS，以保证顺利的管理家里的电脑。余下的配置也显得麻烦起来，毕竟是电信定制版本。省略5k字。。。
最终还是被我征服了  目前比较棘手的动态DNS，端口转发、uPnP、一切OK。
<span class="readmore"><a href="http://www.cbmland.com/post/861/zte-zxv10-h608b-be-configurated.html" title="搞定中兴无线路由猫 - ZXV10 H608B" target="_blank">阅读全文(656字)</a></span>]]></description>
			<content:encoded><![CDATA[<img src="http://www.cbmland.com/wp-content/themes/illacrimo-plus/images/t.png" width="48" height="48" alt="http://cbmland.googlepages.com/life.png" title="生活随笔" /><br/><p>前面有换新的网络套餐了，这次电信送的设备还算不赖，型号是中兴 ZXV10 H608B，整合ADSL猫，路由器，无线接入，支持ADSL2 。</p>
<p>我之前的上网设备由一个ADSL猫+无线路由器来进行联网，期间用到一些路由器高级的应用，利用端口转发和动态域名解析，我就可以通过任何的Internet连接到家里的电脑进行管理。</p>
<p>如今换了中兴ZXV10 H608B这款猫，由于内建路由和无线功能，为了显得更简约一点，不想再加上自己的无线路由器了，但是如何正常的开启端口转发和动态DNS，以保证顺利的管理家里的电脑。余下的配置也显得麻烦起来，毕竟是电信定制版本。省略5k字。。。</p>
<p>最终还是被我征服了 <img src='http://www.cbmland.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> 目前比较棘手的动态DNS，端口转发、uPnP、一切OK。</p>
<p>期间有个很迷惑的问题，就是内网的不能ping通自己的公网的IP，也不能telnet进行端口连接，但可以通过其他的IP连接成功，对于测试路由器的端口转发以及uPnP功能，迷惑性实在是很高。</p>
<p>这次就不贴图了，留下一些经验记录备忘，以备不时之需。</p>
<p><strong>开启FTP获取配置文件：</strong></p>
<p>使用管理员telecomadmin 密码nE7jA%5m 登录，<a href="http://192.168.1.1/getpage.gch?pid=1002&amp;submenu=Advanced&amp;nosubmenu=0&amp;nextpage=tools/update_t.gch&amp;title=Ftp&amp;path=Tools-&gt;Ftp&amp;nextgch=tools/update_gch.gch&amp;nextjs=tools/update_js.gch" target="_blank">点此</a>打开FTP，这时你可以通过FTP工具连接到路由器文件系统，etc/board.conf 就是路由器的配置文件。</p>
<p><strong>修改超级管理员密码：</strong></p>
<p>打开配置文件board.conf，查找帐户名telecomadmin，可以手动改成你需要的名称和密码。</p>
<p><strong>修改无线网络名称：</strong></p>
<p>打开配置文件board.conf，查找ChinaNet关键字，这里可以直接改成我需要的名字 CBM&#8217;S HOME。</p>

	Tags: <a href="http://www.cbmland.com/tags/adsl" title="ADSL" rel="tag nofollow">ADSL</a>, <a href="http://www.cbmland.com/tags/router" title="router" rel="tag nofollow">router</a>, <a href="http://www.cbmland.com/tags/telecom" title="telecom" rel="tag nofollow">telecom</a>, <a href="http://www.cbmland.com/tags/wifi" title="WiFi" rel="tag nofollow">WiFi</a>, <a href="http://www.cbmland.com/tags/zte" title="zte" rel="tag nofollow">zte</a><br />

	<h3>您可能对以下文章会感兴趣</h3>
	<ul class="st-related-posts">
	<li><a href="http://www.cbmland.com/post/860/4m-adsl-2m-iptv-6m.html" title="4M ADSL + 2M IPTV = 6M? (2009-06-02)">4M ADSL + 2M IPTV = 6M?</a></li>
	<li><a href="http://www.cbmland.com/post/857/king-is-fucking-the-china-telecom-adsl.html" title="全民总动员 电信网络宽带8折接入活动 (2009-04-21)">全民总动员 电信网络宽带8折接入活动</a></li>
	<li><a href="http://www.cbmland.com/post/848/internet-shared-via-wireless-card-router.html" title="通过WIFI无线网卡做路由[原] (2009-04-10)">通过WIFI无线网卡做路由[原]</a></li>
	<li><a href="http://www.cbmland.com/post/792/get-adsl-pass.html" title="破解湖南电信ADSL“星空极速”3.2 (2009-02-01)">破解湖南电信ADSL“星空极速”3.2</a></li>
	<li><a href="http://www.cbmland.com/post/790/d-link-to-pull-down-altars.html" title="亲手将D-link拉下神坛 (2009-01-26)">亲手将D-link拉下神坛</a></li>
	<li><a href="http://www.cbmland.com/post/402/lan-over-1394.html" title="用1394火线上网 (2007-11-26)">用1394火线上网</a></li>
	<li><a href="http://www.cbmland.com/post/378/improve-intel-3945abg-network-usage.html" title="开启 Intel 3945ABG 吞吐量增强 提高WIFI网络使用率[原] (2007-10-21)">开启 Intel 3945ABG 吞吐量增强 提高WIFI网络使用率[原]</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.cbmland.com/post/861/zte-zxv10-h608b-be-configurated.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>4M ADSL + 2M IPTV = 6M?</title>
		<link>http://www.cbmland.com/post/860/4m-adsl-2m-iptv-6m.html</link>
		<comments>http://www.cbmland.com/post/860/4m-adsl-2m-iptv-6m.html#comments</comments>
		<pubDate>Mon, 01 Jun 2009 16:13:29 +0000</pubDate>
		<dc:creator>cbm</dc:creator>
		
		<category><![CDATA[全新体验]]></category>

		<category><![CDATA[生活随笔]]></category>

		<category><![CDATA[ADSL]]></category>

		<category><![CDATA[mylife]]></category>

		<guid isPermaLink="false">http://www.cbmland.com/?p=860</guid>
		<description><![CDATA[<img src="http://www.cbmland.com/wp-content/themes/illacrimo-plus/images/t.png" width="48" height="48" alt="http://cbmland.googlepages.com/creamchoco.png" title="全新体验" /><br/>最近参加了一个团购E8套餐活动，将家里的上网小水管升级到了ADSL 4M  ，同时还带IPTV  2M ，送50元的电话费。
虽然前面有质疑过电信网络宽带速度不达标，但因为比之前的套餐包月费贵不了多少，感觉套餐很实惠，
还送一个无线路由猫和一个IPTV的机顶盒。无奈之下还是选用电信的网络。
尝试了一下神秘的IPTV，里面当然会有全国的卫视频道，有特点的是可以回放最近几天的电视节目，以及点播里面的电影，当然有部分是需要收费的，这样和天威视讯提供的数字电视服务有得一拼了，画面质量和天威视讯的相比，IPTV看是稍差了一点，有数秒的延时，缓冲嘛，毕竟还是只有2M的带宽来承载。
<span class="readmore"><a href="http://www.cbmland.com/post/860/4m-adsl-2m-iptv-6m.html" title="4M ADSL + 2M IPTV = 6M?" target="_blank">阅读全文(476字)</a></span>]]></description>
			<content:encoded><![CDATA[<img src="http://www.cbmland.com/wp-content/themes/illacrimo-plus/images/t.png" width="48" height="48" alt="http://cbmland.googlepages.com/creamchoco.png" title="全新体验" /><br/><p>最近参加了一个团购E8套餐活动，将家里的上网小水管升级到了ADSL 4M  ，同时还带IPTV  2M ，送50元的电话费。</p>
<p>虽然前面有质疑过<a title="Permanent Link to 全民总动员 电信网络宽带8折接入活动" rel="bookmark" href="/post/857/king-is-fucking-the-china-telecom-adsl.html" target="_blank">电信网络宽带速度不达标</a>，但因为比之前的套餐包月费贵不了多少，感觉套餐很实惠，</p>
<p>还送一个无线路由猫和一个IPTV的机顶盒。无奈之下还是选用电信的网络。</p>
<p>尝试了一下神秘的IPTV，里面当然会有全国的卫视频道，有特点的是可以回放最近几天的电视节目，以及点播里面的电影，当然有部分是需要收费的，这样和天威视讯提供的数字电视服务有得一拼了，画面质量和天威视讯的相比，IPTV看是稍差了一点，有数秒的延时，缓冲嘛，毕竟还是只有2M的带宽来承载。</p>
<p>感觉电信开始向数字电视行业竞争了，这么便宜的包月费，还送价格不菲的设备，比天威视讯要慷慨多了。</p>
<p>如果电信能加上几个深圳本地的电视频道以及喜欢的凤凰卫视中文台，我真的会考虑把天威视讯停掉。</p>
<p>测试了一下：互联网下载速度算是达标了，但是上行速度还是可怜的56k理论数度。十分的对不住广大驴友啊~</p>
<p>传说可以将2M 的IPTV 带宽利用起来，和4M的ADSL网络组成6M的网络，这个做法很有挑战性哇。明儿就来试试。</p>

	Tags: <a href="http://www.cbmland.com/tags/adsl" title="ADSL" rel="tag nofollow">ADSL</a>, <a href="http://www.cbmland.com/tags/mylife" title="mylife" rel="tag nofollow">mylife</a><br />

	<h3>您可能对以下文章会感兴趣</h3>
	<ul class="st-related-posts">
	<li><a href="http://www.cbmland.com/post/861/zte-zxv10-h608b-be-configurated.html" title="搞定中兴无线路由猫 - ZXV10 H608B (2009-06-16)">搞定中兴无线路由猫 - ZXV10 H608B</a></li>
	<li><a href="http://www.cbmland.com/post/859/im-come-back.html" title="我回来了 (2009-05-30)">我回来了</a></li>
	<li><a href="http://www.cbmland.com/post/857/king-is-fucking-the-china-telecom-adsl.html" title="全民总动员 电信网络宽带8折接入活动 (2009-04-21)">全民总动员 电信网络宽带8折接入活动</a></li>
	<li><a href="http://www.cbmland.com/post/822/5-days-tour-in-the-korean.html" title="韩国5日游 - 记录我的全新旅程 (2009-03-19)">韩国5日游 - 记录我的全新旅程</a></li>
	<li><a href="http://www.cbmland.com/post/792/get-adsl-pass.html" title="破解湖南电信ADSL“星空极速”3.2 (2009-02-01)">破解湖南电信ADSL“星空极速”3.2</a></li>
	<li><a href="http://www.cbmland.com/post/475/god-played-a-joke-on-me.html" title="上天和我开了个玩笑 (2008-04-21)">上天和我开了个玩笑</a></li>
	<li><a href="http://www.cbmland.com/post/407/the-rule.html" title="出来混，迟早要还 (2007-12-22)">出来混，迟早要还</a></li>
	<li><a href="http://www.cbmland.com/post/358/get-password-of-acer-xppscsp2img.html" title="动手获取Acer恢复光盘Ghsot镜像XPPSCSP2.IMG的密码[原] (2007-10-13)">动手获取Acer恢复光盘Ghsot镜像XPPSCSP2.IMG的密码[原]</a></li>
	<li><a href="http://www.cbmland.com/post/348/my-expression-studio-photo.html" title="我的Expression Studio上图 (2007-10-10)">我的Expression Studio上图</a></li>
	<li><a href="http://www.cbmland.com/post/343/got-expression-studio.html" title="微软寄出的Expression Studio到手 (2007-10-08)">微软寄出的Expression Studio到手</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.cbmland.com/post/860/4m-adsl-2m-iptv-6m.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>我回来了</title>
		<link>http://www.cbmland.com/post/859/im-come-back.html</link>
		<comments>http://www.cbmland.com/post/859/im-come-back.html#comments</comments>
		<pubDate>Sat, 30 May 2009 13:38:03 +0000</pubDate>
		<dc:creator>cbm</dc:creator>
		
		<category><![CDATA[生活随笔]]></category>

		<category><![CDATA[mylife]]></category>

		<guid isPermaLink="false">http://www.cbmland.com/?p=859</guid>
		<description><![CDATA[<img src="http://www.cbmland.com/wp-content/themes/illacrimo-plus/images/t.png" width="48" height="48" alt="http://cbmland.googlepages.com/life.png" title="生活随笔" /><br/>记得很久没来打理网站了，回头一看上次写博客的日期，呜呼，尽然有一个多月了之久了。
我想cbmland.com的流量和排名一定向下狂飙吧。没勇气看统计咯~
一个月以来，工事家事不断，都是接接二连三的忙这忙那，其中最大事情就是搬家了。
简单的说搬家，从打包收拾到解包安装，都是很费时，很费力的事情，直到端午节后才终于可以轻松一下了，总算安顿下来了。
<span class="readmore"><a href="http://www.cbmland.com/post/859/im-come-back.html" title="我回来了" target="_blank">阅读全文(195字)</a></span>]]></description>
			<content:encoded><![CDATA[<img src="http://www.cbmland.com/wp-content/themes/illacrimo-plus/images/t.png" width="48" height="48" alt="http://cbmland.googlepages.com/life.png" title="生活随笔" /><br/><p>记得很久没来打理网站了，回头一看上次写博客的日期，呜呼，尽然有一个多月了之久了。</p>
<p>我想cbmland.com的流量和排名一定向下狂飙吧。没勇气看统计咯~</p>
<p>一个月以来，工事家事不断，都是接接二连三的忙这忙那，其中最大事情就是搬家了。</p>
<p>简单的说搬家，从打包收拾到解包安装，都是很费时，很费力的事情，直到端午节后才终于可以轻松一下了，总算安顿下来了。</p>
<p>新环境，新生活，又有那些新的事物等着我来发现呢？ <img src='http://www.cbmland.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

	Tags: <a href="http://www.cbmland.com/tags/mylife" title="mylife" rel="tag nofollow">mylife</a><br />

	<h3>您可能对以下文章会感兴趣</h3>
	<ul class="st-related-posts">
	<li><a href="http://www.cbmland.com/post/860/4m-adsl-2m-iptv-6m.html" title="4M ADSL + 2M IPTV = 6M? (2009-06-02)">4M ADSL + 2M IPTV = 6M?</a></li>
	<li><a href="http://www.cbmland.com/post/822/5-days-tour-in-the-korean.html" title="韩国5日游 - 记录我的全新旅程 (2009-03-19)">韩国5日游 - 记录我的全新旅程</a></li>
	<li><a href="http://www.cbmland.com/post/475/god-played-a-joke-on-me.html" title="上天和我开了个玩笑 (2008-04-21)">上天和我开了个玩笑</a></li>
	<li><a href="http://www.cbmland.com/post/407/the-rule.html" title="出来混，迟早要还 (2007-12-22)">出来混，迟早要还</a></li>
	<li><a href="http://www.cbmland.com/post/358/get-password-of-acer-xppscsp2img.html" title="动手获取Acer恢复光盘Ghsot镜像XPPSCSP2.IMG的密码[原] (2007-10-13)">动手获取Acer恢复光盘Ghsot镜像XPPSCSP2.IMG的密码[原]</a></li>
	<li><a href="http://www.cbmland.com/post/348/my-expression-studio-photo.html" title="我的Expression Studio上图 (2007-10-10)">我的Expression Studio上图</a></li>
	<li><a href="http://www.cbmland.com/post/343/got-expression-studio.html" title="微软寄出的Expression Studio到手 (2007-10-08)">微软寄出的Expression Studio到手</a></li>
	<li><a href="http://www.cbmland.com/post/312/update-to-windows-mobile-60.html" title="成功升级 Windows Mobile 6.0 (2007-09-09)">成功升级 Windows Mobile 6.0</a></li>
	<li><a href="http://www.cbmland.com/post/308/delete-584077-record.html" title="清理掉584077条日志记录 (2007-09-06)">清理掉584077条日志记录</a></li>
	<li><a href="http://www.cbmland.com/post/303/feeds-feedburner-com-is-over.html" title="feeds.feedburner.com 挂了 (2007-08-31)">feeds.feedburner.com 挂了</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.cbmland.com/post/859/im-come-back.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>全民总动员 电信网络宽带8折接入活动</title>
		<link>http://www.cbmland.com/post/857/king-is-fucking-the-china-telecom-adsl.html</link>
		<comments>http://www.cbmland.com/post/857/king-is-fucking-the-china-telecom-adsl.html#comments</comments>
		<pubDate>Tue, 21 Apr 2009 14:42:54 +0000</pubDate>
		<dc:creator>cbm</dc:creator>
		
		<category><![CDATA[唠唠叨叨]]></category>

		<category><![CDATA[生活随笔]]></category>

		<category><![CDATA[ADSL]]></category>

		<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://www.cbmland.com/?p=857</guid>
		<description><![CDATA[<img src="http://www.cbmland.com/wp-content/themes/illacrimo-plus/images/t.png" width="48" height="48" alt="http://cbmland.googlepages.com/coffeecup.png" title="唠唠叨叨" /><br/>前面有贴出基于Flash的测速应用，发现其提供的数据和电信测速工具提供的数据不一，质疑那个工具呢？
我有用电信提供的测速工具来测速，按他们的工具提示不但达到了标称的2M速率的，而且还多出一部分。
电信测试工具测试数据

<span class="readmore"><a href="http://www.cbmland.com/post/857/king-is-fucking-the-china-telecom-adsl.html" title="全民总动员 电信网络宽带8折接入活动" target="_blank">阅读全文(641字)</a></span>]]></description>
			<content:encoded><![CDATA[<img src="http://www.cbmland.com/wp-content/themes/illacrimo-plus/images/t.png" width="48" height="48" alt="http://cbmland.googlepages.com/coffeecup.png" title="唠唠叨叨" /><br/><p>前面有贴出<a href="http://www.cbmland.com/post/850/get-your-net-speed-base-on-flash-tester.html" target="_blank">基于Flash的测速应用</a>，发现其提供的数据和电信测速工具提供的数据不一，质疑那个工具呢？</p>
<p>我有用电信提供的测速工具来测速，按他们的工具提示不但达到了标称的2M速率的，而且还多出一部分。</p>
<p>电信测试工具测试数据</p>
<p><img class="alignnone" src="http://sites.google.com/site/cbmland/2009/2009-04-19_123351.png" alt="" width="289" height="159" /></p>
<p>第三方工具测试数据</p>
<p><img class="alignnone" src="http://sites.google.com/site/cbmland/2009/455382804.png" alt="" width="300" height="135" /></p>
<p>更进一步的验证中：</p>
<p>如果按测速工具提供的2.08Mb/s来算的话，实际速度应该在2.08/8*1024=266.24KB/s，但是印象中，下载速度恒定在210KB/s左右，很难再上去了。</p>
<p>如果按speedtest.net提供的数据，1.72Mb/s来算的话，1.72/8*1024=220.16KB/s，很符合实际使用的速度。</p>
<p>看来电信提供的测速工具是“专用”的，<a href="http://www.speedtest.net/index.php" target="_blank">www.speedtest.net</a>的数据很贴切实际速度。我相信后者的数据。</p>
<p>如果按1.72/2.08 = 0.82  (实际速度÷电信测速工具显示速度)，你会发现，电信提供的网络服务速度已经是打了个8折的，但告诉我们的速度达到了2.08Mb/s。</p>
<p>同样，上传数度也存在着打折，</p>
<p>电信应该在想，作为用户，看到超出达标范围，一定会很高兴的。</p>
<p>而确实，我当初安装完毕看到这个数据确实也感到很满意。现在才知道被欺骗了。很用户很气愤。</p>
<p>一句话概括：电信在测速工具上做了手脚，用此告诉用户，不光速度已经达标，而且还超出一部分，而实际上是却以显示速率的8.x折来提供服务的。Onz</p>
<p>这是一个多么诚信的国家企业啊。</p>
<p>有独立的ADSL上网的用户不妨用电信提供的测速工具测试然后和<a href="http://www.speedtest.net/index.php" target="_blank">www.speedtest.net</a>的给出的结果比对吧。</p>

	Tags: <a href="http://www.cbmland.com/tags/adsl" title="ADSL" rel="tag nofollow">ADSL</a>, <a href="http://www.cbmland.com/tags/network" title="Network" rel="tag nofollow">Network</a><br />

	<h3>您可能对以下文章会感兴趣</h3>
	<ul class="st-related-posts">
	<li><a href="http://www.cbmland.com/post/861/zte-zxv10-h608b-be-configurated.html" title="搞定中兴无线路由猫 - ZXV10 H608B (2009-06-16)">搞定中兴无线路由猫 - ZXV10 H608B</a></li>
	<li><a href="http://www.cbmland.com/post/860/4m-adsl-2m-iptv-6m.html" title="4M ADSL + 2M IPTV = 6M? (2009-06-02)">4M ADSL + 2M IPTV = 6M?</a></li>
	<li><a href="http://www.cbmland.com/post/792/get-adsl-pass.html" title="破解湖南电信ADSL“星空极速”3.2 (2009-02-01)">破解湖南电信ADSL“星空极速”3.2</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.cbmland.com/post/857/king-is-fucking-the-china-telecom-adsl.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>获取网速证书 - 基于Flash的测速应用</title>
		<link>http://www.cbmland.com/post/850/get-your-net-speed-base-on-flash-tester.html</link>
		<comments>http://www.cbmland.com/post/850/get-your-net-speed-base-on-flash-tester.html#comments</comments>
		<pubDate>Mon, 20 Apr 2009 14:33:05 +0000</pubDate>
		<dc:creator>cbm</dc:creator>
		
		<category><![CDATA[全新体验]]></category>

		<category><![CDATA[软件推荐]]></category>

		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.cbmland.com/?p=850</guid>
		<description><![CDATA[<img src="http://www.cbmland.com/wp-content/themes/illacrimo-plus/images/t.png" width="48" height="48" alt="http://cbmland.googlepages.com/creamchoco.png" title="全新体验" /><br/>在这里可以在这里测试你的下载速度和上传数度，并且可以获得一个速度证书。

比如高速互联网接入用户，以及经常下载的朋友。可以获取一个证书来可以作为个人身份体现，特别在P2P分享网络，可以将证书图片作为自己的论坛签名那是多么的酷。
同时能检测到你所在的网络服务商，可以对您的服务商进行评分，电信的国内测速点目前有深圳和厦门2个测试点。
<span class="readmore"><a href="http://www.cbmland.com/post/850/get-your-net-speed-base-on-flash-tester.html" title="获取网速证书 - 基于Flash的测速应用" target="_blank">阅读全文(289字)</a></span>]]></description>
			<content:encoded><![CDATA[<img src="http://www.cbmland.com/wp-content/themes/illacrimo-plus/images/t.png" width="48" height="48" alt="http://cbmland.googlepages.com/creamchoco.png" title="全新体验" /><br/><p>在这里可以在这里测试你的下载速度和上传数度，并且可以获得一个速度证书。</p>
<p><img class="alignnone" src="http://sites.google.com/site/cbmland/2009/2009-04-19_141859.png" alt="" width="654" height="393" /></p>
<p>比如高速互联网接入用户，以及经常下载的朋友。可以获取一个证书来可以作为个人身份体现，特别在P2P分享网络，可以将证书图片作为自己的论坛签名那是多么的酷。</p>
<p>同时能检测到你所在的网络服务商，可以对您的服务商进行评分，电信的国内测速点目前有深圳和厦门2个测试点。</p>
<p>下面是我的测速结果：</p>
<p><img class="alignnone" src="http://sites.google.com/site/cbmland/2009/455382804.png" alt="" width="300" height="135" /></p>
<p>很囧啊，这个可是电信独享的2M的网络。</p>
<p>赶快试试你的网络速度吧。来这里体验并获取证书：<a href="http://www.speedtest.net/index.php" target="_blank">www.speedtest.net</a></p>
<p>这类测速应用对于目前的Flash技术实现其实很不复杂，下载一个文件然后上传+位图合成。</p>
<p>很遗憾的是国内还没有类似应用。</p>

	Tags: <a href="http://www.cbmland.com/tags/Flash" title="Flash" rel="tag nofollow">Flash</a><br />

	<h3>您可能对以下文章会感兴趣</h3>
	<ul class="st-related-posts">
	<li><a href="http://www.cbmland.com/post/733/chm-actionscript-3-as3lcr-flash-10-version.html" title="Flash 10 ActionScript 3.0 语言和组件参考 [简体中文chm版] (2008-11-26)">Flash 10 ActionScript 3.0 语言和组件参考 [简体中文chm版]</a></li>
	<li><a href="http://www.cbmland.com/post/723/flash-cs4-chs.html" title="Adobe Flash CS4 官方简体中文正式版出现[下载地址] (2008-11-12)">Adobe Flash CS4 官方简体中文正式版出现[下载地址]</a></li>
	<li><a href="http://www.cbmland.com/post/689/adobe-flash-player-10-release.html" title="Adobe Flash Player 10 正式版发布 (2008-10-15)">Adobe Flash Player 10 正式版发布</a></li>
	<li><a href="http://www.cbmland.com/post/681/flash-player-10-security-changed.html" title="准备好 Flash Player 10 安全策略更新 (2008-10-02)">准备好 Flash Player 10 安全策略更新</a></li>
	<li><a href="http://www.cbmland.com/post/668/adobe-flash-cs4.html" title="感谢微软，用上了全新体验的Adobe Flash CS4 (2008-09-25)">感谢微软，用上了全新体验的Adobe Flash CS4</a></li>
	<li><a href="http://www.cbmland.com/post/618/embed-tags-salign-prop.html" title="embed标签的salign属性在FireFox下失效的问题 (2008-08-26)">embed标签的salign属性在FireFox下失效的问题</a></li>
	<li><a href="http://www.cbmland.com/post/610/flex-sdk-31-flex-builder-301.html" title="更新到 Flex SDK 3.1 和 Flex Builder 3.0.1 (2008-08-21)">更新到 Flex SDK 3.1 和 Flex Builder 3.0.1</a></li>
	<li><a href="http://www.cbmland.com/post/593/filereference-uploadcompletedata.html" title="谁说FileReference upload获取不到返回路径？ (2008-08-12)">谁说FileReference upload获取不到返回路径？</a></li>
	<li><a href="http://www.cbmland.com/post/531/assetcache-flashplayer-cache.html" title="AssetCache - FlashPlayer中的cache机制 (2008-06-13)">AssetCache - FlashPlayer中的cache机制</a></li>
	<li><a href="http://www.cbmland.com/post/521/flash-player-10-begin.html" title="终于来了点振奋的消息 Flash Player 10 (2008-05-15)">终于来了点振奋的消息 Flash Player 10</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.cbmland.com/post/850/get-your-net-speed-base-on-flash-tester.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>数据库挂了？我想WordPress依然能继续服务</title>
		<link>http://www.cbmland.com/post/856/my-wordpress-resume-when-database-is-down.html</link>
		<comments>http://www.cbmland.com/post/856/my-wordpress-resume-when-database-is-down.html#comments</comments>
		<pubDate>Sun, 19 Apr 2009 15:25:50 +0000</pubDate>
		<dc:creator>cbm</dc:creator>
		
		<category><![CDATA[分享我自己]]></category>

		<category><![CDATA[解决方案]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.cbmland.com/?p=856</guid>
		<description><![CDATA[<img src="http://www.cbmland.com/wp-content/themes/illacrimo-plus/images/t.png" width="48" height="48" alt="http://cbmland.googlepages.com/mycomputer.png" title="分享我自己" /><br/>上网多年，是否看到过数据库错误，导致网站无法访问的情况？我在想在没有数据库哥们的支持的情况下，如何让您的Apache兄弟继续为来访用户服务？（包含但不仅限于Wordpress）
本来是更新一下db-error.php的，却想到了更好的解决方案，就来分享一下如何对应这种情况：
当WordPress连接数据失败的情况下，会调用wp-content/db-error.php这个文件来作为页面提示。也就是说数据库挂掉界面可以在这里定义。我之前的方案是报错后5秒后自动转向到我的feed烧录地址feed.cbmland.com，因为我觉得这里或许能有用户需要的内容，也不至于网站打不开而尴尬至极。
而当数据挂掉的时候，能否尽量还原之前的页面信息呢？答案很简单，前提是有对应的快照（cache）存在，那么就是需要有套机制能创建快照，以供不 时之需，而已知ob_get_flush()函数是可以将当前PHP输出内容全部拿到的，那么快照内容生成就不成问题了。剩下的就是通过IO来写入快照文 件了。供需要时读取还原之前页面。
<span class="readmore"><a href="http://www.cbmland.com/post/856/my-wordpress-resume-when-database-is-down.html" title="数据库挂了？我想WordPress依然能继续服务" target="_blank">阅读全文(831字)</a></span>]]></description>
			<content:encoded><![CDATA[<img src="http://www.cbmland.com/wp-content/themes/illacrimo-plus/images/t.png" width="48" height="48" alt="http://cbmland.googlepages.com/mycomputer.png" title="分享我自己" /><br/><p>上网多年，是否看到过数据库错误，导致网站无法访问的情况？我在想在没有数据库哥们的支持的情况下，如何让您的Apache兄弟继续为来访用户服务？（包含但不仅限于Wordpress）</p>
<p>本来是更新一下db-error.php的，却想到了更好的解决方案，就来分享一下如何对应这种情况：</p>
<p>当WordPress连接数据失败的情况下，会调用wp-content/db-error.php这个文件来作为页面提示。也就是说数据库挂掉界面可以在这里定义。我之前的方案是报错后5秒后自动转向到我的feed烧录地址feed.cbmland.com，因为我觉得这里或许能有用户需要的内容，也不至于网站打不开而尴尬至极。</p>
<p>而当数据挂掉的时候，能否尽量还原之前的页面信息呢？答案很简单，前提是有对应的快照（cache）存在，那么就是需要有套机制能创建快照，以供不 时之需，而已知ob_get_flush()函数是可以将当前PHP输出内容全部拿到的，那么快照内容生成就不成问题了。剩下的就是通过IO来写入快照文 件了。供需要时读取还原之前页面。</p>
<p>哈~理论貌似没问题了，进一步分析细节：</p>
<p>多久更新一次快照（cache）？我想不能太频繁，先定一周( 7 days)时间吧。</p>
<p>依据什么来控制是否更新快照？用当前时间和快照文件修改时间(filemtime)+7Days来比较就好。</p>
<p>快照文件名如何存放以及目录结构？我的页面是启用rewrite的，结构也还明晰，文件名和存放路径就按已当前的网页访问路径URI格式化吧。</p>
<p>如何读取快照？这里肯定不能使用到数据库的，也就是说需要优先WP程序入口来调用。还原文件访问路径，用file_get_contents获取内容就好了。</p>
<p>如果不存在快照如何处理？那就转404的快照页面了，对了，有些页面需要特殊化命名，is_404()、is_home()这些快照文件是应该是需要特殊化命名的。</p>
<p>哈哈，差点忘了，还有主人态下不能生成快照，否则管理员的连接都被看到了。</p>
<p>貌似没有什么太大的问题了。Try it~</p>

	Tags: <a href="http://www.cbmland.com/tags/php" title="php" rel="tag nofollow">php</a>, <a href="http://www.cbmland.com/tags/wordpress" title="WordPress" rel="tag nofollow">WordPress</a><br />

	<h3>您可能对以下文章会感兴趣</h3>
	<ul class="st-related-posts">
	<li><a href="http://www.cbmland.com/post/767/illacrimo-plus-theme-204-for-wordpress-27.html" title="illacrimo Plus Theme 2.04 for wordpress 2.7 (2009-01-06)">illacrimo Plus Theme 2.04 for wordpress 2.7</a></li>
	<li><a href="http://www.cbmland.com/post/748/stay-in-100k-of-world-wide-sites.html" title="闯入Alexa全球100K排名 上Wordpress 正式版 (2008-12-12)">闯入Alexa全球100K排名 上Wordpress 正式版</a></li>
	<li><a href="http://www.cbmland.com/post/734/upgrade-to-wp27.html" title="本来做点小优化的，结果却提前升级到了Wordpress 2.7 (2008-12-01)">本来做点小优化的，结果却提前升级到了Wordpress 2.7</a></li>
	<li><a href="http://www.cbmland.com/post/678/illacrimo-plus-theme.html" title="illacrimo Plus Theme (2008-10-04)">illacrimo Plus Theme</a></li>
	<li><a href="http://www.cbmland.com/post/679/will-shared-illacrimo-plus-theme.html" title="这套主题如何？有需要分享？ (2008-10-02)">这套主题如何？有需要分享？</a></li>
	<li><a href="http://www.cbmland.com/post/635/asynch-load-google-adsence-and-date-to-wordpress-262.html" title="异步加载Google Adsense 更新到Wordpress 2.62 (2008-09-11)">异步加载Google Adsense 更新到Wordpress 2.62</a></li>
	<li><a href="http://www.cbmland.com/post/562/lock-images-and-downloads.html" title="优化WordPress心得(3) 锁住图片和下载 向非法转载说NO！ (2008-07-27)">优化WordPress心得(3) 锁住图片和下载 向非法转载说NO！</a></li>
	<li><a href="http://www.cbmland.com/post/544/oop-use-wordpress-as-class.html" title="面向对象(OOP)的使用Wordpress系统 一拖N的用法[原] (2008-06-30)">面向对象(OOP)的使用Wordpress系统 一拖N的用法[原]</a></li>
	<li><a href="http://www.cbmland.com/post/538/optimized-wordpress-notes-2-cache-function-as-file.html" title="优化WordPress心得(2) cacheAsFile 缓存函数结果到文件 选择性静态化 (2008-06-26)">优化WordPress心得(2) cacheAsFile 缓存函数结果到文件 选择性静态化</a></li>
	<li><a href="http://www.cbmland.com/post/522/optimized-wordpress-notes-1.html" title="优化WordPress心得(1) Gzip压缩CSS和JS (2008-05-29)">优化WordPress心得(1) Gzip压缩CSS和JS</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.cbmland.com/post/856/my-wordpress-resume-when-database-is-down.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>BuildMarker - 强烈推荐FlexBuilder记录Build号插件</title>
		<link>http://www.cbmland.com/post/854/buildmarker-a-recomanded-flexbuilder-plugins.html</link>
		<comments>http://www.cbmland.com/post/854/buildmarker-a-recomanded-flexbuilder-plugins.html#comments</comments>
		<pubDate>Tue, 14 Apr 2009 07:26:16 +0000</pubDate>
		<dc:creator>cbm</dc:creator>
		
		<category><![CDATA[解决方案]]></category>

		<category><![CDATA[软件推荐]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Flex Builder]]></category>

		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.cbmland.com/?p=854</guid>
		<description><![CDATA[<img src="http://www.cbmland.com/wp-content/themes/illacrimo-plus/images/t.png" width="48" height="48" alt="http://cbmland.googlepages.com/Favourite1.png" title="解决方案" /><br/>说来很郁闷的，一直以来，FlexBuilder 没有能记录每个项目的Build号的功能，呕心沥血的项目到了最后还不知道被反复编译调试了多少千次还是上了万次，也不知道自己编译次的的吉利斯记录是多少……
如果你同样有这样的郁闷，那么这个插件就是为您量身定制的，试用一下，感到非常的满足~(迫不及待的可以先点击这里访问BuildMarker官网)
首先打开FlexBuider来添加这个插件：

<span class="readmore"><a href="http://www.cbmland.com/post/854/buildmarker-a-recomanded-flexbuilder-plugins.html" title="BuildMarker - 强烈推荐FlexBuilder记录Build号插件" target="_blank">阅读全文(461字)</a></span>]]></description>
			<content:encoded><![CDATA[<img src="http://www.cbmland.com/wp-content/themes/illacrimo-plus/images/t.png" width="48" height="48" alt="http://cbmland.googlepages.com/Favourite1.png" title="解决方案" /><br/><p>说来很郁闷的，一直以来，FlexBuilder 没有能记录每个项目的Build号的功能，呕心沥血的项目到了最后还不知道被反复编译调试了多少千次还是上了万次，也不知道自己编译次的的吉利斯记录是多少……</p>
<p>如果你同样有这样的郁闷，那么这个插件就是为您量身定制的，试用一下，感到非常的满足~(迫不及待的可以先点击<a href="http://www.snowkit.cn/eBlog/Article.aspx?id=95" target="_blank">这里</a>访问BuildMarker官网)</p>
<p>首先打开FlexBuider来添加这个插件：</p>
<p><img class="alignnone" src="http://sites.google.com/site/cbmland/2009/2009-04-14_113003.png" alt="" width="356" height="154" /></p>
<blockquote>
<pre>http://www.snowkit.cn/BuildMarker/</pre>
</blockquote>
<p>一路下一步安装所有，按提示重启FlexBuilder。打开一个AS项目，改动一下源码，F11编译，这时会生成一个xml格式的.version文件，里面记录了Build号。</p>
<p><img class="alignnone" src="http://sites.google.com/site/cbmland/2009/2009-04-14_100847.png" alt="" width="136" height="120" /></p>
<p>项目的Build号我喜欢做在右键菜单里面，其好处就不说了。需要加段as代码来将版本呈现到Flash Player的右键菜单里面去。</p>
<p>同样官网有提供一个类文件。简单的引入一行代码将Build号呈现到右键菜单的。了解版本信息相当的方便。</p>
<p><img class="alignnone" src="http://sites.google.com/site/cbmland/2009/2009-04-14_110528.png" alt="" width="201" height="123" /></p>
<p>访问<a href="http://www.snowkit.cn/eBlog/Article.aspx?id=95" target="_blank">BuildMarker官网</a>，了解最新教程文章以及获取最新插件。强烈推荐！</p>

	Tags: <a href="http://www.cbmland.com/tags/Flex" title="Flex" rel="tag nofollow">Flex</a>, <a href="http://www.cbmland.com/tags/flex-builder" title="Flex Builder" rel="tag nofollow">Flex Builder</a>, <a href="http://www.cbmland.com/tags/plugins" title="plugins" rel="tag nofollow">plugins</a><br />

	<h3>您可能对以下文章会感兴趣</h3>
	<ul class="st-related-posts">
	<li><a href="http://www.cbmland.com/post/736/date-to-flex_3_help_chm.html" title="马上更新Flex参考文档吧 CHM版 [3.0.2 Edition] (2008-12-02)">马上更新Flex参考文档吧 CHM版 [3.0.2 Edition]</a></li>
	<li><a href="http://www.cbmland.com/post/729/do-the-perfect-flex-skin.html" title="Flex技术探索分享 - 定制最好的Flex Skin方案[1] (2008-11-25)">Flex技术探索分享 - 定制最好的Flex Skin方案[1]</a></li>
	<li><a href="http://www.cbmland.com/post/727/flex-builder-302.html" title="Flex Builder 3.0.2 (2008-11-17)">Flex Builder 3.0.2</a></li>
	<li><a href="http://www.cbmland.com/post/618/embed-tags-salign-prop.html" title="embed标签的salign属性在FireFox下失效的问题 (2008-08-26)">embed标签的salign属性在FireFox下失效的问题</a></li>
	<li><a href="http://www.cbmland.com/post/610/flex-sdk-31-flex-builder-301.html" title="更新到 Flex SDK 3.1 和 Flex Builder 3.0.1 (2008-08-21)">更新到 Flex SDK 3.1 和 Flex Builder 3.0.1</a></li>
	<li><a href="http://www.cbmland.com/post/593/filereference-uploadcompletedata.html" title="谁说FileReference upload获取不到返回路径？ (2008-08-12)">谁说FileReference upload获取不到返回路径？</a></li>
	<li><a href="http://www.cbmland.com/post/531/assetcache-flashplayer-cache.html" title="AssetCache - FlashPlayer中的cache机制 (2008-06-13)">AssetCache - FlashPlayer中的cache机制</a></li>
	<li><a href="http://www.cbmland.com/post/521/flash-player-10-begin.html" title="终于来了点振奋的消息 Flash Player 10 (2008-05-15)">终于来了点振奋的消息 Flash Player 10</a></li>
	<li><a href="http://www.cbmland.com/post/517/flash-develop-engineer-recruitment.html" title="诚聘Flash开发工程师 (2008-05-04)">诚聘Flash开发工程师</a></li>
	<li><a href="http://www.cbmland.com/post/457/flashplayer-and-crossdomainxml.html" title="FlashPlayer 安全更新后读取 crossdomain.xml 的一个细节 (2008-03-31)">FlashPlayer 安全更新后读取 crossdomain.xml 的一个细节</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.cbmland.com/post/854/buildmarker-a-recomanded-flexbuilder-plugins.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Windows 7 Build 7106 x86 &amp; x64 简体中文版</title>
		<link>http://www.cbmland.com/post/851/windows-7-build-7106-x86-x64-chs.html</link>
		<comments>http://www.cbmland.com/post/851/windows-7-build-7106-x86-x64-chs.html#comments</comments>
		<pubDate>Sun, 12 Apr 2009 05:13:57 +0000</pubDate>
		<dc:creator>cbm</dc:creator>
		
		<category><![CDATA[全新体验]]></category>

		<category><![CDATA[操作体统]]></category>

		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.cbmland.com/?p=851</guid>
		<description><![CDATA[<img src="http://www.cbmland.com/wp-content/themes/illacrimo-plus/images/t.png" width="48" height="48" alt="http://cbmland.googlepages.com/creamchoco.png" title="全新体验" /><br/>新鲜的Windows 7 Build 7106 x86 &#38; x64 简体中文版出来了，作为Beta 7000之后的第一个官方中文版有很有必要体验一下有那些新的改进。
来个截图：

有网友验证为真实的，尝鲜赶紧下载吧：
<span class="readmore"><a href="http://www.cbmland.com/post/851/windows-7-build-7106-x86-x64-chs.html" title="Windows 7 Build 7106 x86 &#038; x64 简体中文版" target="_blank">阅读全文(117字)</a></span>]]></description>
			<content:encoded><![CDATA[<img src="http://www.cbmland.com/wp-content/themes/illacrimo-plus/images/t.png" width="48" height="48" alt="http://cbmland.googlepages.com/creamchoco.png" title="全新体验" /><br/><p>新鲜的Windows 7 Build 7106 x86 &amp; x64 简体中文版出来了，作为Beta 7000之后的第一个官方中文版有很有必要体验一下有那些新的改进。</p>
<p>来个截图：</p>
<p><img class="alignnone" src="http://cbmland.googlepages.com/windows7-7016-chs.jpg" alt="" width="1098" height="806" /></p>
<p>有网友验证为真实的，尝鲜赶紧下载吧：</p>
Note: There is a file embedded within this post, please visit this post to download the file.

	Tags: <a href="http://www.cbmland.com/tags/windows-7" title="Windows 7" rel="tag nofollow">Windows 7</a><br />

	<h3>您可能对以下文章会感兴趣</h3>
	<ul class="st-related-posts">
	<li><a href="http://www.cbmland.com/post/781/windows-7-beta-hiden-wallpaper.html" title="Windows 7 beta 隐藏主题壁纸分享 (2009-01-16)">Windows 7 beta 隐藏主题壁纸分享</a></li>
	<li><a href="http://www.cbmland.com/post/743/my-windows-7.html" title="上了Windows 7 (2008-12-10)">上了Windows 7</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.cbmland.com/post/851/windows-7-build-7106-x86-x64-chs.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
