<?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/xuyongli" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/xuyongli" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 27 Mar 2008 10:54:00 GMT</lastBuildDate><title>xuyongli的专栏</title><link>http://blog.csdn.net/xuyongli/</link><item><title>Java通过DIIOP远程访问Domino</title><link>http://blog.csdn.net/xuyongli/archive/2008/03/27/2222319.aspx</link><wfw:comment>http://blog.csdn.net/xuyongli/comments/2222319.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xuyongli/comments/commentRss/2222319.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2222319</trackback:ping><description>Java应用程序远程通过DIIOP协议访问Domino服务器，服务器端需要启动DIIOP任务，Java应用程序端需要 NCSO.jar,我写了一个类，直接调用即可获得Lotus Session&lt;img src =&quot;http://blog.csdn.net/xuyongli/aggbug/2222319.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 27 Mar 2008 18:54:00 +0800</pubDate><author>xuyongli</author><comments>http://blog.csdn.net/xuyongli/archive/2008/03/27/2222319.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/xuyongli/archive/2008/03/27/2222319.aspx</guid><dc:creator>xuyongli</dc:creator></item><item><title>J2ME中把DOM转换成String</title><link>http://blog.csdn.net/xuyongli/archive/2008/03/25/2216592.aspx</link><wfw:comment>http://blog.csdn.net/xuyongli/comments/2216592.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xuyongli/comments/commentRss/2216592.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2216592</trackback:ping><description>在做BlackBerry的项目中，J2ME环境下通过DOM读取xml还是很简单的，但在修改了DOM后对与xml的保存成了问题，研究了一天也没有找到现成的可用代码，故自己写了一个类，遍历DOM然后输出String，由于我的xml只涉及到节点属性，故只做了属性这块，节点内容和命名空间等，大家自己可以加入即可，大家如有什么更好的办法，一定要告诉我啊，呵呵，具体类如下&lt;img src =&quot;http://blog.csdn.net/xuyongli/aggbug/2216592.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 25 Mar 2008 21:38:00 +0800</pubDate><author>xuyongli</author><comments>http://blog.csdn.net/xuyongli/archive/2008/03/25/2216592.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/xuyongli/archive/2008/03/25/2216592.aspx</guid><dc:creator>xuyongli</dc:creator></item><item><title>BlackBerry中设置Filed中字体和颜色</title><link>http://blog.csdn.net/xuyongli/archive/2008/03/21/2203291.aspx</link><wfw:comment>http://blog.csdn.net/xuyongli/comments/2203291.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xuyongli/comments/commentRss/2203291.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2203291</trackback:ping><description>在BerryBlack中各种UI组件都集成自Field，这个UI组件都可以设置字体和颜色等属性&lt;img src =&quot;http://blog.csdn.net/xuyongli/aggbug/2203291.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 22 Mar 2008 00:24:00 +0800</pubDate><author>xuyongli</author><comments>http://blog.csdn.net/xuyongli/archive/2008/03/21/2203291.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/xuyongli/archive/2008/03/21/2203291.aspx</guid><dc:creator>xuyongli</dc:creator></item><item><title>BlackBerry中制作可以带图片的ListField</title><link>http://blog.csdn.net/xuyongli/archive/2008/03/21/2203218.aspx</link><wfw:comment>http://blog.csdn.net/xuyongli/comments/2203218.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xuyongli/comments/commentRss/2203218.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2203218</trackback:ping><description>在你的ListField中给item加入图片会大大加强界面的美观， 实现具体如下&lt;img src =&quot;http://blog.csdn.net/xuyongli/aggbug/2203218.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 22 Mar 2008 00:10:00 +0800</pubDate><author>xuyongli</author><comments>http://blog.csdn.net/xuyongli/archive/2008/03/21/2203218.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/xuyongli/archive/2008/03/21/2203218.aspx</guid><dc:creator>xuyongli</dc:creator></item><item><title>BlackBerry通过HttpConnection来发送数据到Web服务器</title><link>http://blog.csdn.net/xuyongli/archive/2008/03/20/2200106.aspx</link><wfw:comment>http://blog.csdn.net/xuyongli/comments/2200106.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xuyongli/comments/commentRss/2200106.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2200106</trackback:ping><description>BlackBerry手机向Web服务器提交数据，可以通过HttpConnection的方式发送，写了一个方法，直接调用即可&lt;img src =&quot;http://blog.csdn.net/xuyongli/aggbug/2200106.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 20 Mar 2008 23:29:00 +0800</pubDate><author>xuyongli</author><comments>http://blog.csdn.net/xuyongli/archive/2008/03/20/2200106.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/xuyongli/archive/2008/03/20/2200106.aspx</guid><dc:creator>xuyongli</dc:creator></item><item><title>在Domino服务器启动时加载应用程序</title><link>http://blog.csdn.net/xuyongli/archive/2008/03/20/2199863.aspx</link><wfw:comment>http://blog.csdn.net/xuyongli/comments/2199863.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xuyongli/comments/commentRss/2199863.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2199863</trackback:ping><description>把exe文件拷贝到lotus\domino目录下，编辑notes.ini，在ServerTasks=后面添加exe的名称，即可启动应用程序，也可在服务器控制台上，输入load *.exe就可以启动。 &lt;img src =&quot;http://blog.csdn.net/xuyongli/aggbug/2199863.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 20 Mar 2008 21:57:00 +0800</pubDate><author>xuyongli</author><comments>http://blog.csdn.net/xuyongli/archive/2008/03/20/2199863.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/xuyongli/archive/2008/03/20/2199863.aspx</guid><dc:creator>xuyongli</dc:creator></item><item><title>BlackBerry中的中文编码处理</title><link>http://blog.csdn.net/xuyongli/archive/2008/03/20/2199843.aspx</link><wfw:comment>http://blog.csdn.net/xuyongli/comments/2199843.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xuyongli/comments/commentRss/2199843.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2199843</trackback:ping><description>本人对编码原理不是太了解，在开发中遇到了一些中文的编码问题，写了一个类进行编码的转换，遇到同样问题的朋友可以试一试&lt;img src =&quot;http://blog.csdn.net/xuyongli/aggbug/2199843.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 20 Mar 2008 21:50:00 +0800</pubDate><author>xuyongli</author><comments>http://blog.csdn.net/xuyongli/archive/2008/03/20/2199843.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/xuyongli/archive/2008/03/20/2199843.aspx</guid><dc:creator>xuyongli</dc:creator></item><item><title>可在BlackBerry中应用的Base64类</title><link>http://blog.csdn.net/xuyongli/archive/2008/03/20/2199825.aspx</link><wfw:comment>http://blog.csdn.net/xuyongli/comments/2199825.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xuyongli/comments/commentRss/2199825.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2199825</trackback:ping><description>由于BlackBerry中没有可以直接使用的Base64类，故参考别的大侠写的东东，做了一些修改形成了可以在BlackBerry中使用的Base64类&lt;img src =&quot;http://blog.csdn.net/xuyongli/aggbug/2199825.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 20 Mar 2008 21:44:00 +0800</pubDate><author>xuyongli</author><comments>http://blog.csdn.net/xuyongli/archive/2008/03/20/2199825.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/xuyongli/archive/2008/03/20/2199825.aspx</guid><dc:creator>xuyongli</dc:creator></item><item><title>BlackBerry通过全局变量的发送和接收来更新应用界面数据</title><link>http://blog.csdn.net/xuyongli/archive/2008/03/20/2199512.aspx</link><wfw:comment>http://blog.csdn.net/xuyongli/comments/2199512.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xuyongli/comments/commentRss/2199512.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2199512</trackback:ping><description>最近在BlackBerry平台上开发一个项目，当终端应用的监听线程监听到服务器发来的数据后自动存储到终端存储中，当终端应用启动时读取数据，这时界面中的数据时最新的，但这时如果服务器又发来数据，虽然也保存到了存储中，但终端应用不会自动更新界面数据，这时我们就需要利用全局变量的发送和接收来更新当前终端应用的界面数据&lt;img src =&quot;http://blog.csdn.net/xuyongli/aggbug/2199512.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 20 Mar 2008 19:38:00 +0800</pubDate><author>xuyongli</author><comments>http://blog.csdn.net/xuyongli/archive/2008/03/20/2199512.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/xuyongli/archive/2008/03/20/2199512.aspx</guid><dc:creator>xuyongli</dc:creator></item></channel></rss>