<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>LeosHope的专栏</title><link>http://blog.csdn.net/leoshope/</link><description>只要你有梦想,只要你努力,人生就没有失败.</description><dc:language>zh-CN</dc:language><lastUpdateTime>Tue, 30 Oct 2007 22:14:40 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>LeosHope</dc:creator><title>Spring - 装配Bean：即依赖注入</title><link>http://blog.csdn.net/LeosHope/archive/2007/10/30/1858153.aspx</link><pubDate>Tue, 30 Oct 2007 22:15:00 GMT</pubDate><guid>http://blog.csdn.net/LeosHope/archive/2007/10/30/1858153.aspx</guid><wfw:comment>http://blog.csdn.net/leoshope/comments/1858153.aspx</wfw:comment><comments>http://blog.csdn.net/LeosHope/archive/2007/10/30/1858153.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/leoshope/comments/commentRss/1858153.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1858153</trackback:ping><description>在Spring中，对象间的协作是通过IoC机制完成的。
反向控制也叫依赖注入（Dependency Injection，DI），简单来说就是将JavaBean需要的
对象通过配置文件加载进来。&lt;img src ="http://blog.csdn.net/leoshope/aggbug/1858153.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>LeosHope</dc:creator><title>Java Servlet API类库中的基本方法介绍</title><link>http://blog.csdn.net/LeosHope/archive/2007/08/23/1755481.aspx</link><pubDate>Thu, 23 Aug 2007 10:15:00 GMT</pubDate><guid>http://blog.csdn.net/LeosHope/archive/2007/08/23/1755481.aspx</guid><wfw:comment>http://blog.csdn.net/leoshope/comments/1755481.aspx</wfw:comment><comments>http://blog.csdn.net/LeosHope/archive/2007/08/23/1755481.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/leoshope/comments/commentRss/1755481.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1755481</trackback:ping><description>Java Servlet 开发工具（JSDK）提供了多个软件包，在编写 Servlet 时需要用到这些软件包。其中包括两个用于所有 Servlet 的基本软件包：javax.servlet 和 javax.servlet.http。可从sun公司的Web站点下载 Java Servlet 开发工具。 下面主要介绍javax.servlet.http提供的HTTP Servlet应用编程接口。 &lt;img src ="http://blog.csdn.net/leoshope/aggbug/1755481.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>LeosHope</dc:creator><title>JSP-JDBC-Oracle</title><link>http://blog.csdn.net/LeosHope/archive/2007/08/22/1754611.aspx</link><pubDate>Wed, 22 Aug 2007 16:01:00 GMT</pubDate><guid>http://blog.csdn.net/LeosHope/archive/2007/08/22/1754611.aspx</guid><wfw:comment>http://blog.csdn.net/leoshope/comments/1754611.aspx</wfw:comment><comments>http://blog.csdn.net/LeosHope/archive/2007/08/22/1754611.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/leoshope/comments/commentRss/1754611.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1754611</trackback:ping><description>&amp;lt;%!&lt;br /&gt;&amp;nbsp;String DBDRIVER = &amp;quot;oracle.jdbc.driver.OracleDriver&amp;quot; ;&lt;br /&gt;&amp;nbsp;String DBURL = &amp;quot;jdbc:oracle:thin:@localhost:1521:mldn&amp;quot; ;&lt;br /&gt;&amp;nbsp;String DBUSER = &amp;quot;scott&amp;quot; ;&lt;br /&gt;&amp;nbsp;String DBPASSWORD = &amp;quot;tiger&amp;quot; ;&lt;br /&gt;&amp;nbsp;Connection conn = null ;&lt;br /&gt;&amp;nbsp;Statement stmt = null ;&lt;br /&gt;%&amp;gt;&lt;br /&gt;&amp;lt;%&lt;br /&gt;&amp;nbsp;try&lt;br /&gt;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;Class.forName(DBDRIVER) ;&lt;br /&gt;&amp;nbsp;&amp;nbsp;// 连接时必须填写用户名及密码&lt;br /&gt;&amp;nbsp;&amp;nbsp;conn = DriverManager.getCon&lt;img src ="http://blog.csdn.net/leoshope/aggbug/1754611.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>LeosHope</dc:creator><title>修改web.xml设置config对象,传入init值</title><link>http://blog.csdn.net/LeosHope/archive/2007/08/22/1754448.aspx</link><pubDate>Wed, 22 Aug 2007 14:44:00 GMT</pubDate><guid>http://blog.csdn.net/LeosHope/archive/2007/08/22/1754448.aspx</guid><wfw:comment>http://blog.csdn.net/leoshope/comments/1754448.aspx</wfw:comment><comments>http://blog.csdn.net/LeosHope/archive/2007/08/22/1754448.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/leoshope/comments/commentRss/1754448.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1754448</trackback:ping><description>&lt;img src ="http://blog.csdn.net/leoshope/aggbug/1754448.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>LeosHope</dc:creator><title>web.xml框架</title><link>http://blog.csdn.net/LeosHope/archive/2007/08/22/1754438.aspx</link><pubDate>Wed, 22 Aug 2007 14:40:00 GMT</pubDate><guid>http://blog.csdn.net/LeosHope/archive/2007/08/22/1754438.aspx</guid><wfw:comment>http://blog.csdn.net/leoshope/comments/1754438.aspx</wfw:comment><comments>http://blog.csdn.net/LeosHope/archive/2007/08/22/1754438.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/leoshope/comments/commentRss/1754438.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1754438</trackback:ping><description>  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0
&lt;img src ="http://blog.csdn.net/leoshope/aggbug/1754438.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>LeosHope</dc:creator><title>JSP的九个隐含对象</title><link>http://blog.csdn.net/LeosHope/archive/2007/08/22/1753939.aspx</link><pubDate>Wed, 22 Aug 2007 10:56:00 GMT</pubDate><guid>http://blog.csdn.net/LeosHope/archive/2007/08/22/1753939.aspx</guid><wfw:comment>http://blog.csdn.net/leoshope/comments/1753939.aspx</wfw:comment><comments>http://blog.csdn.net/LeosHope/archive/2007/08/22/1753939.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/leoshope/comments/commentRss/1753939.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1753939</trackback:ping><description>  一、page 对象
    page对象代表JSP本身，更准确地说它代表JSP被转译后的Servlet，它可以调用Servlet类所定义的方法。&lt;img src ="http://blog.csdn.net/leoshope/aggbug/1753939.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>LeosHope</dc:creator><title>快速配置weblogic8.X的应用目录</title><link>http://blog.csdn.net/LeosHope/archive/2007/08/20/1751374.aspx</link><pubDate>Mon, 20 Aug 2007 13:22:00 GMT</pubDate><guid>http://blog.csdn.net/LeosHope/archive/2007/08/20/1751374.aspx</guid><wfw:comment>http://blog.csdn.net/leoshope/comments/1751374.aspx</wfw:comment><comments>http://blog.csdn.net/LeosHope/archive/2007/08/20/1751374.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/leoshope/comments/commentRss/1751374.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1751374</trackback:ping><description>我们知道在weblogic7.x之前，安装完后weblogic会自动创建默认的应用目录DefaultWebApp。如果没有特别的需要，就可以利用这个默认的应用目录布署Web应用程序或者J2EE系统了。而在weblogic8.x之后版本中，它不会自动创建默认的应用目录。所以我们需要使用Configuration Wizard来创建自己的应用目录，发布应用目录有两种方法，现分别介绍。 &lt;img src ="http://blog.csdn.net/leoshope/aggbug/1751374.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>LeosHope</dc:creator><title>J2SE中的序列化详解(二)</title><link>http://blog.csdn.net/LeosHope/archive/2007/08/08/1731338.aspx</link><pubDate>Wed, 08 Aug 2007 12:01:00 GMT</pubDate><guid>http://blog.csdn.net/LeosHope/archive/2007/08/08/1731338.aspx</guid><wfw:comment>http://blog.csdn.net/leoshope/comments/1731338.aspx</wfw:comment><comments>http://blog.csdn.net/LeosHope/archive/2007/08/08/1731338.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/leoshope/comments/commentRss/1731338.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1731338</trackback:ping><description>当一个父类实现Serializable接口后，他的子类都将自动的实现序列化。&lt;img src ="http://blog.csdn.net/leoshope/aggbug/1731338.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>LeosHope</dc:creator><title>J2SE中的序列化详解(一)</title><link>http://blog.csdn.net/LeosHope/archive/2007/08/08/1731309.aspx</link><pubDate>Wed, 08 Aug 2007 11:41:00 GMT</pubDate><guid>http://blog.csdn.net/LeosHope/archive/2007/08/08/1731309.aspx</guid><wfw:comment>http://blog.csdn.net/leoshope/comments/1731309.aspx</wfw:comment><comments>http://blog.csdn.net/LeosHope/archive/2007/08/08/1731309.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/leoshope/comments/commentRss/1731309.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1731309</trackback:ping><description>Java中处处体现着简单的程序设计风格，序列化作为最常用的功能之一，在java中的设计尤为“简单”。在ObjectInputStream 和ObjectOutputStream的帮助下，我们可以轻松的实现序列化。 &lt;img src ="http://blog.csdn.net/leoshope/aggbug/1731309.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>LeosHope</dc:creator><title>为什么要使用EJB?</title><link>http://blog.csdn.net/LeosHope/archive/2007/08/08/1731235.aspx</link><pubDate>Wed, 08 Aug 2007 11:12:00 GMT</pubDate><guid>http://blog.csdn.net/LeosHope/archive/2007/08/08/1731235.aspx</guid><wfw:comment>http://blog.csdn.net/leoshope/comments/1731235.aspx</wfw:comment><comments>http://blog.csdn.net/LeosHope/archive/2007/08/08/1731235.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/leoshope/comments/commentRss/1731235.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1731235</trackback:ping><description>　　首先，我们必须明确，为什么要使用J2EE？J2EE优点是什么？使用J2EE的主要原因是多层结构，传统的两层C/S结构难于维护，稳定性极差，界面代码和数据库代码混淆在一起，牵一动百，多层结构使得界面和数据库完全分离，并且诞生了中间件这样的技术&lt;img src ="http://blog.csdn.net/leoshope/aggbug/1731235.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>LeosHope</dc:creator><title>WebLogic Server基础</title><link>http://blog.csdn.net/LeosHope/archive/2007/08/07/1730131.aspx</link><pubDate>Tue, 07 Aug 2007 19:00:00 GMT</pubDate><guid>http://blog.csdn.net/LeosHope/archive/2007/08/07/1730131.aspx</guid><wfw:comment>http://blog.csdn.net/leoshope/comments/1730131.aspx</wfw:comment><comments>http://blog.csdn.net/LeosHope/archive/2007/08/07/1730131.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/leoshope/comments/commentRss/1730131.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1730131</trackback:ping><description> 注：本文使用的是WebLogic Server7.0 一.如何启动Weblogic Server？ 在Weblogic Server安装所在的盘下bea\user_project\mydomain目录下键入startweblogic命令，如Weblogic Server安装在C盘下，则在c:\bea\user_project\mydomain下键入startweblogic&lt;img src ="http://blog.csdn.net/leoshope/aggbug/1730131.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>LeosHope</dc:creator><title>Excel函数应用之文本/日期/时间函数</title><link>http://blog.csdn.net/LeosHope/archive/2007/08/06/1728607.aspx</link><pubDate>Mon, 06 Aug 2007 15:28:00 GMT</pubDate><guid>http://blog.csdn.net/LeosHope/archive/2007/08/06/1728607.aspx</guid><wfw:comment>http://blog.csdn.net/leoshope/comments/1728607.aspx</wfw:comment><comments>http://blog.csdn.net/LeosHope/archive/2007/08/06/1728607.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/leoshope/comments/commentRss/1728607.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1728607</trackback:ping><description>所谓文本函数，就是可以在公式中处理文字串的函数。例如，可以改变大小写或确定文字串的长度；可以替换某些字符或者去除某些字符等。而日期和时间函数则可以在公式中分析和处理日期值和时间值。关于这两类函数的列表参看附表，这里仅对一些常用的函数做简要介绍。&lt;img src ="http://blog.csdn.net/leoshope/aggbug/1728607.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>LeosHope</dc:creator><title>什么是IPO</title><link>http://blog.csdn.net/LeosHope/archive/2007/08/05/1727309.aspx</link><pubDate>Sun, 05 Aug 2007 20:02:00 GMT</pubDate><guid>http://blog.csdn.net/LeosHope/archive/2007/08/05/1727309.aspx</guid><wfw:comment>http://blog.csdn.net/leoshope/comments/1727309.aspx</wfw:comment><comments>http://blog.csdn.net/LeosHope/archive/2007/08/05/1727309.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/leoshope/comments/commentRss/1727309.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1727309</trackback:ping><description>　　首次公开募股（Initial Public Offerings，简称IPO），是指企业透过证券交易所首次公开向投资者增发股票,以期募集用于企业发展资金的过程。&lt;img src ="http://blog.csdn.net/leoshope/aggbug/1727309.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>LeosHope</dc:creator><title>保险业信息化补血 2011年将达72.1亿元</title><link>http://blog.csdn.net/LeosHope/archive/2007/08/05/1727268.aspx</link><pubDate>Sun, 05 Aug 2007 19:44:00 GMT</pubDate><guid>http://blog.csdn.net/LeosHope/archive/2007/08/05/1727268.aspx</guid><wfw:comment>http://blog.csdn.net/leoshope/comments/1727268.aspx</wfw:comment><comments>http://blog.csdn.net/LeosHope/archive/2007/08/05/1727268.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/leoshope/comments/commentRss/1727268.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1727268</trackback:ping><description>日前，CMP(中国)咨询有限公司(CMP咨询)发布的《金融信息化应用回顾与展望》报告显示：预计在2007~2011年期间，中国保险业信息化整体投资规模的年度复合增长率(CAGR)将达到10.53%，预计2007年投资规模达到49.5亿元，到2011年投资规模将达到72.1亿元以上。 &lt;img src ="http://blog.csdn.net/leoshope/aggbug/1727268.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>LeosHope</dc:creator><title>太平洋保险携手IBM喜获IT安全大奖</title><link>http://blog.csdn.net/LeosHope/archive/2007/08/05/1727249.aspx</link><pubDate>Sun, 05 Aug 2007 19:19:00 GMT</pubDate><guid>http://blog.csdn.net/LeosHope/archive/2007/08/05/1727249.aspx</guid><wfw:comment>http://blog.csdn.net/leoshope/comments/1727249.aspx</wfw:comment><comments>http://blog.csdn.net/LeosHope/archive/2007/08/05/1727249.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/leoshope/comments/commentRss/1727249.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1727249</trackback:ping><description>今天，中国太平洋保险（集团）股份有限公司（以下简称“太平洋保险”）与IBM公司（NYSE：IBM）共同宣布，双方通过在IT安全体系服务领域展开深入合作，确立了太平洋保险的信息安全策略，建立了信息安全管理系统，这将进一步提高太平洋保险IT风险管理和风险应对的能力，全面提升太平洋保险的竞争优势。在中国信息经济学会日前举办的“2007年中国企业信息安全高层研讨会”上，太平洋保险的“定义与实施IT安全规则项目”还荣获了保险行业信息安全优秀解决方案大奖。小&lt;img src ="http://blog.csdn.net/leoshope/aggbug/1727249.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>