<?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:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" 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>Fri, 26 Dec 2008 13:32:00 GMT</lastBuildDate><title>Fish Home</title><description>生容易.活容易.生活不容易</description><link>http://blog.csdn.net/oliveyuganfei/</link><item><title>J2ME图片扩大缩放</title><link>http://blog.csdn.net/oliveyuganfei/archive/2008/12/26/3613529.aspx</link><wfw:comment>http://blog.csdn.net/oliveyuganfei/comments/3613529.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/oliveyuganfei/comments/commentRss/3613529.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3613529</trackback:ping><description>&lt;br /&gt;/*********&lt;br /&gt; * 图片扩大缩放类&lt;br /&gt; */&lt;br /&gt;import javax.microedition.lcdui.Image;&lt;br /&gt;&lt;br /&gt;public final class ZoomImage {&lt;br /&gt; public static Image getZoomImage(Image src, int desW, int desH) {&lt;br /&gt;     Image 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;br /&gt;     src.getRGB(srcBuf, 0, srcW, 0, 0, srcW, srcH);&lt;br /&gt;     // 计算插值表&lt;br /&gt;     int[] tabY = new int[desH];&lt;img src =&quot;http://blog.csdn.net/oliveyuganfei/aggbug/3613529.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 26 Dec 2008 21:32:00 +0800</pubDate><author>喻赣辉</author><comments>http://blog.csdn.net/oliveyuganfei/archive/2008/12/26/3613529.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/oliveyuganfei/archive/2008/12/26/3613529.aspx</guid><dc:creator>喻赣辉</dc:creator></item><item><title>J2ME实现通用JAR</title><link>http://blog.csdn.net/oliveyuganfei/archive/2008/12/17/3540907.aspx</link><wfw:comment>http://blog.csdn.net/oliveyuganfei/comments/3540907.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/oliveyuganfei/comments/commentRss/3540907.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3540907</trackback:ping><description>J2ME实现通用JAR&lt;img src =&quot;http://blog.csdn.net/oliveyuganfei/aggbug/3540907.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 18 Dec 2008 00:47:00 +0800</pubDate><author>喻赣辉</author><comments>http://blog.csdn.net/oliveyuganfei/archive/2008/12/17/3540907.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/oliveyuganfei/archive/2008/12/17/3540907.aspx</guid><dc:creator>喻赣辉</dc:creator></item><item><title>J2ME手机上查看日志</title><link>http://blog.csdn.net/oliveyuganfei/archive/2008/12/10/3491360.aspx</link><wfw:comment>http://blog.csdn.net/oliveyuganfei/comments/3491360.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/oliveyuganfei/comments/commentRss/3491360.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3491360</trackback:ping><description>&lt;br /&gt;以前在真机上测试程序走到哪一步。老是用ALERT。觉的不太好用。现简单封装了一下。做了个日志UI。方便大家使用&lt;br /&gt;import javax.microedition.lcdui.Canvas;&lt;br /&gt;import javax.microedition.lcdui.Command;&lt;br /&gt;import javax.microedition.lcdui.CommandListener;&lt;br /&gt;import javax.microedition.lcdui.Display;&lt;br /&gt;import javax.microedition.lcdui.Displayable;&lt;br /&gt;import javax.microedition.lcdui.Form;&lt;br /&gt;import javax.microedition.midlet.MIDlet;&lt;br /&gt;/*********&lt;br /&gt; * &lt;br /&gt; * @author Fish&lt;br /&gt; *&lt;br /&gt; */&lt;br /&gt;public class LogForm extends Form implem&lt;img src =&quot;http://blog.csdn.net/oliveyuganfei/aggbug/3491360.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 11 Dec 2008 00:32:00 +0800</pubDate><author>喻赣辉</author><comments>http://blog.csdn.net/oliveyuganfei/archive/2008/12/10/3491360.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/oliveyuganfei/archive/2008/12/10/3491360.aspx</guid><dc:creator>喻赣辉</dc:creator></item><item><title>J2ME断点下载并利用JSR75选择目录保存</title><link>http://blog.csdn.net/oliveyuganfei/archive/2008/12/09/3485464.aspx</link><wfw:comment>http://blog.csdn.net/oliveyuganfei/comments/3485464.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/oliveyuganfei/comments/commentRss/3485464.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3485464</trackback:ping><description>最近在做一个类似UCWEB的软件，在处理好几M的MP3或书籍时，需要断点下载，也就是利用HTTP的RANGE来实现的。&lt;br /&gt;c.setRequestProperty(&quot;RANGE&quot;,&quot;bytes=&quot;+point+&quot;-&quot;+dataLength); &lt;br /&gt;其中point为起始位置，dataLength为文件总长度&lt;br /&gt;这样就OK了。然后就是相应的处理数据&lt;br /&gt;文件保存是利用WTK下的PDADEMO例子做成的文件目录选择器,利用FileSystemRegistry.listRoots()得到支持目录，然后LIST。&lt;br /&gt;。第一次选择目录，以后断点保存时就用这个目录直接进行保存。&lt;img src =&quot;http://blog.csdn.net/oliveyuganfei/aggbug/3485464.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 10 Dec 2008 03:41:00 +0800</pubDate><author>喻赣辉</author><comments>http://blog.csdn.net/oliveyuganfei/archive/2008/12/09/3485464.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/oliveyuganfei/archive/2008/12/09/3485464.aspx</guid><dc:creator>喻赣辉</dc:creator></item><item><title>J2ME获得IMEI号</title><link>http://blog.csdn.net/oliveyuganfei/archive/2008/12/09/3485444.aspx</link><wfw:comment>http://blog.csdn.net/oliveyuganfei/comments/3485444.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/oliveyuganfei/comments/commentRss/3485444.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3485444</trackback:ping><description>&lt;br /&gt;结合J2ME-POLISH，也可自己区分&lt;br /&gt;public class Imei {&lt;br /&gt;//imei&lt;br /&gt;public static String imei;&lt;br /&gt;&lt;br /&gt;static {&lt;br /&gt; //#if polish.vendor==Sony-Ericsson&lt;br /&gt; //# iApp.appendDebug(&quot;Sony-Ericsson&quot;);&lt;br /&gt; //# imei = System.getProperty(&quot;com.sonyericsson.imei&quot;);&lt;br /&gt;&lt;br /&gt; //#elif polish.vendor==Nokia&lt;br /&gt; //# iApp.appendDebug(&quot;NOKIA&quot;);&lt;br /&gt; //# imei = System.getProperty(&quot;com.nokia.mid.imei&quot;);&lt;br /&gt; //# if (imei == null || &quot;&quot;.equals(imei)) {&lt;br /&gt; //# imei = System.getProperty(&quot;com.noki&lt;img src =&quot;http://blog.csdn.net/oliveyuganfei/aggbug/3485444.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 10 Dec 2008 03:34:00 +0800</pubDate><author>喻赣辉</author><comments>http://blog.csdn.net/oliveyuganfei/archive/2008/12/09/3485444.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/oliveyuganfei/archive/2008/12/09/3485444.aspx</guid><dc:creator>喻赣辉</dc:creator></item><item><title>J2ME实现树结构</title><link>http://blog.csdn.net/oliveyuganfei/archive/2008/11/22/3352560.aspx</link><wfw:comment>http://blog.csdn.net/oliveyuganfei/comments/3352560.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/oliveyuganfei/comments/commentRss/3352560.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3352560</trackback:ping><description>&lt;br /&gt;最近在研究树结构.上网找到SKY兄以前扩展List的代码.扩展list的好处是能自动处理绘制..不用移植..这是高级控件的优势&lt;br /&gt;现修改了下代码..使得能够运行.增加了一些注释.希望对大家有所帮助&lt;br /&gt;ExpandListItem.java&lt;br /&gt;public class ExpandListItem {&lt;br /&gt; public ExpandListItem(Object content, String imgPath, String selectImgPath,String Label, int type, boolean ifselected) {&lt;br /&gt;  this.selectImgPath = selectImgPath;&lt;br /&gt;  this.imagePath = imgPath;&lt;br /&gt;  this.content = content;&lt;br /&gt;  this.label = Label;&lt;br /&gt;  this.type = type;&lt;br /&gt;  this.ifselected = ifselected;&lt;br /&gt; }&lt;img src =&quot;http://blog.csdn.net/oliveyuganfei/aggbug/3352560.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 23 Nov 2008 07:17:00 +0800</pubDate><author>喻赣辉</author><comments>http://blog.csdn.net/oliveyuganfei/archive/2008/11/22/3352560.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/oliveyuganfei/archive/2008/11/22/3352560.aspx</guid><dc:creator>喻赣辉</dc:creator></item><item><title>J2ME POLISH安装,使用</title><link>http://blog.csdn.net/oliveyuganfei/archive/2008/11/21/3344770.aspx</link><wfw:comment>http://blog.csdn.net/oliveyuganfei/comments/3344770.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/oliveyuganfei/comments/commentRss/3344770.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3344770</trackback:ping><description>&lt;br /&gt;J2ME POLISH是基于ANT开发的项目.它的优点是可以一套代码打不同的机型包..利用他的预处理功能.&lt;br /&gt;首先下载polish包.比如我下的是j2mepolish-2[1].0-RC4.jar.然后到控制台输入java -jar j2mepolish-2[1].0-RC4.jar安装.记的装ECLIPSE插件.安装好后.eclipse配置polish插件.我是用的link方式装的.然后可以在Preferences里看到J2ME POLISH.在这需要设置WTK HOME.J2ME POLISH Directory.以及各个模拟器的安装路径.&lt;br /&gt;然后就可以使用了.&lt;br /&gt;新建一个J2ME POLISH Project.会产生Build.xml.可以根据自己的游戏设置一些参数.&lt;br /&gt;name=&quot;健康自测&quot;&lt;br /&gt;version=&quot;1.0&quot;&lt;br /&gt;vendorName=&quot;米高科技&quot;&lt;br /&gt;icon=&quot;icon.png&quot;&lt;br /&gt;jarName=&quot;health_${polish.name}.jar&quot; &lt;br /&gt;jarUrl=&quot;${dep&lt;img src =&quot;http://blog.csdn.net/oliveyuganfei/aggbug/3344770.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 21 Nov 2008 19:12:00 +0800</pubDate><author>喻赣辉</author><comments>http://blog.csdn.net/oliveyuganfei/archive/2008/11/21/3344770.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/oliveyuganfei/archive/2008/11/21/3344770.aspx</guid><dc:creator>喻赣辉</dc:creator></item><item><title>http(get,post),socket+mina-core-2.0.0-M3小说下载阅读器</title><link>http://blog.csdn.net/oliveyuganfei/archive/2008/11/20/3342225.aspx</link><wfw:comment>http://blog.csdn.net/oliveyuganfei/comments/3342225.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/oliveyuganfei/comments/commentRss/3342225.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3342225</trackback:ping><description>http(get,post),socket+mina-core-2.0.0-M3小说下载阅读器&lt;img src =&quot;http://blog.csdn.net/oliveyuganfei/aggbug/3342225.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 21 Nov 2008 03:56:00 +0800</pubDate><author>喻赣辉</author><comments>http://blog.csdn.net/oliveyuganfei/archive/2008/11/20/3342225.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/oliveyuganfei/archive/2008/11/20/3342225.aspx</guid><dc:creator>喻赣辉</dc:creator></item><item><title>motionWelder动作编辑器封装使用</title><link>http://blog.csdn.net/oliveyuganfei/archive/2008/11/20/3342101.aspx</link><wfw:comment>http://blog.csdn.net/oliveyuganfei/comments/3342101.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/oliveyuganfei/comments/commentRss/3342101.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3342101</trackback:ping><description>motionWelder动作编辑器封装使用&lt;img src =&quot;http://blog.csdn.net/oliveyuganfei/aggbug/3342101.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 21 Nov 2008 02:59:00 +0800</pubDate><author>喻赣辉</author><comments>http://blog.csdn.net/oliveyuganfei/archive/2008/11/20/3342101.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/oliveyuganfei/archive/2008/11/20/3342101.aspx</guid><dc:creator>喻赣辉</dc:creator></item><item><title>JAVA批量反编译</title><link>http://blog.csdn.net/oliveyuganfei/archive/2008/11/20/3342091.aspx</link><wfw:comment>http://blog.csdn.net/oliveyuganfei/comments/3342091.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/oliveyuganfei/comments/commentRss/3342091.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3342091</trackback:ping><description>JAVA批量反编译&lt;img src =&quot;http://blog.csdn.net/oliveyuganfei/aggbug/3342091.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 21 Nov 2008 02:54:00 +0800</pubDate><author>喻赣辉</author><comments>http://blog.csdn.net/oliveyuganfei/archive/2008/11/20/3342091.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/oliveyuganfei/archive/2008/11/20/3342091.aspx</guid><dc:creator>喻赣辉</dc:creator></item></channel></rss>