<?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/Lyddite_Luo" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/Lyddite_Luo" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 21 Nov 2008 09:29:00 GMT</lastBuildDate><title>ヤ哖少輕狂ご--Roger's ZOME</title><description>尋找一個叫永遠嘚終點!</description><link>http://blog.csdn.net/Lyddite_Luo/</link><item><title>如何通过Hibernate调用oracle自定义函数</title><link>http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344169.aspx</link><wfw:comment>http://blog.csdn.net/Lyddite_Luo/comments/3344169.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Lyddite_Luo/comments/commentRss/3344169.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3344169</trackback:ping><description>如果oralce内置的一些函数不能够满足我们开发的要求,那样势必要通过自己写一个函数,那么是如何调用的呢?我们可以在hbm.xml中调用,例如:&quot;http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd&quot;&gt;&lt;img src =&quot;http://blog.csdn.net/Lyddite_Luo/aggbug/3344169.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 21 Nov 2008 17:29:00 +0800</pubDate><author>Roger</author><comments>http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344169.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344169.aspx</guid><dc:creator>Roger</dc:creator><fs:srclink>http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344169.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Lyddite_Luo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Lyddite_Luo/~7366367/207405233/5475883</fs:itemid></item><item><title>java标签--taglib 原理和实现</title><link>http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344102.aspx</link><wfw:comment>http://blog.csdn.net/Lyddite_Luo/comments/3344102.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Lyddite_Luo/comments/commentRss/3344102.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3344102</trackback:ping><description>第一章:taglib 原理和实现1。问题：Tag究竟是什么？如何实现一个Tag？    一个tag就是一个普通的java类，它唯一特别之处是它必须继承TagSupport或者BodyTagSupport类。这两个类提供了一些方法，负 责jsp页面和你编写的类之间的交互，例如输入，输出。而这两个类是由jsp容器提供的，无须开发人员自己实现。换句话说，你只需把实现了业务逻辑的类继 承TagSupport或者BodyTagSupport，再做一些特别的工作，你的类就是一个Tag。并且它自己负责和jsp页面的交互，不用你多操 心。      “特别的工作”通常有以下几个步骤：  1）提供属性的set方法，此后这个属性就可以在jsp页面设置。以jstl标 签为例  ，这个value就是jsp数据到tag之间的入口。所以tag里面必须有一个 setValue方法，具体的属性可以不叫value。例如      setValue(String data){this.data = data;}&lt;img src =&quot;http://blog.csdn.net/Lyddite_Luo/aggbug/3344102.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 21 Nov 2008 17:12:00 +0800</pubDate><author>Roger</author><comments>http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344102.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344102.aspx</guid><dc:creator>Roger</dc:creator><fs:srclink>http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344102.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Lyddite_Luo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Lyddite_Luo/~7366367/207405234/5475883</fs:itemid></item><item><title>断点续传的原理</title><link>http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344088.aspx</link><wfw:comment>http://blog.csdn.net/Lyddite_Luo/comments/3344088.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Lyddite_Luo/comments/commentRss/3344088.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3344088</trackback:ping><description>断点续传的原理 其实断点续传的原理很简单 其实断点续传的原理很简单，就是在Http的请求上和一般的下载有所不同而已。 打个比方，浏览器请求服务器上的一个文时，所发出的请求如下： 假设服务器域名为wwww.sjtu.edu.cn，文件名为down.zip。 GET /down.zip HTTP/1.1 Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms- excel, application/msword, application/vnd.ms-powerpoint, */* Accept-Language: zh-cn Accept-Encoding: gzip, deflate &lt;img src =&quot;http://blog.csdn.net/Lyddite_Luo/aggbug/3344088.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 21 Nov 2008 17:07:00 +0800</pubDate><author>Roger</author><comments>http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344088.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344088.aspx</guid><dc:creator>Roger</dc:creator><fs:srclink>http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344088.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Lyddite_Luo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Lyddite_Luo/~7366367/207405235/5475883</fs:itemid></item><item><title>Java过滤器</title><link>http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344080.aspx</link><wfw:comment>http://blog.csdn.net/Lyddite_Luo/comments/3344080.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Lyddite_Luo/comments/commentRss/3344080.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3344080</trackback:ping><description>servlet API中最重要的一个功能就是能够为servlet和JSP页面定义过滤器。过滤器提供了某些早期服务器所支持的非标准“servlet链接”的一种功能强大且标准的替代品。     过滤器是一个程序，它先于与之相关的servlet或JSP页面运行在服务器上。过滤器可附加到一个或多个servlet或JSP页面上，并且可以检查进入这些资源的请求信息。在这之后，过滤器可以作如下的选择：1. 以常规的方式调用资源（即，调用servlet或JSP页面）。2.利用修改过的请求信息调用资源。3. 调用资源，但在发送响应到客户机前对其进行修改4. 阻止该资源调用，代之以转到其他的资源，返回一个特定的状态代码或生成替换输出。过滤器提供了几个重要好处 ：        首先，它以&lt;img src =&quot;http://blog.csdn.net/Lyddite_Luo/aggbug/3344080.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 21 Nov 2008 17:05:00 +0800</pubDate><author>Roger</author><comments>http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344080.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344080.aspx</guid><dc:creator>Roger</dc:creator><fs:srclink>http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344080.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Lyddite_Luo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Lyddite_Luo/~7366367/207405236/5475883</fs:itemid></item><item><title>oracle:rownum 使用</title><link>http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344072.aspx</link><wfw:comment>http://blog.csdn.net/Lyddite_Luo/comments/3344072.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Lyddite_Luo/comments/commentRss/3344072.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3344072</trackback:ping><description>rownum 是伪列，是系统加上的，不是真实存在的列，所以：&lt;br /&gt;1.    select * from tab_name where rownum1 &lt;br /&gt;       查询语句查询不到结果，理由：对于rownum 1 就把这条记录排除了，那么由于第一条记录被排除了那么导致第二条记录的rownum=1 ,仍然还是被排除了，直到最后一条记录都是被排除掉的；&lt;br /&gt;2.    select * from term where rownum1&lt;br /&gt;       查询语句查询不到结果，理由同上；&lt;br /&gt;3.    select * from term where rownum=1&lt;br /&gt;       可以查询到结果，rownum = 1，所以得到10条记录；&lt;br /&gt;4.    select * from term wher&lt;img src =&quot;http://blog.csdn.net/Lyddite_Luo/aggbug/3344072.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 21 Nov 2008 17:03:00 +0800</pubDate><author>Roger</author><comments>http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344072.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344072.aspx</guid><dc:creator>Roger</dc:creator><fs:srclink>http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344072.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Lyddite_Luo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Lyddite_Luo/~7366367/207405237/5475883</fs:itemid></item><item><title>Java反射经典</title><link>http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344062.aspx</link><wfw:comment>http://blog.csdn.net/Lyddite_Luo/comments/3344062.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Lyddite_Luo/comments/commentRss/3344062.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3344062</trackback:ping><description>这里有一个较为完整的反射例子，以java.util.Date为示例，当然还需要try catch环绕 Class cls=Class.forName(&quot;java.util.Date&quot;); //通过类路径加载类到虚拟机，生成类对象，类加载器为默认加载器。 Constructor constructor= cls.getConstructor(long.class);//获得该类的一个含参数构造函数，要提供参数类模板对象 Method method=cls.getMethod(&quot;getTime&quot;, null);//获得该类的一个方法对象，此方法有一个long类型的返回值。此方法无参数，所以参数模板传入null Field field= cls.getDeclaredField(&quot;fastTime&quot;);//获得该类的一个私有属性对象，该属性为long类型 Object obj=constructor.newInstance(10000000L);//通过构造函数对象构造一个该类的对象，参数为10000000L Objec&lt;img src =&quot;http://blog.csdn.net/Lyddite_Luo/aggbug/3344062.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 21 Nov 2008 17:00:00 +0800</pubDate><author>Roger</author><comments>http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344062.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344062.aspx</guid><dc:creator>Roger</dc:creator><fs:srclink>http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344062.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Lyddite_Luo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Lyddite_Luo/~7366367/207405238/5475883</fs:itemid></item><item><title>Oracle字段类型</title><link>http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344056.aspx</link><wfw:comment>http://blog.csdn.net/Lyddite_Luo/comments/3344056.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Lyddite_Luo/comments/commentRss/3344056.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3344056</trackback:ping><description>Oracle字段类型Char 用于描述定长的字符型数据，长度&lt;br /&gt;varchar2 用于描述变长的字符型数据，长度&lt;br /&gt;nchar 用来存储Unicode字符集的定长字符型数据，长度&lt;br /&gt;nvarchar2 用来存储Unicode字符集的变长字符型数据，长度&lt;br /&gt;number 用来存储整型或者浮点型数值 &lt;br /&gt;Date 用来存储日期数据 &lt;br /&gt;Long 用来存储最大长度为2GB的变长字符数据 &lt;br /&gt;Raw 用来存储非结构化数据的变长字符数据，长度&lt;br /&gt;Long raw 用来存储非结构化数据的变长字符数据，长度&lt;br /&gt;rowid 用来存储表中列的物理地址的二进制数据，占用固定的10个字节 &lt;br /&gt;Blob 用来存储多达4GB的非结构化的二进制数据 &lt;br /&gt;Clob 用来存储多达4GB的字符数据 &lt;br /&gt;nclob 用来存储多达4GB的Unicode字符数据 &lt;br /&gt;Bfile 用来把非结构化的二进制数据存储在数据库以外的&lt;img src =&quot;http://blog.csdn.net/Lyddite_Luo/aggbug/3344056.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 21 Nov 2008 16:59:00 +0800</pubDate><author>小罗罗</author><comments>http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344056.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344056.aspx</guid><dc:creator>小罗罗</dc:creator><fs:srclink>http://blog.csdn.net/Lyddite_Luo/archive/2008/11/21/3344056.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Lyddite_Luo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Lyddite_Luo/~7366367/207405239/5475883</fs:itemid></item><item><title>Apache服务器的日志（LOG）定制</title><link>http://blog.csdn.net/Lyddite_Luo/archive/2008/07/04/2610777.aspx</link><wfw:comment>http://blog.csdn.net/Lyddite_Luo/comments/2610777.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Lyddite_Luo/comments/commentRss/2610777.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2610777</trackback:ping><description>Apache服务器的日志&lt;img src =&quot;http://blog.csdn.net/Lyddite_Luo/aggbug/2610777.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 04 Jul 2008 19:22:00 +0800</pubDate><author>Lyddite Luo</author><comments>http://blog.csdn.net/Lyddite_Luo/archive/2008/07/04/2610777.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Lyddite_Luo/archive/2008/07/04/2610777.aspx</guid><dc:creator>Lyddite Luo</dc:creator><fs:srclink>http://blog.csdn.net/Lyddite_Luo/archive/2008/07/04/2610777.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Lyddite_Luo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Lyddite_Luo/~7366367/207405240/5475883</fs:itemid></item><item><title>Spring+ibatis 数据化持久层</title><link>http://blog.csdn.net/Lyddite_Luo/archive/2008/07/03/2608532.aspx</link><wfw:comment>http://blog.csdn.net/Lyddite_Luo/comments/2608532.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Lyddite_Luo/comments/commentRss/2608532.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2608532</trackback:ping><description>ibatis in Spring&lt;img src =&quot;http://blog.csdn.net/Lyddite_Luo/aggbug/2608532.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 03 Jul 2008 23:22:00 +0800</pubDate><author>Lyddite Luo</author><comments>http://blog.csdn.net/Lyddite_Luo/archive/2008/07/03/2608532.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Lyddite_Luo/archive/2008/07/03/2608532.aspx</guid><dc:creator>Lyddite Luo</dc:creator><fs:srclink>http://blog.csdn.net/Lyddite_Luo/archive/2008/07/03/2608532.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Lyddite_Luo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Lyddite_Luo/~7366367/207405241/5475883</fs:itemid></item><item><title>在Linux系统环境下安装配置JDK常用方法</title><link>http://blog.csdn.net/Lyddite_Luo/archive/2008/07/03/2608488.aspx</link><wfw:comment>http://blog.csdn.net/Lyddite_Luo/comments/2608488.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Lyddite_Luo/comments/commentRss/2608488.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2608488</trackback:ping><description>linux环境搭建java环境&lt;img src =&quot;http://blog.csdn.net/Lyddite_Luo/aggbug/2608488.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 03 Jul 2008 23:14:00 +0800</pubDate><author>Lyddite Luo</author><comments>http://blog.csdn.net/Lyddite_Luo/archive/2008/07/03/2608488.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Lyddite_Luo/archive/2008/07/03/2608488.aspx</guid><dc:creator>Lyddite Luo</dc:creator><fs:srclink>http://blog.csdn.net/Lyddite_Luo/archive/2008/07/03/2608488.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Lyddite_Luo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Lyddite_Luo/~7366367/207405242/5475883</fs:itemid></item></channel></rss>