<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>青向依的专栏</title><link>http://blog.csdn.net/celine_q/</link><description>青草杂苑</description><dc:language>zh-CN</dc:language><lastUpdateTime>Fri, 07 Dec 2007 23:19:08 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>青向依</dc:creator><title>【转】jdk和jre的区别</title><link>http://blog.csdn.net/celine_q/archive/2007/12/07/1923743.aspx</link><pubDate>Fri, 07 Dec 2007 23:19:00 GMT</pubDate><guid>http://blog.csdn.net/celine_q/archive/2007/12/07/1923743.aspx</guid><wfw:comment>http://blog.csdn.net/celine_q/comments/1923743.aspx</wfw:comment><comments>http://blog.csdn.net/celine_q/archive/2007/12/07/1923743.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/celine_q/comments/commentRss/1923743.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1923743</trackback:ping><description>简单的说JDK是面向开发人员使用的SDK，它提供了Java的开发环境和运行环境。SDK是Software Development Kit 一般指软件开发包，可以包括函数库、编译程序等。&lt;img src ="http://blog.csdn.net/celine_q/aggbug/1923743.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>青向依</dc:creator><title>【原】使用links方式安装Eclipse插件</title><link>http://blog.csdn.net/celine_q/archive/2007/09/30/1807272.aspx</link><pubDate>Sun, 30 Sep 2007 00:55:00 GMT</pubDate><guid>http://blog.csdn.net/celine_q/archive/2007/09/30/1807272.aspx</guid><wfw:comment>http://blog.csdn.net/celine_q/comments/1807272.aspx</wfw:comment><comments>http://blog.csdn.net/celine_q/archive/2007/09/30/1807272.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/celine_q/comments/commentRss/1807272.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1807272</trackback:ping><description>一、使用links方式安装eclipse插件。假设eclipse安装目录是D:\eclipse，待安装插件目录是D:\eclipseplugins。以lomboz，和xmlbuddy为例说明如何使用links方式安装eclipse插件。 &lt;img src ="http://blog.csdn.net/celine_q/aggbug/1807272.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>青向依</dc:creator><title>【转】设置tomcat不用重启</title><link>http://blog.csdn.net/celine_q/archive/2007/09/20/1793773.aspx</link><pubDate>Thu, 20 Sep 2007 22:37:00 GMT</pubDate><guid>http://blog.csdn.net/celine_q/archive/2007/09/20/1793773.aspx</guid><wfw:comment>http://blog.csdn.net/celine_q/comments/1793773.aspx</wfw:comment><comments>http://blog.csdn.net/celine_q/archive/2007/09/20/1793773.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/celine_q/comments/commentRss/1793773.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1793773</trackback:ping><description>其中：Context元素的属性
path : 指定访问该Web应用的URL入口
docBase : 指定Web应用的文件路径,可以给定绝对路径,也可以给定相对于Host的appBase属性的相对路径
reloadable : 如果这个属性设为true,Tomcat服务器在运行状态下会监视在WEB/INF/classes和WEB-INF/ lib目录下class文件的改动.如果监测到有class文件被更新,服务器会自动重新加载Web应用&lt;img src ="http://blog.csdn.net/celine_q/aggbug/1793773.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>青向依</dc:creator><title>【转】ANT十五大最佳实践</title><link>http://blog.csdn.net/celine_q/archive/2007/09/19/1790619.aspx</link><pubDate>Wed, 19 Sep 2007 00:57:00 GMT</pubDate><guid>http://blog.csdn.net/celine_q/archive/2007/09/19/1790619.aspx</guid><wfw:comment>http://blog.csdn.net/celine_q/comments/1790619.aspx</wfw:comment><comments>http://blog.csdn.net/celine_q/archive/2007/09/19/1790619.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/celine_q/comments/commentRss/1790619.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1790619</trackback:ping><description>ANT十五大最佳实践。在Ant出现之前，构建和部署Java应用需要使用包括特定平台的脚本、Make文件、各种版本的IDE甚至手工操作的“大杂烩”。Ant的构建文件应该定义好正确的任务依赖关系，这样程序员就不必为了完成构建而不得不按照特定顺序调用任务。Ant文件明确地定义构建的过程，并被团队中的每个程序员使用。本文所列的技巧基于这样的假定：Ant构建文件是一个必须仔细编写的重要文件，它应在版本控制系统中得到维护，并被定期进行重构。Ant构建文件build.xml可以放在任何位置，但是放在项目顶级目录中可以保持项目简洁。&lt;img src ="http://blog.csdn.net/celine_q/aggbug/1790619.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>青向依</dc:creator><title>【转】AppFuse: Start Your J2EE Web Apps</title><link>http://blog.csdn.net/celine_q/archive/2007/09/19/1790617.aspx</link><pubDate>Wed, 19 Sep 2007 00:54:00 GMT</pubDate><guid>http://blog.csdn.net/celine_q/archive/2007/09/19/1790617.aspx</guid><wfw:comment>http://blog.csdn.net/celine_q/comments/1790617.aspx</wfw:comment><comments>http://blog.csdn.net/celine_q/archive/2007/09/19/1790617.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/celine_q/comments/commentRss/1790617.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1790617</trackback:ping><description>In March of 2004, I moved the AppFuse project from the Struts project on SourceForge to java.net.I try to keep as up to date as possible with new releases -- and due to AppFuse‘s unit test coverage, I can easily test new releases by dropping them in and running ant test-all. This even works for dependent resources such as Tomcat and MySQL, in which I‘ve found bugs via AppFuse. For me, it acts as a testing tool to verify the functionality of new open source releases. AppFuse Light.&lt;img src ="http://blog.csdn.net/celine_q/aggbug/1790617.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>青向依</dc:creator><title>【转】TOMCAT目录结构</title><link>http://blog.csdn.net/celine_q/archive/2007/09/12/1782588.aspx</link><pubDate>Wed, 12 Sep 2007 18:42:00 GMT</pubDate><guid>http://blog.csdn.net/celine_q/archive/2007/09/12/1782588.aspx</guid><wfw:comment>http://blog.csdn.net/celine_q/comments/1782588.aspx</wfw:comment><comments>http://blog.csdn.net/celine_q/archive/2007/09/12/1782588.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/celine_q/comments/commentRss/1782588.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1782588</trackback:ping><description>一、TOMCAT的目录结构 
/bin：存放windows或Linux平台上启动和关闭Tomcat的脚本文件 
/conf：存放Tomcat服务器的各种全局配置文件，其中最重要的是server.xml和web.xml 
/doc：存放Tomcat文档&lt;img src ="http://blog.csdn.net/celine_q/aggbug/1782588.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>青向依</dc:creator><title>【转】SAX与DOM之间的区别</title><link>http://blog.csdn.net/celine_q/archive/2007/09/12/1782582.aspx</link><pubDate>Wed, 12 Sep 2007 18:38:00 GMT</pubDate><guid>http://blog.csdn.net/celine_q/archive/2007/09/12/1782582.aspx</guid><wfw:comment>http://blog.csdn.net/celine_q/comments/1782582.aspx</wfw:comment><comments>http://blog.csdn.net/celine_q/archive/2007/09/12/1782582.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/celine_q/comments/commentRss/1782582.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1782582</trackback:ping><description>当你需要处理XML文档时，你的首要选择是使用DOM(文档对象模型)还是使用SAX(用于XML的简单API)，即当前使用的两个主要的XML API。你可以使用任何一种(或者在同一时间使用两种)来处理XML文档，然而DOM将文档载入到内存中处理，而SAX则相反，它可以检测一个即将到来的 XML流，由此并不需要所有的XML代码同时载入到内存中。&lt;img src ="http://blog.csdn.net/celine_q/aggbug/1782582.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>celine_q</dc:creator><title>【转】什么是WiKi</title><link>http://blog.csdn.net/celine_q/archive/2007/09/11/1781069.aspx</link><pubDate>Tue, 11 Sep 2007 18:40:00 GMT</pubDate><guid>http://blog.csdn.net/celine_q/archive/2007/09/11/1781069.aspx</guid><wfw:comment>http://blog.csdn.net/celine_q/comments/1781069.aspx</wfw:comment><comments>http://blog.csdn.net/celine_q/archive/2007/09/11/1781069.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/celine_q/comments/commentRss/1781069.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1781069</trackback:ping><description>一个wiki网站让人能够用网页浏览器以及很简单的标记语言合作撰写文件。wiki技术的关键特质是能轻易用来创造与更新许多网页。一般来说，改变网页是不经审核的。大部分的wiki都是公开给一般大众，不用注册帐号。有些wiki会替使用者自动签名，并且要求使用者持有一个“cookie”。私人的wiki之中，大多会要求身分认证。大部分的编辑都是即时的，而且几乎会立即出现在网络上。这一点常导致系统被滥用。&lt;img src ="http://blog.csdn.net/celine_q/aggbug/1781069.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>celine_q</dc:creator><title>【转＋原】Java解析XML文档(DOM)</title><link>http://blog.csdn.net/celine_q/archive/2007/09/04/1772395.aspx</link><pubDate>Tue, 04 Sep 2007 22:43:00 GMT</pubDate><guid>http://blog.csdn.net/celine_q/archive/2007/09/04/1772395.aspx</guid><wfw:comment>http://blog.csdn.net/celine_q/comments/1772395.aspx</wfw:comment><comments>http://blog.csdn.net/celine_q/archive/2007/09/04/1772395.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/celine_q/comments/commentRss/1772395.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1772395</trackback:ping><description>用Java解析XML文档，最常用的有两种方法：使用基于事件的XML简单API(Simple API for XML)称为SAX和基于树和节点的文档对象模型(Document Object Module)称为DOM&lt;img src ="http://blog.csdn.net/celine_q/aggbug/1772395.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>celine_q</dc:creator><title>【转】高手试用了10余款杀软后的一些心得</title><link>http://blog.csdn.net/celine_q/archive/2007/08/31/1766856.aspx</link><pubDate>Fri, 31 Aug 2007 13:08:00 GMT</pubDate><guid>http://blog.csdn.net/celine_q/archive/2007/08/31/1766856.aspx</guid><wfw:comment>http://blog.csdn.net/celine_q/comments/1766856.aspx</wfw:comment><comments>http://blog.csdn.net/celine_q/archive/2007/08/31/1766856.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/celine_q/comments/commentRss/1766856.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1766856</trackback:ping><description>首先：是大名鼎鼎的BITdefender：该软件号称排名第一，刚装上去，挺兴奋的啊，但过一个小时都不到，就觉得问题来了，简直是相当之烦琐，特别是网络那一块，设定得不好的话，保你连QQ都上不去。还有很多问题,如内存占用略偏大，还有字体过小等，这，当然是汉化的问题，如果你E文不错的话，推荐使用下原版。否则的话，KEY绝对是个大问题。&lt;img src ="http://blog.csdn.net/celine_q/aggbug/1766856.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>青向依</dc:creator><title>【翻】SQL高级连接查询(一)——内连接,外连接</title><link>http://blog.csdn.net/celine_q/archive/2007/08/13/1741279.aspx</link><pubDate>Mon, 13 Aug 2007 20:33:00 GMT</pubDate><guid>http://blog.csdn.net/celine_q/archive/2007/08/13/1741279.aspx</guid><wfw:comment>http://blog.csdn.net/celine_q/comments/1741279.aspx</wfw:comment><comments>http://blog.csdn.net/celine_q/archive/2007/08/13/1741279.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/celine_q/comments/commentRss/1741279.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1741279</trackback:ping><description>通常我们不得不从两个或更多的表中选取数据使查询结果更完整。这时便需要使用连接查询(join)。数据库中的表通过关键字相互关联。主键是所有列中拥有唯一值列。每一个主键值必须是表中唯一，目的是为了把数跨不同表的数据，在不重复资源的情况下绑定在一起。&lt;img src ="http://blog.csdn.net/celine_q/aggbug/1741279.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>celine_q</dc:creator><title>【转】笔试算法题 </title><link>http://blog.csdn.net/celine_q/archive/2007/08/13/1741275.aspx</link><pubDate>Mon, 13 Aug 2007 20:30:00 GMT</pubDate><guid>http://blog.csdn.net/celine_q/archive/2007/08/13/1741275.aspx</guid><wfw:comment>http://blog.csdn.net/celine_q/comments/1741275.aspx</wfw:comment><comments>http://blog.csdn.net/celine_q/archive/2007/08/13/1741275.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/celine_q/comments/commentRss/1741275.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1741275</trackback:ping><description>笔试算法题 &lt;img src ="http://blog.csdn.net/celine_q/aggbug/1741275.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>celine_q</dc:creator><title>【转】java面试题</title><link>http://blog.csdn.net/celine_q/archive/2007/08/13/1741272.aspx</link><pubDate>Mon, 13 Aug 2007 20:27:00 GMT</pubDate><guid>http://blog.csdn.net/celine_q/archive/2007/08/13/1741272.aspx</guid><wfw:comment>http://blog.csdn.net/celine_q/comments/1741272.aspx</wfw:comment><comments>http://blog.csdn.net/celine_q/archive/2007/08/13/1741272.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/celine_q/comments/commentRss/1741272.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1741272</trackback:ping><description>java面试题&lt;img src ="http://blog.csdn.net/celine_q/aggbug/1741272.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>celine_q</dc:creator><title>【转】权限控制算法</title><link>http://blog.csdn.net/celine_q/archive/2007/08/13/1741268.aspx</link><pubDate>Mon, 13 Aug 2007 20:25:00 GMT</pubDate><guid>http://blog.csdn.net/celine_q/archive/2007/08/13/1741268.aspx</guid><wfw:comment>http://blog.csdn.net/celine_q/comments/1741268.aspx</wfw:comment><comments>http://blog.csdn.net/celine_q/archive/2007/08/13/1741268.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/celine_q/comments/commentRss/1741268.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1741268</trackback:ping><description>向大家介绍一种很不错，也是Linux中的权限管理算法。这样，如果用户有权限：添加Ａ－－－2；修改Ｂ－－－4那用户的权限值 purview =2^2 2^3 2^4＝28，也就是2的权的和了化成二进制可以表示为11100　　如果要验证用户是否有删除Ｂ的权限，就可以通过位与运算来实现。&lt;img src ="http://blog.csdn.net/celine_q/aggbug/1741268.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>celine_q</dc:creator><title>【转】Char 和 Varchar 比较</title><link>http://blog.csdn.net/celine_q/archive/2007/08/13/1741262.aspx</link><pubDate>Mon, 13 Aug 2007 20:22:00 GMT</pubDate><guid>http://blog.csdn.net/celine_q/archive/2007/08/13/1741262.aspx</guid><wfw:comment>http://blog.csdn.net/celine_q/comments/1741262.aspx</wfw:comment><comments>http://blog.csdn.net/celine_q/archive/2007/08/13/1741262.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/celine_q/comments/commentRss/1741262.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1741262</trackback:ping><description>具考证：在字符长度一定时CHAR的性能比VARCHAR好，而在长度不确定时，CHAR类型的字段在使用时性能略差。区别： 1．CHAR的长度是固 定的，而VARCHAR2的长度是可以变化的， 比如，存储字符串“abc"，对于CHAR (20)，表示你存储的字符将占20个字节(包括17个空字符)，而同样的VARCHAR2 (20)则只占用3个字节的长度，20只是最大值，当你存储的字符小于20时，按实际长度存储。由于char是以固定长度的，所以它的速度会比 varchar快得多!但程序处理起来要麻烦一点，要用trim之类的函数把两边的空格去掉!&lt;img src ="http://blog.csdn.net/celine_q/aggbug/1741262.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>