<?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/freeskycsdn" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/freeskycsdn" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 31 Oct 2007 10:19:00 GMT</lastBuildDate><title>Freesky的专栏</title><description>------程序人生</description><link>http://blog.csdn.net/freeskycsdn/</link><item><title>SwingUtilities.invokeLater(Runnable doRun)方法的使用</title><link>http://blog.csdn.net/freeskycsdn/archive/2007/10/31/1858925.aspx</link><wfw:comment>http://blog.csdn.net/freeskycsdn/comments/1858925.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freeskycsdn/comments/commentRss/1858925.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1858925</trackback:ping><description>异步执行，等到该语句之前的线程完成操作才会调用。&lt;img src =&quot;http://blog.csdn.net/freeskycsdn/aggbug/1858925.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 31 Oct 2007 18:19:00 +0800</pubDate><author>freesky</author><comments>http://blog.csdn.net/freeskycsdn/archive/2007/10/31/1858925.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/freeskycsdn/archive/2007/10/31/1858925.aspx</guid><dc:creator>freesky</dc:creator><fs:srclink>http://blog.csdn.net/freeskycsdn/archive/2007/10/31/1858925.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/freeskycsdn/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/freeskycsdn/~1319644/206292379/1324119</fs:itemid></item><item><title>JAVA读写Oracle中blob字段</title><link>http://blog.csdn.net/freeskycsdn/archive/2007/10/31/1858898.aspx</link><wfw:comment>http://blog.csdn.net/freeskycsdn/comments/1858898.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freeskycsdn/comments/commentRss/1858898.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1858898</trackback:ping><description>create table CAF_FMRULE
(
  RULESORT    NUMBER(10) not null,
  NAME        VARCHAR2(50) not null,
  TYPE        NUMBER(5) not null,
  OWNER       VARCHAR2(50),
  ENABLED     VARCHAR2(1) default '1',
  ATTRIBUTES  VARCHAR2(3000),
  RULEDATA    BLOB not null,
  DESCRIPTION VARCHAR2(200),
  CREATOR     VARCHAR2(50) not null,
  CREATETIME  NUMBER(15) not null
)

这里RULEDATA 是Blob类型，实际上就是一个二进制数据。
// String sql = &quot;insert into caf_fmrule(RULESORT,NAME,TYPE,OWNER,ENABLED,ATTRIBUTES,RULEDAT&lt;img src =&quot;http://blog.csdn.net/freeskycsdn/aggbug/1858898.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 31 Oct 2007 18:09:00 +0800</pubDate><author>freesky</author><comments>http://blog.csdn.net/freeskycsdn/archive/2007/10/31/1858898.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/freeskycsdn/archive/2007/10/31/1858898.aspx</guid><dc:creator>freesky</dc:creator><fs:srclink>http://blog.csdn.net/freeskycsdn/archive/2007/10/31/1858898.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/freeskycsdn/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/freeskycsdn/~1319644/206292380/1324119</fs:itemid></item><item><title>oracle常用经典SQL查询</title><link>http://blog.csdn.net/freeskycsdn/archive/2007/04/25/1584137.aspx</link><wfw:comment>http://blog.csdn.net/freeskycsdn/comments/1584137.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freeskycsdn/comments/commentRss/1584137.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1584137</trackback:ping><description>oracle常用经典sql查询&lt;img src =&quot;http://blog.csdn.net/freeskycsdn/aggbug/1584137.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 25 Apr 2007 20:48:00 +0800</pubDate><author>freeskycsdn</author><comments>http://blog.csdn.net/freeskycsdn/archive/2007/04/25/1584137.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/freeskycsdn/archive/2007/04/25/1584137.aspx</guid><dc:creator>freeskycsdn</dc:creator><fs:srclink>http://blog.csdn.net/freeskycsdn/archive/2007/04/25/1584137.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/freeskycsdn/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/freeskycsdn/~1319644/206292381/1324119</fs:itemid></item><item><title>CSDN开博</title><link>http://blog.csdn.net/freeskycsdn/archive/2007/04/25/1584123.aspx</link><wfw:comment>http://blog.csdn.net/freeskycsdn/comments/1584123.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freeskycsdn/comments/commentRss/1584123.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1584123</trackback:ping><description>开博纪念帖&lt;img src =&quot;http://blog.csdn.net/freeskycsdn/aggbug/1584123.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 25 Apr 2007 20:38:00 +0800</pubDate><author>freeskycsdn</author><comments>http://blog.csdn.net/freeskycsdn/archive/2007/04/25/1584123.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/freeskycsdn/archive/2007/04/25/1584123.aspx</guid><dc:creator>freeskycsdn</dc:creator><fs:srclink>http://blog.csdn.net/freeskycsdn/archive/2007/04/25/1584123.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/freeskycsdn/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/freeskycsdn/~1319644/206292382/1324119</fs:itemid></item></channel></rss>