<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Nffish's Blog</title>
	
	<link>http://nffish.com</link>
	<description>好记性不如烂笔头</description>
	<lastBuildDate>Sat, 17 Jul 2010 05:37:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Nffish" /><feedburner:info uri="nffish" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by/2.5/</creativeCommons:license><item>
		<title>后移动时代的 Web 设计</title>
		<link>http://feedproxy.google.com/~r/Nffish/~3/vtZDUTGBQo0/461</link>
		<comments>http://nffish.com/archives/461#comments</comments>
		<pubDate>Sat, 17 Jul 2010 05:37:43 +0000</pubDate>
		<dc:creator>Nffish</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://nffish.com/?p=461</guid>
		<description><![CDATA[还记得 Wap 吗，现在还有多少人使用 Wap？后移动时代，随着浏览器技术的进步，为移动设备设置特殊站点已经不再必要。作为 Web 设计师，如果你能遵循一些基本的设计与布局原则，你的站点将能被多数移动设备更轻松地访问。本文讲述的是后移动时代的 Web 设计原则。

移动浏览技术现状

当今最受欢迎的手机系统包括 Android，BlackBerry 与 iPhone。虽然这些手机系统中的浏览器都支持 HTML + CSS + JavaScript，但它们仍然存在某些局限。
Flash

现阶段，用手机访问 Flash 站点，除了一个黑屏幕，什么都不会显示，而且手机也不会提示说无法加载 Flash，因此，Flash 站点应该通过浏览器探测技术，在不支持 Flash 的客户端上输出替代内容。尽管 Flash 在众多平台上都能输出漂亮的内容，但在手机上运行 Flash 就像在 Mac 上运行 Windows 一样，不过，业 界已经出现一些技术来解决这个问题 ，但不要指望太多。
Silverlight
Windows Mobile 7 将支持 Silverlight，那将是唯一一款支持该技术的移动浏览器。不过，既然微软已经向 HTML 5敞开大门，因此，也不要指望微软在移动平台上会为 Silverlight 做多少努力，因此，底线是，不要在你的移动站点中过于依赖 Silverlight。
JavaScript

过去5年，移动平台对 JavaScript 的支持势不可挡，其体验已经接近桌面，但不能支撑过于复杂的功能，这里有一个关于这个问题的案例分析 。至 于那些比较老的手机，虽然也支持 JavaScript，但多数都是默认关闭的。当你需要为移动设备编写 JavaScript 的时候，需要对代码进行验 证和检查 ，以免用户的设备崩溃，另外记住，将 JavaScript 脚本放到页面底部，这样，不至于在页面还没加载前就崩溃。
CSS 3

移动平台对 CSS 的支持已经很久了，如今，大量基于 Webkit 开源项目 [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/ODb6zbBQof2jVQ9qQJp4LdGRF8s/0/da"><img src="http://feedads.g.doubleclick.net/~a/ODb6zbBQof2jVQ9qQJp4LdGRF8s/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ODb6zbBQof2jVQ9qQJp4LdGRF8s/1/da"><img src="http://feedads.g.doubleclick.net/~a/ODb6zbBQof2jVQ9qQJp4LdGRF8s/1/di" border="0" ismap="true"></img></a></p><p>还记得 Wap 吗，现在还有多少人使用 Wap？后移动时代，随着浏览器技术的进步，为移动设备设置特殊站点已经不再必要。作为 Web 设计师，如果你能遵循一些基本的设计与布局原则，你的站点将能被多数移动设备更轻松地访问。本文讲述的是后移动时代的 Web 设计原则。</p>
<p><img src="http://net.onextrapixel.com/wp-content/uploads/2010/06/designingformobile.jpg" alt="" width="580" height="400" /></p>
<h2><strong>移动浏览技术现状<br />
</strong></h2>
<p>当今最受欢迎的手机系统包括 Android，BlackBerry 与 iPhone。虽然这些手机系统中的浏览器都支持 HTML + CSS + JavaScript，但它们仍然存在某些局限。</p>
<p><strong>Flash</strong></p>
<p><img title="Flash" src="http://net.onextrapixel.com/wp-content/uploads/2010/06/flash.jpg" alt="Flash" width="580" height="310" /></p>
<p>现阶段，用手机访问 Flash 站点，除了一个黑屏幕，什么都不会显示，而且手机也不会提示说无法加载 Flash，因此，Flash 站点应该通过浏览器探测技术，在不支持 Flash 的客户端上输出替代内容。尽管 Flash 在众多平台上都能输出漂亮的内容，但在手机上运行 Flash 就像在 Mac 上运行 Windows 一样，不过，<a href="http://www.pcworld.com/article/194465/adobe_announces_flash_for_android_beta_testing.html">业 界已经出现一些技术来解决这个问题</a> ，但不要指望太多。</p>
<p><strong>Silverlight</strong></p>
<p>Windows Mobile 7 将支持 Silverlight，那将是唯一一款支持该技术的移动浏览器。不过，既然微软已经向 <a href="http://news.cnet.com/8301-1001_3-10305822-92.html">HTML 5</a>敞开大门，因此，也不要指望微软在移动平台上会为 Silverlight 做多少努力，因此，底线是，不要在你的移动站点中过于依赖 Silverlight。</p>
<p><strong>JavaScript</strong></p>
<p><img title="Javascript" src="http://net.onextrapixel.com/wp-content/uploads/2010/06/mobilejs.jpg" alt="Javascript" width="580" height="301" /></p>
<p>过去5年，移动平台对 JavaScript 的支持势不可挡，其体验已经接近桌面，但不能支撑过于复杂的功能，<a href="http://www.quirksmode.org/m/table.html">这里有一个关于这个问题的案例分析</a> 。至 于那些比较老的手机，虽然也支持 JavaScript，但多数都是默认关闭的。当你需要为移动设备编写 JavaScript 的时候，<a href="http://www.jslint.com/">需要对代码进行验 证和检查</a> ，以免用户的设备崩溃，另外记住，将 JavaScript 脚本放到页面底部，这样，不至于在页面还没加载前就崩溃。</p>
<p><strong>CSS 3<br />
</strong></p>
<p>移动平台对 CSS 的支持已经很久了，如今，大量基于 <a href="http://webkit.org/">Webkit 开源项目</a> 的手机开始支持 CSS 3，CSS3 拥有更好的视觉体验，支持降级使用，还能加速页面加载，你在使用 CSS3 的时候，只需要注意其中的某些属性在旧的手机上可以降级使用。</p>
<h2><strong>设计感与易用性之争<br />
</strong></h2>
<p>流行的 Web 技术并非都是你的最佳选择，你需要对使用的各种技术进行测试，事实证明，在移动浏览领域，诸如 Lightbox，视频，鼠标盘旋一类的技术存在问题，需要避开，我们将在这一节中对各种 Web 设计元素进行讲述。</p>
<p><img title="Design  Considerations and Usability Battles" src="http://net.onextrapixel.com/wp-content/uploads/2010/06/design-considerations.jpg" alt="Design Considerations and Usability Battles" width="580" height="295" /></p>
<p><strong>为什么视频不能播放？<br />
</strong></p>
<p>前面提过，不同移动平台对 Flash 和 Silverlight 的支持很不一致。目前，像 <a href="http://vimeo.com/blog:268">Vimeo</a> 及 <a href="http://www.youtube.com/html5">YouTube’s</a> 一类的站点在移动设备上访问还存在各种问题，YouTube 比 Vimeo 略好一些，而内嵌视频支持目前则好像只限于 Google Android 平台。</p>
<p>移动平台的视频，是通过 HTML5 实现的，然而，到目前为止，<a href="http://arstechnica.com/open-source/news/2009/07/decoding-the-html-5-video-codec-debate.ars">HTML5 视频的许可问题仍不明朗</a> ，不过 Google 一直在这个问题上走在最前面，希望他们能最终使这个问题免于重蹈 DVD 解码器许可的覆辙。</p>
<p><strong>文字缩放<br />
</strong></p>
<p>希望你的文字最多使用的是相对位置而不是绝对位置，否则，Android 平台的浏览器会将你页面的文字扔到屏幕之外的某个地方。</p>
<p><strong>在小屏幕上的显示清晰度问题<br />
</strong></p>
<p>在手机的小屏幕上看网页，就像你隔着一个房间看电脑屏幕那样，结果是什么看不清晰，你需要将重要的页面元素加深对比度以便用户能看得清楚点。</p>
<p><strong>Lightbox 技术</strong></p>
<p><img title="Lightbox" src="http://net.onextrapixel.com/wp-content/uploads/2010/06/lightbox.jpg" alt="Lightbox" width="580" height="454" /></p>
<p>Lightbox 是最受欢迎的 JavaScript 技术，也是最容易让手机用户抓狂的地方，在很多时候，手机屏幕上的 Lightbox 只显示一个角落，而大部分内容则被扔到屏幕外的某个地方。另外，在某些时候，Lightbox 还让手机的 Web 页面崩溃，导致任何东西都无法点用。这并不意味着你不能使用 Lightbox，诸如登陆框一类的地方还是可以使用（登陆框可以做得比较小一些 &#8211; 译者注），但不管怎样，最好同时提供一个传统的登录方式，以免 Lightbox 显示到屏幕之外。</p>
<p><strong>浏览器探测<br />
</strong></p>
<p>很多年前， Web 开发与设计者需要借助浏览器探测技术，为不同浏览器，或者不同版本的浏览器输出不同内容，随着 Web 标准的深入人心，为不同浏览器输出不同内容已经不可取。浏览器嗅探可以通过诸如 <a href="http://api.jquery.com/jQuery.support/">jQuery</a> 一类的 JavaScript 库轻松实现，还有一些可以嗅探 <a href="http://www.featureblend.com/javascript-flash-detection-library.html">flash</a> 支持情况的库可以使用，然而现实是，除非你有大量 Flash 应用，否则很少会用到这个，事实上，现在的很多移动浏览器在遇到不支持的内容时会悄然掠过，而不会像 IE6 那样弹一堆错误。</p>
<p><strong>鼠标盘旋</strong></p>
<p>很多站点的导航使用鼠标盘旋并下拉子菜单的方式，然而移动浏览器没有鼠标盘旋一说，虽然有的手机支持这一操作，但和桌面方式有很大的差异。应该避免 将重要的信息放到需要鼠标盘旋才能显示的状态。</p>
<p><strong>下拉菜单导航<br />
</strong></p>
<p><a href="http://www.sencha.com/"><img title="Sencha" src="http://net.onextrapixel.com/wp-content/uploads/2010/06/sencha.jpg" alt="Sencha" width="580" height="454" /></a></p>
<p>下拉菜单需要鼠标盘旋才能打开，前面说过，在手机上，这无法实现，另外，下拉菜单的尺寸往往超过手机屏幕尺寸，即时用户打开了下拉菜单，也很有可能 无法完全访问。你应当始终在侧边栏保留子菜单，不管是针对手机站点还是桌面站点。</p>
<p><strong>缓慢的加载速度</strong></p>
<p>手机浏览器加载速度非常慢，你需要压缩自己的数据，甚至使用 CDN 加速网络。在 WordPress 一类的 CMS 中可以启用数据压缩，<a href="http://www.port80software.com/support/p80tools.asp">你可在在这个站点测试 你的数据是否经过了压缩</a> ，如果你使用静态设计的页面，可以使用 <a href="http://code.google.com/p/minify/">Minify</a> 对你设计的网页代码进行净化。</p>
<p><strong>加载进度提示<br />
</strong></p>
<p><img title="Loading" src="http://net.onextrapixel.com/wp-content/uploads/2010/06/loading.jpg" alt="Loading" width="580" height="457" /></p>
<p>你应当使用加载进度图标，告诉用户现在正在加载，对于手机浏览器这种 Internet 连接不很稳定的情形尤其重要，在一些 Ajax 应用场合，如果不显示加载进度，用户会以为你的站点已经失去反应。</p>
<p><strong>记忆用户的数据<br />
</strong></p>
<p>手机用户打字很不方便，应该尽可能使用 Cookie 记忆用户的数据。</p>
<p><strong>侧边栏放在左边还是右边？</strong></p>
<p>应该是右边，因为手机屏幕很小，用户阅读你的网页的时候，如果左边显示侧边栏，他们要看真正的内容，就不得不左右滚动，放在右边，用户就可以直接向 下滚动看具体内容，需要看侧边栏的时候再左右滚动。</p>
<p><strong>小屏幕</strong></p>
<p>早期的 Web 设计师提起当年的 800&#215;600 屏幕就一肚子怨气，好在现在的桌面屏幕都足够大了，然后移动设备的屏幕比这个更小。你所能做的，尽可能不要把网站的 Header 或 Logo 做得太大。</p>
<h2><strong>移动站点适合你吗？<br />
</strong></h2>
<p>很多公司花费大量金钱部署专门的移动站点，事实上，这并不必要，如果你有个电子商务站点，而手机用户存在访问问题，这种情况，也许才值得专门部署一 个移动站点。</p>
<p><strong>单列布局<br />
</strong></p>
<p><img title="Single Column" src="http://net.onextrapixel.com/wp-content/uploads/2010/06/single-column.jpg" alt="Single Column" width="580" height="382" /></p>
<p>要想让你的站点更好地支持移动浏览器，你或许需要扔掉侧边栏，因为侧边栏对移动用户来说毫无疑义，Facebook 以及 Amazon 一类的站点使用这种方法改善用户体验。</p>
<p><strong>图片缩放<br />
</strong></p>
<p>很多基于博客系统的站点都包含移动版，实现更简单的导航，问题是，这些站点同时会像文字那样缩放它们页面上的图片，那些被缩小的图很难看清楚，更甚 的是，你没有办法改变图片的显示尺寸。应当允许用户点击一个图片以显示其完整尺寸版。</p>
<p><strong>简单导航<br />
</strong></p>
<p>与其让移动用户像在桌面上那样显示站点中的所有内容，不如只为他们显示最基本的内容，免得到处滚动，YouTube 在这方面做得最好，页首的那些干净，简单的按钮非常好用。</p>
<p><img title="Simple Navigation" src="http://net.onextrapixel.com/wp-content/uploads/2010/06/simple-navigation.jpg" alt="Simple Navigation" width="580" height="382" /></p>
<p><strong>广告<br />
</strong></p>
<p>去掉侧边栏之后，你的站点中的大部分广告位就没有了，一个不错的方法是将广告放到页尾。</p>
<p><strong>页尾的完整站链接<br />
</strong></p>
<p>虽然你拥有一个移动版本的站点，但用户可能希望看到完整的站点内容，多数移动站点的做法是在页尾放上完整版站点的链接。</p>
<h2><strong>结论</strong></h2>
<p>以上讲述了现代移动 Web 站点设计中的各种问题，下面是创建移动 Web 站点的一些资源和工具：</p>
<p><strong>Tools</strong></p>
<ul>
<li><a href="http://validator.w3.org/mobile/">W3c Mobile Checker</a> （W3C 移动站点验证）</li>
<li><a href="http://www.quirksmode.org/m/table.html">JavaScript Support for Phones</a> （手机浏览器的 JavaScript 支持）</li>
<li><a href="http://www.mofusepremium.com/">Mobile Site Converter</a> （移动站点转换）</li>
<li><a href="http://www.gomez.com/mobile-readiness-instant-test/">Simple Mobile Site Testing （简单移动站点测试）</a></li>
</ul>
<h4>原文作者<br />
<a title="Posts by Ashton Blue" href="http://www.onextrapixel.com/author/ashton-blue/">Ashton Blue</a></h4>
<p>Ashton (Ash) Blue 是 Ash Blue Web 设计公司的创办者，他的公司网站是 <a href="http://www.ashbluewebdesign.com/">www.ashbluewebdesign.com</a> ，Twitter 账户是 <a href="http://twitter.com/ashblueWD">http://twitter.com/ashblueWD</a></p>
<p>本文国际来源：onextrapixel.com <a href="http://www.onextrapixel.com/2010/06/28/designing-for-the-modern-day-mobile-market/">Designing For The Modern Day Mobile Market</a></p>
<p>中文翻译来源：<a href="http://www.comsharp.com/"><strong>锐商企业CMS</strong> 网站内容管理系统</a> 官方网站</p>
<div  class="related_post_title">相关日志</div><ul class="related_post"><li><a href="http://nffish.com/archives/426" title="Bcastr 图片轮换播放Flash">Bcastr 图片轮换播放Flash</a></li><li><a href="http://nffish.com/archives/227" title="CSS控制滚动条滚动时页面背景不动">CSS控制滚动条滚动时页面背景不动</a></li><li><a href="http://nffish.com/archives/81" title="E680i换电池后时间恢复出厂设置的解决方法">E680i换电池后时间恢复出厂设置的解决方法</a></li></ul><img src="http://feeds.feedburner.com/~r/Nffish/~4/vtZDUTGBQo0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nffish.com/archives/461/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://nffish.com/archives/461</feedburner:origLink></item>
		<item>
		<title>腾讯微博邀请数枚</title>
		<link>http://feedproxy.google.com/~r/Nffish/~3/RGKb3IYvl_o/459</link>
		<comments>http://nffish.com/archives/459#comments</comments>
		<pubDate>Mon, 28 Jun 2010 07:59:00 +0000</pubDate>
		<dc:creator>Nffish</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[微博]]></category>
		<category><![CDATA[腾讯]]></category>

		<guid isPermaLink="false">http://nffish.com/?p=459</guid>
		<description><![CDATA[腾讯微博，又是一个twitter的copy
邀请自取
http://t.qq.com/invite/ba3a651a02bebff39c7f
http://t.qq.com/invite/b7a554175c284c778b63
http://t.qq.com/invite/77f8ca4e31eca659282d
http://t.qq.com/invite/8f4f9898bf6358c8ff41
http://t.qq.com/invite/cf072dba79154365bbf1
我的腾讯微博地址:http://t.qq.com/nffishx 欢迎成为我的听众
我的twitter地址:http://twitter.com/nffish 欢迎follow
相关日志Twitter最新hosts IP IPv6反向代理新浪围脖 雅虎咪咪]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/cyLYsl3bvBvo-xw3ujW1l7Ve_k0/0/da"><img src="http://feedads.g.doubleclick.net/~a/cyLYsl3bvBvo-xw3ujW1l7Ve_k0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/cyLYsl3bvBvo-xw3ujW1l7Ve_k0/1/da"><img src="http://feedads.g.doubleclick.net/~a/cyLYsl3bvBvo-xw3ujW1l7Ve_k0/1/di" border="0" ismap="true"></img></a></p><p><a href="http://t.qq.com/nffishx">腾讯微博</a>，又是一个<a href="http://twitter.com/nffish">twitter</a>的copy</p>
<p>邀请自取</p>
<p>http://t.qq.com/invite/ba3a651a02bebff39c7f</p>
<p>http://t.qq.com/invite/b7a554175c284c778b63</p>
<p>http://t.qq.com/invite/77f8ca4e31eca659282d</p>
<p>http://t.qq.com/invite/8f4f9898bf6358c8ff41</p>
<p>http://t.qq.com/invite/cf072dba79154365bbf1</p>
<p>我的腾讯微博地址:http://t.qq.com/nffishx 欢迎成为我的听众<br />
我的twitter地址:http://twitter.com/nffish 欢迎follow</p>
<div  class="related_post_title">相关日志</div><ul class="related_post"><li><a href="http://nffish.com/archives/331" title="Twitter最新hosts IP IPv6反向代理">Twitter最新hosts IP IPv6反向代理</a></li><li><a href="http://nffish.com/archives/258" title="新浪围脖 雅虎咪咪">新浪围脖 雅虎咪咪</a></li></ul><img src="http://feeds.feedburner.com/~r/Nffish/~4/RGKb3IYvl_o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nffish.com/archives/459/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://nffish.com/archives/459</feedburner:origLink></item>
		<item>
		<title>房产税</title>
		<link>http://feedproxy.google.com/~r/Nffish/~3/QB36k-q6rwI/457</link>
		<comments>http://nffish.com/archives/457#comments</comments>
		<pubDate>Sat, 12 Jun 2010 09:01:35 +0000</pubDate>
		<dc:creator>Nffish</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[CPI]]></category>
		<category><![CDATA[房地产]]></category>

		<guid isPermaLink="false">http://nffish.com/?p=457</guid>
		<description><![CDATA[一个城市里有三个人，甲有5套房，不上班，靠收房租生活；
乙有一套房，上班赚工资；
丙是卖菜的，没有房，租房住。
忽然有天要收房产税了，丙说：“太好了，我没房，收那帮炒房人得税，我全力支持，房价大跌了，我就可以买房了。”；
乙说：“没关系，我只有一套，收那帮炒房人得税，我支持，房价大跌了，我可以再买一套。”；
甲说：“哦，房产税收多少？1%对吧，下个月房租涨5%。”
房租上涨了，丙很郁闷，想换个房子，发 现大家房租都涨了，只好忍。不过也不能吃亏，明天菜价也涨5%，恩，就这么干。
乙和甲去买菜，发现菜价涨了，很郁闷，想换个菜场，发现菜价都涨了，只好少吃点了。
于是乎，生活水平就这样下降了，CPI就这样升高了。
随机日志魅族Miniplayer固件更新2.004《打，打个大西瓜》华人最牛原创动画短片淘宝网B2C平台上线热烈庆祝新中国成立60周年友好的日期及时间显示免费赠送卡巴斯基KAV 7.0一年激活码[iPhone开发]完成输入后关闭键盘的方法我最常用的Google产品Ubuntu Server Java / Tomcat / Mysql 工作环境配置Google Buzz]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/m5Jcnu2_CIrJqCbubshKmX_CVJs/0/da"><img src="http://feedads.g.doubleclick.net/~a/m5Jcnu2_CIrJqCbubshKmX_CVJs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/m5Jcnu2_CIrJqCbubshKmX_CVJs/1/da"><img src="http://feedads.g.doubleclick.net/~a/m5Jcnu2_CIrJqCbubshKmX_CVJs/1/di" border="0" ismap="true"></img></a></p><p>一个城市里有三个人，甲有5套房，不上班，靠收房租生活；<br />
乙有一套房，上班赚工资；<br />
丙是卖菜的，没有房，租房住。<br />
忽然有天要收房产税了，丙说：“太好了，我没房，收那帮炒房人得税，我全力支持，房价大跌了，我就可以买房了。”；<br />
乙说：“没关系，我只有一套，收那帮炒房人得税，我支持，房价大跌了，我可以再买一套。”；<br />
甲说：“哦，房产税收多少？1%对吧，下个月房租涨5%。”<br />
房租上涨了，丙很郁闷，想换个房子，发 现大家房租都涨了，只好忍。不过也不能吃亏，明天菜价也涨5%，恩，就这么干。<br />
乙和甲去买菜，发现菜价涨了，很郁闷，想换个菜场，发现菜价都涨了，只好少吃点了。<br />
于是乎，生活水平就这样下降了，CPI就这样升高了。</p>
<div  class="related_post_title">随机日志</div><ul class="related_post"><li><a href="http://nffish.com/archives/94" title="GET方法和POST方法的区别">GET方法和POST方法的区别</a></li><li><a href="http://nffish.com/archives/89" title="汇通快递真垃圾">汇通快递真垃圾</a></li><li><a href="http://nffish.com/archives/382" title="招聘 搜索引擎开发 &#038; 网页设计">招聘 搜索引擎开发 &#038; 网页设计</a></li><li><a href="http://nffish.com/archives/99" title="HP惠普商务机促销">HP惠普商务机促销</a></li><li><a href="http://nffish.com/archives/71" title="赶集网买的到火车票吗？">赶集网买的到火车票吗？</a></li><li><a href="http://nffish.com/archives/46" title="Blog Action Day，让我们一起行动">Blog Action Day，让我们一起行动</a></li><li><a href="http://nffish.com/archives/25" title="我最常用的Google产品">我最常用的Google产品</a></li><li><a href="http://nffish.com/archives/450" title="[iPhone开发]完成输入后关闭键盘的方法">[iPhone开发]完成输入后关闭键盘的方法</a></li><li><a href="http://nffish.com/archives/74" title="有道-2007我很忙">有道-2007我很忙</a></li><li><a href="http://nffish.com/archives/67" title="圣诞快乐">圣诞快乐</a></li></ul><img src="http://feeds.feedburner.com/~r/Nffish/~4/QB36k-q6rwI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nffish.com/archives/457/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://nffish.com/archives/457</feedburner:origLink></item>
		<item>
		<title>8×8×21</title>
		<link>http://feedproxy.google.com/~r/Nffish/~3/EfTHcEtx0cU/455</link>
		<comments>http://nffish.com/archives/455#comments</comments>
		<pubDate>Fri, 04 Jun 2010 11:44:41 +0000</pubDate>
		<dc:creator>Nffish</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://nffish.com/?p=455</guid>
		<description><![CDATA[第21个5月35日
foursquare 被G.F.Wed
随机日志Ubuntu 3D桌面特效的详细设置美女美女几点钟抓虾互动营销平台验证Ubuntu桌面操作快捷键root登录ubuntu桌面用友ERP U8外币核算灰色解决办法本命年赶集网买的到火车票吗？ASP.NET中使用AJAX[iPhone开发]完成输入后关闭键盘的方法]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/IAZussi6kmxIcUUq5qwbMcm-waY/0/da"><img src="http://feedads.g.doubleclick.net/~a/IAZussi6kmxIcUUq5qwbMcm-waY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/IAZussi6kmxIcUUq5qwbMcm-waY/1/da"><img src="http://feedads.g.doubleclick.net/~a/IAZussi6kmxIcUUq5qwbMcm-waY/1/di" border="0" ismap="true"></img></a></p><p>第21个5月35日<br />
<a href="http://foursquare.com">foursquare</a> 被G.F.Wed</p>
<div  class="related_post_title">随机日志</div><ul class="related_post"><li><a href="http://nffish.com/archives/370" title="我的第一台电脑">我的第一台电脑</a></li><li><a href="http://nffish.com/archives/300" title="jQuery复制选择框到另外一个选择框">jQuery复制选择框到另外一个选择框</a></li><li><a href="http://nffish.com/archives/396" title="iPhone的Power键与Home键妙用">iPhone的Power键与Home键妙用</a></li><li><a href="http://nffish.com/archives/63" title="Vista Drive Icon-Vista风格的磁盘容量显示图标软件">Vista Drive Icon-Vista风格的磁盘容量显示图标软件</a></li><li><a href="http://nffish.com/archives/305" title="谷歌拼音扩展：股票名称快捷输入">谷歌拼音扩展：股票名称快捷输入</a></li><li><a href="http://nffish.com/archives/95" title="免费赠送百度HI邀请">免费赠送百度HI邀请</a></li><li><a href="http://nffish.com/archives/227" title="CSS控制滚动条滚动时页面背景不动">CSS控制滚动条滚动时页面背景不动</a></li><li><a href="http://nffish.com/archives/89" title="汇通快递真垃圾">汇通快递真垃圾</a></li><li><a href="http://nffish.com/archives/321" title="中文字符串转换成十六进制的网址格式">中文字符串转换成十六进制的网址格式</a></li><li><a href="http://nffish.com/archives/264" title="两个国内Linux镜像下载站">两个国内Linux镜像下载站</a></li></ul><img src="http://feeds.feedburner.com/~r/Nffish/~4/EfTHcEtx0cU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nffish.com/archives/455/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://nffish.com/archives/455</feedburner:origLink></item>
		<item>
		<title>取消自动挂载windows分区</title>
		<link>http://feedproxy.google.com/~r/Nffish/~3/drFGVOg7sXQ/453</link>
		<comments>http://nffish.com/archives/453#comments</comments>
		<pubDate>Wed, 02 Jun 2010 12:46:39 +0000</pubDate>
		<dc:creator>Nffish</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[分区]]></category>

		<guid isPermaLink="false">http://nffish.com/?p=453</guid>
		<description><![CDATA[安装Ubuntu 10.04时自动挂载了一个windows分区，现在觉得这个挂载分区蛮别扭的，所以准备给它取消挂载。但是用unmount取消不了。
所有的挂载信息都存放在fstab里。不想挂载某些分区，把fstab中对应的代码屏蔽/删除了就好了。
下面就是操作步骤：
1.打开fstab
sudo vi /etc/fstab
2.找到类是下面的一行，将其删除或者在前面加“#“注释
UUID=8E93-B1DE  /windows        vfat    utf8,umask=007,gid=46 0       1
3.保存退出
相关日志It&#8217;s time for a changeUbuntu Server Java / Tomcat / Mysql 工作环境配置Ubuntu安装配置vsftpdUbuntu Linux 目录结构root登录ubuntu桌面流水帐 build 20080627Ubuntu 3D桌面特效的详细设置ubuntu ADSL PPPOE拨号配置]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/YEIJ14_WmseZMPvC8MQlN9ePC3Y/0/da"><img src="http://feedads.g.doubleclick.net/~a/YEIJ14_WmseZMPvC8MQlN9ePC3Y/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/YEIJ14_WmseZMPvC8MQlN9ePC3Y/1/da"><img src="http://feedads.g.doubleclick.net/~a/YEIJ14_WmseZMPvC8MQlN9ePC3Y/1/di" border="0" ismap="true"></img></a></p><p>安装Ubuntu 10.04时自动挂载了一个windows分区，现在觉得这个挂载分区蛮别扭的，所以准备给它取消挂载。但是用unmount取消不了。<br />
所有的挂载信息都存放在fstab里。不想挂载某些分区，把fstab中对应的代码屏蔽/删除了就好了。<br />
下面就是操作步骤：<br />
1.打开fstab<br />
sudo vi /etc/fstab</p>
<p>2.找到类是下面的一行，将其删除或者在前面加“#“注释<br />
UUID=8E93-B1DE  /windows        vfat    utf8,umask=007,gid=46 0       1</p>
<p>3.保存退出</p>
<div  class="related_post_title">相关日志</div><ul class="related_post"><li><a href="http://nffish.com/archives/438" title="It&#8217;s time for a change">It&#8217;s time for a change</a></li><li><a href="http://nffish.com/archives/352" title="Ubuntu Server Java / Tomcat / Mysql 工作环境配置">Ubuntu Server Java / Tomcat / Mysql 工作环境配置</a></li><li><a href="http://nffish.com/archives/287" title="Ubuntu安装配置vsftpd">Ubuntu安装配置vsftpd</a></li><li><a href="http://nffish.com/archives/240" title="Ubuntu Linux 目录结构">Ubuntu Linux 目录结构</a></li><li><a href="http://nffish.com/archives/125" title="root登录ubuntu桌面">root登录ubuntu桌面</a></li><li><a href="http://nffish.com/archives/123" title="流水帐 build 20080627">流水帐 build 20080627</a></li><li><a href="http://nffish.com/archives/108" title="Ubuntu 3D桌面特效的详细设置">Ubuntu 3D桌面特效的详细设置</a></li><li><a href="http://nffish.com/archives/14" title="ubuntu ADSL PPPOE拨号配置">ubuntu ADSL PPPOE拨号配置</a></li></ul><img src="http://feeds.feedburner.com/~r/Nffish/~4/drFGVOg7sXQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nffish.com/archives/453/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://nffish.com/archives/453</feedburner:origLink></item>
		<item>
		<title>[iPhone开发]完成输入后关闭键盘的方法</title>
		<link>http://feedproxy.google.com/~r/Nffish/~3/IH6UYqfcgMA/450</link>
		<comments>http://nffish.com/archives/450#comments</comments>
		<pubDate>Tue, 18 May 2010 03:16:46 +0000</pubDate>
		<dc:creator>Nffish</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone开发]]></category>
		<category><![CDATA[关闭键盘]]></category>

		<guid isPermaLink="false">http://nffish.com/?p=450</guid>
		<description><![CDATA[iPhone的键盘是基于软件，而不是物理键盘的，因此需要一些额外的步骤来确保用户在完成输入后关闭键盘。
1.通过点击Done按钮关闭键盘
当用户按下Done按钮式，将触发“did end on exit”事件，我们可以在此时间中加入关闭键盘的操作。
在头文件中加入 
-(IBAction)textFieldDoneEditing:(id)sender;   
在实现文件中添加 
-(IBAction)textFieldDoneEditing:(id)sender
{
[sender resignFirstResponder];
} 
在Interface Builder中按command+2 选择文本字段的Did End on Exit事件，拖动到File&#8217;s Owner图标，并选择TextFieldDoneEditing。保存，完成。   
2.通过触摸背景关闭键盘
这个方法是添加一个不可见的按钮，来激活触摸背景的事件。
在头文件中加入  
  -(IBAction)backgroundClick:(id)sender;     
在实现文件中添加   
-(IBAction)backgroundClick:(id)sender {
[nameField resignFirstResponder];
[numberField resignFirstResponder];
}    
  在Interface Builder 的库拖一个Round Rect Button到View中。拉伸按钮，填充整个视图屏幕。按command+1，将按钮类型改为Custom。按command+2，从Touch Up Inside事件拖到File&#8217;s Owner图标并选择backgroundClick:。保存xib文件，完工。
随机日志全球各大城市油价完成了老师给的项目腾讯微博邀请数枚把数字转换成36进制向上的乌龟[视频]360安全卫士误判regedit.com第一个C语言项目实战：数据加密春节快乐 情人节快乐终结：fcitx小企鹅输入法终止开发第二届D2前端技术论坛将在北京举行]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/T0dbIJ6U7fZyNYww8uQQvdd9jaA/0/da"><img src="http://feedads.g.doubleclick.net/~a/T0dbIJ6U7fZyNYww8uQQvdd9jaA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/T0dbIJ6U7fZyNYww8uQQvdd9jaA/1/da"><img src="http://feedads.g.doubleclick.net/~a/T0dbIJ6U7fZyNYww8uQQvdd9jaA/1/di" border="0" ismap="true"></img></a></p><p>iPhone的键盘是基于软件，而不是物理键盘的，因此需要一些额外的步骤来确保用户在完成输入后关闭键盘。<br />
<strong>1.通过点击Done按钮关闭键盘</strong><br />
当用户按下Done按钮式，将触发“did end on exit”事件，我们可以在此时间中加入关闭键盘的操作。<br />
在头文件中加入 </p>
<p>-(IBAction)textFieldDoneEditing:(id)sender;   </p>
<p>在实现文件中添加 </p>
<p>-(IBAction)textFieldDoneEditing:(id)sender<br />
{<br />
[sender resignFirstResponder];<br />
} </p>
<p>在Interface Builder中按command+2 选择文本字段的Did End on Exit事件，拖动到File&#8217;s Owner图标，并选择TextFieldDoneEditing。保存，完成。   </p>
<p><strong>2.通过触摸背景关闭键盘</strong><br />
这个方法是添加一个不可见的按钮，来激活触摸背景的事件。<br />
在头文件中加入  </p>
<p>  -(IBAction)backgroundClick:(id)sender;     </p>
<p>在实现文件中添加   </p>
<p>-(IBAction)backgroundClick:(id)sender {<br />
[nameField resignFirstResponder];<br />
[numberField resignFirstResponder];<br />
}    </p>
<p>  在Interface Builder 的库拖一个Round Rect Button到View中。拉伸按钮，填充整个视图屏幕。按command+1，将按钮类型改为Custom。按command+2，从Touch Up Inside事件拖到File&#8217;s Owner图标并选择backgroundClick:。保存xib文件，完工。</p>
<div  class="related_post_title">随机日志</div><ul class="related_post"><li><a href="http://nffish.com/archives/370" title="我的第一台电脑">我的第一台电脑</a></li><li><a href="http://nffish.com/archives/44" title="九九乘法表&amp;字符统计">九九乘法表&amp;字符统计</a></li><li><a href="http://nffish.com/archives/67" title="圣诞快乐">圣诞快乐</a></li><li><a href="http://nffish.com/archives/331" title="Twitter最新hosts IP IPv6反向代理">Twitter最新hosts IP IPv6反向代理</a></li><li><a href="http://nffish.com/archives/51" title="明天要做第一个项目实战">明天要做第一个项目实战</a></li><li><a href="http://nffish.com/archives/431" title="反转数组 Reverse Array">反转数组 Reverse Array</a></li><li><a href="http://nffish.com/archives/15" title="360安全卫士误判regedit.com">360安全卫士误判regedit.com</a></li><li><a href="http://nffish.com/archives/103" title="第四届中文网志年会举办城市投票">第四届中文网志年会举办城市投票</a></li><li><a href="http://nffish.com/archives/157" title="自动生成Java实体类">自动生成Java实体类</a></li><li><a href="http://nffish.com/archives/279" title="ASP.NET中使用AJAX">ASP.NET中使用AJAX</a></li></ul><img src="http://feeds.feedburner.com/~r/Nffish/~4/IH6UYqfcgMA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nffish.com/archives/450/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://nffish.com/archives/450</feedburner:origLink></item>
		<item>
		<title>Dropbox不能登录问题 修改hosts方法</title>
		<link>http://feedproxy.google.com/~r/Nffish/~3/7bbufPQR9B0/447</link>
		<comments>http://nffish.com/archives/447#comments</comments>
		<pubDate>Sat, 15 May 2010 02:13:04 +0000</pubDate>
		<dc:creator>Nffish</dc:creator>
				<category><![CDATA[Share]]></category>
		<category><![CDATA[Dropbox]]></category>

		<guid isPermaLink="false">http://nffish.com/?p=447</guid>
		<description><![CDATA[最近使用Dropbox的朋友可能有疑问了，为什么一直都显示正在连接。很遗憾这么好的服务被有关部门qj了
在hosts文件用加入一行
174.36.30.71 www.dropbox.com
hosts 文件路径
Windows c:\windows\system32\drivers\etc\hosts
Mac/Linux/iphone: /etc/hosts
温馨提醒：外链dropbox最好使用https方式
没有Dropbox的朋友，可以是使用这个邀请链接注册
随机日志每个jQuery开发人员必须知道的5个小技巧Pownce邀请6个Web开发人员必备的10个工具Share:5个Spotify邀请码[iPhone开发]完成输入后关闭键盘的方法重装Windows后修复Ubuntu Grub引导iPhone的Power键与Home键妙用Inbox==0Twitter最新hosts IP IPv6反向代理Google Adsense 2007年8月的优化报告]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/g_z7n14MWQ5EZswuTExXzz0dB4k/0/da"><img src="http://feedads.g.doubleclick.net/~a/g_z7n14MWQ5EZswuTExXzz0dB4k/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/g_z7n14MWQ5EZswuTExXzz0dB4k/1/da"><img src="http://feedads.g.doubleclick.net/~a/g_z7n14MWQ5EZswuTExXzz0dB4k/1/di" border="0" ismap="true"></img></a></p><p>最近使用<a href="https://www.dropbox.com/referrals/NTY5MjQxNzk">Dropbox</a>的朋友可能有疑问了，为什么一直都显示正在连接。很遗憾这么好的服务被有关部门qj了</p>
<p>在hosts文件用加入一行<br />
174.36.30.71 www.dropbox.com</p>
<p>hosts 文件路径<br />
Windows c:\windows\system32\drivers\etc\hosts<br />
Mac/Linux/iphone: /etc/hosts</p>
<p>温馨提醒：外链dropbox最好使用https方式</p>
<p>没有Dropbox的朋友，可以是使用这个<a href="https://www.dropbox.com/referrals/NTY5MjQxNzk">邀请链接</a>注册</p>
<div  class="related_post_title">随机日志</div><ul class="related_post"><li><a href="http://nffish.com/archives/53" title="Eagles-long road out of eden(老鹰乐队-远离伊甸园)">Eagles-long road out of eden(老鹰乐队-远离伊甸园)</a></li><li><a href="http://nffish.com/archives/25" title="我最常用的Google产品">我最常用的Google产品</a></li><li><a href="http://nffish.com/archives/426" title="Bcastr 图片轮换播放Flash">Bcastr 图片轮换播放Flash</a></li><li><a href="http://nffish.com/archives/240" title="Ubuntu Linux 目录结构">Ubuntu Linux 目录结构</a></li><li><a href="http://nffish.com/archives/20" title="ubuntu显示分辨率设置">ubuntu显示分辨率设置</a></li><li><a href="http://nffish.com/archives/300" title="jQuery复制选择框到另外一个选择框">jQuery复制选择框到另外一个选择框</a></li><li><a href="http://nffish.com/archives/15" title="360安全卫士误判regedit.com">360安全卫士误判regedit.com</a></li><li><a href="http://nffish.com/archives/318" title="冷&#8230;">冷&#8230;</a></li><li><a href="http://nffish.com/archives/102" title="MiniPlayer音效设置推荐">MiniPlayer音效设置推荐</a></li><li><a href="http://nffish.com/archives/150" title="MacBook入手，Blog升级到WordPress2.6.3">MacBook入手，Blog升级到WordPress2.6.3</a></li></ul><img src="http://feeds.feedburner.com/~r/Nffish/~4/7bbufPQR9B0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nffish.com/archives/447/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://nffish.com/archives/447</feedburner:origLink></item>
		<item>
		<title>Site5 WordPress博客主机合租计划（会员招募中）</title>
		<link>http://feedproxy.google.com/~r/Nffish/~3/wtnkBnnaLMc/440</link>
		<comments>http://nffish.com/archives/440#comments</comments>
		<pubDate>Thu, 13 May 2010 06:42:34 +0000</pubDate>
		<dc:creator>Nffish</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Site5]]></category>
		<category><![CDATA[主机合租]]></category>

		<guid isPermaLink="false">http://nffish.com/?p=440</guid>
		<description><![CDATA[主机简介：
1.每个人都独立拥有中英文的cpanel操作管理，完美支持WordPress，并且有SSH帐号。
2.最好是安装WordPress、Drupal程序，垃圾站请绕道。拒绝消耗主机资源比较大的网站，严禁使用dabr和twitter API proxy等代理程序
3.不能发布任何违反中国和美国法律的任何内容，不能发布任何有版权争议，色情和政治敏感的内容。禁止存放mp3、视频文件、软件下载文件。
4.合租的人一起共用一个独立的IP，如果发生主机IP被封，需共同承担换IP的成本。
如果你愿意遵守上面条款，欢迎您加入。
对于新手我们提供免费的Wordpress安装服务。
空间规格
空间:600M
月流量:8GB (一般博客用户够用了,如果不够的话可以酌情增加到10G)
独立Cpanel控制面板
FTP账号:10个
MYSQL数据库:3个
子域名:10个
域名绑定:3个
停靠域名:3个
探针：http://playapple.com/iProber.php
测试网站 http://playapple.com
价格:
每份90元/年
淘宝链接
支付方式：
支付宝：nffish@gmail.com
Paypal：nffish@gmail.com （个人用户，仅支持paypal余额付款）
其它支付方式，请与我们联系。
我的联系方式：
Email/QQ/gtalk : nffish@gmail.com
QQ群:15976544
暂时就这些,有意见或建议请与我联系
随机日志TestUbuntu桌面操作快捷键Feedsky愚人节玩笑Blog Action Day，让我们一起行动杨辉三角形(打印10行)CSS控制滚动条滚动时页面背景不动明天回家 新年快乐！谷歌拼音输入法1.0.23.40自定义短语问题HP惠普商务机促销谷歌金山词霸正式发布]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/hlpsDuRBNDNUNRXWWrJYf20-Imo/0/da"><img src="http://feedads.g.doubleclick.net/~a/hlpsDuRBNDNUNRXWWrJYf20-Imo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/hlpsDuRBNDNUNRXWWrJYf20-Imo/1/da"><img src="http://feedads.g.doubleclick.net/~a/hlpsDuRBNDNUNRXWWrJYf20-Imo/1/di" border="0" ismap="true"></img></a></p><p>主机简介：<br />
1.每个人都独立拥有中英文的cpanel操作管理，完美支持WordPress，并且有SSH帐号。<br />
2.最好是安装WordPress、Drupal程序，垃圾站请绕道。拒绝消耗主机资源比较大的网站，严禁使用dabr和twitter API proxy等代理程序<br />
3.不能发布任何违反中国和美国法律的任何内容，不能发布任何有版权争议，色情和政治敏感的内容。禁止存放mp3、视频文件、软件下载文件。<br />
4.合租的人一起共用一个独立的IP，如果发生主机IP被封，需共同承担换IP的成本。</p>
<p>如果你愿意遵守上面条款，欢迎您加入。</p>
<p>对于新手我们提供免费的Wordpress安装服务。</p>
<p>空间规格<br />
空间:600M<br />
月流量:8GB (一般博客用户够用了,如果不够的话可以酌情增加到10G)<br />
独立Cpanel控制面板<br />
FTP账号:10个<br />
MYSQL数据库:3个<br />
子域名:10个<br />
域名绑定:3个<br />
停靠域名:3个</p>
<p>探针：http://playapple.com/iProber.php<br />
测试网站 http://playapple.com</p>
<p>价格:<br />
每份90元/年<br />
<a href="http://item.taobao.com/auction/item_detail.htm?item_num_id=5384646629">淘宝链接</a></p>
<p>支付方式：<br />
支付宝：nffish@gmail.com<br />
Paypal：nffish@gmail.com （个人用户，仅支持paypal余额付款）<br />
其它支付方式，请与我们联系。</p>
<p>我的联系方式：<br />
Email/QQ/gtalk : nffish@gmail.com</p>
<p>QQ群:15976544</p>
<p>暂时就这些,有意见或建议请与我联系</p>
<div  class="related_post_title">随机日志</div><ul class="related_post"><li><a href="http://nffish.com/archives/375" title="vi vim 快捷键必知必会">vi vim 快捷键必知必会</a></li><li><a href="http://nffish.com/archives/313" title="Xmarks正常使用hosts大法">Xmarks正常使用hosts大法</a></li><li><a href="http://nffish.com/archives/215" title="把数字转换成36进制">把数字转换成36进制</a></li><li><a href="http://nffish.com/archives/135" title="换一种心情">换一种心情</a></li><li><a href="http://nffish.com/archives/426" title="Bcastr 图片轮换播放Flash">Bcastr 图片轮换播放Flash</a></li><li><a href="http://nffish.com/archives/321" title="中文字符串转换成十六进制的网址格式">中文字符串转换成十六进制的网址格式</a></li><li><a href="http://nffish.com/archives/117" title="密码强度规则">密码强度规则</a></li><li><a href="http://nffish.com/archives/74" title="有道-2007我很忙">有道-2007我很忙</a></li><li><a href="http://nffish.com/archives/75" title="杭州下雪了">杭州下雪了</a></li><li><a href="http://nffish.com/archives/31" title="Pownce邀请6个">Pownce邀请6个</a></li></ul><img src="http://feeds.feedburner.com/~r/Nffish/~4/wtnkBnnaLMc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nffish.com/archives/440/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://nffish.com/archives/440</feedburner:origLink></item>
		<item>
		<title>It’s time for a change</title>
		<link>http://feedproxy.google.com/~r/Nffish/~3/u5dDy3lMQig/438</link>
		<comments>http://nffish.com/archives/438#comments</comments>
		<pubDate>Fri, 30 Apr 2010 05:08:18 +0000</pubDate>
		<dc:creator>Nffish</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://nffish.com/?p=438</guid>
		<description><![CDATA[It&#8217;s time for a change. Your computer can be better – It can be faster, fun and easier to use.
这是Ubuntu 10.04 LTS的标语。
不必多说赶快下载吧
不知道Ubuntu是什么？你out了!
Ubuntu 是一个由全球化的专业开发团队建造的操作系统。它包含了所有您需要的应用程序：浏览器、Office 套件、多媒体程序、即时消息等。
Ubuntu 将永远免费，连同定期发布的企业版和安全更新
Ubuntu 由 Canonical 公司和世界各地数百家公司提供完整的商业支持
Ubuntu 有自由软件社区提供的最好的翻译和易用性
Ubuntu所有核心应用程序都是自由和开源的。我们希望你使用自由和开源软件，改善它和传递它。
英文官方
UbuntuChina
相关日志取消自动挂载windows分区Ubuntu Server Java / Tomcat / Mysql 工作环境配置Ubuntu安装配置vsftpdUbuntu Linux 目录结构root登录ubuntu桌面流水帐 build 20080627Ubuntu 3D桌面特效的详细设置ubuntu ADSL PPPOE拨号配置]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/91BLGZwUWPpIXVgqko31yx_2nyo/0/da"><img src="http://feedads.g.doubleclick.net/~a/91BLGZwUWPpIXVgqko31yx_2nyo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/91BLGZwUWPpIXVgqko31yx_2nyo/1/da"><img src="http://feedads.g.doubleclick.net/~a/91BLGZwUWPpIXVgqko31yx_2nyo/1/di" border="0" ismap="true"></img></a></p><p>It&#8217;s time for a change. Your computer can be better – It can be faster, fun and easier to use.<br />
这是Ubuntu 10.04 LTS的标语。<br />
不必多说赶快<a href="http://www.ubuntu.com/getubuntu/download">下载</a>吧<br />
不知道Ubuntu是什么？你out了!<br />
Ubuntu 是一个由全球化的专业开发团队建造的操作系统。它包含了所有您需要的应用程序：浏览器、Office 套件、多媒体程序、即时消息等。</p>
<p>Ubuntu 将永远免费，连同定期发布的企业版和安全更新<br />
Ubuntu 由 Canonical 公司和世界各地数百家公司提供完整的商业支持<br />
Ubuntu 有自由软件社区提供的最好的翻译和易用性<br />
Ubuntu所有核心应用程序都是自由和开源的。我们希望你使用自由和开源软件，改善它和传递它。</p>
<p><a href="http://www.ubuntu.com/">英文官方</a><br />
<a href="http://www.ubuntu.org.cn/">UbuntuChina</a></p>
<div  class="related_post_title">相关日志</div><ul class="related_post"><li><a href="http://nffish.com/archives/453" title="取消自动挂载windows分区">取消自动挂载windows分区</a></li><li><a href="http://nffish.com/archives/352" title="Ubuntu Server Java / Tomcat / Mysql 工作环境配置">Ubuntu Server Java / Tomcat / Mysql 工作环境配置</a></li><li><a href="http://nffish.com/archives/287" title="Ubuntu安装配置vsftpd">Ubuntu安装配置vsftpd</a></li><li><a href="http://nffish.com/archives/240" title="Ubuntu Linux 目录结构">Ubuntu Linux 目录结构</a></li><li><a href="http://nffish.com/archives/125" title="root登录ubuntu桌面">root登录ubuntu桌面</a></li><li><a href="http://nffish.com/archives/123" title="流水帐 build 20080627">流水帐 build 20080627</a></li><li><a href="http://nffish.com/archives/108" title="Ubuntu 3D桌面特效的详细设置">Ubuntu 3D桌面特效的详细设置</a></li><li><a href="http://nffish.com/archives/14" title="ubuntu ADSL PPPOE拨号配置">ubuntu ADSL PPPOE拨号配置</a></li></ul><img src="http://feeds.feedburner.com/~r/Nffish/~4/u5dDy3lMQig" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nffish.com/archives/438/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://nffish.com/archives/438</feedburner:origLink></item>
		<item>
		<title>反转数组 Reverse Array</title>
		<link>http://feedproxy.google.com/~r/Nffish/~3/QPnCNXvl4Ak/431</link>
		<comments>http://nffish.com/archives/431#comments</comments>
		<pubDate>Thu, 29 Apr 2010 07:21:57 +0000</pubDate>
		<dc:creator>Nffish</dc:creator>
				<category><![CDATA[算法]]></category>
		<category><![CDATA[Reverse Array]]></category>

		<guid isPermaLink="false">http://nffish.com/?p=431</guid>
		<description><![CDATA[补习一下基础算法；
把{ 1, 2, 3, 4, 5 }  输出为 { 5 ,4 ,3 ,2 ,1 } ；
原理:把第一个数和最后一个数交换，第二个和最后第二个交换，以此类推，也就是（第i个索引）和（数组长度-1-i）交换。交换的次数为：数组长度/2
int[] arr = { 1, 2, 3, 4, 5 };
&#160; &#160; &#160; &#160; int&#160;len = arr.length;
&#160; &#160; &#160; &#160; for&#160;(int i = 0; i &#60; len / 2; i++) {
&#160; &#160; &#160; &#160; &#160; &#160; //三步交换法
&#160; &#160; &#160; &#160; [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/y6f7se6XhwD7sLfJkVKR_MgYbCc/0/da"><img src="http://feedads.g.doubleclick.net/~a/y6f7se6XhwD7sLfJkVKR_MgYbCc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/y6f7se6XhwD7sLfJkVKR_MgYbCc/1/da"><img src="http://feedads.g.doubleclick.net/~a/y6f7se6XhwD7sLfJkVKR_MgYbCc/1/di" border="0" ismap="true"></img></a></p><p>补习一下基础算法；<br />
把{ 1, 2, 3, 4, 5 }  输出为 { 5 ,4 ,3 ,2 ,1 } ；<br />
原理:把第一个数和最后一个数交换，第二个和最后第二个交换，以此类推，也就是（第i个索引）和（数组长度-1-i）交换。交换的次数为：数组长度/2</p>
<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline"><span class="hl-types">int</span><span style="color: Olive;">[]</span><span style="color: Gray;"> </span><span style="color: Blue;">arr</span><span style="color: Gray;"> = </span><span style="color: Olive;">{</span><span style="color: Gray;"> </span><span style="color: Maroon;">1</span><span style="color: Gray;">, </span><span style="color: Maroon;">2</span><span style="color: Gray;">, </span><span style="color: Maroon;">3</span><span style="color: Gray;">, </span><span style="color: Maroon;">4</span><span style="color: Gray;">, </span><span style="color: Maroon;">5</span><span style="color: Gray;"> </span><span style="color: Olive;">}</span><span style="color: Gray;">;</span></li>
<li><span style="color: Gray;">&nbsp; &nbsp; &nbsp; &nbsp; </span><span class="hl-types">int</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">len</span><span style="color: Gray;"> = </span><span style="color: Blue;">arr</span><span style="color: Gray;">.</span><span style="color: Blue;">length</span><span style="color: Gray;">;</span></li>
<li><span style="color: Gray;">&nbsp; &nbsp; &nbsp; &nbsp; </span><span style="color: Green;">for</span><span style="color: Gray;">&nbsp;</span><span style="color: Olive;">(</span><span class="hl-types">int</span><span style="color: Gray;"> </span><span style="color: Blue;">i</span><span style="color: Gray;"> = </span><span style="color: Maroon;">0</span><span style="color: Gray;">; </span><span style="color: Blue;">i</span><span style="color: Gray;"> &lt; </span><span style="color: Blue;">len</span><span style="color: Gray;"> / </span><span style="color: Maroon;">2</span><span style="color: Gray;">; </span><span style="color: Blue;">i</span><span style="color: Gray;">++</span><span style="color: Olive;">)</span><span style="color: Gray;"> </span><span style="color: Olive;">{</span></li>
<li><span style="color: Gray;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </span><span style="color: #ffa500;">//三步交换法</span></li>
<li><span style="color: Gray;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </span><span class="hl-types">int</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">t</span><span style="color: Gray;">;</span></li>
<li><span style="color: Gray;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </span><span style="color: Blue;">t</span><span style="color: Gray;"> = </span><span style="color: Blue;">arr</span><span style="color: Olive;">[</span><span style="color: Blue;">i</span><span style="color: Olive;">]</span><span style="color: Gray;">;</span></li>
<li><span style="color: Gray;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </span><span style="color: Blue;">arr</span><span style="color: Olive;">[</span><span style="color: Blue;">i</span><span style="color: Olive;">]</span><span style="color: Gray;"> = </span><span style="color: Blue;">arr</span><span style="color: Olive;">[</span><span style="color: Blue;">len</span><span style="color: Gray;"> - </span><span style="color: Blue;">i</span><span style="color: Gray;"> - </span><span style="color: Maroon;">1</span><span style="color: Olive;">]</span><span style="color: Gray;">;</span></li>
<li><span style="color: Gray;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </span><span style="color: Blue;">arr</span><span style="color: Olive;">[</span><span style="color: Blue;">len</span><span style="color: Gray;"> - </span><span style="color: Blue;">i</span><span style="color: Gray;"> - </span><span style="color: Maroon;">1</span><span style="color: Olive;">]</span><span style="color: Gray;"> = </span><span style="color: Blue;">t</span><span style="color: Gray;">; </span></li>
<li><span style="color: Gray;">&nbsp; &nbsp; &nbsp; &nbsp; </span><span style="color: Olive;">}</span></li>
<li><span style="color: Gray;">&nbsp; &nbsp; &nbsp; &nbsp; </span><span style="color: Green;">for</span><span style="color: Gray;">&nbsp;</span><span style="color: Olive;">(</span><span class="hl-types">int</span><span style="color: Gray;"> </span><span style="color: Blue;">i</span><span style="color: Gray;"> = </span><span style="color: Maroon;">0</span><span style="color: Gray;">; </span><span style="color: Blue;">i</span><span style="color: Gray;"> &lt; </span><span style="color: Blue;">len</span><span style="color: Gray;">; </span><span style="color: Blue;">i</span><span style="color: Gray;">++</span><span style="color: Olive;">)</span><span style="color: Gray;"> </span><span style="color: Olive;">{</span></li>
<li><span style="color: Gray;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </span><span style="color: Blue;">System</span><span style="color: Gray;">.</span><span style="color: Blue;">out</span><span style="color: Gray;">.</span><span style="color: Blue;">println</span><span style="color: Olive;">(</span><span style="color: Blue;">arr</span><span style="color: Olive;">[</span><span style="color: Blue;">i</span><span style="color: Olive;">])</span><span style="color: Gray;">;</span></li>
<li><span style="color: Gray;">&nbsp; &nbsp; &nbsp; &nbsp; </span><span style="color: Olive;">}</span></li></ol></div>
<div  class="related_post_title">相关日志</div><ul class="related_post"><li><a href="http://nffish.com/archives/215" title="把数字转换成36进制">把数字转换成36进制</a></li><li><a href="http://nffish.com/archives/127" title="不增加变量，交换两个数值变量的值">不增加变量，交换两个数值变量的值</a></li></ul><img src="http://feeds.feedburner.com/~r/Nffish/~4/QPnCNXvl4Ak" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nffish.com/archives/431/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://nffish.com/archives/431</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.465 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-09-03 05:37:51 -->
