<?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>梦想的港湾</title>
	<atom:link href="http://blog.mxgw.info/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mxgw.info</link>
	<description>海洋的对岸~是梦想的港湾~或许~难免失败~偶尔孤单~相信~总能追赶</description>
	<lastBuildDate>Tue, 21 Feb 2012 09:48:31 +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>Ubuntu10.04下安装MongoDB</title>
		<link>http://blog.mxgw.info/1437.html</link>
		<comments>http://blog.mxgw.info/1437.html#comments</comments>
		<pubDate>Tue, 21 Feb 2012 09:40:59 +0000</pubDate>
		<dc:creator>独自流浪</dc:creator>
				<category><![CDATA[『Coding』捣鼓代码]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mxgw.info/?p=1437</guid>
		<description><![CDATA[通过apt-get方式安装MongoDB到Ubuntu上面 因为需要使用第三方的源，所以除了在sources.list上添加对应的源外，还要有增加相应的公钥Key才能正确安装软件。 通过apt-key增加MongoDB的公钥Key到本地Key数据库 apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10 编辑/etc/apt/sources.list,添加MongoDB软件源 deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen 老版本Ubuntu请改用下面这个源 deb http://downloads-distro.mongodb.org/repo/debian-sysvinit dist 10gen 添加好源之后，我们就可以直接通过apt-get安装MongoDB了 #更新本地软件包列表信息 apt-get update #安装MongoDB apt-get install mongodb-10gen 通过apt-get方式安装后，默认MongoDB是已经启动了的，可以通过下列方式查看 netstat -tlunp tcp 0 0 0.0.0.0:27017 0.0.0.0:* LISTEN 15048/mongod 有显示有端口被Mongodb监听了，就意味着MongoDB已经正常运行了 MongoDB的配置文件位于/etc/mongodb.conf 重启MongoDB /etc/init.d/mongodb restart<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F687.html&from=http%3A%2F%2Fblog.mxgw.info%2F1437.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Ubuntu 10.04 LTS</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F71.html&from=http%3A%2F%2Fblog.mxgw.info%2F1437.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">ubuntu学习手札——vmware中安装ubuntu</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F255.html&from=http%3A%2F%2Fblog.mxgw.info%2F1437.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">ARM+Ubuntu，十分看好你们（草稿）</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F508.html&from=http%3A%2F%2Fblog.mxgw.info%2F1437.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">ubuntu之i386与amd64</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>通过apt-get方式安装MongoDB到Ubuntu上面</p>
<p>因为需要使用第三方的源，所以除了在sources.list上添加对应的源外，还要有增加相应的公钥Key才能正确安装软件。</p>
<p>通过apt-key增加MongoDB的公钥Key到本地Key数据库</p>
<pre class="brush: bash; gutter: true; first-line: 1; highlight: []; html-script: false">
apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10
</pre>
<p>编辑/etc/apt/sources.list,添加MongoDB软件源</p>
<pre class="brush: bash; gutter: true; first-line: 1; highlight: []; html-script: false">
deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen
</pre>
<blockquote><p>老版本Ubuntu请改用下面这个源</p>
<pre class="brush: bash; gutter: true; first-line: 1; highlight: []; html-script: false">
deb http://downloads-distro.mongodb.org/repo/debian-sysvinit dist 10gen
</pre>
</blockquote>
<p>添加好源之后，我们就可以直接通过apt-get安装MongoDB了</p>
<pre class="brush: bash; gutter: true; first-line: 1; highlight: []; html-script: false">
#更新本地软件包列表信息
apt-get update
#安装MongoDB
apt-get install mongodb-10gen
</pre>
<p>通过apt-get方式安装后，默认MongoDB是已经启动了的，可以通过下列方式查看</p>
<pre class="brush: bash; gutter: true; first-line: 1; highlight: []; html-script: false">
netstat -tlunp
tcp        0      0 0.0.0.0:27017           0.0.0.0:*               LISTEN      15048/mongod
</pre>
<p>有显示有端口被Mongodb监听了，就意味着MongoDB已经正常运行了</p>
<p>MongoDB的配置文件位于<code>/etc/mongodb.conf</code></p>
<p>重启MongoDB</p>
<pre class="brush: bash; gutter: true; first-line: 1; highlight: []; html-script: false">
/etc/init.d/mongodb restart
</pre>
<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F687.html&from=http%3A%2F%2Fblog.mxgw.info%2F1437.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Ubuntu 10.04 LTS</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F71.html&from=http%3A%2F%2Fblog.mxgw.info%2F1437.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">ubuntu学习手札——vmware中安装ubuntu</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F255.html&from=http%3A%2F%2Fblog.mxgw.info%2F1437.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">ARM+Ubuntu，十分看好你们（草稿）</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F508.html&from=http%3A%2F%2Fblog.mxgw.info%2F1437.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">ubuntu之i386与amd64</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://blog.mxgw.info/1437.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>关于NoSQL优势的一点想法</title>
		<link>http://blog.mxgw.info/1431.html</link>
		<comments>http://blog.mxgw.info/1431.html#comments</comments>
		<pubDate>Mon, 13 Feb 2012 04:39:59 +0000</pubDate>
		<dc:creator>独自流浪</dc:creator>
				<category><![CDATA[『Diary』我的随笔]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[高性能]]></category>

		<guid isPermaLink="false">http://blog.mxgw.info/?p=1431</guid>
		<description><![CDATA[想法来源于与刚才龙老大的一番讨论，文中对于NoSQL概念性的东西摘录自：http://www.infoq.com/cn/news/2011/01/nosql-why 概念 NoSQL是对应SQL而演变而来的，NoSQL最常见的解释是“non-relational”，“Not Only SQL”也被很多人接受。 来源 - 传统关系数据库遇到瓶颈 传统的关系数据库具有不错的性能，高稳定型，久经历史考验，而且使用简单，功能强大，同时也积累了大量的成功案例。在互联网领域，MySQL成为了绝对靠前的王者，毫不夸张的说，MySQL为互联网的发展做出了卓越的贡献。 在90年代，一个网站的访问量一般都不大，用单个数据库完全可以轻松应付。在那个时候，更多的都是静态网页，动态交互类型的网站不多。 到了最近10年，网站开始快速发展。火爆的论坛、博客、sns、微博逐渐引领web领域的潮流。 后来，随着访问量的上升，几乎大部分使用MySQL架构的网站在数据库上都开始出现了性能问题，web程序不再仅仅专注在功能上，同时也在追求性能。 尽管Memcached、MySQL主从分离、分表分库等技术开始应用，但还是存在MySQL的扩展性差（需要复杂的技术来实现），大数据下IO压力大，表结构更改困难等问题。 需要更高的性能 传统关系型数据库在性能巅峰上遇到瓶颈，为了应付更高的访问量，为了拥有更高的性能，NoSQL站出来了。 在关系型数据库中，有数据库、表、字段，记录等概念。而NoSQL中最常见的存储方式，则是key-value存储（当然还有其他的文档型的、列存储、图型数据库、xml数据库等） NoSQL的优势： 易扩展 大数据量，高性能 灵活的数据模型 高可用 我觉得，NoSQL的这些优势，都是来源于其结构简单。 因为简单，所以数据模型灵活； 因为简单，所以易拓展； 因为易拓展，所以有高性能； 因为易拓展，所以高可用。 正是因为其优点都是环环相扣，所以在非集群的环境下使用NoSQL，其高性能、高可用的特点几乎不存在，仅仅剩下灵活的数据模型这一优点。 题外话 分布式集群是未来在单位有限硬件资源里面，是提升运算能力、存储能力的有力手段。 而超级大型分布式集群，只有在国家层面、或者巨型企业，才有这样的综合能力来组建。 小型公司在遇到性能瓶颈时，租用上面这些闲置能力是比较好的方案。缺什么要什么，按需使用，按业务使用。这也是各种“云”的商机。 当然，从安全角度，技术型公司的核心竞争力就是其核心技术，把什么都放在别人那里，信不信得过天知道，不过这个是另外一个层面上的问题。<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F826.html&from=http%3A%2F%2Fblog.mxgw.info%2F1431.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">实战Nginx_取代Apache的高性能Web服务器</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F412.html&from=http%3A%2F%2Fblog.mxgw.info%2F1431.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">吉祥吉祥</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1330.html&from=http%3A%2F%2Fblog.mxgw.info%2F1431.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">美图-机箱MOD</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1423.html&from=http%3A%2F%2Fblog.mxgw.info%2F1431.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">使用监控宝监控DirectAdmin中Apache的status模块信息</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>想法来源于与刚才<a href="http://itswater.com/" target="_blank">龙老大</a>的一番讨论，文中对于NoSQL概念性的东西摘录自：<a href="http://www.infoq.com/cn/news/2011/01/nosql-why">http://www.infoq.com/cn/news/2011/01/nosql-why</a></p>
<h2>概念</h2>
<blockquote><p>NoSQL是对应SQL而演变而来的，NoSQL最常见的解释是“non-relational”，“Not Only SQL”也被很多人接受。</p></blockquote>
<h2>来源 - 传统关系数据库遇到瓶颈</h2>
<blockquote><p>传统的关系数据库具有不错的性能，高稳定型，久经历史考验，而且使用简单，功能强大，同时也积累了大量的成功案例。在互联网领域，MySQL成为了绝对靠前的王者，毫不夸张的说，MySQL为互联网的发展做出了卓越的贡献。</p>
<p>在90年代，一个网站的访问量一般都不大，用单个数据库完全可以轻松应付。在那个时候，更多的都是静态网页，动态交互类型的网站不多。</p>
<p>到了最近10年，网站开始快速发展。火爆的论坛、博客、sns、微博逐渐引领web领域的潮流。</p>
<p>后来，随着访问量的上升，几乎大部分使用MySQL架构的网站在数据库上都开始出现了性能问题，web程序不再仅仅专注在功能上，同时也在追求性能。</p>
<p>尽管Memcached、MySQL主从分离、分表分库等技术开始应用，但还是存在MySQL的扩展性差（需要复杂的技术来实现），大数据下IO压力大，表结构更改困难等问题。</p></blockquote>
<h2>需要更高的性能</h2>
<p>传统关系型数据库在性能巅峰上遇到瓶颈，为了应付更高的访问量，为了拥有更高的性能，NoSQL站出来了。</p>
<p>在关系型数据库中，有数据库、表、字段，记录等概念。而NoSQL中最常见的存储方式，则是key-value存储（当然还有其他的文档型的、列存储、图型数据库、xml数据库等）</p>
<blockquote><p><strong>NoSQL的优势：</strong></p>
<ul>
<li>易扩展</li>
<li>大数据量，高性能</li>
<li>灵活的数据模型</li>
<li>高可用</li>
</ul>
</blockquote>
<p>我觉得，NoSQL的这些优势，都是来源于其结构简单。</p>
<ul>
<li>因为简单，所以数据模型灵活；</li>
<li>因为简单，所以易拓展；</li>
<li>因为易拓展，所以有高性能；</li>
<li>因为易拓展，所以高可用。</li>
</ul>
<p>正是因为其优点都是环环相扣，所以在非集群的环境下使用NoSQL，其高性能、高可用的特点几乎不存在，仅仅剩下灵活的数据模型这一优点。</p>
<h2>题外话</h2>
<p>分布式集群是未来在单位有限硬件资源里面，是提升运算能力、存储能力的有力手段。</p>
<p>而超级大型分布式集群，只有在国家层面、或者巨型企业，才有这样的综合能力来组建。</p>
<p>小型公司在遇到性能瓶颈时，租用上面这些闲置能力是比较好的方案。缺什么要什么，按需使用，按业务使用。这也是各种“云”的商机。</p>
<p>当然，从安全角度，技术型公司的核心竞争力就是其核心技术，把什么都放在别人那里，信不信得过天知道，不过这个是另外一个层面上的问题。</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F826.html&from=http%3A%2F%2Fblog.mxgw.info%2F1431.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">实战Nginx_取代Apache的高性能Web服务器</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1362.html&from=http%3A%2F%2Fblog.mxgw.info%2F1431.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">WordPress主题修改之Html5语义化</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F980.html&from=http%3A%2F%2Fblog.mxgw.info%2F1431.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">间隔5分钟，一日检测结果</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1399.html&from=http%3A%2F%2Fblog.mxgw.info%2F1431.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">第三方评论系统</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://blog.mxgw.info/1431.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>新版AH326U盘在几个小时的折腾下，又重新复活了</title>
		<link>http://blog.mxgw.info/1428.html</link>
		<comments>http://blog.mxgw.info/1428.html#comments</comments>
		<pubDate>Fri, 13 Jan 2012 20:28:14 +0000</pubDate>
		<dc:creator>独自流浪</dc:creator>
				<category><![CDATA[『Diary』我的随笔]]></category>
		<category><![CDATA[『Diy』玩转硬件]]></category>
		<category><![CDATA[AH326]]></category>
		<category><![CDATA[U盘]]></category>
		<category><![CDATA[宇瞻]]></category>
		<category><![CDATA[群联]]></category>
		<category><![CDATA[量产]]></category>

		<guid isPermaLink="false">http://blog.mxgw.info/?p=1428</guid>
		<description><![CDATA[今天刚和同学买了两个U盘，一个宇瞻，一个SanDisk。 冲的是8G有8M以上的写入速度。 结果~~ 和宇瞻客服询问半天，得知现在的闪存颗粒，已经单个颗粒可以达到8G容量，所以现在是单贴~ 单贴的直接后果就是，8G的写入速度比旧版双贴的写入速度骤降~ 同学的那个SanDisk也是同样情况。 好吧，性能下降就算了，给一台老的方正笔记本重装系统，半天这U盘的PE都引导不了~ USB-HDD USB-ZIP USB-HDD+等各种你能想到的方式，我都尝试过，就是启动不了~ 好吧，量产成USB-CDROM，放PE的iso，依旧无法引导启动~ 再接着，手痒，把U盘量产成了CDROM和本地硬盘，直接导致量产工具无法识别U盘，也就是无法再量产~ 用LLFTOOL低格U盘，连那个本地硬盘都没了，只剩下个cdrom~ 找来CTool低格U盘，到一般报错~ 不过这下好了，量产工具起码能够识别出一个U盘出来~ 重刷固件，几乎Phison MPALL这群联的量产软件被我用了遍~ 还好，重复刷了几个钟，在几款量产软件中换来换去，在几款固件中换来换去，最后一次成功刷入U盘~ U盘又复活了~ 结语： 量产U盘之前，一定要备份原有U盘的信息，包括各类VID\PID\固件版本。基本上同一个固件，怎么刷都不会硬件损坏~ 但是，如果刷入其他固件，就难说了<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1009.html&from=http%3A%2F%2Fblog.mxgw.info%2F1428.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">不知不觉，又折腾了一晚上</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1335.html&from=http%3A%2F%2Fblog.mxgw.info%2F1428.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">VPS临时维护，web服务暂停半小时~</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F469.html&from=http%3A%2F%2Fblog.mxgw.info%2F1428.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Adobe CS4通用破解方法(图文)(附官方下载地址)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F857.html&from=http%3A%2F%2Fblog.mxgw.info%2F1428.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">WebReBuild.ORG 2010第四届年会 广州站</font>
                    </a>
                </td>
            </tr>
        <br/>
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">来自无觅网络的相关文章：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fxjeek.com%2F2011%2F08%2F32.html&from=http%3A%2F%2Fblog.mxgw.info%2F1428.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">能带上飞机的瑞士军刀：Victorinox超薄闪存 (@xjeek)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fxjeek.com%2F%3Fp%3D217&from=http%3A%2F%2Fblog.mxgw.info%2F1428.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">小到你不能想象 Raspberry Pi发售U盘大小的电脑 (@xjeek)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fxjeek.com%2F2011%2F08%2F82.html&from=http%3A%2F%2Fblog.mxgw.info%2F1428.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">USB插座出现，FastMac U-Socket产品预售中 (@xjeek)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.dozer.cc%2F2011%2F02%2Fcleaning-disk-c%2F&from=http%3A%2F%2Fblog.mxgw.info%2F1428.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">关闭鸡肋功能，彻底清理C盘 (@dozer)</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>今天刚和同学买了两个U盘，一个宇瞻，一个SanDisk。</p>
<p>冲的是8G有8M以上的写入速度。</p>
<p>结果~~</p>
<div class="wp-caption alignnone" style="width: 450px"><img title="单贴8G u盘" src="http://ww1.sinaimg.cn/large/6be469dcgw1dp15e81aeaj.jpg" alt="AH326" width="440" height="941" /><p class="wp-caption-text">纠结的写入速度</p></div>
<p>和宇瞻客服询问半天，得知现在的闪存颗粒，已经单个颗粒可以达到8G容量，所以现在是单贴~<br />
单贴的直接后果就是，8G的写入速度比旧版双贴的写入速度骤降~</p>
<p>同学的那个SanDisk也是同样情况。</p>
<p>好吧，性能下降就算了，给一台老的方正笔记本重装系统，半天这U盘的PE都引导不了~</p>
<p>USB-HDD USB-ZIP USB-HDD+等各种你能想到的方式，我都尝试过，就是启动不了~</p>
<p>好吧，量产成USB-CDROM，放PE的iso，依旧无法引导启动~</p>
<p>再接着，手痒，把U盘量产成了CDROM和本地硬盘，直接导致量产工具无法识别U盘，也就是无法再量产~</p>
<p>用LLFTOOL低格U盘，连那个本地硬盘都没了，只剩下个cdrom~</p>
<p>找来CTool低格U盘，到一般报错~</p>
<p>不过这下好了，量产工具起码能够识别出一个U盘出来~</p>
<p>重刷固件，几乎Phison MPALL这群联的量产软件被我用了遍~</p>
<p>还好，重复刷了几个钟，在几款量产软件中换来换去，在几款固件中换来换去，最后一次成功刷入U盘~</p>
<p>U盘又复活了~</p>
<p>结语：<br />
量产U盘之前，一定要备份原有U盘的信息，包括各类VID\PID\固件版本。基本上同一个固件，怎么刷都不会硬件损坏~<br />
但是，如果刷入其他固件，就难说了</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1009.html&from=http%3A%2F%2Fblog.mxgw.info%2F1428.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">不知不觉，又折腾了一晚上</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1335.html&from=http%3A%2F%2Fblog.mxgw.info%2F1428.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">VPS临时维护，web服务暂停半小时~</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F412.html&from=http%3A%2F%2Fblog.mxgw.info%2F1428.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">吉祥吉祥</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F813.html&from=http%3A%2F%2Fblog.mxgw.info%2F1428.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">（转载）在photoshop中创建一个充满色彩的网页效果图(下)</font>
                    </a>
                </td>
            </tr>
        <br/>
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">来自无觅网络的相关文章：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fxjeek.com%2F2011%2F08%2F32.html&from=http%3A%2F%2Fblog.mxgw.info%2F1428.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">能带上飞机的瑞士军刀：Victorinox超薄闪存 (@xjeek)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fxjeek.com%2F%3Fp%3D217&from=http%3A%2F%2Fblog.mxgw.info%2F1428.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">小到你不能想象 Raspberry Pi发售U盘大小的电脑 (@xjeek)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fxjeek.com%2F2011%2F08%2F82.html&from=http%3A%2F%2Fblog.mxgw.info%2F1428.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">USB插座出现，FastMac U-Socket产品预售中 (@xjeek)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.dozer.cc%2F2011%2F02%2Fcleaning-disk-c%2F&from=http%3A%2F%2Fblog.mxgw.info%2F1428.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">关闭鸡肋功能，彻底清理C盘 (@dozer)</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://blog.mxgw.info/1428.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用监控宝监控DirectAdmin中Apache的status模块信息</title>
		<link>http://blog.mxgw.info/1423.html</link>
		<comments>http://blog.mxgw.info/1423.html#comments</comments>
		<pubDate>Tue, 03 Jan 2012 07:06:45 +0000</pubDate>
		<dc:creator>独自流浪</dc:creator>
				<category><![CDATA[『Coding』捣鼓代码]]></category>
		<category><![CDATA[『Solution』解决方案]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[mod_status]]></category>

		<guid isPermaLink="false">http://blog.mxgw.info/?p=1423</guid>
		<description><![CDATA[DirectAdmin在默认情况下，Apache的Status模块是开启的，但其配置内容并不是在我们常见的httpd.conf文件中。 而是在下面目录中： 打开文件后，将status部分内容改为下面内容 &#60;Location /server-status&#62; SetHandler server-status Order deny,allow Deny from all Allow from 60.195.252.106 Allow from 60.195.249.83 &#60;/Location&#62; 这样，监控宝的Apache监控就能正常监控到你的DirectAdmin服务器了。 这里面默认是Deny全部来源，只允许两个监控宝的IP访问该status页面，当然，你也可以改成其他需要的。<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1137.html&from=http%3A%2F%2Fblog.mxgw.info%2F1423.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">DirectAdmin使用教程大全</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1335.html&from=http%3A%2F%2Fblog.mxgw.info%2F1423.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">VPS临时维护，web服务暂停半小时~</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1330.html&from=http%3A%2F%2Fblog.mxgw.info%2F1423.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">美图-机箱MOD</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1133.html&from=http%3A%2F%2Fblog.mxgw.info%2F1423.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">计划搞个VPS合租</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>DirectAdmin在默认情况下，Apache的Status模块是开启的，但其配置内容并不是在我们常见的httpd.conf文件中。</p>
<p>而是在下面目录中：</p>
<p><img src="http://9.imgbed.com/176/201201/12929.png" alt="20120103145307.png" /></p>
<p>打开文件后，将status部分内容改为下面内容</p>
<pre class="brush: shell; gutter: true">&lt;Location /server-status&gt;
 SetHandler server-status
 Order deny,allow
 Deny from all
 Allow from 60.195.252.106
 Allow from 60.195.249.83
&lt;/Location&gt;</pre>
<p>这样，监控宝的Apache监控就能正常监控到你的DirectAdmin服务器了。</p>
<p>这里面默认是Deny全部来源，只允许两个监控宝的IP访问该status页面，当然，你也可以改成其他需要的。</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1137.html&from=http%3A%2F%2Fblog.mxgw.info%2F1423.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">DirectAdmin使用教程大全</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1335.html&from=http%3A%2F%2Fblog.mxgw.info%2F1423.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">VPS临时维护，web服务暂停半小时~</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1330.html&from=http%3A%2F%2Fblog.mxgw.info%2F1423.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">美图-机箱MOD</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1133.html&from=http%3A%2F%2Fblog.mxgw.info%2F1423.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">计划搞个VPS合租</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://blog.mxgw.info/1423.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>第三方评论系统</title>
		<link>http://blog.mxgw.info/1399.html</link>
		<comments>http://blog.mxgw.info/1399.html#comments</comments>
		<pubDate>Fri, 02 Dec 2011 03:17:32 +0000</pubDate>
		<dc:creator>独自流浪</dc:creator>
				<category><![CDATA[『Diary』我的随笔]]></category>
		<category><![CDATA[友言]]></category>
		<category><![CDATA[社会化评论]]></category>
		<category><![CDATA[评论啦]]></category>

		<guid isPermaLink="false">http://blog.mxgw.info/?p=1399</guid>
		<description><![CDATA[最近第三方的评论系统很火热 国内有友言、评论啦、贝米 当我第一次使用打开友言的界面的时候，很兴奋，这是一个很好的产品 首先首页设计就让人眼前一亮，其次是友言提供的功能，社会化评论系统，正是做独立网站很需要的 不过经过几天的使用已经看周围朋友的使用情况，友言的服务器鸭梨很大 经常会出现各种无法访问，加载等~ 而评论啦的UI做得很一般，尤其是其官方主页，让人很没信心。 这类第三方社会化评论系统是好的，但对于WordPress的生态圈破坏很大。 首先是默认的Ga的那套头像用户信息没了。用户网站链接没了。 过去我们看到不错的评论，都会点回对方的网站去看看，现在这样，回访变麻烦了。 其次，WordPress自带的那套评论管理都失效了，习惯新评论的时候，会有邮件通知，并且登录WP之后，顶部工具栏会有提示。第三方的评论完全自成一体，最近友言上的评论我都是登录友言后才发现的。 最后，虽然第三方评论的数据支持导入到WP里面，但还是觉得不安全，并且匹配得还是很有缺陷。 可靠性是一款产品很重要的要素，友言用户的过度膨胀和服务器的跟不上，导致很多时候评论系统都故障，对网站用户影响很大。 总的来说，这类评论系统既然有专门的WP插件，就应该尊重WP的生态圈，以WP自带的评论系统，规则为主，第三方社会化评论突出社会化的优点就好<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1401.html&from=http%3A%2F%2Fblog.mxgw.info%2F1399.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">大内存的机子的新玩具-FancyCache</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1377.html&from=http%3A%2F%2Fblog.mxgw.info%2F1399.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">GW620换屏手札</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1254.html&from=http%3A%2F%2Fblog.mxgw.info%2F1399.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">很山寨的对讲机</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1295.html&from=http%3A%2F%2Fblog.mxgw.info%2F1399.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">暑假完了，又该找时间升级老Y了</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p><a href="http://imgbed.com/p/3c3"><img src="http://1.imgbed.com/176/201111/12279.jpg" alt="QQ截图20111130223934_副本.jpg" /></a></p>
<p>最近第三方的评论系统很火热</p>
<p>国内有<a title="友言" href="http://uyan.cc/" target="_blank">友言</a>、<a title="评论啦" href="http://pinglun.la/" target="_blank">评论啦</a>、<a title="贝米" href="http://baye.me" target="_blank">贝米</a></p>
<h2><span class="Apple-style-span" style="font-size: 13px; font-weight: normal;">当我第一次使用打开友言的界面的时候，很兴奋，这是一个很好的产品</span></h2>
<p>首先首页设计就让人眼前一亮，其次是友言提供的功能，社会化评论系统，正是做独立网站很需要的</p>
<p>不过经过几天的使用已经看周围朋友的使用情况，友言的服务器鸭梨很大</p>
<p>经常会出现各种无法访问，加载等~</p>
<p>而评论啦的UI做得很一般，尤其是其官方主页，让人很没信心。</p>
<p>这类第三方社会化评论系统是好的，但对于WordPress的生态圈破坏很大。</p>
<p>首先是默认的Ga的那套头像用户信息没了。用户网站链接没了。</p>
<p>过去我们看到不错的评论，都会点回对方的网站去看看，现在这样，回访变麻烦了。</p>
<p>其次，WordPress自带的那套评论管理都失效了，习惯新评论的时候，会有邮件通知，并且登录WP之后，顶部工具栏会有提示。第三方的评论完全自成一体，最近友言上的评论我都是登录友言后才发现的。</p>
<p>最后，虽然第三方评论的数据支持导入到WP里面，但还是觉得不安全，并且匹配得还是很有缺陷。</p>
<p>可靠性是一款产品很重要的要素，友言用户的过度膨胀和服务器的跟不上，导致很多时候评论系统都故障，对网站用户影响很大。</p>
<p>总的来说，这类评论系统既然有专门的WP插件，就应该尊重WP的生态圈，以WP自带的评论系统，规则为主，第三方社会化评论突出社会化的优点就好</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1401.html&from=http%3A%2F%2Fblog.mxgw.info%2F1399.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">大内存的机子的新玩具-FancyCache</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F252.html&from=http%3A%2F%2Fblog.mxgw.info%2F1399.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">VMware 三种网络模式根本区别</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1317.html&from=http%3A%2F%2Fblog.mxgw.info%2F1399.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">又是一年PC操作系统三国鼎立的时刻~</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F988.html&from=http%3A%2F%2Fblog.mxgw.info%2F1399.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">修改httpd.conf配置文件</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://blog.mxgw.info/1399.html/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>大内存的机子的新玩具-FancyCache</title>
		<link>http://blog.mxgw.info/1401.html</link>
		<comments>http://blog.mxgw.info/1401.html#comments</comments>
		<pubDate>Thu, 01 Dec 2011 04:25:22 +0000</pubDate>
		<dc:creator>独自流浪</dc:creator>
				<category><![CDATA[『Diary』我的随笔]]></category>
		<category><![CDATA[FancyCache]]></category>
		<category><![CDATA[大内存]]></category>
		<category><![CDATA[系统加速]]></category>
		<category><![CDATA[缓存]]></category>

		<guid isPermaLink="false">http://blog.mxgw.info/?p=1401</guid>
		<description><![CDATA[自从这个学期开始，DDR3内存进入了白菜价时期，4G 1333笔记本的都只需要130RMB左右，果断入手两条 但是，哪怕在64位下面，8G内存，在这学期不怎么跑大型PS的情况下，多多少少有些浪费 一直在想充分发挥大内存优势的方法，用过RamDisk，但一想到要每次开机加载那么庞大的镜像，就失去动力了 直到今天，发现了FancyCache这款软件 FancyCache简述 FancyCache是一个可以将系统内存或闪存虚拟成硬盘缓存的软件。它把从硬盘中读取的数据存入系统内存或闪存，使系统在下次访问该数据时可以很快从内存读取，避免再次读取速度较慢的硬盘，从而突破硬盘瓶颈，提升系统性能。 FancyCache还具有检测和利用系统未识别内存的功能，解决32位Windows操作系统无法完全使用4G或更多内存的问题。通过将检测到的系统未识别内存用作硬盘缓存的方式，FancyCache使计算机可以利用全部安装的内存。 看来官方的本意，是用于32位系统，把那未利用到的几百M用来做硬盘Cache（正常硬盘Cache只有32M，而最新的也就64M，所以就算是32位下面4G内存，效果依旧明显） 其工作原理就是用内存虚拟成硬盘上面的Cache，对操作系统而言，其行为与正常硬盘读写无异 当系统发出I/O请求时，如果Cache中有缓存，则直接从Cache（也就是内存）中读取，没有的话，才从硬盘上面读取 正好这学期有操作系统和计算机组成原理的课，对于Cache还是有点了解，所以这个软件的出现让我异常激动 争论点 世上没有完美的东西，软件也有优缺点 1、FancyCache争论比较多的是对写操作进行缓存时，数据并不是实时写入硬盘，而是在内存中保留一段时间再写入，如果中途系统意外掉电，会造成数据丢失。 当然，我的是笔记本，就算停电，还有电池（上次Y450电池门，换回来的新电池续航时间有将近4小时） 2、其缓存算法不是由硬件执行，而是CPU模拟，所以会有一定的性能损失。 这个问题网上讨论的不多，但是我认为是有的，今天一开始出现过CPU一直50%的占用，也可能是参数没设置好，不过现在没再出现过。 彩蛋 这款软件有一个延迟写入功能，对于SSD那脆弱的写入次数来说，是个宝（当然，更长寿命的SSD很快面试了） 相关信息 官方使用帮助：http://www.romexsoftware.com/zh-cn/fancy-cache/help.html 官方下载地址：http://www.romexsoftware.com/zh-cn/fancy-cache/download.html &#160; 里面有分区版和硬盘版，我建议使用分区版，理由如下： 1、分区版针对性更高，对系统盘和软件盘、游戏盘设置缓存后，效果明显。 2、同等缓存容量，目标少的话，缓存命中率更高 3、硬盘版的某个优先级不如分区版高，导致使用硬盘版，你依旧会看到硬盘灯闪烁，win7自带资源监视器监视到硬盘读写操作。但使用分区版则不会看到这些情况，虽然使用上是一样，但心理舒服些，硬盘灯不刷刷的闪了 最后注意：我们强烈建议您在非实际生产和工作环境中测试beta版本软件，以免造成不必要的损失，尽管当前版本已是比较稳定版本。同时Beta测试者请注意在测试之前对重要文件和数据先进行备份，以防万一。如遇系统无法启动等致命问题，用户可以尝试进入安全模式卸载软件。 &#160;<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F980.html&from=http%3A%2F%2Fblog.mxgw.info%2F1401.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">间隔5分钟，一日检测结果</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1036.html&from=http%3A%2F%2Fblog.mxgw.info%2F1401.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">用PS可以查看每个进程的CPU、内存具体占用情况</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1399.html&from=http%3A%2F%2Fblog.mxgw.info%2F1401.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">第三方评论系统</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1140.html&from=http%3A%2F%2Fblog.mxgw.info%2F1401.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">小项目里面的大内涵</font>
                    </a>
                </td>
            </tr>
        <br/>
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">来自无觅网络的相关文章：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.dozer.cc%2F2011%2F10%2Fhow-to-use-big-memory%2F&from=http%3A%2F%2Fblog.mxgw.info%2F1401.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">大内存有大用处 (@dozer)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.wolfherder.com%2Farchives%2F109&from=http%3A%2F%2Fblog.mxgw.info%2F1401.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">国产Android手机系统大乱斗 (@wolfherder)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.wolfherder.com%2Farchives%2F904&from=http%3A%2F%2Fblog.mxgw.info%2F1401.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">波音787 Dreamliner机舱娱乐系统全面拥抱Android (@wolfherder)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.wolfherder.com%2Farchives%2F62&from=http%3A%2F%2Fblog.mxgw.info%2F1401.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Sharetronix 开源微博系统 (@wolfherder)</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p><a href="http://imgbed.com/p/3ca"><img src="http://8.imgbed.com/176/201112/12286.jpg" alt="in-memory-analytics.jpg" /></a></p>
<p>自从这个学期开始，DDR3内存进入了白菜价时期，4G 1333笔记本的都只需要130RMB左右，果断入手两条</p>
<p>但是，哪怕在64位下面，8G内存，在这学期不怎么跑大型PS的情况下，多多少少有些浪费</p>
<p>一直在想充分发挥大内存优势的方法，用过RamDisk，但一想到要每次开机加载那么庞大的镜像，就失去动力了</p>
<p>直到今天，发现了FancyCache这款软件</p>
<p><span id="more-1401"></span></p>
<h2>FancyCache简述</h2>
<blockquote><p>FancyCache是一个可以将系统内存或闪存虚拟成硬盘缓存的软件。它把从硬盘中读取的数据存入系统内存或闪存，使系统在下次访问该数据时可以很快从内存读取，避免再次读取速度较慢的硬盘，从而突破硬盘瓶颈，提升系统性能。</p>
<p>FancyCache还具有检测和利用系统未识别内存的功能，解决32位Windows操作系统无法完全使用4G或更多内存的问题。通过将检测到的系统未识别内存用作硬盘缓存的方式，FancyCache使计算机可以利用全部安装的内存。</p></blockquote>
<p>看来官方的本意，是用于32位系统，把那未利用到的几百M用来做硬盘Cache（正常硬盘Cache只有32M，而最新的也就64M，所以就算是32位下面4G内存，效果依旧明显）</p>
<p><a href="http://imgbed.com/p/3cb"><img src="http://0.imgbed.com/176/201112/12287_a.png" alt="FancyCache-principle-1.png" /></a></p>
<p>其工作原理就是用内存虚拟成硬盘上面的Cache，对操作系统而言，其行为与正常硬盘读写无异</p>
<p><a href="http://imgbed.com/p/3cc"><img src="http://0.imgbed.com/176/201112/12288_a.png" alt="FancyCache-principle-2.png" /></a></p>
<p>当系统发出I/O请求时，如果Cache中有缓存，则直接从Cache（也就是内存）中读取，没有的话，才从硬盘上面读取</p>
<p>正好这学期有操作系统和计算机组成原理的课，对于Cache还是有点了解，所以这个软件的出现让我异常激动</p>
<h2>争论点</h2>
<p>世上没有完美的东西，软件也有优缺点</p>
<p>1、FancyCache争论比较多的是对写操作进行缓存时，数据并不是实时写入硬盘，而是在内存中保留一段时间再写入，如果中途系统意外掉电，会造成数据丢失。</p>
<p>当然，我的是笔记本，就算停电，还有电池（上次Y450电池门，换回来的新电池续航时间有将近4小时）</p>
<p>2、其缓存算法不是由硬件执行，而是CPU模拟，所以会有一定的性能损失。</p>
<p>这个问题网上讨论的不多，但是我认为是有的，今天一开始出现过CPU一直50%的占用，也可能是参数没设置好，不过现在没再出现过。</p>
<h2>彩蛋</h2>
<p>这款软件有一个延迟写入功能，对于SSD那脆弱的写入次数来说，是个宝（当然，更长寿命的SSD很快面试了）</p>
<h2>相关信息</h2>
<p>官方使用帮助：<a href="http://www.romexsoftware.com/zh-cn/fancy-cache/help.html">http://www.romexsoftware.com/zh-cn/fancy-cache/help.html</a></p>
<p>官方下载地址：<a href="http://www.romexsoftware.com/zh-cn/fancy-cache/download.html">http://www.romexsoftware.com/zh-cn/fancy-cache/download.html</a></p>
<p>&nbsp;</p>
<p>里面有分区版和硬盘版，我建议使用分区版，理由如下：</p>
<p>1、分区版针对性更高，对系统盘和软件盘、游戏盘设置缓存后，效果明显。</p>
<p>2、同等缓存容量，目标少的话，缓存命中率更高</p>
<p>3、硬盘版的某个优先级不如分区版高，导致使用硬盘版，你依旧会看到硬盘灯闪烁，win7自带资源监视器监视到硬盘读写操作。但使用分区版则不会看到这些情况，虽然使用上是一样，但心理舒服些，硬盘灯不刷刷的闪了</p>
<p><span style="color: #ff0000;">最后注意：我们强烈建议您在非实际生产和工作环境中测试beta版本软件，以免造成不必要的损失，尽管当前版本已是比较稳定版本。同时Beta测试者请注意在测试之前对重要文件和数据先进行备份，以防万一。如遇系统无法启动等致命问题，用户可以尝试进入安全模式卸载软件。</span></p>
<p>&nbsp;</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F980.html&from=http%3A%2F%2Fblog.mxgw.info%2F1401.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">间隔5分钟，一日检测结果</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1036.html&from=http%3A%2F%2Fblog.mxgw.info%2F1401.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">用PS可以查看每个进程的CPU、内存具体占用情况</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1399.html&from=http%3A%2F%2Fblog.mxgw.info%2F1401.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">第三方评论系统</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1140.html&from=http%3A%2F%2Fblog.mxgw.info%2F1401.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">小项目里面的大内涵</font>
                    </a>
                </td>
            </tr>
        <br/>
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">来自无觅网络的相关文章：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.dozer.cc%2F2011%2F10%2Fhow-to-use-big-memory%2F&from=http%3A%2F%2Fblog.mxgw.info%2F1401.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">大内存有大用处 (@dozer)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.wolfherder.com%2Farchives%2F109&from=http%3A%2F%2Fblog.mxgw.info%2F1401.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">国产Android手机系统大乱斗 (@wolfherder)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.wolfherder.com%2Farchives%2F904&from=http%3A%2F%2Fblog.mxgw.info%2F1401.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">波音787 Dreamliner机舱娱乐系统全面拥抱Android (@wolfherder)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.wolfherder.com%2Farchives%2F62&from=http%3A%2F%2Fblog.mxgw.info%2F1401.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Sharetronix 开源微博系统 (@wolfherder)</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://blog.mxgw.info/1401.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>最近PC界事件有感</title>
		<link>http://blog.mxgw.info/1393.html</link>
		<comments>http://blog.mxgw.info/1393.html#comments</comments>
		<pubDate>Wed, 16 Nov 2011 04:35:47 +0000</pubDate>
		<dc:creator>独自流浪</dc:creator>
				<category><![CDATA[『Diary』我的随笔]]></category>
		<category><![CDATA[AMD]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[PC]]></category>

		<guid isPermaLink="false">http://blog.mxgw.info/?p=1393</guid>
		<description><![CDATA[记得我中考完的暑假，准备买电脑，在电脑报上面看到AMD的Athlon64 3000+从1400+的价位，直降到700+，心动了。 在我买赛扬3的时候，很羡慕有台奔腾4的电脑。然而这次，我一点都不稀罕P4。 去电脑城，直接入手AMD Athlon64 3000+，主板是技嘉的一块C51（C51也是一款经典芯片，集成显卡的能力较以前有了很大的提升），还有一块双敏的7600GS。 认得我的童靴，应该都清楚，在高一的时候，我疯狂的调教这台机子，超频、跑分、刷bios、再超频、再跑分、收内存参数、再超频、再跑分。 不过很可惜，主板毕竟是普通板，不给力，外频上到了250MHz就无法再提高。 CPU从默认1.8GHz提升到了250*9=2.25GHz。 在那个年代，K8架构完胜Prescott-2M。 然而在随后的日子，AMD收购ATI，Nvidia开始减少为AMD开发主板、AMD财务以及研发都遇到了劲瓶，导致新一代K10架构的CPU迟迟不能面世。 这个迟，一迟就是四五年。 Intel在P4惨败后的日子里，迅速推出了全新微架构的CPU，酷睿系列。紧接着就是酷睿2、酷睿I系列、酷睿SNB系列和刚发布的SNB-E系列。 反观AMD，在K8之后，K10迟迟上不来，中间经历的3代3A平台也就是依靠价格优势小打小闹。 每每看到这，我都会感叹，五年前的产品，现在才发布，而Intel已经跨域了5代了。 成绩已经出来，K10在win7的环境下，无法超越SNB，而Intel最新的SNB-E，又刷新了自家新纪录。 从K10的微架构来说，很新颖，很超前。就如同当年P4的超线程技术一样，在现阶段得不到系统软件的支持。 或许AMD应该学习乔布斯，盖茨在10年前就弄出了平板电脑，但因当时社会还不能接受这样的产品，导致成了失败的产品。而乔布斯在恰当的时候，再次推出平板电脑，就大获全胜。 把握时机很重要，商场如战场。<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1330.html&from=http%3A%2F%2Fblog.mxgw.info%2F1393.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">美图-机箱MOD</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F508.html&from=http%3A%2F%2Fblog.mxgw.info%2F1393.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">ubuntu之i386与amd64</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F689.html&from=http%3A%2F%2Fblog.mxgw.info%2F1393.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">AMD Opteron （皓龙）系列处理器规格对照表</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1317.html&from=http%3A%2F%2Fblog.mxgw.info%2F1393.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">又是一年PC操作系统三国鼎立的时刻~</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p><a href="http://imgbed.com/p/37d"><img src="http://8.imgbed.com/176/201111/11979.jpg" alt="18972e28a344e27_副本.jpg" /></a></p>
<p>记得我中考完的暑假，准备买电脑，在电脑报上面看到AMD的Athlon64 3000+从1400+的价位，直降到700+，心动了。</p>
<p>在我买赛扬3的时候，很羡慕有台奔腾4的电脑。然而这次，我一点都不稀罕P4。</p>
<p>去电脑城，直接入手AMD Athlon64 3000+，主板是技嘉的一块C51（C51也是一款经典芯片，集成显卡的能力较以前有了很大的提升），还有一块双敏的7600GS。</p>
<p>认得我的童靴，应该都清楚，在高一的时候，我疯狂的调教这台机子，超频、跑分、刷bios、再超频、再跑分、收内存参数、再超频、再跑分。</p>
<p>不过很可惜，主板毕竟是普通板，不给力，外频上到了250MHz就无法再提高。</p>
<p>CPU从默认1.8GHz提升到了250*9=2.25GHz。</p>
<p>在那个年代，K8架构完胜Prescott-2M。</p>
<p>然而在随后的日子，AMD收购ATI，Nvidia开始减少为AMD开发主板、AMD财务以及研发都遇到了劲瓶，导致新一代K10架构的CPU迟迟不能面世。</p>
<p>这个迟，一迟就是四五年。</p>
<p>Intel在P4惨败后的日子里，迅速推出了全新微架构的CPU，酷睿系列。紧接着就是酷睿2、酷睿I系列、酷睿SNB系列和刚发布的SNB-E系列。</p>
<p>反观AMD，在K8之后，K10迟迟上不来，中间经历的3代3A平台也就是依靠价格优势小打小闹。</p>
<p>每每看到这，我都会感叹，五年前的产品，现在才发布，而Intel已经跨域了5代了。</p>
<p>成绩已经出来，K10在win7的环境下，无法超越SNB，而Intel最新的SNB-E，又刷新了自家新纪录。</p>
<p>从K10的微架构来说，很新颖，很超前。就如同当年P4的超线程技术一样，在现阶段得不到系统软件的支持。</p>
<p>或许AMD应该学习乔布斯，盖茨在10年前就弄出了平板电脑，但因当时社会还不能接受这样的产品，导致成了失败的产品。而乔布斯在恰当的时候，再次推出平板电脑，就大获全胜。</p>
<p>把握时机很重要，商场如战场。</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1330.html&from=http%3A%2F%2Fblog.mxgw.info%2F1393.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">美图-机箱MOD</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F508.html&from=http%3A%2F%2Fblog.mxgw.info%2F1393.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">ubuntu之i386与amd64</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F689.html&from=http%3A%2F%2Fblog.mxgw.info%2F1393.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">AMD Opteron （皓龙）系列处理器规格对照表</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1317.html&from=http%3A%2F%2Fblog.mxgw.info%2F1393.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">又是一年PC操作系统三国鼎立的时刻~</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://blog.mxgw.info/1393.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAE下的Memcache使用方法</title>
		<link>http://blog.mxgw.info/1388.html</link>
		<comments>http://blog.mxgw.info/1388.html#comments</comments>
		<pubDate>Tue, 08 Nov 2011 10:58:35 +0000</pubDate>
		<dc:creator>独自流浪</dc:creator>
				<category><![CDATA[『Coding』捣鼓代码]]></category>
		<category><![CDATA[Memcache]]></category>
		<category><![CDATA[SAE]]></category>

		<guid isPermaLink="false">http://blog.mxgw.info/?p=1388</guid>
		<description><![CDATA[SAE里面有Memcache，可以较大幅度改善数据库的鸭梨~ 之前一直想学习Memcache，却愁于不知如何下手，对这个名词完全没有概念，同时在SAE的文档里面，也很少对于Memcache的使用教程~ 刚才在写一个作业，突然想起Memcache，就再次尝试，终于知道怎么用了~ 代码片段 &#60;?php //连接 $mem = memcache_init(); //保存数据 $mem-&#62;set('key1', 'This is first value', 0, 60); $val = $mem-&#62;get('key1'); echo "Get key1 value: " . $val ."&#60;br /&#62;"; //替换数据 $mem-&#62;replace('key1', 'This is replace value', 0, 60); $val = $mem-&#62;get('key1'); echo "Get key1 value: " . $val . "&#60;br /&#62;"; //保存数组 $arr = array('aaa', 'bbb', [...]<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1327.html&from=http%3A%2F%2Fblog.mxgw.info%2F1388.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">在SAE上开发遇到的问题~</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F56.html&from=http%3A%2F%2Fblog.mxgw.info%2F1388.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">新浪SAE伪域名绑定</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F83.html&from=http%3A%2F%2Fblog.mxgw.info%2F1388.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">看来已经很多人用SAE勒</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F66.html&from=http%3A%2F%2Fblog.mxgw.info%2F1388.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">WP无觅插件For SAE</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>SAE里面有Memcache，可以较大幅度改善数据库的鸭梨~</p>
<p>之前一直想学习Memcache，却愁于不知如何下手，对这个名词完全没有概念，同时在SAE的文档里面，也很少对于Memcache的使用教程~</p>
<p>刚才在写一个作业，突然想起Memcache，就再次尝试，终于知道怎么用了~</p>
<h2>代码片段</h2>
<pre class="brush: php; gutter: true">&lt;?php
	//连接
	$mem = memcache_init();

	//保存数据
	$mem-&gt;set('key1', 'This is first value', 0, 60);
	$val = $mem-&gt;get('key1');
	echo "Get key1 value: " . $val ."&lt;br /&gt;";

	//替换数据
	$mem-&gt;replace('key1', 'This is replace value', 0, 60);
	$val = $mem-&gt;get('key1');
	echo "Get key1 value: " . $val . "&lt;br /&gt;";

	//保存数组
	$arr = array('aaa', 'bbb', 'ccc', 'ddd');
	$mem-&gt;set('key2', $arr, 0, 60);
	$val2 = $mem-&gt;get('key2');
	echo "Get key2 value: ";
	print_r($val2);
	echo "&lt;br /&gt;";

	//删除数据
	$mem-&gt;delete('key1');
	$val = $mem-&gt;get('key1');
	echo "Get key1 value: " . $val . "&lt;br /&gt;";

	//清除所有数据
	$mem-&gt;flush();
	$val2 = $mem-&gt;get('key2');
	echo "Get key2 value: ";
	print_r($val2);
	echo "&lt;br /&gt;";

	//关闭连接
	$mem-&gt;close();
?&gt;</pre>
<p>上面是在SAE里面，用PHP脚本来使用Memcache的方法~</p>
<h2>在自己的SAE项目里面，激活Memcache功能</h2>
<blockquote>
<ol>
<li>进入你的新浪云平台，选择要设置的应用，进入管理页面</li>
<li>选择服务管理下的Memcache这个链接，点击一下</li>
<li>进入Memcache这个页面，选择“点此初始化MC”这个按钮，更具自己网站的需求设置缓存的容量，当你输入的时候会提示你该设置下要消耗多少云豆，建议大家认真设置，如果设置不合理，导致云豆的巨大浪费，或者没有发挥到Memcache的真正作用。</li>
</ol>
</blockquote>
<p>我设置了10M的Memcache，提示每天用1.9几的云豆~<span id="more-1388"></span></p>
<h2>部分代码解释</h2>
<pre class="brush: php; gutter: true">$mem-&gt;set('key1', 'This is first value', 0, 60);</pre>
<p>第一个参数是数据的key，用来定位一个数据，第二个参数是需要保存的数据内容，这里是一个字符串，第三个参数是一个标记，一般设置为0或者MEMCACHE_COMPRESSED就行了，第四个参数是数据的有效期，就是说数据在这个时间内是有效的，如果过去这个时间，那么会被Memcache服务器端清除掉这个数据，单位是秒，如果设置为0，则是永远有效</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1327.html&from=http%3A%2F%2Fblog.mxgw.info%2F1388.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">在SAE上开发遇到的问题~</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F56.html&from=http%3A%2F%2Fblog.mxgw.info%2F1388.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">新浪SAE伪域名绑定</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F83.html&from=http%3A%2F%2Fblog.mxgw.info%2F1388.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">看来已经很多人用SAE勒</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F66.html&from=http%3A%2F%2Fblog.mxgw.info%2F1388.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">WP无觅插件For SAE</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://blog.mxgw.info/1388.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Android上的Web应用开发工具</title>
		<link>http://blog.mxgw.info/1381.html</link>
		<comments>http://blog.mxgw.info/1381.html#comments</comments>
		<pubDate>Sat, 05 Nov 2011 16:18:54 +0000</pubDate>
		<dc:creator>独自流浪</dc:creator>
				<category><![CDATA[『Diary』我的随笔]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.mxgw.info/?p=1381</guid>
		<description><![CDATA[AndFTP Ftp软件，不过在手机上面弄FTP，你想传些啥？瞎折腾，不推荐 JavaScript Reference 工具手册，涉及JavaScript、CSS、Html、jQuery等，推荐 kWS &#8211; Android Web Server 就手机那性能，还跑web服务，无趣，不推荐 Analytix for Google Analytics 对于运营人员来说，还是很不错，推荐 View Web Source 看源代码，这个比较纠结，我个人不喜欢在手机上看这些，更喜欢用来记录自己想到的东西，所以不推荐 WordPress for Android 好东西，这是真正的随时随地wordpress，强烈推荐 Drupal EditorDrupal 对应的客户端，我没用Drupal，不评论 Joooid 1.1 Joomla! Editor Joomla客户端，同上 Webmaster&#8217;s HTML Editor Lite Html编辑器，支持代码高亮，支持php、css、JavaScript等，推荐 ConnectBot SSH Client SSH客户端，远程连接服务器，推荐 最后，因为我的手机是带全键盘的，并且是5行，独立数字键，所以，用来敲代码很爽，尤其是平时上课的时候，想到的一些片段，用来记录不错~ 如果是纯触屏手机，用上面这些有主要是输入功能的软件的话，就是一个大蛋疼~ &#160;<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F826.html&from=http%3A%2F%2Fblog.mxgw.info%2F1381.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">实战Nginx_取代Apache的高性能Web服务器</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1034.html&from=http%3A%2F%2Fblog.mxgw.info%2F1381.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">今晚画了一个简单的布局</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1335.html&from=http%3A%2F%2Fblog.mxgw.info%2F1381.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">VPS临时维护，web服务暂停半小时~</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1370.html&from=http%3A%2F%2Fblog.mxgw.info%2F1381.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">我也来刷到CM7.1</font>
                    </a>
                </td>
            </tr>
        <br/>
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">来自无觅网络的相关文章：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.wolfherder.com%2Farchives%2F513&from=http%3A%2F%2Fblog.mxgw.info%2F1381.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">冰激凌三明治之后，Android下一个版本或叫“果冻豆” (@wolfherder)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.netsh.org%2Fposts%2F15-best-games-recommended-for-android_723.netsh.html&from=http%3A%2F%2Fblog.mxgw.info%2F1381.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">15个好玩的Android游戏推荐 (@netsh)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.wolfherder.com%2Farchives%2F519&from=http%3A%2F%2Fblog.mxgw.info%2F1381.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Chrome Web Store用户数超3000万难掩近近忧 (@wolfherder)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.wolfherder.com%2Farchives%2F683&from=http%3A%2F%2Fblog.mxgw.info%2F1381.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">欧洲智能手机市场，Android升至老二，Symbian仍居第一 (@wolfherder)</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<blockquote><p><strong>AndFTP</strong></p>
<p>Ftp软件，不过在手机上面弄FTP，你想传些啥？瞎折腾，不推荐</p>
<p><strong>JavaScript Reference</strong></p>
<p>工具手册，涉及JavaScript、CSS、Html、jQuery等，<strong>推荐</strong></p>
<p><strong>kWS &#8211; Android Web Server</strong></p>
<p>就手机那性能，还跑web服务，无趣，不推荐</p>
<p><strong>Analytix for Google Analytics</strong></p>
<p>对于运营人员来说，还是很不错，<strong>推荐</strong></p>
<p><strong>View Web Source</strong></p>
<p>看源代码，这个比较纠结，我个人不喜欢在手机上看这些，更喜欢用来记录自己想到的东西，所以不推荐</p>
<p><strong>WordPress for Android</strong></p>
<p>好东西，这是真正的随时随地wordpress，<strong>强烈推荐</strong></p>
<p><strong>Drupal EditorDrupal</strong></p>
<p>对应的客户端，我没用Drupal，不评论</p>
<p><strong>Joooid 1.1 Joomla! Editor</strong></p>
<p>Joomla客户端，同上</p>
<p><strong>Webmaster&#8217;s HTML Editor Lite</strong></p>
<p>Html编辑器，支持代码高亮，支持php、css、JavaScript等，<strong>推荐</strong></p>
<p><strong>ConnectBot SSH Client</strong></p>
<p>SSH客户端，远程连接服务器，<strong>推荐</strong></p></blockquote>
<p>最后，因为我的手机是带全键盘的，并且是5行，独立数字键，所以，用来敲代码很爽，尤其是平时上课的时候，想到的一些片段，用来记录不错~</p>
<p>如果是纯触屏手机，用上面这些有主要是输入功能的软件的话，就是一个大蛋疼~</p>
<p>&nbsp;</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F826.html&from=http%3A%2F%2Fblog.mxgw.info%2F1381.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">实战Nginx_取代Apache的高性能Web服务器</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1034.html&from=http%3A%2F%2Fblog.mxgw.info%2F1381.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">今晚画了一个简单的布局</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1335.html&from=http%3A%2F%2Fblog.mxgw.info%2F1381.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">VPS临时维护，web服务暂停半小时~</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1370.html&from=http%3A%2F%2Fblog.mxgw.info%2F1381.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">我也来刷到CM7.1</font>
                    </a>
                </td>
            </tr>
        <br/>
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">来自无觅网络的相关文章：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.wolfherder.com%2Farchives%2F513&from=http%3A%2F%2Fblog.mxgw.info%2F1381.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">冰激凌三明治之后，Android下一个版本或叫“果冻豆” (@wolfherder)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.netsh.org%2Fposts%2F15-best-games-recommended-for-android_723.netsh.html&from=http%3A%2F%2Fblog.mxgw.info%2F1381.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">15个好玩的Android游戏推荐 (@netsh)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.wolfherder.com%2Farchives%2F519&from=http%3A%2F%2Fblog.mxgw.info%2F1381.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Chrome Web Store用户数超3000万难掩近近忧 (@wolfherder)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.wolfherder.com%2Farchives%2F683&from=http%3A%2F%2Fblog.mxgw.info%2F1381.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">欧洲智能手机市场，Android升至老二，Symbian仍居第一 (@wolfherder)</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://blog.mxgw.info/1381.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>GW620换屏手札</title>
		<link>http://blog.mxgw.info/1377.html</link>
		<comments>http://blog.mxgw.info/1377.html#comments</comments>
		<pubDate>Mon, 24 Oct 2011 10:37:36 +0000</pubDate>
		<dc:creator>独自流浪</dc:creator>
				<category><![CDATA[『Diy』玩转硬件]]></category>
		<category><![CDATA[LG GW620]]></category>
		<category><![CDATA[电阻屏]]></category>
		<category><![CDATA[维修]]></category>
		<category><![CDATA[翻新机]]></category>

		<guid isPermaLink="false">http://blog.mxgw.info/?p=1377</guid>
		<description><![CDATA[前言：买水货手机，只要出了一年多的，最好都不要买，很大程度是翻新机 之前手机屏幕严重漂移，导致使用虚拟键盘输入的时候极度不方便  平时虚拟键盘，右边中间那个位置是退格键，危害可想而知 总共历时2个半小时，电阻屏11RMB 拆机教程我就不写了，机锋网很详细的拆机图 结语：真的，只有自己拆过自己的手机，才会知道什么是翻新机，准备过几天再从淘宝上面买套W810C的外壳，把我的小8翻新一下，然后给奶奶继续用~o(∩_∩)o<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1152.html&from=http%3A%2F%2Fblog.mxgw.info%2F1377.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">LG GW620/KH5200 官方详细设计文档</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1370.html&from=http%3A%2F%2Fblog.mxgw.info%2F1377.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">我也来刷到CM7.1</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F89.html&from=http%3A%2F%2Fblog.mxgw.info%2F1377.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">API学习手札-1</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1350.html&from=http%3A%2F%2Fblog.mxgw.info%2F1377.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">迟到的WebRebuild年会手札~</font>
                    </a>
                </td>
            </tr>
        <br/>
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">来自无觅网络的相关文章：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fxjeek.com%2F2011%2F08%2Fhand-soap%25E8%2582%25A5%25E7%259A%2582%25EF%25BC%259A%25E5%25A4%25A7%25E6%2589%258B%25E6%25B4%2597%25E5%25B0%258F%25E6%2589%258B.html%2F&from=http%3A%2F%2Fblog.mxgw.info%2F1377.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Hand Soap肥皂：大手洗小手 (@xjeek)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fxjeek.com%2F2011%2F08%2F%25E5%258F%25AF%25E4%25BB%25A5%25E6%2589%2593%25E5%258D%25B0%25E5%259B%25BE%25E6%25A1%2588%25E7%259A%2584%25E5%2592%2596%25E5%2595%25A1%25E6%259C%25BA%25EF%25BC%259Aicoffee.html%2F&from=http%3A%2F%2Fblog.mxgw.info%2F1377.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">可以打印图案的咖啡机：Icoffee (@xjeek)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.wolfherder.com%2Farchives%2F1438&from=http%3A%2F%2Fblog.mxgw.info%2F1377.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Chrome 远程桌面上手 (@wolfherder)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.wolfherder.com%2Farchives%2F1232&from=http%3A%2F%2Fblog.mxgw.info%2F1377.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">移动刷卡机不久就将被NFC取代？ (@wolfherder)</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<blockquote><p>前言：买水货手机，只要出了一年多的，最好都不要买，很大程度是翻新机</p></blockquote>
<p>之前手机屏幕严重漂移，导致使用虚拟键盘输入的时候极度不方便</p>
<div class="wp-caption alignnone" style="width: 330px"><a href="http://imgbed.com/p/2Un"><img title="漂移图" src="http://7.imgbed.com/176/201110/11183.png" alt="豌豆荚截屏.png" width="320" height="480" /></a><p class="wp-caption-text">漂移图</p></div>
<p><span id="more-1377"></span> 平时虚拟键盘，右边中间那个位置是退格键，危害可想而知</p>
<div class="wp-caption alignnone" style="width: 650px"><img title="两块电阻屏" src="http://ww2.sinaimg.cn/large/6be469dcjw1dm3tfugo7gj.jpg" alt="" width="640" height="480" /><p class="wp-caption-text">两块电阻屏</p></div>
<div class="wp-caption alignnone" style="width: 586px"><img class="    " title="拆机图" src="http://ww2.sinaimg.cn/large/6be469dcjw1dm3tb7963xj.jpg" alt="" width="576" height="323" /><p class="wp-caption-text">拆机图</p></div>
<div class="wp-caption alignnone" style="width: 586px"><img class="  " title="主板特写" src="http://ww3.sinaimg.cn/large/6be469dcjw1dm3t7wr8dyj.jpg" alt="" width="576" height="323" /><p class="wp-caption-text">主板特写</p></div>
<div class="wp-caption alignnone" style="width: 586px"><img class="  " title="还原，但忘了上键盘，囧" src="http://ww1.sinaimg.cn/large/6be469dcjw1dm3tfz4jgfj.jpg" alt="" width="576" height="323" /><p class="wp-caption-text">还原，但忘了上键盘，囧</p></div>
<p>总共历时2个半小时，电阻屏11RMB</p>
<p>拆机教程我就不写了，机锋网很详细的拆机图</p>
<p>结语：真的，只有自己拆过自己的手机，才会知道什么是翻新机，准备过几天再从淘宝上面买套W810C的外壳，把我的小8翻新一下，然后给奶奶继续用~o(∩_∩)o</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1152.html&from=http%3A%2F%2Fblog.mxgw.info%2F1377.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">LG GW620/KH5200 官方详细设计文档</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1370.html&from=http%3A%2F%2Fblog.mxgw.info%2F1377.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">我也来刷到CM7.1</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F89.html&from=http%3A%2F%2Fblog.mxgw.info%2F1377.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">API学习手札-1</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.mxgw.info%2F1350.html&from=http%3A%2F%2Fblog.mxgw.info%2F1377.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">迟到的WebRebuild年会手札~</font>
                    </a>
                </td>
            </tr>
        <br/>
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">来自无觅网络的相关文章：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fxjeek.com%2F2011%2F08%2Fhand-soap%25E8%2582%25A5%25E7%259A%2582%25EF%25BC%259A%25E5%25A4%25A7%25E6%2589%258B%25E6%25B4%2597%25E5%25B0%258F%25E6%2589%258B.html%2F&from=http%3A%2F%2Fblog.mxgw.info%2F1377.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Hand Soap肥皂：大手洗小手 (@xjeek)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fxjeek.com%2F2011%2F08%2F%25E5%258F%25AF%25E4%25BB%25A5%25E6%2589%2593%25E5%258D%25B0%25E5%259B%25BE%25E6%25A1%2588%25E7%259A%2584%25E5%2592%2596%25E5%2595%25A1%25E6%259C%25BA%25EF%25BC%259Aicoffee.html%2F&from=http%3A%2F%2Fblog.mxgw.info%2F1377.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">可以打印图案的咖啡机：Icoffee (@xjeek)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.wolfherder.com%2Farchives%2F1438&from=http%3A%2F%2Fblog.mxgw.info%2F1377.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Chrome 远程桌面上手 (@wolfherder)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.wolfherder.com%2Farchives%2F1232&from=http%3A%2F%2Fblog.mxgw.info%2F1377.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">移动刷卡机不久就将被NFC取代？ (@wolfherder)</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://blog.mxgw.info/1377.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

