<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[张宴的博客]]></title> 
<link>http://zyan.cc/index.php</link> 
<description><![CDATA[Web系统架构与底层研发]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[张宴的博客]]></copyright>
<item>
<link>http://zyan.cc/post/491/</link>
<title><![CDATA[移动互联网初创型团队需要什么样的云计算服务？]]></title> 
<author>张宴 &lt;net@s135.com&gt;</author>
<category><![CDATA[移动互联网与手机]]></category>
<pubDate>Mon, 28 Oct 2013 07:23:37 +0000</pubDate> 
<guid>http://zyan.cc/post/491/</guid> 
<description>
<![CDATA[ 
	　　对于创业型团队来说，服务器托管费用+带宽成费用+运维成本，是压在头上的三座大山。满足业务性能需要，又要降低成本，尽快实现收支平衡，是当务之急。<br/><br/>　　一、不靠谱的 App Engine<br/><br/>　　1、Google App Engine 云服务在国外的成功，不代表国内巨头们各种 *AE 仿造品的成功。在微博上搜搜就可以看到小伙伴们吐槽的各种不稳定，另外，*AE们对资源使用最大数各种规定限制，加上为了计费、阉割功能的各种限制，使它的价格优势成为鸡肋。*AE们就好比100M共享带宽的小区宽带，以低价卖给每个上网用户5M的带宽，前几十个用户感觉这网速真不错，等他卖了100个以上用户5M带宽，而这部分用户白天上班去了，晚上下班回来都在上网，其中又有一部分看视频、BT下载，于是乎，白天网速快，晚上慢得要死，连200K带宽都达不到。要知道，不怕神一样的对手，就怕猪一样的队友，在国内的 App Engine 环境下，水平参差不齐的开发者的代码质量、习惯性的资源滥用、别人网站被攻击殃及池鱼对*AE性能的影响，导致*AE的稳定性非常差。<br/><br/>　　2、所以，*AE们也意识到公共 App Engine 不稳定，所以又推出专用 App Engine，但费用一下就翻了很多倍。所以，*AE只是个人博客、个人开发者玩玩的工具，真正用作项目，还是需谨慎。根据实际的经验，*AE们还真不如VPS稳定。<br/><br/><hr/><br/>　　二、成本低的小而美VPS<br/><br/>　　1、对于初创团队来说，购买服务器、交换机，托管服务器费用、带宽月使用费，是极其昂贵的。购买可以弹性升级硬件配置的云服务VPS，是降低成本不错的选择。国内VPS，1G内存、1~2核CPU、1M带宽、多线BGP，大概价格在100元/月左右，支持备案，可以作为最低入门选择，有条件可以购买两台互为热备，阿里云主机可以作为参考。大多数VPS服务商使用的都是廉价的SATA磁盘。如果你对磁盘IO要求较高，可以选择提供有SAS磁盘的IAAS云主机服务商，比如UCloud。<br/><br/>　　2、市场上的VPS商家主要有 Xen、OpenVZ、KVM 三种开源的虚拟化技术。全虚拟化的 Xen 更像独立主机，服务器资源按VPS实际大小平均分配，一般无法超售。半虚拟化的 OpenVZ 在同样的性能测试下，会比 Xen 高一些，但是，一台物理内存16G的服务器，可以分配出总内存大小超过16G很多倍的VPS，服务商可以超售，想卖多少台VPS就可以卖多少台，所以不推荐使用。KVM 在最新的 Linux 发行版中，已经是集成，但是，商业化应用还不成熟，基于 KVM 的 VPS 服务商很少。<br/><br/>　　3、VPS的操作系统，建议选择64位的Linux。在32位Linux下，PHP能给处理的整数不能超过正负2^31=2147483648，如果以后接入新浪微博、淘宝、腾讯等第三方开放平台，他们的接口里会有超过32位的整数（比如新浪用户ID、淘宝商品ID）。如果不幸使用32位Linux，你只能将这些整数当成字符串处理了，以后配合Sphinx等搜索引擎，会非常麻烦。<br/><br/>　　4、现在，可以在北京进行备案的域名有：国际域名 .com .net .org，国内域名 .cn .com.cn .中国，国别域名 .cc，其他的域名均不能进行备案。仅北京有限制，其它省市正常提交备案即可。我们原来申请的 .me 域名，在北京无法备案，后来只好拿到苏州去备案了。所以，在选择域名的时候，需要慎重。<br/><br/>　　5、使用 VPS，一定要定期在本地，做好数据备份，不要相信所谓的 7*24服务，99.99%安全稳定性，只要有人的VPS出问题了，都归为那 0.01%。<br/><br/><hr/><br/>　　三、应对峰值带宽的云存储<br/><br/>　　1、对于DAU（日活跃用户）过十万的网站、APP应用来说，CDN或云存储是必需品。使用云存储不是因为存储空间，因为一块几TB的SATA磁盘很便宜，使用云存储是因为高出平均带宽值几倍至几十倍的峰值带宽。做手机APP应用，峰值带宽更集中，当你向所有用户群发PUSH一条消息，用户被唤醒打开APP应用，几分钟的时间，会消耗几十倍的带宽峰值。图片、下载，是最主要的带宽消耗者。也许，数据接口API只需不到1M的带宽，而图片对带宽的峰值需求则会达到100M。为了几分钟的峰值，去购买100M昂贵的带宽，其他时间带宽都空闲，是一件非常奢侈的事。<br/><br/>　　2、国内提供云存储服务的商家有很多，真正好用得却不多，提供FTP等公共通用协议的云存储更是微乎其微。使用第三方云服务，切忌千万不要吊死在一棵树上。支持FTP等公共协议，如果将来有问题，能够方便的进行数据迁移和技术替代。如果云服务厂商一直能够提供优质的服务，那么，也就可以长期使用他们的云服务。相信优秀的云存储提供商，是不会惧怕这一点的。<br/><br/>............<br/>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/490/</link>
<title><![CDATA[ASIHTTPRequest 类库在 iOS 7.0 中需要修改的地方]]></title> 
<author>张宴 &lt;net@s135.com&gt;</author>
<category><![CDATA[移动互联网与手机]]></category>
<pubDate>Sun, 06 Oct 2013 05:34:27 +0000</pubDate> 
<guid>http://zyan.cc/post/490/</guid> 
<description>
<![CDATA[ 
	　　ASIHTTPRequest 类库在iOS 7.0中，会有一些报错警告，需要稍作修改：<br/><br/>　　1、<br/><div style="border-left: 0px dashed #D6C094; margin: 5px; padding: 3px; margin-bottom:0px; border: 1px dashed #00a0c6; background-color: #ffffff;">if ([inputStream streamStatus] == NSStreamEventErrorOccurred) &#123;</div><br/>　　修改成：<br/><div style="border-left: 0px dashed #D6C094; margin: 5px; padding: 3px; margin-bottom:0px; border: 1px dashed #00a0c6; background-color: #ffffff;">if ([inputStream streamStatus] == (NSStreamStatus)NSStreamEventErrorOccurred) &#123;</div><br/><br/>　　2、<br/><div style="border-left: 0px dashed #D6C094; margin: 5px; padding: 3px; margin-bottom:0px; border: 1px dashed #00a0c6; background-color: #ffffff;">return [[NSDate date] addTimeInterval:maxAge];</div><br/>　　修改成：<br/><div style="border-left: 0px dashed #D6C094; margin: 5px; padding: 3px; margin-bottom:0px; border: 1px dashed #00a0c6; background-color: #ffffff;">return [[NSDate date] dateByAddingTimeInterval:maxAge];</div>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/486/</link>
<title><![CDATA[手机电商APP的智能化设计]]></title> 
<author>张宴 &lt;net@s135.com&gt;</author>
<category><![CDATA[移动互联网与手机]]></category>
<pubDate>Tue, 21 May 2013 05:11:05 +0000</pubDate> 
<guid>http://zyan.cc/post/486/</guid> 
<description>
<![CDATA[ 
	<br/>　　5月17日，我在苏州工业园区“<a href="http://news.sipac.gov.cn/special/2013year/20130517ycygflt/" target="_blank">2013首届金鸡湖云产业高峰论坛</a>”上的演讲PPT：《手机电商APP的智能化设计》下载。<br/><br/>　　<a href="http://pan.baidu.com/share/link?shareid=560014&uk=3946315320&third=2" target="_blank">http://pan.baidu.com/share/link?shareid=560014&uk=3946315320&third=2</a><br/>
]]>
</description>
</item><item>
<link>http://zyan.cc/xcode_svn/</link>
<title><![CDATA[iOS XCode 多人共享开发 SVN 配置需要做的小设置]]></title> 
<author>张宴 &lt;net@s135.com&gt;</author>
<category><![CDATA[移动互联网与手机]]></category>
<pubDate>Thu, 13 Dec 2012 05:04:27 +0000</pubDate> 
<guid>http://zyan.cc/xcode_svn/</guid> 
<description>
<![CDATA[ 
	　　UserInterfaceState.xcuserstate 文件频繁更新，*.a等静态链接库文件默认不被添加到 SVN 中，需要对自己 Mac OS 上的 SVN 客户端配置做一下修改。<br/><br/>　　进入终端：<br/><div style="border-left: 0px dashed #D6C094; margin: 5px; padding: 3px; margin-bottom:0px; border: 1px dashed #00a0c6; background-color: #ffffff;">vi ~/.subversion/config</div><br/>　　查找 [miscellany] 字段<br/><br/>　　在默认被注释的&nbsp;&nbsp;global-ignores 下一行，增加一行：<br/><div style="border-left: 0px dashed #D6C094; margin: 5px; padding: 3px; margin-bottom:0px; border: 1px dashed #00a0c6; background-color: #ffffff;">global-ignores = *~ #*# .#* .*.swp .DS_Store .xcuserstate</div><br/>Tags - <a href="http://zyan.cc/tags/ios/" rel="tag">ios</a> , <a href="http://zyan.cc/tags/xcode/" rel="tag">xcode</a> , <a href="http://zyan.cc/tags/svn/" rel="tag">svn</a> , <a href="http://zyan.cc/tags/userinterfacestate/" rel="tag">userinterfacestate</a> , <a href="http://zyan.cc/tags/xcuserstate/" rel="tag">xcuserstate</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/webkit-touch-callout/</link>
<title><![CDATA[禁用 UIWebView 里面的链接长按弹出效果]]></title> 
<author>张宴 &lt;net@s135.com&gt;</author>
<category><![CDATA[移动互联网与手机]]></category>
<pubDate>Mon, 24 Sep 2012 11:14:43 +0000</pubDate> 
<guid>http://zyan.cc/webkit-touch-callout/</guid> 
<description>
<![CDATA[ 
	　　苹果一直拒绝 UIWebView 内嵌 HTML5 页面的 iPhone、iPad APP应用上架到 App Store，建议这样的APP去做成Safari的Web应用。但是，苹果的审核人员只从界面、URL去判断是否HTML5的。有一次，一个 APP应用的URL地址被他们拷贝出来，放到浏览器中能够访问，然后，应用悲催地被拒绝上架了。<br/><br/>　　对付方法：<br/><br/>　　1、URL不让直接通过浏览器访问（UIWebView的请求Header头中加点东西，在服务器端将APP内嵌的访问和通过直接浏览器访问区分开来），或者通过浏览器访问时，返回JSON、XML信息，输出“Interface Error”，忽悠苹果审核人员说这是HTTP协议的接口，不是网页。<br/><br/>　　2、禁用、禁止 UIWebView 里面的链接长按弹出效果。加入一行 CSS 代码，禁用类似下图的链接长按弹出效果：<br/><div style="border-left: 0px dashed #D6C094; margin: 5px; padding: 3px; margin-bottom:0px; border: 1px dashed #00a0c6; background-color: #ffffff;">html,body&#123;-webkit-touch-callout: none;&#125;</div><br/>　　<a href="http://zyan.cc/attachment/201209/touch-callout.jpg" target="_blank"><img src="http://zyan.cc/attachment/201209/touch-callout.jpg" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/>Tags - <a href="http://zyan.cc/tags/webkit/" rel="tag">webkit</a> , <a href="http://zyan.cc/tags/touch/" rel="tag">touch</a> , <a href="http://zyan.cc/tags/callout/" rel="tag">callout</a> , <a href="http://zyan.cc/tags/iphone/" rel="tag">iphone</a> , <a href="http://zyan.cc/tags/ipad/" rel="tag">ipad</a> , <a href="http://zyan.cc/tags/ios/" rel="tag">ios</a> , <a href="http://zyan.cc/tags/uiwebview/" rel="tag">uiwebview</a> , <a href="http://zyan.cc/tags/html5/" rel="tag">html5</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/android_ios_status/</link>
<title><![CDATA[一些数据：移动iPhone用户超联通两倍，Android用户小米手机占有率第一]]></title> 
<author>张宴 &lt;net@s135.com&gt;</author>
<category><![CDATA[移动互联网与手机]]></category>
<pubDate>Thu, 23 Feb 2012 05:24:55 +0000</pubDate> 
<guid>http://zyan.cc/android_ios_status/</guid> 
<description>
<![CDATA[ 
	　　[文章作者：张宴 本文版本：v1.0 最后修改：2012.02.23 转载请注明原文链接：<a href="http://blog.zyan.cc/android_ios_status/" target="_blank">http://blog.zyan.cc/android_ios_status/</a>]<br/><br/>　　上周，我们发布了一款支持 Android 和 iOS 平台手机应用。本周，又发布了另一款手机应用的 iOS 版本。纵贯两款应用的统计数据，发现有两点出乎我的意料。<br/><br/>　　<strong>1、iOS 应用状况：移动iPhone用户超联通两倍，WIFI 联网方式接近 75%</strong><br/><br/>　　我曾经一直以为在 iPhone 4/4S 用户中，中国联通的用户要比中国移动多，毕竟联通是苹果合作伙伴，联通卡是3G网络，而移动卡的国产TD-SCDMA iPhone不支持，只能使用2G网络。但经过最近一星期发布的两款手机应用（均有 iOS、Android 版本）的统计数据发现，iPhone 里插着中国移动2G卡的用户比中国联通3G用户多两倍。因此，将来针对移动互联网 IDC 机房的选择与优化，也需要偏向中国移动网络。<br/><br/>　　<a href="http://zyan.cc/attachment/201202/tongji/ios_yys.png" target="_blank"><img src="http://zyan.cc/attachment/201202/tongji/ios_yys.png" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/><hr/><br/>　　<a href="http://zyan.cc/attachment/201202/tongji/ios_lw.png" target="_blank"><img src="http://zyan.cc/attachment/201202/tongji/ios_lw.png" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/><hr/><br/>　　<strong>2、Android 应用状况：小米手机占有率领先，WIFI 联网方式超过 80%</strong><br/><br/>　　Android 用户移动远超联通，在预料之中。但是，没有想到，在这么多不同型号的 Android 手机中，小米手机 MI-ONE Plus 的占有量竟然能够位居第一，而三星 GT-I9100 紧跟其后。<br/><br/>　　<a href="http://zyan.cc/attachment/201202/tongji/android_sb.png" target="_blank"><img src="http://zyan.cc/attachment/201202/tongji/android_sb.png" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/>............<br/><br/>Tags - <a href="http://zyan.cc/tags/android/" rel="tag">android</a> , <a href="http://zyan.cc/tags/ios/" rel="tag">ios</a> , <a href="http://zyan.cc/tags/iphone/" rel="tag">iphone</a> , <a href="http://zyan.cc/tags/iphone4/" rel="tag">iphone4</a> , <a href="http://zyan.cc/tags/ipad/" rel="tag">ipad</a> , <a href="http://zyan.cc/tags/3g/" rel="tag">3g</a> , <a href="http://zyan.cc/tags/2g/" rel="tag">2g</a> , <a href="http://zyan.cc/tags/wifi/" rel="tag">wifi</a> , <a href="http://zyan.cc/tags/%25E5%25B0%258F%25E7%25B1%25B3%25E6%2589%258B%25E6%259C%25BA/" rel="tag">小米手机</a> , <a href="http://zyan.cc/tags/%25E4%25B8%2589%25E6%2598%259F/" rel="tag">三星</a> , <a href="http://zyan.cc/tags/%25E4%25B8%25AD%25E5%259B%25BD%25E7%25A7%25BB%25E5%258A%25A8/" rel="tag">中国移动</a> , <a href="http://zyan.cc/tags/%25E4%25B8%25AD%25E5%259B%25BD%25E8%2581%2594%25E9%2580%259A/" rel="tag">中国联通</a> , <a href="http://zyan.cc/tags/%25E4%25B8%25AD%25E5%259B%25BD%25E7%2594%25B5%25E4%25BF%25A1/" rel="tag">中国电信</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/itms-services/</link>
<title><![CDATA[越狱的 iPhone、iPad 通过网站实现一键安装 ipa 格式的 APP 应用]]></title> 
<author>张宴 &lt;net@s135.com&gt;</author>
<category><![CDATA[移动互联网与手机]]></category>
<pubDate>Mon, 13 Feb 2012 05:50:07 +0000</pubDate> 
<guid>http://zyan.cc/itms-services/</guid> 
<description>
<![CDATA[ 
	　　1、已经<a href="http://tech.sina.com.cn/n/2012-02-08/01092021451.shtml" target="_blank">越狱</a>的 iPhone、iPad 设备，当通过其自带的 safari 浏览器访问 ipa 应用下载网站时，利用 itms-services 协议，可以一键安装 ipa 文件的 iOS 应用，例如：<br/><br/><div style="border-left: 0px dashed #D6C094; margin: 5px; padding: 3px; margin-bottom:0px; border: 1px dashed #00a0c6; background-color: #ffffff;">&lt;a href=&quot;itms-services://?action=download-manifest&amp;url=http://blog.zyan.cc/demo/ios/jhsmyt.plist&quot;&gt;通过越狱的iOS设备浏览器访问本页，点这儿一键安装APP应用。&lt;/a&gt;</div><br/><hr/><br/>　　2、jhsmyt.plist 的内容如下：<br/>　　<a href="http://blog.zyan.cc/demo/ios/jhsmyt.xml" target="_blank">blog.zyan.cc/demo/ios/jhsmyt.plist</a><br/><br/>　　需要修改之处：<br/><br/>　　<a href="http://zyan.cc/attachment/201202/plist.png" target="_blank"><img src="http://zyan.cc/attachment/201202/plist.png" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/><hr/><br/>　　3、如果通过 iPhone、iPad 上的二维码扫描软件，还可以实现类似 Android 系统的扫描二维码下载 app 应用：<br/><br/>　　<a href="http://blog.zyan.cc/demo/ios/autodown.png" target="_blank"><img src="http://blog.zyan.cc/demo/ios/autodown.png" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/>　　二维码内的网址地址为 <a href="http://blog.zyan.cc/demo/ios/autodown.htm" target="_blank">http://blog.zyan.cc/demo/ios/autodown.htm</a> 内容如下：<br/><textarea name="code" class="html" rows="15" cols="100"><html>
<head>
<title>iOS 越狱版安装</title>
<meta http-equiv="Content-Type" content="text/HTML; charset=utf-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" />
<script type="text/javascript">
function doLocation(url)
&#123;
&nbsp;&nbsp;var a = document.createElement("a");
&nbsp;&nbsp;if(!a.click) &#123;
&nbsp;&nbsp;&nbsp;&nbsp;window.location = url;
&nbsp;&nbsp;&nbsp;&nbsp;return;
&nbsp;&nbsp;&#125;
&nbsp;&nbsp;a.setAttribute("href", url);
&nbsp;&nbsp;a.style.display = "none";
&nbsp;&nbsp;document.body.appendChild(a);
&nbsp;&nbsp;a.click();
&#125;
</script>
</head>
<body&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>
<script type="text/javascript">
doLocation('itms-services://?action=download-manifest&url=http://blog.zyan.cc/demo/ios/jhsmyt.plist');
</script>
</body>
</html></textarea><br/><hr/><br/>　　4、完整的 Demo 示例：<br/><br/>　　<a href="http://blog.zyan.cc/demo/ios/" target="_blank">http://blog.zyan.cc/demo/ios/</a><br/><br/>　　<a href="http://zyan.cc/attachment/201202/ios1.png" target="_blank"><img src="http://zyan.cc/attachment/201202/ios1.png" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/>　　<a href="http://zyan.cc/attachment/201202/ios2.png" target="_blank"><img src="http://zyan.cc/attachment/201202/ios2.png" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/>Tags - <a href="http://zyan.cc/tags/ios/" rel="tag">ios</a> , <a href="http://zyan.cc/tags/iphone/" rel="tag">iphone</a> , <a href="http://zyan.cc/tags/ipad/" rel="tag">ipad</a> , <a href="http://zyan.cc/tags/app/" rel="tag">app</a> , <a href="http://zyan.cc/tags/ipa/" rel="tag">ipa</a> , <a href="http://zyan.cc/tags/safari/" rel="tag">safari</a> , <a href="http://zyan.cc/tags/%25E8%258B%25B9%25E6%259E%259C/" rel="tag">苹果</a> , <a href="http://zyan.cc/tags/%25E8%25B6%258A%25E7%258B%25B1/" rel="tag">越狱</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/android_apk_zip/</link>
<title><![CDATA[APK 变成 ZIP：Android 手机应用程序文件下载服务器需要注意的问题]]></title> 
<author>张宴 &lt;net@s135.com&gt;</author>
<category><![CDATA[移动互联网与手机]]></category>
<pubDate>Thu, 20 Jan 2011 01:00:53 +0000</pubDate> 
<guid>http://zyan.cc/android_apk_zip/</guid> 
<description>
<![CDATA[ 
	　　[文章作者：张宴 本文版本：v1.0 最后修改：2010.01.20 转载请注明原文链接：<a href="http://blog.zyan.cc/android_apk_zip" target="_blank">http://blog.zyan.cc/android_apk_zip</a>]<br/><br/>　　前天，金山网络的一位同事向我咨询了一个问题：很多用户反映，网站上提供的Android手机应用程序文件“xxx.apk”，用IE浏览器下载，扩展名就被自动被重命名成了“xxx.zip”，拷贝到手机上无法安装。我发现，由于APK文件本身就是压缩包，如果用户的电脑上装了WinRAR（85%的装机量），用IE下载APK文件，扩展名就会被自动改为“.zip”。<br/><br/>　　如果你的下载服务器为Nginx服务器，那么，在Nginx安装目录下的conf/mime.types文件的对应位置，加上以下一行语句，指定APK文件的MIME类型为 application/vnd.android.package-archive 即可：<br/><br/><div style="border-left: 0px dashed #D6C094; margin: 5px; padding: 3px; margin-bottom:0px; border: 1px dashed #00a0c6; background-color: #ffffff;">application/vnd.android.package-archive&nbsp;&nbsp;&nbsp;&nbsp; apk;</div><br/><br/>　　截至本文发布时，存在“xxx.apk”下载时被自动重命名为“xxx.zip”问题的网站很多，其中不乏一些提供 Android 程序下载的知名网站，例如：新浪微博、街旁网。<br/><br/>　　新浪微博官方 Android 手机客户端下载页：<a href="http://t.sina.com.cn/mobile/android.php" target="_blank">http://t.sina.com.cn/mobile/android.php</a><br/><br/>　　<a href="http://zyan.cc/attachment/201101/apk_sina_1.jpg" target="_blank"><img src="http://zyan.cc/attachment/201101/apk_sina_1.jpg" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/>　　<a href="http://zyan.cc/attachment/201101/apk_sina_2.jpg" target="_blank"><img src="http://zyan.cc/attachment/201101/apk_sina_2.jpg" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/>　　街旁 Android 版客户端下载页：<a href="http://we.jiepang.com/client-android/" target="_blank">http://we.jiepang.com/client-android/</a><br/><br/>............<br/><br/>Tags - <a href="http://zyan.cc/tags/android/" rel="tag">android</a> , <a href="http://zyan.cc/tags/apk/" rel="tag">apk</a> , <a href="http://zyan.cc/tags/zip/" rel="tag">zip</a> , <a href="http://zyan.cc/tags/winrar/" rel="tag">winrar</a> , <a href="http://zyan.cc/tags/ie/" rel="tag">ie</a>
]]>
</description>
</item>
</channel>
</rss>