<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/oliveyuganfei" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/oliveyuganfei" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 16 Sep 2010 03:12:00 GMT</lastBuildDate><title>生活空间</title><description>生活空间</description><link>http://blog.csdn.net/blogrss.aspx?username=oliveyuganfei</link><item><title>JAVA与手机交互，利用GSM 猫池得到手机号码</title><link>http://blog.csdn.net/oliveyuganfei/archive/2010/09/16/5887875.aspx</link><description>&lt;br /&gt;最近公司需要，写一个猫池得手机号程序，研究了一下，利用SMSLIB例子修改了一下，解决问题。&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;import java.io.BufferedReader;&lt;br /&gt;import java.io.BufferedWriter;&lt;br /&gt;import java.io.File;&lt;br /&gt;import java.io.FileReader;&lt;br /&gt;import java.io.FileWriter;&lt;br /&gt;import java.text.SimpleDateFormat;&lt;br /&gt;import java.util.ArrayList;&lt;br /&gt;import java.util.List;&lt;br /&gt;import java.util.Vector;&lt;br /&gt;import org.smslib.AGateway;&lt;br /&gt;import org.smslib.ICallNotification;&lt;br /&gt;import org.smslib.IInboundMessageNotification;&lt;br /&gt;import o&lt;img src=&quot;http://www1.feedsky.com/t1/413712030/oliveyuganfei/csdn.net/s.gif?r=http://blog.csdn.net/oliveyuganfei/archive/2010/09/16/5887875.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/oliveyuganfei/413712030/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/oliveyuganfei/413712030/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 16 Sep 2010 11:12:00 +0800</pubDate><author>喻赣辉</author><guid isPermaLink="false">http://blog.csdn.net/oliveyuganfei/archive/2010/09/16/5887875.aspx</guid><dc:creator>喻赣辉</dc:creator><fs:srclink>http://blog.csdn.net/oliveyuganfei/archive/2010/09/16/5887875.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/oliveyuganfei/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/oliveyuganfei/~1208087/413712030/1208062</fs:itemid></item><item><title>使用ant编译android程序</title><link>http://blog.csdn.net/oliveyuganfei/archive/2010/09/02/5857538.aspx</link><description>&lt;br /&gt;机子很破，eclipse运行起来有些力不从心，况且还要开模拟器，不堪重负…网上找到的算是apache-ant比较好使. &lt;br /&gt;&lt;br /&gt;let's go! &lt;br /&gt;&lt;br /&gt;假设你已经有： &lt;br /&gt;  (a)java环境 &lt;br /&gt;  (b)android-sdk环境 &lt;br /&gt;&lt;br /&gt;[1]设置ant环境 &lt;br /&gt;去http://ant.apache.org/bindownload.cgi下载最新版本（当前为apache-ant-1.8.0），二进制的就好！例如：apache-ant-1.8.0-bin.zip &lt;br /&gt;&lt;br /&gt;$ unzip apache-ant-1.8.0-bin.zip &lt;br /&gt;&lt;br /&gt;解开后为apache-ant-1.8.0,假如全路径为/home/tools/apache-ant-1.8.0 &lt;br /&gt;&lt;br /&gt;设置ant环境变量： &lt;br /&gt;&lt;br /&gt;$ export ANT_HOME=&quot;/home/tools/apache-ant-1.8.0&quot; &lt;br /&gt;$ export PATH=&quot;$&lt;img src=&quot;http://www1.feedsky.com/t1/413712031/oliveyuganfei/csdn.net/s.gif?r=http://blog.csdn.net/oliveyuganfei/archive/2010/09/02/5857538.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/oliveyuganfei/413712031/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/oliveyuganfei/413712031/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 02 Sep 2010 10:40:00 +0800</pubDate><author>喻赣辉</author><guid isPermaLink="false">http://blog.csdn.net/oliveyuganfei/archive/2010/09/02/5857538.aspx</guid><dc:creator>喻赣辉</dc:creator><fs:srclink>http://blog.csdn.net/oliveyuganfei/archive/2010/09/02/5857538.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/oliveyuganfei/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/oliveyuganfei/~1208087/413712031/1208062</fs:itemid></item><item><title>android 将图片扩大缩放的类</title><link>http://blog.csdn.net/oliveyuganfei/archive/2010/08/23/5832390.aspx</link><description>&lt;br /&gt;ANDROID项目为了能自适应不同的分辨率手机，有二种方法，一种是把各个分辨率的图放到资源里去，这样做使APK文件太大了，有时我们只需扩大缩放图来达到适应的目的。下面是我用J2ME的方法进行修改，适应ANDROID的。希望对大家有用。&lt;br /&gt;&lt;br /&gt;/*********&lt;br /&gt; * 图片扩大缩放类&lt;br /&gt; */&lt;br /&gt;import android.graphics.Bitmap;&lt;br /&gt;public final class ZoomImage {&lt;br /&gt; public static Bitmap getZoomImage(Bitmap src, int desW, int desH) {&lt;br /&gt;   Bitmap desImg = null;&lt;br /&gt;     int srcW = src.getWidth(); // 原始图像宽&lt;br /&gt;     int srcH = src.getHeight(); // 原始图像高&lt;br /&gt;     int[] srcBuf = new int[srcW * srcH]; // 原始图片像素信息缓&lt;img src=&quot;http://www1.feedsky.com/t1/413712032/oliveyuganfei/csdn.net/s.gif?r=http://blog.csdn.net/oliveyuganfei/archive/2010/08/23/5832390.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/oliveyuganfei/413712032/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/oliveyuganfei/413712032/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 23 Aug 2010 16:51:00 +0800</pubDate><author>喻赣辉</author><guid isPermaLink="false">http://blog.csdn.net/oliveyuganfei/archive/2010/08/23/5832390.aspx</guid><dc:creator>喻赣辉</dc:creator><fs:srclink>http://blog.csdn.net/oliveyuganfei/archive/2010/08/23/5832390.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/oliveyuganfei/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/oliveyuganfei/~1208087/413712032/1208062</fs:itemid></item><item><title>android自适应滑动键盘产生的屏幕尺寸变化</title><link>http://blog.csdn.net/oliveyuganfei/archive/2010/08/23/5832345.aspx</link><description>默认情况下，滑动键盘会重新启动activity

要不关闭activity 则可以在manifest.xml中增加 android:configChanges=&quot;keyboardHidden|orientation&quot;

然后重载public void onConfigurationChanged(Configuration newConfig) 函数

键盘被抽出后会首先调用onConfigurationChanged

如果你希望滑动键盘不改变屏幕分辨率 则可以增加属性：

android:screenOrientation=&quot;portrait&quot;&gt;

portrait :竖   
landscape: 横
sensor:根据手机的角度自动调整


详细说明：


android:configChanges
    Lists configuration changes that the activity will handle itself. When changes that are not listed occur, the activi&lt;img src=&quot;http://www1.feedsky.com/t1/413712033/oliveyuganfei/csdn.net/s.gif?r=http://blog.csdn.net/oliveyuganfei/archive/2010/08/23/5832345.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/oliveyuganfei/413712033/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/oliveyuganfei/413712033/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 23 Aug 2010 16:43:00 +0800</pubDate><author>喻赣辉</author><guid isPermaLink="false">http://blog.csdn.net/oliveyuganfei/archive/2010/08/23/5832345.aspx</guid><dc:creator>喻赣辉</dc:creator><fs:srclink>http://blog.csdn.net/oliveyuganfei/archive/2010/08/23/5832345.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/oliveyuganfei/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/oliveyuganfei/~1208087/413712033/1208062</fs:itemid></item><item><title>android程序创建桌面快捷方式</title><link>http://blog.csdn.net/oliveyuganfei/archive/2010/08/19/5823870.aspx</link><description>&lt;br /&gt;  public void addShortCut(){&lt;br /&gt;   SharedPreferences settins =getSharedPreferences(&quot;shortcut&quot;,0);&lt;br /&gt;      Boolean existCheck=settins.getBoolean(&quot;shortcut&quot;,false);&lt;br /&gt;//      Log.w(&quot;tttttttt&quot;,&quot;existCheck=&quot;+existCheck);&lt;br /&gt;      if(existCheck)return;&lt;br /&gt;   Intent thisIntent = new Intent();&lt;br /&gt;   thisIntent.setClass(this, AppActivity.class);&lt;br /&gt;&lt;br /&gt;   String ACTION_ADD_SHORTCUT = &quot;com.android.launcher.action.INSTALL_SHORTCUT&quot;;&lt;br /&gt;   Intent addShortcut = new Intent(ACTI&lt;img src=&quot;http://www1.feedsky.com/t1/413712034/oliveyuganfei/csdn.net/s.gif?r=http://blog.csdn.net/oliveyuganfei/archive/2010/08/19/5823870.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/oliveyuganfei/413712034/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/oliveyuganfei/413712034/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 19 Aug 2010 14:39:00 +0800</pubDate><author>喻赣辉</author><guid isPermaLink="false">http://blog.csdn.net/oliveyuganfei/archive/2010/08/19/5823870.aspx</guid><dc:creator>喻赣辉</dc:creator><fs:srclink>http://blog.csdn.net/oliveyuganfei/archive/2010/08/19/5823870.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/oliveyuganfei/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/oliveyuganfei/~1208087/413712034/1208062</fs:itemid></item><item><title>Android实现全屏正确方法介绍</title><link>http://blog.csdn.net/oliveyuganfei/archive/2010/08/16/5815986.aspx</link><description>如何才能正确的编写代码来实现全屏功能呢？我们将会通过对一段代码的解读来详细接受一下Android实现全屏的操作方法。
&lt;br /&gt;&lt;br /&gt;Android手机操作系统是由谷歌推出的一款基于Linux的开源手机操作系统。我们可以在模拟器中对其进行相应的操作来实现各种功能以满足用户的需求。在这里就简要介绍一下Android实现全屏的相关方法。&lt;br /&gt;新版本的Android Framework和老版本的实现起来有些不同。这里只给出新版本的Android实现全屏代码。package pub.tetris;  import android.app.Activity;  import android.os.Bundle;  import android.view.Window;  import android.view.WindowManager;  public class TetrisActivity extends Activity {  /** Called when the activity is first created. */  @Override  public v&lt;img src=&quot;http://www1.feedsky.com/t1/413712035/oliveyuganfei/csdn.net/s.gif?r=http://blog.csdn.net/oliveyuganfei/archive/2010/08/16/5815986.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/oliveyuganfei/413712035/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/oliveyuganfei/413712035/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 16 Aug 2010 16:11:00 +0800</pubDate><author>喻赣辉</author><guid isPermaLink="false">http://blog.csdn.net/oliveyuganfei/archive/2010/08/16/5815986.aspx</guid><dc:creator>喻赣辉</dc:creator><fs:srclink>http://blog.csdn.net/oliveyuganfei/archive/2010/08/16/5815986.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/oliveyuganfei/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/oliveyuganfei/~1208087/413712035/1208062</fs:itemid></item><item><title>android 拦截back键</title><link>http://blog.csdn.net/oliveyuganfei/archive/2010/08/11/5804035.aspx</link><description>&lt;br /&gt;按back键的时候，不处理的话，当前activity会结束，有时我们希望back键相当于返回键的时候就要加return true了;&lt;br /&gt;public boolean onKeyDown(int keyCode, KeyEvent event) {&lt;br /&gt;   if(keyCode==KeyEvent.KEYCODE_BACK){&lt;br /&gt;    keyValue=Mobile.KEY_RIGHTSOFT;&lt;br /&gt;       return true;&lt;br /&gt;   }&lt;br /&gt;  return super.onKeyDown(keyCode, event);&lt;br /&gt;}&lt;img src=&quot;http://www1.feedsky.com/t1/413712036/oliveyuganfei/csdn.net/s.gif?r=http://blog.csdn.net/oliveyuganfei/archive/2010/08/11/5804035.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/oliveyuganfei/413712036/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/oliveyuganfei/413712036/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 11 Aug 2010 14:15:00 +0800</pubDate><author>喻赣辉</author><guid isPermaLink="false">http://blog.csdn.net/oliveyuganfei/archive/2010/08/11/5804035.aspx</guid><dc:creator>喻赣辉</dc:creator><fs:srclink>http://blog.csdn.net/oliveyuganfei/archive/2010/08/11/5804035.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/oliveyuganfei/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/oliveyuganfei/~1208087/413712036/1208062</fs:itemid></item><item><title>android利用mediaplayer播放音频，视频代码</title><link>http://blog.csdn.net/oliveyuganfei/archive/2010/08/11/5803885.aspx</link><description>&lt;br /&gt;多天测试，发现HTC G1是可以播放RTSP：//的视频的，呵呵。&lt;br /&gt;APIDEMO里的视频代码大杂，弄了个aictivity测试，希望对大家有用。。&lt;br /&gt;&lt;br /&gt;package zhuota.video;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;import android.app.Activity;&lt;br /&gt;import android.media.MediaPlayer;&lt;br /&gt;import android.media.MediaPlayer.OnBufferingUpdateListener;&lt;br /&gt;import android.media.MediaPlayer.OnCompletionListener;&lt;br /&gt;import android.os.Bundle;&lt;br /&gt;import android.util.Log;&lt;br /&gt;import android.view.SurfaceHolder;&lt;br /&gt;import android.view.SurfaceView;&lt;br /&gt;&lt;br /&gt;public class Media&lt;img src=&quot;http://www1.feedsky.com/t1/413712037/oliveyuganfei/csdn.net/s.gif?r=http://blog.csdn.net/oliveyuganfei/archive/2010/08/11/5803885.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/oliveyuganfei/413712037/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/oliveyuganfei/413712037/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 11 Aug 2010 13:35:00 +0800</pubDate><author>喻赣辉</author><guid isPermaLink="false">http://blog.csdn.net/oliveyuganfei/archive/2010/08/11/5803885.aspx</guid><dc:creator>喻赣辉</dc:creator><fs:srclink>http://blog.csdn.net/oliveyuganfei/archive/2010/08/11/5803885.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/oliveyuganfei/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/oliveyuganfei/~1208087/413712037/1208062</fs:itemid></item><item><title>android程序增加CMWAP的APN</title><link>http://blog.csdn.net/oliveyuganfei/archive/2010/08/10/5801803.aspx</link><description>&lt;br /&gt;上文提到CMWAP的APN的TYPE要设成default。修改了别人电信的代码，改成移动CMWAP的。下面是代码：&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;import android.app.Activity;&lt;br /&gt;import android.content.ContentResolver;&lt;br /&gt;import android.content.ContentValues;&lt;br /&gt;import android.content.Context;&lt;br /&gt;import android.database.Cursor;&lt;br /&gt;import android.net.ConnectivityManager;&lt;br /&gt;import android.net.NetworkInfo;&lt;br /&gt;import android.net.Uri;&lt;br /&gt;import android.os.Bundle;&lt;br /&gt;import android.telephony.TelephonyManager;&lt;br /&gt;import android.util.Log;&lt;br /&gt;i&lt;img src=&quot;http://www1.feedsky.com/t1/413712038/oliveyuganfei/csdn.net/s.gif?r=http://blog.csdn.net/oliveyuganfei/archive/2010/08/10/5801803.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/oliveyuganfei/413712038/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/oliveyuganfei/413712038/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 10 Aug 2010 16:13:00 +0800</pubDate><author>喻赣辉</author><guid isPermaLink="false">http://blog.csdn.net/oliveyuganfei/archive/2010/08/10/5801803.aspx</guid><dc:creator>喻赣辉</dc:creator><fs:srclink>http://blog.csdn.net/oliveyuganfei/archive/2010/08/10/5801803.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/oliveyuganfei/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/oliveyuganfei/~1208087/413712038/1208062</fs:itemid></item><item><title>android，真正的用CMWAP上网（用WAP上网的请进来看）</title><link>http://blog.csdn.net/oliveyuganfei/archive/2010/08/10/5800724.aspx</link><description>&lt;br /&gt;最近在做一个ANDROID的项目，因为是跟梦网合作的，程序只能走CMWAP，弄了半天发现G1的CMWAP设置有问题。唉。转个文章，希望对大家有帮助&lt;br /&gt;&lt;br /&gt;真正的用CMWAP上网（用WAP上网的请进来看）&lt;br /&gt;楼主的教程不错，我是刚买的HTC G2 TIM版，但按你的设置上不了网，自己在家也研究了一天也没有联上网，拿去找JS,把我的G2捣腾了2个钟头，最后给我一句话：你没开通互联网（cmnet），G2不支持cmwap，只支持cmnet！&lt;br /&gt;我的心凉了半截，我原来用诺基亚N73上网一切正常，只是由于N73的RAM太小，只有44.3M，手机老是死机断电，现在买了个新手机居然倒回去了！？连上网都不行了？真是伤心啊！拿来同事开通了cmnet的SIM卡装上，开机用UCWEB连接，上网正常。看来需要开通cmnet上网了，可是上WWW.网页，那个流量可是大得多，我按原来的上网方式，那每个月的米米谁受得了啊？！&lt;br /&gt;（说明：我几年前开通的上网，6元/月，限量50M，超出部分30元封顶，但只支持WAP.，不能上WWW.。现在的上网不限WWW.与WAP.，有&lt;img src=&quot;http://www1.feedsky.com/t1/413712039/oliveyuganfei/csdn.net/s.gif?r=http://blog.csdn.net/oliveyuganfei/archive/2010/08/10/5800724.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/oliveyuganfei/413712039/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/oliveyuganfei/413712039/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 10 Aug 2010 10:47:00 +0800</pubDate><author>喻赣辉</author><guid isPermaLink="false">http://blog.csdn.net/oliveyuganfei/archive/2010/08/10/5800724.aspx</guid><dc:creator>喻赣辉</dc:creator><fs:srclink>http://blog.csdn.net/oliveyuganfei/archive/2010/08/10/5800724.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/oliveyuganfei/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/oliveyuganfei/~1208087/413712039/1208062</fs:itemid></item></channel></rss>
