<?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/cangwu_lee" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/cangwu_lee" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 03 Feb 2010 14:30:00 GMT</lastBuildDate><title>小橙子的第一播</title><description>程序，和写作应该是相似的。</description><link>http://blog.csdn.net/blogrss.aspx?username=cangwu_lee</link><item><title>玩了一下C52</title><link>http://blog.csdn.net/cangwu_lee/archive/2010/02/03/5286654.aspx</link><description>嵌入,C52&lt;img src=&quot;http://www1.feedsky.com/t1/329230532/cangwu_lee/csdn.net/s.gif?r=http://blog.csdn.net/cangwu_lee/archive/2010/02/03/5286654.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/cangwu_lee/329230532/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/cangwu_lee/329230532/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 03 Feb 2010 22:30:00 +0800</pubDate><author>小橙子</author><guid isPermaLink="false">http://blog.csdn.net/cangwu_lee/archive/2010/02/03/5286654.aspx</guid><dc:creator>小橙子</dc:creator><fs:srclink>http://blog.csdn.net/cangwu_lee/archive/2010/02/03/5286654.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cangwu_lee/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cangwu_lee/~1195396/329230532/1195374</fs:itemid></item><item><title>java 写 语言兼容的二进制文件</title><link>http://blog.csdn.net/cangwu_lee/archive/2009/07/29/4389990.aspx</link><description>&lt;br /&gt;&lt;br /&gt;
        ByteBuffer _nbuffer = ByteBuffer.allocate(20);&lt;br /&gt;
        _nbuffer.order(ByteOrder.BIG_ENDIAN);   //注意这里&lt;br /&gt;
        _nbuffer.putChar('A');&lt;br /&gt;
        _nbuffer.putChar('B');&lt;br /&gt;
        _nbuffer.putChar('C');&lt;br /&gt;
        _nbuffer.putChar(' ');&lt;br /&gt;
        _nbuffer.putChar('中');&lt;br /&gt;
        _nbuffer.putChar('国');&lt;br /&gt;
        _nbuffer.flip();&lt;br /&gt;&lt;br /&gt;
        byte[] bb2 = _nbuffer.array();&lt;br /&gt;
        for (int i = 0; i&lt;img src=&quot;http://www1.feedsky.com/t1/329230533/cangwu_lee/csdn.net/s.gif?r=http://blog.csdn.net/cangwu_lee/archive/2009/07/29/4389990.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/cangwu_lee/329230533/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/cangwu_lee/329230533/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 29 Jul 2009 11:17:00 +0800</pubDate><author>小橙子</author><guid isPermaLink="false">http://blog.csdn.net/cangwu_lee/archive/2009/07/29/4389990.aspx</guid><dc:creator>小橙子</dc:creator><fs:srclink>http://blog.csdn.net/cangwu_lee/archive/2009/07/29/4389990.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cangwu_lee/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cangwu_lee/~1195396/329230533/1195374</fs:itemid></item><item><title>svn 的一点想法</title><link>http://blog.csdn.net/cangwu_lee/archive/2009/05/17/4194210.aspx</link><description>&lt;br /&gt;1、确定哪些类型的文件是不需要管理的---ignore。如临时文件、Eclips的工程文件等。&lt;br /&gt;2、目录命名、文件分类，要清晰。&lt;br /&gt;3、源码相关的目录，不要放置大文件。SVN是源码管理工具，还是文件服务器。&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/329230534/cangwu_lee/csdn.net/s.gif?r=http://blog.csdn.net/cangwu_lee/archive/2009/05/17/4194210.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/cangwu_lee/329230534/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/cangwu_lee/329230534/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 17 May 2009 09:09:00 +0800</pubDate><author>小橙子</author><guid isPermaLink="false">http://blog.csdn.net/cangwu_lee/archive/2009/05/17/4194210.aspx</guid><dc:creator>小橙子</dc:creator><fs:srclink>http://blog.csdn.net/cangwu_lee/archive/2009/05/17/4194210.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cangwu_lee/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cangwu_lee/~1195396/329230534/1195374</fs:itemid></item><item><title>在AD中实现应用系统的权限角色简述</title><link>http://blog.csdn.net/cangwu_lee/archive/2009/03/19/4004244.aspx</link><description>AD 中的用户，可能不全是某系统的用户。于是，要进行区分开来。做法如下：1、先建立一个组，如CRM_USERS。2、让使用CRM所有的用户从属于这个组。3、再建立角色组，如CRM_ROLE_MANAGER、CRM_ROLE_BUSSNESS，让 CRM_ROLE_MANAGER及CRM_ROLE_BUSSNESS 也属于 CRM_USERS组。其它的角色，相继建立。 4、分配角色。添加让管理员（MANAGER）属于CRM_ROLE_MANAGER；添加让业务员属于CRM_ROLE_BUSSNESS组。5、取用户、角色。 得到AD的CRM_USERS后，有MEMBER属性，就能得到所有用户及组成员。取用户，就是CRM_USERS成员中的所有用户。取角色，就是CRM_USERS成员中所有的组。角色对应，用户的的AD属性中，会有MEMBEROF，这个是组。就排除非角色的组别，就是角色了。本文讨论一种实&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cangwu_lee/329230535/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/cangwu_lee/329230535/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 19 Mar 2009 14:03:00 +0800</pubDate><author>小橙子</author><guid isPermaLink="false">http://blog.csdn.net/cangwu_lee/archive/2009/03/19/4004244.aspx</guid><dc:creator>小橙子</dc:creator><fs:srclink>http://blog.csdn.net/cangwu_lee/archive/2009/03/19/4004244.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cangwu_lee/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cangwu_lee/~1195396/329230535/1195374</fs:itemid></item><item><title>JAVA Spring的xsd问题</title><link>http://blog.csdn.net/cangwu_lee/archive/2009/01/05/3714879.aspx</link><description>近日搞 SPRING2 的 APPLICATION，不连接INTERNET的时候，出现一个问题：&lt;br&gt;&lt;br&gt;WARN [main] XmlBeanDefinitionReader.warning(47) | Ignored XML validation warning&lt;br&gt;org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'http://www.springframework.org/schema/b&lt;br&gt;eans/spring-beans-2.0.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element&lt;br&gt;&amp;nbsp;of the document is not &amp;lt;xsd:schema&amp;gt;.&lt;br&gt;&amp;nbs&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cangwu_lee/329230536/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/cangwu_lee/329230536/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 05 Jan 2009 16:54:00 +0800</pubDate><author>小橙子</author><guid isPermaLink="false">http://blog.csdn.net/cangwu_lee/archive/2009/01/05/3714879.aspx</guid><dc:creator>小橙子</dc:creator><fs:srclink>http://blog.csdn.net/cangwu_lee/archive/2009/01/05/3714879.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cangwu_lee/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cangwu_lee/~1195396/329230536/1195374</fs:itemid></item><item><title>年尾贴</title><link>http://blog.csdn.net/cangwu_lee/archive/2008/12/22/3580625.aspx</link><description>&lt;br /&gt;前段时间开始比较忙，没有写过什么内容。今天来一写下年尾贴。&lt;br /&gt;&lt;br /&gt;自己的工作是JAVA开发，但很喜欢嵌入式开发（2440板、LINUX手机），所以，想通过嵌入式开发的技术和各位朋友交流，相信嵌入式的应用会更普及的。&lt;br /&gt;&lt;br /&gt;一年过去了，在嵌入式方面的收获不多，但自己的对嵌入式的认识有了很大的提高。具体的内容呢，在众多的高手页面，就不敢班门弄斧了，自己清楚就好了。&lt;br /&gt;&lt;br /&gt;在此留下自己今年最后一贴。希望明年工作顺利一些，有多些时间来更深入研究一下嵌入式。&lt;br /&gt;&lt;br /&gt;马上新年了，祝大家新年愉快！&lt;br /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cangwu_lee/329230537/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/cangwu_lee/329230537/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 22 Dec 2008 10:28:00 +0800</pubDate><author>小橙子</author><guid isPermaLink="false">http://blog.csdn.net/cangwu_lee/archive/2008/12/22/3580625.aspx</guid><dc:creator>小橙子</dc:creator><fs:srclink>http://blog.csdn.net/cangwu_lee/archive/2008/12/22/3580625.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cangwu_lee/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cangwu_lee/~1195396/329230537/1195374</fs:itemid></item><item><title>如何验证计算的精度</title><link>http://blog.csdn.net/cangwu_lee/archive/2008/08/21/2807938.aspx</link><description>如何验证JAVA计算的精度&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cangwu_lee/329230538/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/cangwu_lee/329230538/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 21 Aug 2008 17:03:00 +0800</pubDate><author>小橙子</author><guid isPermaLink="false">http://blog.csdn.net/cangwu_lee/archive/2008/08/21/2807938.aspx</guid><dc:creator>小橙子</dc:creator><fs:srclink>http://blog.csdn.net/cangwu_lee/archive/2008/08/21/2807938.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cangwu_lee/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cangwu_lee/~1195396/329230538/1195374</fs:itemid></item><item><title>java動態調用的範例(包括class/jar)</title><link>http://blog.csdn.net/cangwu_lee/archive/2008/06/15/2550947.aspx</link><description>java動態調用的範例(包括class/jar)&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cangwu_lee/329230539/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/cangwu_lee/329230539/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 15 Jun 2008 21:24:00 +0800</pubDate><author>小橙子</author><guid isPermaLink="false">http://blog.csdn.net/cangwu_lee/archive/2008/06/15/2550947.aspx</guid><dc:creator>小橙子</dc:creator><fs:srclink>http://blog.csdn.net/cangwu_lee/archive/2008/06/15/2550947.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cangwu_lee/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cangwu_lee/~1195396/329230539/1195374</fs:itemid></item><item><title>新版的MySQL ODBC 驅動</title><link>http://blog.csdn.net/cangwu_lee/archive/2008/06/10/2529615.aspx</link><description>新版的MySQL ODBC驅動，Windows平臺&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cangwu_lee/329230540/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/cangwu_lee/329230540/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 10 Jun 2008 11:02:00 +0800</pubDate><author>小橙子</author><guid isPermaLink="false">http://blog.csdn.net/cangwu_lee/archive/2008/06/10/2529615.aspx</guid><dc:creator>小橙子</dc:creator><fs:srclink>http://blog.csdn.net/cangwu_lee/archive/2008/06/10/2529615.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cangwu_lee/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cangwu_lee/~1195396/329230540/1195374</fs:itemid></item><item><title>老技術應用——DOS命令增加靜態路由</title><link>http://blog.csdn.net/cangwu_lee/archive/2008/05/27/2487779.aspx</link><description>DOS命令增加靜態路由&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cangwu_lee/329230541/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/cangwu_lee/329230541/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 27 May 2008 18:00:00 +0800</pubDate><author>小橙子</author><guid isPermaLink="false">http://blog.csdn.net/cangwu_lee/archive/2008/05/27/2487779.aspx</guid><dc:creator>小橙子</dc:creator><fs:srclink>http://blog.csdn.net/cangwu_lee/archive/2008/05/27/2487779.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cangwu_lee/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cangwu_lee/~1195396/329230541/1195374</fs:itemid></item></channel></rss>