<?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>Alexander Chen&#039;s Blog</title>
	<atom:link href="http://www.p4cpu.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.p4cpu.net</link>
	<description>Yes, we can!</description>
	<lastBuildDate>Tue, 07 Feb 2012 13:31:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Deploy GoAgent and WallProxy</title>
		<link>http://www.p4cpu.net/2012/02/07/deploy-goagent-and-wallproxy/</link>
		<comments>http://www.p4cpu.net/2012/02/07/deploy-goagent-and-wallproxy/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 05:37:11 +0000</pubDate>
		<dc:creator>Alex.Chen</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[Proxy]]></category>
		<category><![CDATA[翻墙]]></category>

		<guid isPermaLink="false">http://www.p4cpu.net/?p=1276</guid>
		<description><![CDATA[In order to f**k the GFW and get the information we need, we need to have multiple ways to establish a proxy. A friend has already told me that using Google&#8217;s appengine to set up a proxy is both cheap and fast. However, for a long time, &#8220;*.appspot.com&#8221; cannot be accessed from my where I [...]]]></description>
			<content:encoded><![CDATA[<p>In order to f**k the GFW and get the information we need, we need to have multiple ways to establish a proxy. <a href="http://www.einverne.info">A friend</a> has already told me that using Google&#8217;s appengine to set up a proxy is both cheap and fast. However, for a long time, &#8220;*.appspot.com&#8221; cannot be accessed from my where I live, so I just abandoned this method and bought <a href="https://www.astrill.com/">a paid VPN service</a>. The service is good though, it&#8217;s easy to configure and compatible with multiple devices (it works perfect on my PC, android phone, and iPad). The only problem is that it is sometimes slow, maybe due to the network conditions in different places. Anyway, the <a href="https://www.astrill.com/">Astrill VPN Service</a> is good, if you want to try it, I can offer a link for trial, just contact me via email.</p>
<p>&nbsp;</p>
<p>Ok, let&#8217;s get to our point now. In this post, I&#8217;m going to list the key steps of establishing the GoAgent and WallProxy through Google App Engine.</p>
<p><span id="more-1276"></span></p>
<p style="padding-left: 30px;">The common step for these deployments is to go to <strong><em>http://appengine.google.com</em></strong> to create an application first, and name it whatever you want as the <strong>app id</strong>, the app id will be use in the following parts. Of course, before all these, you need a Google account.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>Part1: GoAgent</strong></p>
<p style="padding-left: 30px;">1. Go to your appengine and create an application.</p>
<p style="padding-left: 30px;">2. Go here:   <strong><em>http://code.google.com/p/goagent/</em></strong>    to download the latest version of GoAgent.</p>
<p style="padding-left: 30px;">3. Unzip it, and run <span style="color: #800000;"><strong>server\upload.bat</strong></span> , enter your app id (the name you gave to your application) and your gmail account info, wait a second and it will update it to the appengine.</p>
<p style="padding-left: 30px;">4. Configure your browser&#8217;s proxy settings manually, <strong><span style="color: #800000;">use 127.0.0.1 as the http proxy</span></strong>, and the port is <strong><span style="color: #800000;">8087</span></strong>. Here you can just mark <strong>&#8220;Use this proxy server for all protocols&#8221;</strong>.</p>
<p style="padding-left: 30px;">5. Go to the directory which you unziped the GoAgent files, run <span style="color: #800000;"><strong>goagent.exe</strong></span> under folder <span style="color: #800000;"><strong>local</strong></span>.</p>
<p style="padding-left: 30px;">6. Now you can surf the Internet freely, have fun~</p>
<p>&nbsp;</p>
<p><strong>Part2: WallProxy</strong></p>
<p style="padding-left: 30px;">1. Go to your appengine and create an application.</p>
<p style="padding-left: 30px;">2. Go here:  <strong><em>http://code.google.com/p/gaeproxy/downloads/detail?name=wallproxy-1.0.4.7z</em></strong>     to download the latest version of WallProxy.</p>
<p style="padding-left: 30px;">3. Go here:  <strong><em>http://code.google.com/p/sdapp/downloads/detail?name=SDUpload%200.1.rar&amp;can=2&amp;q=</em></strong>    to download the SDUpload tool, it will save you a lot of trouble deploying the app.</p>
<p style="padding-left: 30px;">4. Use a word editor to open <span style="color: #800000;"><strong>server/app.yaml</strong></span> , and <strong>change <span style="color: #800000;">&#8220;your-gae-id&#8221;</span> in the first line to your <span style="color: #800000;">app id</span></strong>.</p>
<p style="padding-left: 30px;">5. Unzip the SDUpload to a directory, and put the <span style="color: #800000;"><strong>server</strong></span> folder of the WallProxy under the SDUpload folder, and run the following command under cmd:</p>
<p style="padding-left: 60px;"><span style="color: #800000;"><strong>sdupload update server</strong></span></p>
<p style="padding-left: 30px;">then enter your gmail account info, and it will upload automatically. Pay attention here, <em>when you&#8217;re entering the password, the cursor doesn&#8217;t move</em>.</p>
<p style="padding-left: 30px;">Here is also a problem you may have to pay attention to, if the updating process doesn&#8217;t complete properly and it says &#8220;another transaction&#8230;&#8230;&#8221;, run the following command to solve it:</p>
<p style="padding-left: 60px;"><span style="color: #800000;"><strong>sdupload rollback &lt;folder name&gt;</strong></span> //here my &lt;folder name&gt; is server</p>
<p>&nbsp;</p>
<p style="padding-left: 30px;">6. Open <strong><span style="color: #800000;">wallproxy.exe</span></strong> in the folder <span style="color: #800000;"><strong>local</strong></span>, and press 设置 (configuration), modify here, type in your app id.</p>
<p style="padding-left: 30px;"><a href="http://www.p4cpu.net/wp-content/uploads/2012/02/wallproxy.png"><img class="alignnone size-medium wp-image-1288" title="wallproxy" src="http://www.p4cpu.net/wp-content/uploads/2012/02/wallproxy-300x65.png" alt="" width="300" height="65" /></a></p>
<p style="padding-left: 30px;"> </p>
<p style="padding-left: 30px;"> </p>
<p style="padding-left: 30px;">7. Press 启动 (start).</p>
<p style="padding-left: 30px;">8. The same as GoAgent, you have to <strong>configure you browser proxy settings</strong>, the steps are the same as <span style="color: #800000;"><strong>step4</strong></span> in <strong>Part1</strong>, but the port here is <strong>8086</strong>.</p>
<p style="padding-left: 30px;">9. Make sure the <span style="color: #800000;"><strong>wallproxy.exe</strong></span> keeps running and the proxy settings of your browser is correct, then you can surf the web freely. Have fun~</p>
<p>&nbsp;</p>
<p style="padding-left: 30px;"><strong>P.S. The GoAgent/WallProxy can also be used on android devices, the steps are listed below:</strong></p>
<p style="padding-left: 30px;">1. Go to Android Market to search and download <strong><span style="color: #800000;">GAE Proxy</span></strong>, install it.</p>
<p style="padding-left: 30px;">2. Run it, first roll to the bottom, tap <strong><span style="color: #800000;">Install/Uninstall</span></strong>, then wait for it to finish the update.</p>
<p style="padding-left: 30px;">3. Under <strong><span style="color: #800000;">GAE Proxy Settings</span></strong>, choose <strong><span style="color: #800000;">GoAgent/WallProxy</span></strong> as the <strong><span style="color: #800000;">Proxy Type</span></strong>, then configure the <span style="color: #800000;"><strong>Local Port</strong></span> as the corresponding ones (same as your pc browsers&#8217;).</p>
<p style="padding-left: 30px;">4. Pay attention to the <strong><span style="color: #800000;">Address</span></strong> part, first enter the whole address of your corresponding google app address, and at the end of the address, do not forget the <strong><span style="color: #800000;">fetch.py</span></strong>. (the whole address is like this:  https://your-app-id.appspot.com/fetch.py)</p>
<p>&nbsp;</p>
<p>For your convenience, you can download the files mentioned in this post below. <span style="color: #800000;">I guarantee that all files on my server come from the original sites, NO SPY CODES.</span> But I&#8217;m not going to keep all the files always up to date, so the best way is going to their original sites to download them.</p>
<p>SDUpload: <a href="http://www.p4cpu.net/wp-content/uploads/2012/02/SDUpload.rar">SDUpload</a></p>
<p>GoAgent: <a href="http://www.p4cpu.net/wp-content/uploads/2012/02/goagent-1.0.zip">GoAgent</a></p>
<p>WallProxy: <a href="http://www.p4cpu.net/wp-content/uploads/2012/02/wallproxy-1.0.4.7z">WallProxy</a></p>
<p>&nbsp;</p>
<p>本文参考如下链接：</p>
<p>1. <a href="http://www.androidsphere.net/2011/09/18/how-to-use-goagent-on-android-phones/">http://www.androidsphere.net/2011/09/18/how-to-use-goagent-on-android-phones/</a></p>
<p>2. <a href="http://www.einverne.info/gae-goagent.html">http://www.einverne.info/gae-goagent.html</a></p>
<p>3. <a href="http://www.wodidai.com/post/gae-wallproxy.html">http://www.wodidai.com/post/gae-wallproxy.html</a></p>
<p>4. <a href="http://www.deepice.net/gae-wallproxy">http://www.deepice.net/gae-wallproxy</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.p4cpu.net/2012/02/04/play-with-moto-droid-2-global/" rel="bookmark" class="crp_title">Play with MOTO Droid 2 Global</a></li><li><a href="http://www.p4cpu.net/2009/08/06/modify-wordpress-theme/" rel="bookmark" class="crp_title">修改WordPress主题手记</a></li><li><a href="http://www.p4cpu.net/2010/08/24/gae-opm-mirror/" rel="bookmark" class="crp_title">用Google App Engine部署OPM镜像</a></li><li><a href="http://www.p4cpu.net/2009/11/26/diy-twitter-api/" rel="bookmark" class="crp_title">用自己的Google账户自建Twitter代理</a></li><li><a href="http://www.p4cpu.net/2009/01/21/delld830adapter/" rel="bookmark" class="crp_title">[Updated]D830电源适配器</a></li><li><a href="http://www.p4cpu.net/2009/04/21/left-hand-cursor/" rel="bookmark" class="crp_title">编辑鼠标指针图标</a></li><li><a href="http://www.p4cpu.net/2010/08/04/openvpn-on-htc-g3-hero/" rel="bookmark" class="crp_title">在HTC G3 Hero上配置OpenVPN</a></li><li><a href="http://www.p4cpu.net/2009/11/24/win7-bluetooth-serial-port/" rel="bookmark" class="crp_title">Windows 7 配置蓝牙始末</a></li><li><a href="http://www.p4cpu.net/2010/08/25/android-opm-modify-server/" rel="bookmark" class="crp_title">修改Android版Opera Mini的服务器实现翻墙</a></li><li><a href="http://www.p4cpu.net/2009/02/26/oald7-setup/" rel="bookmark" class="crp_title">成功安装Oxford Advanced Learner&#039;s Dictionary 7th edition</a></li></ul></div><hr />
<br />

本博客遵守 <a href="http://creativecommons.org/licenses/by-nc-nd/2.5/cn/deed.zh"><img src="http://www.p4cpu.net/wp-content/themes/studiopress/images/cc-feed.png" /></a> ，转载请注明原作者及文章出处。

<br />
<p><small>© Alex.Chen for <a href="http://www.p4cpu.net">Alexander Chen&#039;s Blog</a>, 2012. |
<a href="http://www.p4cpu.net/2012/02/07/deploy-goagent-and-wallproxy/">Permalink</a> |
<a href="http://www.p4cpu.net/2012/02/07/deploy-goagent-and-wallproxy/#comments">No comment</a> | Post tags: <a href="http://www.p4cpu.net/tag/android/" rel="tag">Android</a>, <a href="http://www.p4cpu.net/tag/google-app-engine/" rel="tag">Google App Engine</a>, <a href="http://www.p4cpu.net/tag/proxy/" rel="tag">Proxy</a>, <a href="http://www.p4cpu.net/tag/%e7%bf%bb%e5%a2%99/" rel="tag">翻墙</a><br/></small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.p4cpu.net/2012/02/07/deploy-goagent-and-wallproxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Play with MOTO Droid 2 Global</title>
		<link>http://www.p4cpu.net/2012/02/04/play-with-moto-droid-2-global/</link>
		<comments>http://www.p4cpu.net/2012/02/04/play-with-moto-droid-2-global/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 12:28:25 +0000</pubDate>
		<dc:creator>Alex.Chen</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Moto D2G]]></category>
		<category><![CDATA[Smart Phone]]></category>
		<category><![CDATA[手机]]></category>

		<guid isPermaLink="false">http://www.p4cpu.net/?p=1295</guid>
		<description><![CDATA[I got a MOTO D2G from my friend, but actually this is a broken one, first it cannot be unlocked (band lock), and its camera somehow just won&#8217;t work, even after I changed the camera module. So now these two problems seem cannot be fixed, and I just simply use this D2G as a TOUCHPAD [...]]]></description>
			<content:encoded><![CDATA[<p>I got a MOTO D2G from my friend, but actually this is a broken one, first it cannot be unlocked (band lock), and its camera somehow just won&#8217;t work, even after I changed the camera module. So now these two problems seem cannot be fixed, and I just simply use this D2G as a TOUCHPAD for games and surfing the net. Lucky that its WiFi still works fine.</p>
<p>&nbsp;</p>
<p><em>(07/02/2012)P.S. Now after a few days&#8217; using, I found that its touch screen is also broken&#8230;&#8230;the right side of the touch screen (about 5mm in width) doesn&#8217;t work&#8230;&#8230; -_-!! (I found a lot of people have the same problem.)</em></p>
<p><em>And also, when playing the Need for Speed 13, when using the original rom, it just plays sound and shows a white screen, however under the MIUI rom, the game just won&#8217;t run&#8230;&#8230;-_-!!</em></p>
<p>&nbsp;</p>
<p>Maybe here I take this chance to warn those who are going to buy or who have already had a D2G, pay attention to your phone, this one seems easily to be damaged.</p>
<p>&nbsp;</p>
<p>The following are some tips and tools for rooting and changing its ROM, I post them here for your convenience and my future reference.</p>
<p><span id="more-1295"></span></p>
<p style="padding-left: 30px;">1. Download and install the <span style="color: #800000;"><strong>moto driver</strong></span> and the <span style="color: #800000;"><strong>RSDLite</strong></span>, those can be retrieved from <a href="http://www.motorola.com/staticfiles/Admin%20Content/Resources/Consumers/global/flash_content/experience%20pages/support-pages/index.htm?globalObjectId=7193">moto&#8217;s official site</a>. Please pay attention to the 32bit and 64bit versions.</p>
<p style="padding-left: 30px;">2. Pressing <strong><span style="color: #800000;">X</span></strong> and <strong><span style="color: #800000;">Power</span></strong> buttons at same time to start the phone will enter <strong><span style="color: #800000;">the official recovery mode</span></strong>. After you see the android robot and an exclamation mark, press <strong><span style="color: #800000;">the search button</span></strong> on the keyboard to <strong><span style="color: #800000;">enter the official recovery screen</span></strong>.</p>
<p style="padding-left: 30px;">3. Pressing <strong><span style="color: #800000;">volume+</span></strong>, <strong><span style="color: #800000;">the camera key</span></strong>, and the <span style="color: #800000;"><strong>power</strong></span> buttons at same time, or, pressing <span style="color: #800000;"><strong>volume+</strong></span> and <span style="color: #800000;"><strong>volume-</strong></span> at the same time and then press the <strong><span style="color: #800000;">power</span></strong> button, to <strong><span style="color: #800000;">enter bootloader</span></strong>.</p>
<p style="padding-left: 30px;">4. Using <strong><span style="color: #800000;">z4root</span></strong> and <span style="color: #800000;"><strong>BootStrapRecovery</strong></span> to root and install customized recovery to the phone.</p>
<p style="padding-left: 30px;">5. I use the MIUI rom, you can download them from miui.us.</p>
<p>&nbsp;</p>
<p>Here for the 5th step, I have something more to say. The original rom is based on android 2.2, and the latest MIUI rom is android 2.3, if you install this rom directly after you finish burning the SBF file, it will cause you a boot failure. So, we must update the system to android 2.3 first:</p>
<p style="padding-left: 30px;">Install the following two packages in recovery mode first, the steps are the same as installing a rom, just pay attention to the sequence. After you make sure the android version is 2.3, then you can safely install the MIUI rom. Remember to wipe before and after the rom installation.</p>
<p style="padding-left: 30px;">Package 1: <a href="http://www.p4cpu.net/wp-content/uploads/2012/02/Blur_Version.2.4.330.A956.Verizon.en.US_PT1.zip">Blur_Version.2.4.330.A956.Verizon.en.US_PT1.zip</a></p>
<p style="padding-left: 30px;">Package 2: <a href="http://www.p4cpu.net/wp-content/uploads/2012/02/Blur_Version.2.4.330.A956.Verizon.en.US_PT2.zip">Blur_Version.2.4.330.A956.Verizon.en.US_PT2.zip</a></p>
<p>&nbsp;</p>
<p>P.S. After refreshing the rom, it will ask you to activate the phone at the first time you boot the phone. At the activation screen, type the screen from the upper right to the lower right, to the lower left, to the upper left corners, and it will skip the activation step. Or you can just tap the corners in a clock-wise direction for several times&#8230;</p>
<p>&nbsp;</p>
<p>Files that you may need:</p>
<p>z4root: <a href="http://www.p4cpu.net/wp-content/uploads/2012/02/z4root.apk">z4root</a></p>
<p>BootStrapRecovery: <a href="http://www.p4cpu.net/wp-content/uploads/2012/02/Droid2Bootstrap.apk">BootStrapRecovery</a></p>
<p>&nbsp;</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.p4cpu.net/2012/02/07/deploy-goagent-and-wallproxy/" rel="bookmark" class="crp_title">Deploy GoAgent and WallProxy</a></li><li><a href="http://www.p4cpu.net/2009/01/21/delld830adapter/" rel="bookmark" class="crp_title">[Updated]D830电源适配器</a></li><li><a href="http://www.p4cpu.net/2009/05/09/applocale/" rel="bookmark" class="crp_title">AppLocale让你的软件不再显示乱码</a></li><li><a href="http://www.p4cpu.net/2009/08/06/modify-wordpress-theme/" rel="bookmark" class="crp_title">修改WordPress主题手记</a></li><li><a href="http://www.p4cpu.net/2009/05/06/harrap-f-e-e-f-dic/" rel="bookmark" class="crp_title">Harrap 法英英法词典</a></li><li><a href="http://www.p4cpu.net/2010/08/04/openvpn-on-htc-g3-hero/" rel="bookmark" class="crp_title">在HTC G3 Hero上配置OpenVPN</a></li><li><a href="http://www.p4cpu.net/2009/02/26/oald7-setup/" rel="bookmark" class="crp_title">成功安装Oxford Advanced Learner&#039;s Dictionary 7th edition</a></li><li><a href="http://www.p4cpu.net/2009/04/21/left-hand-cursor/" rel="bookmark" class="crp_title">编辑鼠标指针图标</a></li><li><a href="http://www.p4cpu.net/2011/11/27/long-time-no-update-on-my-blog/" rel="bookmark" class="crp_title">Long time no update on my blog</a></li><li><a href="http://www.p4cpu.net/2009/11/16/obama-shanghai-remarks/" rel="bookmark" class="crp_title">奥巴马上海演讲及现场问答英文原文</a></li></ul></div><hr />
<br />

本博客遵守 <a href="http://creativecommons.org/licenses/by-nc-nd/2.5/cn/deed.zh"><img src="http://www.p4cpu.net/wp-content/themes/studiopress/images/cc-feed.png" /></a> ，转载请注明原作者及文章出处。

<br />
<p><small>© Alex.Chen for <a href="http://www.p4cpu.net">Alexander Chen&#039;s Blog</a>, 2012. |
<a href="http://www.p4cpu.net/2012/02/04/play-with-moto-droid-2-global/">Permalink</a> |
<a href="http://www.p4cpu.net/2012/02/04/play-with-moto-droid-2-global/#comments">No comment</a> | Post tags: <a href="http://www.p4cpu.net/tag/android/" rel="tag">Android</a>, <a href="http://www.p4cpu.net/tag/moto-d2g/" rel="tag">Moto D2G</a>, <a href="http://www.p4cpu.net/tag/smart-phone/" rel="tag">Smart Phone</a>, <a href="http://www.p4cpu.net/tag/%e6%89%8b%e6%9c%ba/" rel="tag">手机</a><br/></small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.p4cpu.net/2012/02/04/play-with-moto-droid-2-global/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First time configuration on MediaWiki</title>
		<link>http://www.p4cpu.net/2012/01/09/first-time-configuration-on-mediawiki/</link>
		<comments>http://www.p4cpu.net/2012/01/09/first-time-configuration-on-mediawiki/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 16:22:57 +0000</pubDate>
		<dc:creator>Alex.Chen</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.p4cpu.net/?p=1260</guid>
		<description><![CDATA[1. Enable File Upload Function: Edit this file LocalSettings.php under the Mediawiki root directory, change the parameter of $wgEnableUploads to be true, then you can see that a Upload File link appears under Toolbox on the sidebar. Also, you have to change the properties of the default upload directory &#8220;image&#8221; to allow it to be [...]]]></description>
			<content:encoded><![CDATA[<p><strong>1. Enable File Upload Function:</strong></p>
<p>Edit this file</p>
<p style="padding-left: 30px;" lang="zh-CN"><span style="color: #003366;"><strong>LocalSettings.php</strong></span></p>
<p>under the Mediawiki root directory, change the parameter of</p>
<p style="padding-left: 30px;" lang="zh-CN"><span style="color: #003366;"><strong>$wgEnableUploads</strong></span></p>
<p lang="zh-CN">to be <strong>true</strong>,</p>
<p lang="zh-CN">then you can see that a <strong>Upload File</strong> link appears under Toolbox on the sidebar.</p>
<p lang="zh-CN">Also, you have to change the properties of the default upload directory &#8220;image&#8221; to allow it to be read/write.</p>
<p lang="zh-CN"><span id="more-1260"></span></p>
<p lang="zh-CN"><strong>2. Revise your php.ini file to make sure the file size limit fits your needs.</strong></p>
<p lang="zh-CN">If you have full access to your hosting server, you can just revise it yourself, if not, you can simply ask your technical support to revise it for you.</p>
<p lang="zh-CN">
<strong>3. Make Mediawiki allow more file extensions:</strong></p>
<p lang="zh-CN">Edit</p>
<p style="padding-left: 30px;" lang="zh-CN"><span style="color: #003366;"><strong>DefaultSettings.php</strong></span>,</p>
<p lang="zh-CN">add more file extensions in the array:</p>
<p style="padding-left: 30px;" lang="zh-CN"><span style="color: #003366;"><strong>$wgFileExtensions = array( &#8216;png&#8217;, &#8216;gif&#8217;, &#8216;jpg&#8217;, &#8216;jpeg&#8217;,'xls&#8217; );</strong></span></p>
<p lang="zh-CN">
<p lang="zh-CN">Also, revise</p>
<p style="padding-left: 30px;" lang="zh-CN"><span style="color: #003366;"><strong>$wgVerifyMimeType= false;</strong></span></p>
<p lang="zh-CN">to be <strong>true</strong>.</p>
<p lang="zh-CN">
<p lang="zh-CN">File path:</p>
<p style="padding-left: 30px;" lang="zh-CN"><span style="color: #003366;"><strong>includes/DefaultSettings.php</strong></span></p>
<p lang="zh-CN">
<p><strong>4. Edit sidebar:</strong></p>
<p lang="zh-CN">Search for</p>
<p style="padding-left: 30px;" lang="zh-CN"><span style="color: #003366;"><strong>mediawiki:sidebar</strong></span></p>
<p lang="zh-CN">and edit it.</p>
<p lang="zh-CN">
<p lang="zh-CN"><strong>5. Change mediawiki&#8217;s default logo:</strong></p>
<p lang="zh-CN">Its default file path is here:</p>
<p style="padding-left: 30px;" lang="zh-CN"><span style="color: #003366;"><strong>/skins/common/images/wiki.png</strong></span></p>
<p lang="zh-CN">
<p lang="zh-CN"><strong>6. Limit anonymous users&#8217; rights:</strong></p>
<p>Change the corresponding items to be false, such as</p>
<p style="padding-left: 30px;" lang="zh-CN"><span style="color: #003366;"><strong>$wgGroupPermissions['*']['createaccount']    = false;</strong></span></p>
<p style="padding-left: 30px;" lang="zh-CN"><span style="color: #003366;"><strong>$wgGroupPermissions['*']['edit']    = false;</strong></span></p>
<p lang="zh-CN">
<p lang="zh-CN">
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.p4cpu.net/2009/07/28/asus-n81vg/" rel="bookmark" class="crp_title">华硕N81E87Vg-SL</a></li><li><a href="http://www.p4cpu.net/2009/02/18/compress-dvd/" rel="bookmark" class="crp_title">将DVD制作成压缩视频</a></li><li><a href="http://www.p4cpu.net/2010/08/25/android-opm-modify-server/" rel="bookmark" class="crp_title">修改Android版Opera Mini的服务器实现翻墙</a></li><li><a href="http://www.p4cpu.net/2009/02/26/oald7-setup/" rel="bookmark" class="crp_title">成功安装Oxford Advanced Learner&#039;s Dictionary 7th edition</a></li><li><a href="http://www.p4cpu.net/2009/02/10/nfs10-in-vista/" rel="bookmark" class="crp_title">极品飞车10在vista下无法运行</a></li><li><a href="http://www.p4cpu.net/2010/08/04/openvpn-on-htc-g3-hero/" rel="bookmark" class="crp_title">在HTC G3 Hero上配置OpenVPN</a></li><li><a href="http://www.p4cpu.net/2010/08/11/clean-dell-d830/" rel="bookmark" class="crp_title">Dell Latitude D830拆机清灰</a></li><li><a href="http://www.p4cpu.net/2009/02/07/thunder-vista-slow/" rel="bookmark" class="crp_title">迅雷使vista下网速变慢</a></li><li><a href="http://www.p4cpu.net/2009/01/21/dellxpsm1530/" rel="bookmark" class="crp_title">Dell XPS M1530 试用手记</a></li><li><a href="http://www.p4cpu.net/2009/02/10/close-storm-startup/" rel="bookmark" class="crp_title">关闭暴风影音的启动项</a></li></ul></div><hr />
<br />

本博客遵守 <a href="http://creativecommons.org/licenses/by-nc-nd/2.5/cn/deed.zh"><img src="http://www.p4cpu.net/wp-content/themes/studiopress/images/cc-feed.png" /></a> ，转载请注明原作者及文章出处。

<br />
<p><small>© Alex.Chen for <a href="http://www.p4cpu.net">Alexander Chen&#039;s Blog</a>, 2012. |
<a href="http://www.p4cpu.net/2012/01/09/first-time-configuration-on-mediawiki/">Permalink</a> |
<a href="http://www.p4cpu.net/2012/01/09/first-time-configuration-on-mediawiki/#comments">No comment</a> | Post tags: <br/></small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.p4cpu.net/2012/01/09/first-time-configuration-on-mediawiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>凡人</title>
		<link>http://www.p4cpu.net/2011/11/29/an-ordinary-man/</link>
		<comments>http://www.p4cpu.net/2011/11/29/an-ordinary-man/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 14:52:01 +0000</pubDate>
		<dc:creator>Alex.Chen</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.p4cpu.net/?p=1256</guid>
		<description><![CDATA[凡人 我終究是一個凡人，一個沒有背景只有背影，略有思想卻一不小心就會成為眾矢之的的凡人…… 這種想法和感覺，從來就非一下子形成，它們是在一點一滴的生活中，在一次次希望變為一次次失望的跌宕起伏中慢慢積累起來的。如今，作為一個凡人的我，疲倦了。事到如今我已經算是半隻腳踏出了國門，因此從實際的意義上來講，我不願意、也不太需要繼續關注、繼續寄予希望了。 這麼說可能與我內心深處的見解略有矛盾，因為我曾在前不久的一次事件中，對我的摯友發出過這樣的感慨：只要這片土地上有我在乎的人，我就不能夠不在乎。但是現在看來，有時候一切都是徒勞的，在這個社會中，我在乎的人未必在乎我，甚至極端地說，有時除了我自己內心的糾葛之外，站在對方的層面講，他們不對我落井下石，我或許就已經應該感謝他們了。 我曾經以為我真的不在乎所謂的“回應”或者“回饋”；我也曾以為自己真的那麼高尚，能夠做到“付出不求回報”。但我畢竟是一個凡人，我可以不求回報，但我希望得到慰藉，哪怕是幾句敷衍式的贊同；我可以不求對方同等待我，但我希望得到的是道德上的認同而非質疑和審判…… 所以經過種種這般，我只能感歎一句，我依舊是個凡人，最終還是要不可避免的具有“獨善其身”，或者更直白一點就是“個人自掃門前雪，不管他人瓦上霜”，以及“逃避責任”和“冷漠”這些在這個社會中“成熟”的特質。 寬容 一、以前我總認為，那些不同意我的觀點，或者想不通我的話的含義和我思維的含義的人，是在故意與我相悖而行，或者是想借議題來“打敗”我或者“降服”我。但現在看來，對於很多並非成心、故意的人來說，他們僅僅是對一些問題的認識尚未到達我所認知的高度與深度（當然反之也成立，也有可能是我未達到他們的高度）；還有另一個很重要的方面是，有時我們彼此雙方的知識量和思考量並不對稱，而不對稱的資訊在一定程度上必然造成見解和觀念的不對稱。因此，並不需要“敵視”那些蒙在鼓裡的人和暫時沒有達到和我同等思維高度的人，我相信，給他們足夠的時間和足夠的資訊量，隨著閱歷的增多，一些具有普世價值的認知，最終會趨於一致。 二、並不是所有人都會在同一時間成熟，甚至並非所有人最終都會成熟，而且成熟也是需要不菲的代價的。我的前20年，把太多的精力和時間用來思辨對錯、是非和一些所謂“大”的方面，卻在學術和知識上幾乎一無所成，連最基本的專業知識都模棱兩可。並且，在成長的過程中，由於曾被動的“聽話”和滿足于“好孩子”之類的所謂“認可”和“表揚”，而在不知不覺中養成了一些錯誤的觀念和習慣，這使得我在後來、甚至直至現在的生活中都不得不時刻處在一種“盡力改正年幼和年少時期的被動養成的錯誤思維與觀念”的怪圈裡。儘管這是一條正在通往“改善”的道路，但這樣的代價是巨大的，輕則失去了不同年齡段應有的機遇和生活樂趣，重則親情、友情甚至愛情受到創傷與考驗。但是誰又能說這不是成長應有的代價呢。而我們當中有的人因為不願意付出這樣“慘重”的代價，寧可為此犧牲獨立的思考、獨立的行為和正確的觀念，也願意為之放棄成長，誰又能說這不是一種選擇呢。並不是所有的奴隸都願意成為自由身，無論是行為上的奴隸，還是思想上的奴隸。 淡然 心累的感覺就是現在這個樣子，可能是由於一種類似于積分作用的效應吧，曾經以為我絲毫不會在乎，但其實我一直都在在乎著。當所有的付出都得不到回饋，甚至有時候還會是“負面回饋”的時候，再堅強的心也會感到疲倦，再堅定的信念也會產生自我質疑：究竟是我錯了，還是他們錯了，還是這個時代錯了。我始終無法真正體會那些幾十年如一日、一輩子如一日的堅定者們，究竟是什麼支撐著他們的內心，讓他們日復一日都有著強大的動力，一步步地朝著自己的理想與目標奮進，絲毫不曾退縮。或許也並不一定是強者們沒有過退縮，而是我自己的內心還不夠強悍，不能夠很好的調理和化解這些矛盾，以至於總是讓它們左右我的情緒，進而再左右我的熱情和作為。 我希望活的輕鬆，但輕鬆的背後是淡然，而非疲倦的“放下”。如此說來，或許另一個左右我情緒的關鍵是我依舊無法對一些事實“淡然處之”，內心深處依舊因為它們而充滿了怨氣。太多的怨氣會蒙蔽雙眼，影響理智的判斷，也容易打消積極性，讓自己覺得覺得什麼都是徒勞。但是，冷靜的思考之後其實也不難發現，只要有盡心盡力、持之以恆的付出，即會得到哪怕很小但卻很積極的回饋，而我卻過多地注重了那些消極的回饋。換句話講，我似乎總在浪費時間與消極的人和事作鬥爭，而這種鬥爭就如我曾讀到的一個段子：這好比與豬一起在泥潭裡打滾，爭個你死我活。可是無論最後孰贏孰敗，一身泥都是豬最終想要的結果，而自己只不過是浪費了時間和精力，卻換得一身髒泥和豬的開懷而已。被瘋狗咬了，要去打狂犬疫苗，而非回頭咬狗——這就是對待那些所謂的“怨氣”應有的態度。 另外，過多的爭論無益，真正做出事情來才是王道，如果總停留在思想巨人的層面，無論如何都是無法成事的。一百個未曾實施的構想，與沒有構想的結果是一樣的，有很多事情是年輕時候如果不嘗試，當年齡再大的時候，嘗試就會變得越來越困難，甚至於不可能。我必須認識到，這當前的時光，在人生中是無法重來的。我曾用一年的休學時光改變了我對人生的態度和認知，也改變了我下一步人生的方向，這充分地證明，我有能力改變，只要我給自己充分的時間、並且有充分的作為。 而至於我的認識、想法和作為能否得到所謂的“認可”，其實，他人的認可有時候一文不值，因為在大多數問題上，自己就是獨一無二的自己，他人的“認可”有時會是心靈的養分，但在這些問題上必須學會自給自足，不能將獲得所謂的“認可”當作思考和行事的意義。靠他人養分活著的，只有溫室裡的花朵，或者供人消耗的養殖物，成長只為了變為盤中餐。它們的一生，沒有任何屬於自己的意義。 Related Posts:由《我的奋斗》所引发的扯淡第二届中国iOS开发者大会笔记试论毛泽东思想对当代中国的意义——毛邓课作业版本Issue写作的一点方法和感想三相变压器同名端的判定与标注准备GRE写作的感想WordPress中为特定的Category、Tag添加RSSWindows 7 配置蓝牙始末在Latitude 2100上安装Ubuntu Netbook 10.04無關政治，只因道德 本博客遵守  ，转载请注明原作者及文章出处。 © Alex.Chen for Alexander Chen&#039;s Blog, 2011. &#124; Permalink &#124; No comment &#124; Post tags: Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<h3><strong>凡人 </strong></h3>
<p><em>我終究是一個凡人，一個沒有背景只有背影，略有思想卻一不小心就會成為眾矢之的的凡人……</em></p>
<p><span id="more-1256"></span></p>
<p>這種想法和感覺，從來就非一下子形成，它們是在一點一滴的生活中，在一次次希望變為一次次失望的跌宕起伏中慢慢積累起來的。如今，作為一個凡人的我，疲倦了。事到如今我已經算是半隻腳踏出了國門，因此從實際的意義上來講，我不願意、也不太需要繼續關注、繼續寄予希望了。</p>
<p style="padding-left: 30px;">
<p>這麼說可能與我內心深處的見解略有矛盾，因為我曾在前不久的一次事件中，對我的摯友發出過這樣的感慨：只要這片土地上有我在乎的人，我就不能夠不在乎。但是現在看來，有時候一切都是徒勞的，在這個社會中，我在乎的人未必在乎我，甚至極端地說，有時除了我自己內心的糾葛之外，站在對方的層面講，他們不對我落井下石，我或許就已經應該感謝他們了。</p>
<p style="padding-left: 30px;">
<p>我曾經以為我真的不在乎所謂的“回應”或者“回饋”；我也曾以為自己真的那麼高尚，能夠做到“付出不求回報”。但我畢竟是一個凡人，我可以不求回報，但我希望得到慰藉，哪怕是幾句敷衍式的贊同；我可以不求對方同等待我，但我希望得到的是道德上的認同而非質疑和審判……</p>
<p style="padding-left: 30px;">
<p>所以經過種種這般，我只能感歎一句，我依舊是個凡人，最終還是要不可避免的具有“獨善其身”，或者更直白一點就是“個人自掃門前雪，不管他人瓦上霜”，以及“逃避責任”和“冷漠”這些在這個社會中“成熟”的特質。</p>
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<h3>寬容</h3>
<p style="padding-left: 30px;">
<p>一、以前我總認為，那些不同意我的觀點，或者想不通我的話的含義和我思維的含義的人，是在故意與我相悖而行，或者是想借議題來“打敗”我或者“降服”我。但現在看來，對於很多並非成心、故意的人來說，他們僅僅是對一些問題的認識尚未到達我所認知的高度與深度（當然反之也成立，也有可能是我未達到他們的高度）；還有另一個很重要的方面是，有時我們彼此雙方的知識量和思考量並不對稱，而不對稱的資訊在一定程度上必然造成見解和觀念的不對稱。因此，並不需要“敵視”那些蒙在鼓裡的人和暫時沒有達到和我同等思維高度的人，我相信，給他們足夠的時間和足夠的資訊量，隨著閱歷的增多，一些具有普世價值的認知，最終會趨於一致。</p>
<p style="padding-left: 30px;">
<p>二、並不是所有人都會在同一時間成熟，甚至並非所有人最終都會成熟，而且成熟也是需要不菲的代價的。我的前20年，把太多的精力和時間用來思辨對錯、是非和一些所謂“大”的方面，卻在學術和知識上幾乎一無所成，連最基本的專業知識都模棱兩可。並且，在成長的過程中，由於曾被動的“聽話”和滿足于“好孩子”之類的所謂“認可”和“表揚”，而在不知不覺中養成了一些錯誤的觀念和習慣，這使得我在後來、甚至直至現在的生活中都不得不時刻處在一種“盡力改正年幼和年少時期的被動養成的錯誤思維與觀念”的怪圈裡。儘管這是一條正在通往“改善”的道路，但這樣的代價是巨大的，輕則失去了不同年齡段應有的機遇和生活樂趣，重則親情、友情甚至愛情受到創傷與考驗。但是誰又能說這不是成長應有的代價呢。而我們當中有的人因為不願意付出這樣“慘重”的代價，寧可為此犧牲獨立的思考、獨立的行為和正確的觀念，也願意為之放棄成長，誰又能說這不是一種選擇呢。並不是所有的奴隸都願意成為自由身，無論是行為上的奴隸，還是思想上的奴隸。</p>
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<h3>淡然</h3>
<p style="padding-left: 30px;">
<p>心累的感覺就是現在這個樣子，可能是由於一種類似于積分作用的效應吧，曾經以為我絲毫不會在乎，但其實我一直都在在乎著。當所有的付出都得不到回饋，甚至有時候還會是“負面回饋”的時候，再堅強的心也會感到疲倦，再堅定的信念也會產生自我質疑：究竟是我錯了，還是他們錯了，還是這個時代錯了。我始終無法真正體會那些幾十年如一日、一輩子如一日的堅定者們，究竟是什麼支撐著他們的內心，讓他們日復一日都有著強大的動力，一步步地朝著自己的理想與目標奮進，絲毫不曾退縮。或許也並不一定是強者們沒有過退縮，而是我自己的內心還不夠強悍，不能夠很好的調理和化解這些矛盾，以至於總是讓它們左右我的情緒，進而再左右我的熱情和作為。</p>
<p style="padding-left: 30px;">
<p>我希望活的輕鬆，但輕鬆的背後是淡然，而非疲倦的“放下”。如此說來，或許另一個左右我情緒的關鍵是我依舊無法對一些事實“淡然處之”，內心深處依舊因為它們而充滿了怨氣。太多的怨氣會蒙蔽雙眼，影響理智的判斷，也容易打消積極性，讓自己覺得覺得什麼都是徒勞。但是，冷靜的思考之後其實也不難發現，只要有盡心盡力、持之以恆的付出，即會得到哪怕很小但卻很積極的回饋，而我卻過多地注重了那些消極的回饋。換句話講，我似乎總在浪費時間與消極的人和事作鬥爭，而這種鬥爭就如我曾讀到的一個段子：這好比與豬一起在泥潭裡打滾，爭個你死我活。可是無論最後孰贏孰敗，一身泥都是豬最終想要的結果，而自己只不過是浪費了時間和精力，卻換得一身髒泥和豬的開懷而已。被瘋狗咬了，要去打狂犬疫苗，而非回頭咬狗——這就是對待那些所謂的“怨氣”應有的態度。</p>
<p style="padding-left: 30px;">
<p>另外，過多的爭論無益，真正做出事情來才是王道，如果總停留在思想巨人的層面，無論如何都是無法成事的。一百個未曾實施的構想，與沒有構想的結果是一樣的，有很多事情是年輕時候如果不嘗試，當年齡再大的時候，嘗試就會變得越來越困難，甚至於不可能。我必須認識到，這當前的時光，在人生中是無法重來的。我曾用一年的休學時光改變了我對人生的態度和認知，也改變了我下一步人生的方向，這充分地證明，我有能力改變，只要我給自己充分的時間、並且有充分的作為。</p>
<p style="padding-left: 30px;">
<p>而至於我的認識、想法和作為能否得到所謂的“認可”，其實，他人的認可有時候一文不值，因為在大多數問題上，自己就是獨一無二的自己，他人的“認可”有時會是心靈的養分，但在這些問題上必須學會自給自足，不能將獲得所謂的“認可”當作思考和行事的意義。靠他人養分活著的，只有溫室裡的花朵，或者供人消耗的養殖物，成長只為了變為盤中餐。它們的一生，沒有任何屬於自己的意義。</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.p4cpu.net/2010/10/15/wodefendou-chedan/" rel="bookmark" class="crp_title">由《我的奋斗》所引发的扯淡</a></li><li><a href="http://www.p4cpu.net/2010/09/15/2010-ios-forum/" rel="bookmark" class="crp_title">第二届中国iOS开发者大会笔记</a></li><li><a href="http://www.p4cpu.net/2010/11/08/maozedong-to-contemporary-china/" rel="bookmark" class="crp_title">试论毛泽东思想对当代中国的意义——毛邓课作业版本</a></li><li><a href="http://www.p4cpu.net/2010/06/11/gre-issue/" rel="bookmark" class="crp_title">Issue写作的一点方法和感想</a></li><li><a href="http://www.p4cpu.net/2010/05/27/three-phase-transformer/" rel="bookmark" class="crp_title">三相变压器同名端的判定与标注</a></li><li><a href="http://www.p4cpu.net/2011/03/05/after-gre-aw/" rel="bookmark" class="crp_title">准备GRE写作的感想</a></li><li><a href="http://www.p4cpu.net/2009/11/12/wordpress-category-tag-rss/" rel="bookmark" class="crp_title">WordPress中为特定的Category、Tag添加RSS</a></li><li><a href="http://www.p4cpu.net/2009/11/24/win7-bluetooth-serial-port/" rel="bookmark" class="crp_title">Windows 7 配置蓝牙始末</a></li><li><a href="http://www.p4cpu.net/2010/08/08/ubuntu1004-on-latitude-2100/" rel="bookmark" class="crp_title">在Latitude 2100上安装Ubuntu Netbook 10.04</a></li><li><a href="http://www.p4cpu.net/2011/05/15/2011-05-15/" rel="bookmark" class="crp_title">無關政治，只因道德</a></li></ul></div><hr />
<br />

本博客遵守 <a href="http://creativecommons.org/licenses/by-nc-nd/2.5/cn/deed.zh"><img src="http://www.p4cpu.net/wp-content/themes/studiopress/images/cc-feed.png" /></a> ，转载请注明原作者及文章出处。

<br />
<p><small>© Alex.Chen for <a href="http://www.p4cpu.net">Alexander Chen&#039;s Blog</a>, 2011. |
<a href="http://www.p4cpu.net/2011/11/29/an-ordinary-man/">Permalink</a> |
<a href="http://www.p4cpu.net/2011/11/29/an-ordinary-man/#comments">No comment</a> | Post tags: <br/></small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.p4cpu.net/2011/11/29/an-ordinary-man/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Long time no update on my blog</title>
		<link>http://www.p4cpu.net/2011/11/27/long-time-no-update-on-my-blog/</link>
		<comments>http://www.p4cpu.net/2011/11/27/long-time-no-update-on-my-blog/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 06:16:00 +0000</pubDate>
		<dc:creator>Alex.Chen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.p4cpu.net/?p=1252</guid>
		<description><![CDATA[It&#8217;s been a long time since the last time I updated my blog post. That is for some reasons, like the preparation of GRE and TOEFL and the application, my VPN was once expired and I didn&#8217;t renew it in time&#8230; But the most important one is that, it seems that I have lost the [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a long time since the last time I updated my blog post. That is for some reasons, like the preparation of GRE and TOEFL and the application, my VPN was once expired and I didn&#8217;t renew it in time&#8230;</p>
<p style="padding-left: 30px;">
<p>But the most important one is that, it seems that I have lost the desire of self expression, and I&#8217;m kind of, you know, totally disappointed in the society and country I live in. I have no more faith in it and I don&#8217;t believe that I can make a change. Though I can still make small changes in my own life and more or less give people around me some positive influences, I still feel that what I&#8217;m thinking and trying just make no sense, this society is too big and people&#8217;s minds are too hard to be changed or even influenced. And if I&#8217;m not careful enough, I may even become an enemy. In an environment that you&#8217;re either a friend or an enemy, discussion and different opinions are not tolerated and accepted, no need to mention &#8220;changes&#8221;.</p>
<p style="padding-left: 30px;">
<p>But my time is limited, I still have a career to pursue, an American dream to realize&#8230;&#8230;maybe that&#8217;s the case: I cannot change others life, no matter how much I care about them, but I do can change mine.</p>
<p style="padding-left: 30px;">
<p>So, I&#8217;ve decided not to care about so many things any more. I only care about my self, my career and my future. The society forces me to be a selfish man and to some extent a &#8220;bad man&#8221;(at least I can conclude that from things I&#8217;ve been through), so that&#8217;s not my problem.</p>
<p style="padding-left: 30px;">
<p>I do have a good heart, and I&#8217;m still gonna be a good man and do good things when the time and environment are right. But now, I only care about my future.</p>
<p style="padding-left: 30px;">
<p>I&#8217;m not living to please anyone; I&#8217;m not a stupid man that will sacrifice  my benefits to feed you people&#8217;s endless appetite and desire; I&#8217;m not a prisoner of anything.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.p4cpu.net/2009/11/16/obama-shanghai-remarks/" rel="bookmark" class="crp_title">奥巴马上海演讲及现场问答英文原文</a></li><li><a href="http://www.p4cpu.net/2009/01/24/obama-victory-speech/" rel="bookmark" class="crp_title">Obama&#039;s victory speech</a></li><li><a href="http://www.p4cpu.net/2010/03/18/american-health-reform/" rel="bookmark" class="crp_title">美国实现医疗改革可真难</a></li><li><a href="http://www.p4cpu.net/2012/01/09/first-time-configuration-on-mediawiki/" rel="bookmark" class="crp_title">First time configuration on MediaWiki</a></li><li><a href="http://www.p4cpu.net/2012/02/04/play-with-moto-droid-2-global/" rel="bookmark" class="crp_title">Play with MOTO Droid 2 Global</a></li><li><a href="http://www.p4cpu.net/2009/05/06/harrap-f-e-e-f-dic/" rel="bookmark" class="crp_title">Harrap 法英英法词典</a></li><li><a href="http://www.p4cpu.net/2012/02/07/deploy-goagent-and-wallproxy/" rel="bookmark" class="crp_title">Deploy GoAgent and WallProxy</a></li><li><a href="http://www.p4cpu.net/2011/03/05/after-gre-aw/" rel="bookmark" class="crp_title">准备GRE写作的感想</a></li><li><a href="http://www.p4cpu.net/2011/03/30/broadband-speed-hd-capacity/" rel="bookmark" class="crp_title">The real speed of your Broadband Connection &#038; Why your hard drive capacity is always less than the alleged one?</a></li><li><a href="http://www.p4cpu.net/2009/05/09/applocale/" rel="bookmark" class="crp_title">AppLocale让你的软件不再显示乱码</a></li></ul></div><hr />
<br />

本博客遵守 <a href="http://creativecommons.org/licenses/by-nc-nd/2.5/cn/deed.zh"><img src="http://www.p4cpu.net/wp-content/themes/studiopress/images/cc-feed.png" /></a> ，转载请注明原作者及文章出处。

<br />
<p><small>© Alex.Chen for <a href="http://www.p4cpu.net">Alexander Chen&#039;s Blog</a>, 2011. |
<a href="http://www.p4cpu.net/2011/11/27/long-time-no-update-on-my-blog/">Permalink</a> |
<a href="http://www.p4cpu.net/2011/11/27/long-time-no-update-on-my-blog/#comments">3 comments</a> | Post tags: <br/></small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.p4cpu.net/2011/11/27/long-time-no-update-on-my-blog/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>無關政治，只因道德</title>
		<link>http://www.p4cpu.net/2011/05/15/2011-05-15/</link>
		<comments>http://www.p4cpu.net/2011/05/15/2011-05-15/#comments</comments>
		<pubDate>Sun, 15 May 2011 15:15:35 +0000</pubDate>
		<dc:creator>Alex.Chen</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.p4cpu.net/?p=1248</guid>
		<description><![CDATA[其實最初構思這篇文章是打算寫一篇長文的，但在做了草稿之后發覺可延展的話題太多，而且以我現在的心境，也已無心過多、過深的探討這些問題，因此就索性擱置了。可是，我偏偏又不舍得浪費這個主題，所以借著這篇博文，將最近的一些感悟簡潔的寫來，也算當作這一階段的總結，在這之后，我會短暫閉關一段時間。 1. 或許曾經我還對社會、國家和民族有過激憤，有過熱血，但現在已經很現實、很平靜了。無論被定義為崇洋媚外也好，漢奸也罷，如今我堅決的、不擇手段的要離開的原因——無關政治，只因道德。        當一個國家連“放心的食品”都無法向其公民作出承諾的時候，我認為牠已經觸及了我們“生存和繁衍”的底線，而這一步，我是不會再退讓和委屈求全的。   2. 有些不曾擁有的東西，越是強求，卻反而越是得不到。感情路上的一次次追尋，而后相遇再相識，卻正當滿懷憧憬打算邁過相知的門檻時，驀然發現自己只是一只闖進了他人劇本的木偶，無論劇情演繹的多么華麗，于我終究只是過眼云煙，縱使有把酒言歡過后的風情萬種，也僅是曖昧，而非愛情。   3. 善待朋友，更慎待朋友。   4. 玩伴之情并非兄弟情和朋友情，兄弟情、朋友情也不等同于志同道合，在自己選定的道路上，只有自己知道方向，他人的話，縱使是鼓勵與支持，也僅僅是些“養分”而已。 Related Posts:准备GRE写作的感想由《我的奋斗》所引发的扯淡试论毛泽东思想对当代中国的意义——毛邓课作业版本参观军事博物馆感想（历史课作业版本）美国实现医疗改革可真难多一个人读《1984》，自由就多一份保障——《1984》读后感（毛邓课作业）Issue写作的一点方法和感想WordPress中为特定的Category、Tag添加RSSHow to learn a foreign language &#8211; Getting started《南京！南京》、《拉贝日记》观后感（历史课作业版本） 本博客遵守  ，转载请注明原作者及文章出处。 © Alex.Chen for Alexander Chen&#039;s Blog, 2011. &#124; Permalink &#124; No comment &#124; Post tags: Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p>其實最初構思這篇文章是打算寫一篇長文的，但在做了草稿之后發覺可延展的話題太多，而且以我現在的心境，也已無心過多、過深的探討這些問題，因此就索性擱置了。可是，我偏偏又不舍得浪費這個主題，所以借著這篇博文，將最近的一些感悟簡潔的寫來，也算當作這一階段的總結，在這之后，我會短暫閉關一段時間。</p>
<p><span id="more-1248"></span></p>
<p>1. 或許曾經我還對社會、國家和民族有過激憤，有過熱血，但現在已經很現實、很平靜了。無論被定義為崇洋媚外也好，漢奸也罷，如今我堅決的、不擇手段的要離開的原因——無關政治，只因道德。</p>
<p>       當一個國家連“放心的食品”都無法向其公民作出承諾的時候，我認為牠已經觸及了我們“生存和繁衍”的底線，而這一步，我是不會再退讓和委屈求全的。</p>
<p style="padding-left: 30px;"> </p>
<p>2. 有些不曾擁有的東西，越是強求，卻反而越是得不到。感情路上的一次次追尋，而后相遇再相識，卻正當滿懷憧憬打算邁過相知的門檻時，驀然發現自己只是一只闖進了他人劇本的木偶，無論劇情演繹的多么華麗，于我終究只是過眼云煙，縱使有把酒言歡過后的風情萬種，也僅是曖昧，而非愛情。</p>
<p style="padding-left: 30px;"> </p>
<p>3. 善待朋友，更慎待朋友。</p>
<p style="padding-left: 30px;"> </p>
<p>4. 玩伴之情并非兄弟情和朋友情，兄弟情、朋友情也不等同于志同道合，在自己選定的道路上，只有自己知道方向，他人的話，縱使是鼓勵與支持，也僅僅是些“養分”而已。</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.p4cpu.net/2011/03/05/after-gre-aw/" rel="bookmark" class="crp_title">准备GRE写作的感想</a></li><li><a href="http://www.p4cpu.net/2010/10/15/wodefendou-chedan/" rel="bookmark" class="crp_title">由《我的奋斗》所引发的扯淡</a></li><li><a href="http://www.p4cpu.net/2010/11/08/maozedong-to-contemporary-china/" rel="bookmark" class="crp_title">试论毛泽东思想对当代中国的意义——毛邓课作业版本</a></li><li><a href="http://www.p4cpu.net/2010/05/20/military-museum-thoughts/" rel="bookmark" class="crp_title">参观军事博物馆感想（历史课作业版本）</a></li><li><a href="http://www.p4cpu.net/2010/03/18/american-health-reform/" rel="bookmark" class="crp_title">美国实现医疗改革可真难</a></li><li><a href="http://www.p4cpu.net/2010/12/23/1984-freedom/" rel="bookmark" class="crp_title">多一个人读《1984》，自由就多一份保障——《1984》读后感（毛邓课作业）</a></li><li><a href="http://www.p4cpu.net/2010/06/11/gre-issue/" rel="bookmark" class="crp_title">Issue写作的一点方法和感想</a></li><li><a href="http://www.p4cpu.net/2009/11/12/wordpress-category-tag-rss/" rel="bookmark" class="crp_title">WordPress中为特定的Category、Tag添加RSS</a></li><li><a href="http://www.p4cpu.net/2010/03/19/how-to-learn-a-foreign-language-getting-started/" rel="bookmark" class="crp_title">How to learn a foreign language &#8211; Getting started</a></li><li><a href="http://www.p4cpu.net/2010/05/21/nanking-john-rabe-review/" rel="bookmark" class="crp_title">《南京！南京》、《拉贝日记》观后感（历史课作业版本）</a></li></ul></div><hr />
<br />

本博客遵守 <a href="http://creativecommons.org/licenses/by-nc-nd/2.5/cn/deed.zh"><img src="http://www.p4cpu.net/wp-content/themes/studiopress/images/cc-feed.png" /></a> ，转载请注明原作者及文章出处。

<br />
<p><small>© Alex.Chen for <a href="http://www.p4cpu.net">Alexander Chen&#039;s Blog</a>, 2011. |
<a href="http://www.p4cpu.net/2011/05/15/2011-05-15/">Permalink</a> |
<a href="http://www.p4cpu.net/2011/05/15/2011-05-15/#comments">No comment</a> | Post tags: <br/></small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.p4cpu.net/2011/05/15/2011-05-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The real speed of your Broadband Connection &amp; Why your hard drive capacity is always less than the alleged one?</title>
		<link>http://www.p4cpu.net/2011/03/30/broadband-speed-hd-capacity/</link>
		<comments>http://www.p4cpu.net/2011/03/30/broadband-speed-hd-capacity/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 09:55:59 +0000</pubDate>
		<dc:creator>Alex.Chen</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Computer Tips]]></category>

		<guid isPermaLink="false">http://www.p4cpu.net/?p=1241</guid>
		<description><![CDATA[I write the two issues here together because they share a similarity, which is &#8220;the conversion between the units&#8221; used in computer system. To be specific, it is a matter of how computers convert bit, Byte, KB, MB, GB, etc, to each other. Now let&#8217;s see the problems.   1. We often find that the connection speed [...]]]></description>
			<content:encoded><![CDATA[<p>I write the two issues here together because they share a similarity, which is &#8220;the conversion between the units&#8221; used in computer system. To be specific, <strong><span style="color: #ff0000;">it is a matter of how computers convert bit, Byte, KB, MB, GB, etc, to each other.</span></strong> Now let&#8217;s see the problems.</p>
<p style="padding-left: 30px;"> </p>
<p>1. We often find that the connection speed of our broadband is not as fast as we think it should be, and even far less than what the service provider tells us. For example, we setup a 2M ADSL broadband at home and only find that the maximum download speed is just around 250 KB/s, far less than &#8220;2M&#8221;. So why?</p>
<p style="padding-left: 30px;"><span id="more-1241"></span></p>
<p>Before I explain it, I have to say that there is a misunderstanding in this issue, that is, we just take it for granted that the &#8220;2M&#8221; here is equivalent to &#8220;2MB (2M Byte)&#8221;, the unit which we use to describe the size of an ordinary file, such as a JPG or DOC file.</p>
<p style="padding-left: 30px;"> </p>
<p>However, this is not the case here. When it comes to the speed of the broadband, &#8220;2M&#8221; actually means <strong><span style="color: #ff0000;">2M bit/s</span></strong>, not 2M Byte/s. So if you know some essentials of how our computers work, you may already know that the two units are different and it needs a calculation to convert 2M Bit to Byte. Here is how you can calculate it right:</p>
<p style="padding-left: 30px;"> </p>
<p style="padding-left: 30px;">First:</p>
<p style="padding-left: 30px;"><strong>8bit=1Byte ==&gt; 1024Byte=1KB ==&gt; 1024KB=1MB ==&gt; 1024MB=1GB, and so forth.</strong></p>
<p style="padding-left: 30px;">so,</p>
<p style="padding-left: 30px;"><strong>2M bit/s = 2,000,000 bit/s = 2,000,000/8 Byte/s = 2,000,000/(8*1024) KB/s = 244.14 KB/s</strong></p>
<p style="padding-left: 30px;">(This calculation is just theoretically correct, but the real speed will be a little bit faster/slower than the number you calculate.)</p>
<p style="padding-left: 30px;"> </p>
<p>So, next time you setup a broadband, you just do the calculation yourself and you&#8217;ll know how fast your broadband really is.</p>
<p>2. The real capacity of your Hard Drive</p>
<p>Similar to the speed of your broadband, the printed capacity of your hard drive is also not the real capacity than you can actually use. The actual capacity will be a little bit less than the printed one.</p>
<p style="padding-left: 30px;"> </p>
<p><span style="color: #ff0000;">This is because the manufacturer uses &#8220;1000&#8243; instead of &#8220;1024&#8243; to convert Byte, KB, MB, etc, to each other, which means &#8220;1KB&#8221; here is not &#8220;1024 Byte&#8221; but &#8220;1000 Byte&#8221;.</span> However, our computers still use &#8220;1024&#8243; to calculate the capacity, so the actual capacity you can use need to be re-calculated like this (take a 320G hard drive as an example):</p>
<p style="padding-left: 30px;"> </p>
<p style="padding-left: 30px;"><strong>320,000,000,000 Byte = 320,000,000,000/(1024*1024*1024) GB = 298.02 GB</strong></p>
<p style="padding-left: 30px;"> </p>
<p>So, here you know why your actual hard drive capacity is always less than the one printed outside its cover.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.p4cpu.net/2009/07/28/asus-n81vg/" rel="bookmark" class="crp_title">华硕N81E87Vg-SL</a></li><li><a href="http://www.p4cpu.net/2009/12/28/diy-wall-e-five-photoelectronic-switch/" rel="bookmark" class="crp_title">制作机器人“瓦力”（五）——转速检测器</a></li><li><a href="http://www.p4cpu.net/2009/07/30/graphics-restart/" rel="bookmark" class="crp_title">显卡积尘导致机器无限重启</a></li><li><a href="http://www.p4cpu.net/2009/05/06/harrap-f-e-e-f-dic/" rel="bookmark" class="crp_title">Harrap 法英英法词典</a></li><li><a href="http://www.p4cpu.net/2011/11/27/long-time-no-update-on-my-blog/" rel="bookmark" class="crp_title">Long time no update on my blog</a></li><li><a href="http://www.p4cpu.net/2012/02/04/play-with-moto-droid-2-global/" rel="bookmark" class="crp_title">Play with MOTO Droid 2 Global</a></li><li><a href="http://www.p4cpu.net/2010/08/08/ubuntu1004-on-latitude-2100/" rel="bookmark" class="crp_title">在Latitude 2100上安装Ubuntu Netbook 10.04</a></li><li><a href="http://www.p4cpu.net/2009/04/01/input-french/" rel="bookmark" class="crp_title">[Updated]Vista下安装法语输入法</a></li><li><a href="http://www.p4cpu.net/2009/02/26/oald7-setup/" rel="bookmark" class="crp_title">成功安装Oxford Advanced Learner&#039;s Dictionary 7th edition</a></li><li><a href="http://www.p4cpu.net/2012/01/09/first-time-configuration-on-mediawiki/" rel="bookmark" class="crp_title">First time configuration on MediaWiki</a></li></ul></div><hr />
<br />

本博客遵守 <a href="http://creativecommons.org/licenses/by-nc-nd/2.5/cn/deed.zh"><img src="http://www.p4cpu.net/wp-content/themes/studiopress/images/cc-feed.png" /></a> ，转载请注明原作者及文章出处。

<br />
<p><small>© Alex.Chen for <a href="http://www.p4cpu.net">Alexander Chen&#039;s Blog</a>, 2011. |
<a href="http://www.p4cpu.net/2011/03/30/broadband-speed-hd-capacity/">Permalink</a> |
<a href="http://www.p4cpu.net/2011/03/30/broadband-speed-hd-capacity/#comments">No comment</a> | Post tags: <a href="http://www.p4cpu.net/tag/computer-tips/" rel="tag">Computer Tips</a><br/></small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.p4cpu.net/2011/03/30/broadband-speed-hd-capacity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>准备GRE写作的感想</title>
		<link>http://www.p4cpu.net/2011/03/05/after-gre-aw/</link>
		<comments>http://www.p4cpu.net/2011/03/05/after-gre-aw/#comments</comments>
		<pubDate>Sat, 05 Mar 2011 09:32:00 +0000</pubDate>
		<dc:creator>Alex.Chen</dc:creator>
				<category><![CDATA[Language Learning]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[GRE]]></category>
		<category><![CDATA[language-learning]]></category>
		<category><![CDATA[写作]]></category>
		<category><![CDATA[美国]]></category>
		<category><![CDATA[英语]]></category>

		<guid isPermaLink="false">http://www.p4cpu.net/?p=1235</guid>
		<description><![CDATA[Because my blog has been blocked in China, so this might be the last passage that written in Chinese. I know that many friends, other Chinese visitors, and GRE/TOEFL guys are unable to access my blog, but I&#8217;m sorry, this is my blog, I&#8217;m not gonna delete any of my passage/words to avoid being blocked [...]]]></description>
			<content:encoded><![CDATA[<h6>Because my blog has been blocked in China, so this might be the last passage that written in Chinese. I know that many friends, other Chinese visitors, and GRE/TOEFL guys are unable to access my blog, but I&#8217;m sorry, this is my blog, I&#8217;m not gonna delete any of my passage/words to avoid being blocked by the fucking GFW, I&#8217;m sorry.</h6>
<p> </p>
<p>       2011年2月9日，我“自我感觉良好的”“顺利的”完成了GRE写作考试。</p>
<p>       其实有关GRE写作的感想和心得，网上已经有无数的前辈总结过了，我在入门阶段也是参考着他们的经验来的。但是，很不幸，我是一个懒人，因此通常来讲，传统的模板、背范文、背事例、建立固定提纲等方法对我不太有效。我曾经尝试过这些方法，但最终均以各种“看不懂”和“没坚持下来”而不了了之。可是，GRE写作部分又是一个躲不开的命题，因此我就索性随性的做了起来。当然，最终效果还不得而知，但至少从准备到实际考试的过程都很顺利。</p>
<p>       好了，做完铺垫，我将自己对于GRE作文一些方面的看法大概写一下，供他人及自己日候参考。</p>
<p><span id="more-1235"></span></p>
<p><strong>1. 作文的字数。</strong></p>
<p>       不知是由于写了多年限定字数的命题作文所形成的惯性，还是各种辅导班所带来的误导，我身边的好多人在备考GRE作文的时候都无一例外的特别关注字数，甚至强迫着自己将Issue写到六、七百字，Argu写到四、五百字。起初我也没有跳出“字数”的思维，也一度认为它起着决定性的作用。但是当身边几个朋友相继考完GRE作文，我发现他们的字数与最终分数并不直接相关的时候，我开始真正的考虑字数在GRE作文中的含义。</p>
<p>       GRE作文中所谓的“字数”的含义是：<strong>一篇文章若想保证论证的充分以及措辞的完整和恰当，需要一定的字数做保证。简而言之就是，你想把一件东西、一个观点的来龙去脉说明白说通、让人信服，免不了需要一定数量的单词。</strong></p>
<p>       因此，我们可以发现，它强调的并非如高考作文一般硬性的字数要求，而是在于文章言之有物，以及论证关系的流畅、丰满和通顺。而若是写出了这样的文章，我想字数应该不成问题，即使把打字慢的因素都计算在内，45分钟内也足以写出四、五百字以上的文章了。</p>
<p>       所以，在GRE作文中，完全不必故意的纠结有关字数的问题，否则便是本末倒置，忽略了“言之有物”的重要性。</p>
<p style="padding-left: 30px;"> </p>
<p><strong>2.写作的素材和方法</strong></p>
<p>       既然说到了字数，又谈到了“言之有物”，那么我想就不得不提及另一个话题，即：写作的素材和方法。这里我想纠正另外两个很多人在准备GRE作文过程中的误区，就是“模板”和“名人事例”。对于“模板”，我认为可以有两种理解，一种是“写作的格式”，另一种是已经被用烂了的“套话”。第一种模板是可取的、甚至是必须的，因为我们大多数人英文的写作功底并不优秀，想在短短的考试时间里写出行云流水的文章颇有难度，因此，按照一定的格式，顺畅的成文是关键。而第二种模板，我认为则是保证考试者得不了高分的关键，因为通常套话已经被用了无数次，一无新意，二无说服力，所以由这样的“模板”所拼凑的文章注定是要以低分告终的。</p>
<p>       至于名人事例，其效果与“套话”相似，如果你的脑子里没有属于自己的素材，写作时使用的是网上已经传烂了的事例及其描述方法，更有甚者是在考试前个把月才开始背素材，那么我想除非你的语言水平和论述水平很高，能从这些老套的例子中得出不老套的论证来让阅卷者能够耳目一新，否则如此行文我觉得也无法保证高分。</p>
<p>       那么究竟怎样做才比较恰当呢？我认为，事例其实并不在于大小以及是否知名，论据可以选择自己所熟悉的任何事情，甚至是自己身边的小事，只要能够在论证过程中自圆其说即可。比如，身边某一个老师说过的一句很有道理的话，自己或者朋友的某个经历，读过某本书之后的感想，或者干脆就是自己总结的某个结论或道理，等等。因为ETS从未要求过文章的格式与内容，只要你能自圆其说，流畅的论证，那么在它眼里就是好文章。</p>
<p style="padding-left: 30px;"> </p>
<p><strong>3.词句的斟酌</strong></p>
<p>       在和身边G友的交谈中，另一个让我倍感纠结的问题是，好多人都提到：新东方的老师要求他们写作文的时候注意用词。的确，不可否认，ETS给出的高分范文中的用词确实既准确又灵活，句式也是掌握的恰如其分。可是，这种情况并不仅仅是措辞的问题，而是基于写作者对英语的熟练掌握、精湛的文笔以及广博 的学识。这就如同写中文文章一样，想写起文章来措辞准确又不失华丽，内容丰富又不冗长，不是仅仅靠一本字典，研究研究“词”和“句”就能够解决的。</p>
<p>       而且，我始终认为，斟酌词句应该是在已经能够流畅成文之后才应该做的事情，我总爱做一个比喻，假使一个歌词作者连《两只老虎》写不出来，他怎么可能写出林夕那些唯美的词藻呢？因此，如果一个人拿到一个Issue或Argue题目的时候尚且感觉无从下笔，我则建议，先无论如何硬着头皮迫使自己能够流畅顺利的成文，即便是满篇简单句也无所谓，等到熟练了，再去斟酌自己的词法和句法。</p>
<p>       另外，个人认为，如果自己的写作功底不够深厚（比如像我），或者自己准备的时间太短，那么“斟酌词句”这一步甚至是可以省略的。因为，并不是将道理讲通一定要用复杂的句型和华丽的词藻，有时简单明了也是一种策略，只要保证自己所用的词和句都准确就可以了，余下的时间不妨在更有说服力的事例、更流畅的论证上多下功夫。</p>
<p style="padding-left: 30px;"> </p>
<p><strong>4. 考场上的一些临场策略。</strong></p>
<p>       有很多人的写作水平其实很不错，但是到了考场上由于心态发生了变化，因为紧张、害怕写不完、担心抽到低频等等，而使得自己并不能发挥出应有的水平。</p>
<p>       个人认为，在作文这类能力的重要性更胜于应试技巧的考试中，考场上冷静的心态甚至在一定程度上比平时的细心准备来的更加可贵，因为平时的准备可能会花很长的时间和很多的精力，但是如果在这短短的75分钟内发挥失常，便没有人能看见你之前苦心准备的任何成果。因此，我大概总结了一下在考场上一些应该注意的问题。</p>
<p>       首先，进了考场，只要写作的倒计时一开始，你必须冷静、迅速的思考和打字，尽量做到流畅，不卡壳。如果遇到思维停滞的情况，切不可惊慌，暂且把这一段跳过去，写下一个论点或下一段论述，这段跳过的部分待到写完通篇之后再回来补，若是最后没时间，尽快将这一段草草了结也是一个办法。</p>
<p>       其次，在写作过程中宁可速度放慢，也一定要尽量保证拼写、句式等一次性的准确率，不要寄希望于全都写完之后再来修改，因为在考试末段通常留下的时间并不多，此时进行某些修改，时间可能很紧迫甚至根本来不及。</p>
<p>       最后，如果因为恰好碰上难写的题目或者由于其他原因而导致交卷时没能完成写作，不要惊慌，也不要忙于Cancel掉你的成绩。ETS的作文评测系统以及阅卷人并不仅仅凭借你是否完成文章来给你打分，如果你的作文能够有一部分言之有物并且论证合理、服人，那么即使没写完或者字数少，分数也不会太低，毕竟我们可以从ETS给出的例文里看出来，5分6分的作文也有没写完的，3分以下的作文其实也是很难写出来的。</p>
<p style="padding-left: 30px;"> </p>
<p><strong>5.考试流程</strong></p>
<p>       其实对于考试流程，真的没什么可说的，考场内的工作人员的会按部就班的告诉你该怎么做，到时候细心执行每一步的安排就可以了。至于考试的具体流程，我不知道是否每个考点都完全一样（我在大连外国语学院考试），但我想主要步骤应该都类似：</p>
<p style="padding-left: 30px;"> </p>
<p>       在等候区候考，填写承诺书和个人信息，检查第一、第二证件==&gt;工作人员介绍考试须知==&gt;发给每个考生储物柜的钥匙==&gt;进入考试区，换鞋，查证件，拍照，填写入考场时间==&gt;工作人员带你去你所在机位，祝你考试顺利==&gt;开始考试==&gt;考试结束，填写离场时间，取自己东西，归还考场物品，取回第二证件==&gt;离开考场</p>
<p style="padding-left: 30px;"> </p>
<p>       按理讲，只要运气好没遇上变态的考官，他们应该都是很热情、服务态度很好的，按照他们的指示按部就班的做完整个流程，一切应该就没问题。</p>
<p style="padding-left: 30px;"> </p>
<p><strong>结语：</strong></p>
<p>       以上仅是我个人的一些拙见，尽管写了这么多should do和should not do，我也无法保证自己的方法确实有效并考出高分，这只是在准备过程中看了很多资料、和很多人进行了交流之后有感而发罢了。总的来说，我比较不喜欢单纯的应试，而是主张通过阅读、思考和经常的写作练习来对GRE作文做“无形”的训练，因为这样写出来的文章，体现的才真正是写作者的能力和素养。</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.p4cpu.net/2010/05/20/military-museum-thoughts/" rel="bookmark" class="crp_title">参观军事博物馆感想（历史课作业版本）</a></li><li><a href="http://www.p4cpu.net/2009/09/19/details-of-democracy/" rel="bookmark" class="crp_title">《民主的细节》</a></li><li><a href="http://www.p4cpu.net/2010/12/23/1984-freedom/" rel="bookmark" class="crp_title">多一个人读《1984》，自由就多一份保障——《1984》读后感（毛邓课作业）</a></li><li><a href="http://www.p4cpu.net/2010/05/21/nanking-john-rabe-review/" rel="bookmark" class="crp_title">《南京！南京》、《拉贝日记》观后感（历史课作业版本）</a></li><li><a href="http://www.p4cpu.net/2010/10/15/wodefendou-chedan/" rel="bookmark" class="crp_title">由《我的奋斗》所引发的扯淡</a></li><li><a href="http://www.p4cpu.net/2009/07/30/graphics-restart/" rel="bookmark" class="crp_title">显卡积尘导致机器无限重启</a></li><li><a href="http://www.p4cpu.net/2010/11/08/maozedong-to-contemporary-china/" rel="bookmark" class="crp_title">试论毛泽东思想对当代中国的意义——毛邓课作业版本</a></li><li><a href="http://www.p4cpu.net/2010/03/18/american-health-reform/" rel="bookmark" class="crp_title">美国实现医疗改革可真难</a></li><li><a href="http://www.p4cpu.net/2010/03/09/goontweet/" rel="bookmark" class="crp_title">继续写感想</a></li><li><a href="http://www.p4cpu.net/2009/08/10/thoughts-haier/" rel="bookmark" class="crp_title">关于海尔电视问题的感想</a></li></ul></div><hr />
<br />

本博客遵守 <a href="http://creativecommons.org/licenses/by-nc-nd/2.5/cn/deed.zh"><img src="http://www.p4cpu.net/wp-content/themes/studiopress/images/cc-feed.png" /></a> ，转载请注明原作者及文章出处。

<br />
<p><small>© Alex.Chen for <a href="http://www.p4cpu.net">Alexander Chen&#039;s Blog</a>, 2011. |
<a href="http://www.p4cpu.net/2011/03/05/after-gre-aw/">Permalink</a> |
<a href="http://www.p4cpu.net/2011/03/05/after-gre-aw/#comments">No comment</a> | Post tags: <a href="http://www.p4cpu.net/tag/gre/" rel="tag">GRE</a>, <a href="http://www.p4cpu.net/tag/language-learning/" rel="tag">language-learning</a>, <a href="http://www.p4cpu.net/tag/%e5%86%99%e4%bd%9c/" rel="tag">写作</a>, <a href="http://www.p4cpu.net/tag/%e7%be%8e%e5%9b%bd/" rel="tag">美国</a>, <a href="http://www.p4cpu.net/tag/%e8%8b%b1%e8%af%ad/" rel="tag">英语</a><br/></small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.p4cpu.net/2011/03/05/after-gre-aw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>多一个人读《1984》，自由就多一份保障——《1984》读后感（毛邓课作业）</title>
		<link>http://www.p4cpu.net/2010/12/23/1984-freedom/</link>
		<comments>http://www.p4cpu.net/2010/12/23/1984-freedom/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 06:16:57 +0000</pubDate>
		<dc:creator>Alex.Chen</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Reading]]></category>
		<category><![CDATA[写作]]></category>
		<category><![CDATA[河蟹]]></category>
		<category><![CDATA[社会]]></category>

		<guid isPermaLink="false">http://www.p4cpu.net/?p=1232</guid>
		<description><![CDATA[这是毛邓课所要交的一篇“经典阅读”的读后感，老师说，最好读“红书”。没办法，我读不下去，所以就读“反动”书了。 多一个人读《1984》，自由就多一份保障   乔治·奥威尔（1903—1950），英国伟大的人道主义作家、新闻记者和社会评论家，著名的英语文体家，他的《1984》、苏联扎米亚京的《我们》与英国 小赫胥黎的《美丽新世界》被合称为 “反乌托邦三部曲”。  《1984》是一部政治讽刺小说，书中描述的是对极权主义恶性发展的预言——人性遭到扼杀，自由遭到剥夺，思想受到钳制，生活极度贫乏、单调，尤其可怕的是，在这中模式中成长起来的人们，其人性已堕落到不分是非善恶的程度。        在《1984》中，作者以夸张、极端的方式描绘了一个恶性发展的极权社会，在这个由“老大哥”指使的、对民众的一切无所不知、对被统治者的操控无所不能的世界里，生活中的一切一切都是按照掌权者的意志来行使的，不容有半点偏差，不许丝毫的质疑，更没有任何的自由、繁荣、甚至人性的善恶可言。        这部小说对我的震撼是强大的，尽管乔治.奥威尔本身并没有生活在极权社会的经历，但其通过这样一部小说对人性的琢磨和剖析以及对极端极权主义细致入微的刻画却提醒着每一个读者——当人性遭到扼杀，自由遭到剥夺，思想受到钳制的时候，国家和社会是注定没有活力、没有未来的。          从历史和现实中我们可以看见，一个对本国人民的自由——行动自由与思想自由——进行极端限制，并且由“老大哥”所控制的只为某些少数群体谋取利益、群体意志只为个人意志所服务的国家，其民族的创新力与竞争力必然会落后于世界民族之林；有时，这样的极端极权社会甚至会给世界带来灾难。比如，如今的北朝鲜即是一个与《1984》所描述的社会颇有相似的国度，它不仅让其国民在如今这样一个快速发展的世界里依旧生活在饥饿和匮乏中，其对人民思想自由与人身自由的极度钳制也使得人的创造力无法被激发，由此而陷入恶性循环。这样一个社会，在高度发达的现代是不可能走向富有和强大的，因为这种极权社会存在的唯一意义，即是满足“老大哥”们的统治欲，以及为其谋取利益，而非为其国家和人民追求福祉。同样，历史上的纳粹主义和军国主义，也无一不因类似的诱因而给世界造就了种种灾难与荒唐。在希特勒统治时期的白色恐怖中，人们在铁幕下，为了向“老大哥”表示“忠诚”，不惜去陷害、告发、甚至污蔑自己的亲朋好友，但同时，他们自己也因担心自身随时会犯“思想罪”被他人以同样方式告发而时刻活在恐惧中；在法西斯荒唐的理由中，犹太人因为少数人的好恶而被无情的屠杀；在军国主义与扭曲的民族优越感的驱使下，日本给亚洲国家带来了深重的灾难……        这些事情并非偶然，促成这些灾难的，其实就是乔治.奥威尔所描述的“老大哥”以及为“老大哥”服务的团体们的极端思维和膨胀的心理。当人民的自由被限制，思想被愚弄，能且只能遵从“老大哥”的规则来生活的时候，“老大哥”们一个人、几个人的极端意识就会被放大，从而造成更大的悲剧甚至灾难。          《1984》里的另一个原型——电幕，在实际生活中有一种有趣的说法是，它们以各种安全摄像头和监控器的形式变成了现实。其实若不是乔治.奥威尔对“电幕”功能的细致描写，以及众多译者和评论者对之与现代摄像头和监控器的联想，这些让我们已经习以为常、见怪不怪的工具似乎很难引起我们的注意。可是，倘若依照小说中的思路去推理，假使一个恐怖的极权社会真的降临在当今，那“老大哥”的“电幕”之功能简直要因今天高度发的监控系统而强上成百上千倍，甚至说整个世界近乎没有死角、世界不再有隐私都不为过。因此，在科技不断发达的今天，乔治.奥威尔提醒我们的并非只有对政治制度和人性的思考和警惕，更重要的是，他让人们能以一种“恶”和“极端”的角度来审视身边的事物，即——尽管是那些我们习以为常的东西，若是将之用于不义，其所能带来的“恐怖”和“灾难”也是无法估量的，从而间接的提醒现在和将来的人们，若不善待身边的种种“工具”，它们带来的也将不再是效率与帮助。        有评论家说，“多一个人读《1984》，自由就多一份保障。”是的，尽管《1984》是个虚构、夸张的小说，其所描绘的社会也不太可能在信息发达、世界不断变得开放的背景下变成现实，但在其中作者通过对人性被扼杀、思想和身体失去自由、以及由此所造成的贫苦匮乏的描写无疑给每个读者上紧了一根警惕的的弦，让人们怀着谨慎的心态去审视身边高速发展的一切，而这种谨慎，本身就是一个国家、社会在走向富强的过程中所必要的一种意识和品质的保证。 Related Posts:参观军事博物馆感想（历史课作业版本）《南京！南京》、《拉贝日记》观后感（历史课作业版本）试论毛泽东思想对当代中国的意义——毛邓课作业版本准备GRE写作的感想《民主的细节》How to learn a foreign language &#8211; Getting started显卡积尘导致机器无限重启由《我的奋斗》所引发的扯淡继续写感想美国实现医疗改革可真难 本博客遵守  ，转载请注明原作者及文章出处。 © Alex.Chen for Alexander Chen&#039;s Blog, 2010. &#124; Permalink &#124; No comment &#124; Post tags: Reading, 写作, 河蟹, 社会 Feed enhanced by Better Feed from [...]]]></description>
			<content:encoded><![CDATA[<p>这是毛邓课所要交的一篇“经典阅读”的读后感，老师说，最好读“红书”。没办法，我读不下去，所以就读“反动”书了。</p>
<h2 style="text-align: center;">多一个人读《1984》，自由就多一份保障</h2>
<p> </p>
<p><em>乔治·奥威尔（</em><em>1903</em><em>—</em><em>1950</em><em>），英国伟大的人道主义作家、新闻记者和社会评论家，著名的英语文体家，他的《</em><em>1984</em><em>》、苏联扎米亚京的《我们》与英国</em><em> </em><em>小赫胥黎的《美丽新世界》被合称为</em><em> </em><em>“反乌托邦三部曲”。</em><em> </em></p>
<p><em>《</em><em>1984</em><em>》是一部政治讽刺小说，书中描述的是对极权主义恶性发展的预言——人性遭到扼杀，自由遭到剥夺，思想受到钳制，生活极度贫乏、单调，尤其可怕的是，在这中模式中成长起来的人们，其人性已堕落到不分是非善恶的程度。</em><em></em></p>
<p><span id="more-1232"></span></p>
<p>       在《1984》中，作者以夸张、极端的方式描绘了一个恶性发展的极权社会，在这个由“老大哥”指使的、对民众的一切无所不知、对被统治者的操控无所不能的世界里，生活中的一切一切都是按照掌权者的意志来行使的，不容有半点偏差，不许丝毫的质疑，更没有任何的自由、繁荣、甚至人性的善恶可言。</p>
<p>       这部小说对我的震撼是强大的，尽管乔治.奥威尔本身并没有生活在极权社会的经历，但其通过这样一部小说对人性的琢磨和剖析以及对极端极权主义细致入微的刻画却提醒着每一个读者——当人性遭到扼杀，自由遭到剥夺，思想受到钳制的时候，国家和社会是注定没有活力、没有未来的。  </p>
<p>       从历史和现实中我们可以看见，一个对本国人民的自由——行动自由与思想自由——进行极端限制，并且由“老大哥”所控制的只为某些少数群体谋取利益、群体意志只为个人意志所服务的国家，其民族的创新力与竞争力必然会落后于世界民族之林；有时，这样的极端极权社会甚至会给世界带来灾难。比如，如今的北朝鲜即是一个与《1984》所描述的社会颇有相似的国度，它不仅让其国民在如今这样一个快速发展的世界里依旧生活在饥饿和匮乏中，其对人民思想自由与人身自由的极度钳制也使得人的创造力无法被激发，由此而陷入恶性循环。这样一个社会，在高度发达的现代是不可能走向富有和强大的，因为这种极权社会存在的唯一意义，即是满足“老大哥”们的统治欲，以及为其谋取利益，而非为其国家和人民追求福祉。同样，历史上的纳粹主义和军国主义，也无一不因类似的诱因而给世界造就了种种灾难与荒唐。在希特勒统治时期的白色恐怖中，人们在铁幕下，为了向“老大哥”表示“忠诚”，不惜去陷害、告发、甚至污蔑自己的亲朋好友，但同时，他们自己也因担心自身随时会犯“思想罪”被他人以同样方式告发而时刻活在恐惧中；在法西斯荒唐的理由中，犹太人因为少数人的好恶而被无情的屠杀；在军国主义与扭曲的民族优越感的驱使下，日本给亚洲国家带来了深重的灾难……</p>
<p>       这些事情并非偶然，促成这些灾难的，其实就是乔治.奥威尔所描述的“老大哥”以及为“老大哥”服务的团体们的极端思维和膨胀的心理。当人民的自由被限制，思想被愚弄，能且只能遵从“老大哥”的规则来生活的时候，“老大哥”们一个人、几个人的极端意识就会被放大，从而造成更大的悲剧甚至灾难。 </p>
<p>        《1984》里的另一个原型——电幕，在实际生活中有一种有趣的说法是，它们以各种安全摄像头和监控器的形式变成了现实。其实若不是乔治.奥威尔对“电幕”功能的细致描写，以及众多译者和评论者对之与现代摄像头和监控器的联想，这些让我们已经习以为常、见怪不怪的工具似乎很难引起我们的注意。可是，倘若依照小说中的思路去推理，假使一个恐怖的极权社会真的降临在当今，那“老大哥”的“电幕”之功能简直要因今天高度发的监控系统而强上成百上千倍，甚至说整个世界近乎没有死角、世界不再有隐私都不为过。因此，在科技不断发达的今天，乔治.奥威尔提醒我们的并非只有对政治制度和人性的思考和警惕，更重要的是，他让人们能以一种“恶”和“极端”的角度来审视身边的事物，即——尽管是那些我们习以为常的东西，若是将之用于不义，其所能带来的“恐怖”和“灾难”也是无法估量的，从而间接的提醒现在和将来的人们，若不善待身边的种种“工具”，它们带来的也将不再是效率与帮助。</p>
<p>       有评论家说，“多一个人读《1984》，自由就多一份保障。”是的，尽管《1984》是个虚构、夸张的小说，其所描绘的社会也不太可能在信息发达、世界不断变得开放的背景下变成现实，但在其中作者通过对人性被扼杀、思想和身体失去自由、以及由此所造成的贫苦匮乏的描写无疑给每个读者上紧了一根警惕的的弦，让人们怀着谨慎的心态去审视身边高速发展的一切，而这种谨慎，本身就是一个国家、社会在走向富强的过程中所必要的一种意识和品质的保证。</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.p4cpu.net/2010/05/20/military-museum-thoughts/" rel="bookmark" class="crp_title">参观军事博物馆感想（历史课作业版本）</a></li><li><a href="http://www.p4cpu.net/2010/05/21/nanking-john-rabe-review/" rel="bookmark" class="crp_title">《南京！南京》、《拉贝日记》观后感（历史课作业版本）</a></li><li><a href="http://www.p4cpu.net/2010/11/08/maozedong-to-contemporary-china/" rel="bookmark" class="crp_title">试论毛泽东思想对当代中国的意义——毛邓课作业版本</a></li><li><a href="http://www.p4cpu.net/2011/03/05/after-gre-aw/" rel="bookmark" class="crp_title">准备GRE写作的感想</a></li><li><a href="http://www.p4cpu.net/2009/09/19/details-of-democracy/" rel="bookmark" class="crp_title">《民主的细节》</a></li><li><a href="http://www.p4cpu.net/2010/03/19/how-to-learn-a-foreign-language-getting-started/" rel="bookmark" class="crp_title">How to learn a foreign language &#8211; Getting started</a></li><li><a href="http://www.p4cpu.net/2009/07/30/graphics-restart/" rel="bookmark" class="crp_title">显卡积尘导致机器无限重启</a></li><li><a href="http://www.p4cpu.net/2010/10/15/wodefendou-chedan/" rel="bookmark" class="crp_title">由《我的奋斗》所引发的扯淡</a></li><li><a href="http://www.p4cpu.net/2010/03/09/goontweet/" rel="bookmark" class="crp_title">继续写感想</a></li><li><a href="http://www.p4cpu.net/2010/03/18/american-health-reform/" rel="bookmark" class="crp_title">美国实现医疗改革可真难</a></li></ul></div><hr />
<br />

本博客遵守 <a href="http://creativecommons.org/licenses/by-nc-nd/2.5/cn/deed.zh"><img src="http://www.p4cpu.net/wp-content/themes/studiopress/images/cc-feed.png" /></a> ，转载请注明原作者及文章出处。

<br />
<p><small>© Alex.Chen for <a href="http://www.p4cpu.net">Alexander Chen&#039;s Blog</a>, 2010. |
<a href="http://www.p4cpu.net/2010/12/23/1984-freedom/">Permalink</a> |
<a href="http://www.p4cpu.net/2010/12/23/1984-freedom/#comments">No comment</a> | Post tags: <a href="http://www.p4cpu.net/tag/reading/" rel="tag">Reading</a>, <a href="http://www.p4cpu.net/tag/%e5%86%99%e4%bd%9c/" rel="tag">写作</a>, <a href="http://www.p4cpu.net/tag/%e6%b2%b3%e8%9f%b9/" rel="tag">河蟹</a>, <a href="http://www.p4cpu.net/tag/%e7%a4%be%e4%bc%9a/" rel="tag">社会</a><br/></small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.p4cpu.net/2010/12/23/1984-freedom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一个Presentation</title>
		<link>http://www.p4cpu.net/2010/11/20/presentation-on-e-devices/</link>
		<comments>http://www.p4cpu.net/2010/11/20/presentation-on-e-devices/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 04:14:36 +0000</pubDate>
		<dc:creator>Alex.Chen</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[HTC Hero]]></category>
		<category><![CDATA[iTouch]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[手机]]></category>
		<category><![CDATA[网络]]></category>

		<guid isPermaLink="false">http://www.p4cpu.net/?p=1229</guid>
		<description><![CDATA[这是在“高级英语听说”的选修课上所做的Presentation，有关移动设备以及RSS订阅，喜欢的朋友可以参看。 （其间插入的有关iOS的内容因为恐涉及到原作者的版权问题，所以在我的版本中删除了，欲取得原版请到这里下载潘康華先生的PPT。） PPT下载：Electronic-Devices Related Posts:第二届中国iOS开发者大会笔记2010大连星海广场烟花爆竹迎春会制作了一个建筑平面图《创新力》知识框架HTC G3 Hero 5键工程机刷Recovery，Radio和ROMDell Latitude D830拆机清灰制作机器人“瓦力”（八）——成型图在HTC G3 Hero上配置OpenVPNHarrap 法英英法词典用Google App Engine部署OPM镜像 本博客遵守  ，转载请注明原作者及文章出处。 © Alex.Chen for Alexander Chen&#039;s Blog, 2010. &#124; Permalink &#124; No comment &#124; Post tags: Android, Electronics, HTC Hero, iTouch, twitter, 手机, 网络 Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p>这是在“高级英语听说”的选修课上所做的Presentation，有关移动设备以及RSS订阅，喜欢的朋友可以参看。</p>
<p>（其间插入的有关iOS的内容因为恐涉及到原作者的版权问题，所以在我的版本中删除了，欲取得原版请到<a href="http://devcon.cocoachina.com/">这里</a>下载<strong>潘康華</strong>先生的PPT。）</p>
<p>PPT下载：<a href="http://www.p4cpu.net/wp-content/uploads/2010/11/edevices.ppt">Electronic-Devices</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.p4cpu.net/2010/09/15/2010-ios-forum/" rel="bookmark" class="crp_title">第二届中国iOS开发者大会笔记</a></li><li><a href="http://www.p4cpu.net/2010/02/16/2010xinghaifireworks/" rel="bookmark" class="crp_title">2010大连星海广场烟花爆竹迎春会</a></li><li><a href="http://www.p4cpu.net/2010/08/13/home-decoration-layout-cad/" rel="bookmark" class="crp_title">制作了一个建筑平面图</a></li><li><a href="http://www.p4cpu.net/2010/08/12/creativity-outline/" rel="bookmark" class="crp_title">《创新力》知识框架</a></li><li><a href="http://www.p4cpu.net/2010/08/24/g3-hero-prototype-ra-radio-rom/" rel="bookmark" class="crp_title">HTC  G3 Hero 5键工程机刷Recovery，Radio和ROM</a></li><li><a href="http://www.p4cpu.net/2010/08/11/clean-dell-d830/" rel="bookmark" class="crp_title">Dell Latitude D830拆机清灰</a></li><li><a href="http://www.p4cpu.net/2010/01/04/diy-wall-e-finishe/" rel="bookmark" class="crp_title">制作机器人“瓦力”（八）——成型图</a></li><li><a href="http://www.p4cpu.net/2010/08/04/openvpn-on-htc-g3-hero/" rel="bookmark" class="crp_title">在HTC G3 Hero上配置OpenVPN</a></li><li><a href="http://www.p4cpu.net/2009/05/06/harrap-f-e-e-f-dic/" rel="bookmark" class="crp_title">Harrap 法英英法词典</a></li><li><a href="http://www.p4cpu.net/2010/08/24/gae-opm-mirror/" rel="bookmark" class="crp_title">用Google App Engine部署OPM镜像</a></li></ul></div><hr />
<br />

本博客遵守 <a href="http://creativecommons.org/licenses/by-nc-nd/2.5/cn/deed.zh"><img src="http://www.p4cpu.net/wp-content/themes/studiopress/images/cc-feed.png" /></a> ，转载请注明原作者及文章出处。

<br />
<p><small>© Alex.Chen for <a href="http://www.p4cpu.net">Alexander Chen&#039;s Blog</a>, 2010. |
<a href="http://www.p4cpu.net/2010/11/20/presentation-on-e-devices/">Permalink</a> |
<a href="http://www.p4cpu.net/2010/11/20/presentation-on-e-devices/#comments">No comment</a> | Post tags: <a href="http://www.p4cpu.net/tag/android/" rel="tag">Android</a>, <a href="http://www.p4cpu.net/tag/electronics/" rel="tag">Electronics</a>, <a href="http://www.p4cpu.net/tag/htc-hero/" rel="tag">HTC Hero</a>, <a href="http://www.p4cpu.net/tag/itouch/" rel="tag">iTouch</a>, <a href="http://www.p4cpu.net/tag/twitter/" rel="tag">twitter</a>, <a href="http://www.p4cpu.net/tag/%e6%89%8b%e6%9c%ba/" rel="tag">手机</a>, <a href="http://www.p4cpu.net/tag/%e7%bd%91%e7%bb%9c/" rel="tag">网络</a><br/></small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.p4cpu.net/2010/11/20/presentation-on-e-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

