ï»??xml version="1.0" encoding="utf-8" standalone="yes"?>久久综合久久88,亚洲午夜久久久久久久久电影网
,日韩精品在线播放 http://www.aygfsteel.com/ctguzhupan/archive/2006/10/08/73886.html温柔一刀 温柔一刀 Sun, 08 Oct 2006 10:12:00 GMT http://www.aygfsteel.com/ctguzhupan/archive/2006/10/08/73886.html http://www.aygfsteel.com/ctguzhupan/comments/73886.html http://www.aygfsteel.com/ctguzhupan/archive/2006/10/08/73886.html#Feedback 2 http://www.aygfsteel.com/ctguzhupan/comments/commentRss/73886.html http://www.aygfsteel.com/ctguzhupan/services/trackbacks/73886.html 阅读全文 ]]> spring 生æˆExcelå’ŒPDFæ–‡äšg http://www.aygfsteel.com/ctguzhupan/archive/2006/10/04/73371.html温柔一刀 温柔一刀 Wed, 04 Oct 2006 04:11:00 GMT http://www.aygfsteel.com/ctguzhupan/archive/2006/10/04/73371.html http://www.aygfsteel.com/ctguzhupan/comments/73371.html http://www.aygfsteel.com/ctguzhupan/archive/2006/10/04/73371.html#Feedback 2 http://www.aygfsteel.com/ctguzhupan/comments/commentRss/73371.html http://www.aygfsteel.com/ctguzhupan/services/trackbacks/73371.html 阅读全文 ]]> 关于Acegi安全框架登陆åŽè{å‘的疑问 http://www.aygfsteel.com/ctguzhupan/archive/2006/10/03/73258.html温柔一刀 温柔一刀 Tue, 03 Oct 2006 03:09:00 GMT http://www.aygfsteel.com/ctguzhupan/archive/2006/10/03/73258.html http://www.aygfsteel.com/ctguzhupan/comments/73258.html http://www.aygfsteel.com/ctguzhupan/archive/2006/10/03/73258.html#Feedback 2 http://www.aygfsteel.com/ctguzhupan/comments/commentRss/73258.html http://www.aygfsteel.com/ctguzhupan/services/trackbacks/73258.html 阅读全文 ]]> 使用Acegi 1.0获å–ç”¨æˆ·ä¿¡æ¯ http://www.aygfsteel.com/ctguzhupan/archive/2006/09/29/72830.html温柔一刀 温柔一刀 Fri, 29 Sep 2006 07:17:00 GMT http://www.aygfsteel.com/ctguzhupan/archive/2006/09/29/72830.html http://www.aygfsteel.com/ctguzhupan/comments/72830.html http://www.aygfsteel.com/ctguzhupan/archive/2006/09/29/72830.html#Feedback 0 http://www.aygfsteel.com/ctguzhupan/comments/commentRss/72830.html http://www.aygfsteel.com/ctguzhupan/services/trackbacks/72830.html 阅读全文 ]]> Spring+Hibernateä¸OpenSessionInView模弘q用 http://www.aygfsteel.com/ctguzhupan/archive/2006/09/20/70805.html温柔一刀 温柔一刀 Wed, 20 Sep 2006 06:54:00 GMT http://www.aygfsteel.com/ctguzhupan/archive/2006/09/20/70805.html http://www.aygfsteel.com/ctguzhupan/comments/70805.html http://www.aygfsteel.com/ctguzhupan/archive/2006/09/20/70805.html#Feedback 0 http://www.aygfsteel.com/ctguzhupan/comments/commentRss/70805.html http://www.aygfsteel.com/ctguzhupan/services/trackbacks/70805.html 阅读全文 ]]> springã€ibatis控制oracle分页的问é¢? http://www.aygfsteel.com/ctguzhupan/archive/2006/08/30/66580.html温柔一刀 温柔一刀 Wed, 30 Aug 2006 02:06:00 GMT http://www.aygfsteel.com/ctguzhupan/archive/2006/08/30/66580.html http://www.aygfsteel.com/ctguzhupan/comments/66580.html http://www.aygfsteel.com/ctguzhupan/archive/2006/08/30/66580.html#Feedback 18 http://www.aygfsteel.com/ctguzhupan/comments/commentRss/66580.html http://www.aygfsteel.com/ctguzhupan/services/trackbacks/66580.html 阅读全文 ]]> ibatis 自带分页æ–ÒŽ³• http://www.aygfsteel.com/ctguzhupan/archive/2006/08/28/66254.html温柔一刀 温柔一刀 Mon, 28 Aug 2006 11:45:00 GMT http://www.aygfsteel.com/ctguzhupan/archive/2006/08/28/66254.html http://www.aygfsteel.com/ctguzhupan/comments/66254.html http://www.aygfsteel.com/ctguzhupan/archive/2006/08/28/66254.html#Feedback 0 http://www.aygfsteel.com/ctguzhupan/comments/commentRss/66254.html http://www.aygfsteel.com/ctguzhupan/services/trackbacks/66254.html Â
PaginatedList paginatedList =sqlMap .queryForPaginatedList(statementName, parameterObject, pageSize); åŸÞZºŽSpring框架æ¥å®žçŽ°çš„åˆ†é¡µÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
public    List   getAllList(String   flag)             {                     PaginatedList   paginatedList   =    this .getSqlMapClientTemplate().queryForPaginatedList( " getAllList " , null , 5 );                        if    ( " privious " .equals(flag))                     {                             paginatedList.previousPage();                     }                      else    if    ( " next " .equals(flag))                     {                             paginatedList.nextPage();                     }                          return    paginatedList;             }         在JSPä¸ï¼Œå¦‚下调用åQšÂ  Â?br />< button   onclick ="location.href  =  'test.shtml?flag=privious'" > 上一™å?/span></ button >    < button   onclick ="location.href  =  'test.shtml?flag=next'" > 下一™å?/span></ button >    PSåQ𿤿–ÒŽ³•åªå¯ä»¥ç”¨äºŽå°æ•°é‡çš„æ•°æ®æŸ¥è¯¢ï¼Œå¤§æ•°é‡æ¤æ³•ä¸å¯è¡ŒåQŒé€Ÿåº¦æ…¢çš„æ— 法å¿å—ã€?br />                                 ]]> Spring-Validator 说明文档 http://www.aygfsteel.com/ctguzhupan/archive/2006/08/22/65009.html温柔一刀 温柔一刀 Tue, 22 Aug 2006 02:57:00 GMT http://www.aygfsteel.com/ctguzhupan/archive/2006/08/22/65009.html http://www.aygfsteel.com/ctguzhupan/comments/65009.html http://www.aygfsteel.com/ctguzhupan/archive/2006/08/22/65009.html#Feedback 0 http://www.aygfsteel.com/ctguzhupan/comments/commentRss/65009.html http://www.aygfsteel.com/ctguzhupan/services/trackbacks/65009.html 阅读全文 ]]> spring对commons_fileuploadå’Œcos_fileuplaodçš„å°è£?/title><link>http://www.aygfsteel.com/ctguzhupan/archive/2006/08/22/64953.html</link><dc:creator>温柔一刀</dc:creator><author>温柔一刀</author><pubDate>Tue, 22 Aug 2006 01:21:00 GMT</pubDate><guid>http://www.aygfsteel.com/ctguzhupan/archive/2006/08/22/64953.html</guid><wfw:comment>http://www.aygfsteel.com/ctguzhupan/comments/64953.html</wfw:comment><comments>http://www.aygfsteel.com/ctguzhupan/archive/2006/08/22/64953.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/ctguzhupan/comments/commentRss/64953.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/ctguzhupan/services/trackbacks/64953.html</trackback:ping><description><![CDATA[ 摘è¦: spring对commons_fileuploadå’Œcos_fileuplaodçš„å°è£?nbsp; <a href='http://www.aygfsteel.com/ctguzhupan/archive/2006/08/22/64953.html'>阅读全文</a><img src ="http://www.aygfsteel.com/ctguzhupan/aggbug/64953.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/ctguzhupan/" target="_blank">温柔一刀</a> 2006-08-22 09:21 <a href="http://www.aygfsteel.com/ctguzhupan/archive/2006/08/22/64953.html#Feedback" target="_blank" style="text-decoration:none;">å‘表评论</a></div>]]></description></item><item><title>Springä¸å®žçŽ°æ–‡ä»¶ä¸Šä¼?/title><link>http://www.aygfsteel.com/ctguzhupan/archive/2006/08/17/64061.html</link><dc:creator>温柔一刀</dc:creator><author>温柔一刀</author><pubDate>Thu, 17 Aug 2006 02:28:00 GMT</pubDate><guid>http://www.aygfsteel.com/ctguzhupan/archive/2006/08/17/64061.html</guid><wfw:comment>http://www.aygfsteel.com/ctguzhupan/comments/64061.html</wfw:comment><comments>http://www.aygfsteel.com/ctguzhupan/archive/2006/08/17/64061.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/ctguzhupan/comments/commentRss/64061.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/ctguzhupan/services/trackbacks/64061.html</trackback:ping><description><![CDATA[ 摘è¦: Springä¸å®žçŽ°æ–‡ä»¶ä¸Šä¼?nbsp; <a href='http://www.aygfsteel.com/ctguzhupan/archive/2006/08/17/64061.html'>阅读全文</a><img src ="http://www.aygfsteel.com/ctguzhupan/aggbug/64061.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/ctguzhupan/" target="_blank">温柔一刀</a> 2006-08-17 10:28 <a href="http://www.aygfsteel.com/ctguzhupan/archive/2006/08/17/64061.html#Feedback" target="_blank" style="text-decoration:none;">å‘表评论</a></div>]]></description></item><item><title>最½Ž€å•çš„iBatis入门例å http://www.aygfsteel.com/ctguzhupan/archive/2006/08/11/62990.html温柔一刀 温柔一刀 Fri, 11 Aug 2006 06:05:00 GMT http://www.aygfsteel.com/ctguzhupan/archive/2006/08/11/62990.html http://www.aygfsteel.com/ctguzhupan/comments/62990.html http://www.aygfsteel.com/ctguzhupan/archive/2006/08/11/62990.html#Feedback 10 http://www.aygfsteel.com/ctguzhupan/comments/commentRss/62990.html http://www.aygfsteel.com/ctguzhupan/services/trackbacks/62990.html 阅读全文 ]]> iBatis使用æ€È»“ http://www.aygfsteel.com/ctguzhupan/archive/2006/08/10/62807.html温柔一刀 温柔一刀 Thu, 10 Aug 2006 07:50:00 GMT http://www.aygfsteel.com/ctguzhupan/archive/2006/08/10/62807.html http://www.aygfsteel.com/ctguzhupan/comments/62807.html http://www.aygfsteel.com/ctguzhupan/archive/2006/08/10/62807.html#Feedback 0 http://www.aygfsteel.com/ctguzhupan/comments/commentRss/62807.html http://www.aygfsteel.com/ctguzhupan/services/trackbacks/62807.html 阅读全文 ]]> Spring AOP䏿–‡æ•™ç¨‹ http://www.aygfsteel.com/ctguzhupan/archive/2006/07/13/63164.html温柔一刀 温柔一刀 Thu, 13 Jul 2006 15:01:00 GMT http://www.aygfsteel.com/ctguzhupan/archive/2006/07/13/63164.html http://www.aygfsteel.com/ctguzhupan/comments/63164.html http://www.aygfsteel.com/ctguzhupan/archive/2006/07/13/63164.html#Feedback 0 http://www.aygfsteel.com/ctguzhupan/comments/commentRss/63164.html http://www.aygfsteel.com/ctguzhupan/services/trackbacks/63164.html 阅读全文 ]]> Spring 框架½Ž€ä»?/title><link>http://www.aygfsteel.com/ctguzhupan/archive/2006/07/13/63191.html</link><dc:creator>温柔一刀</dc:creator><author>温柔一刀</author><pubDate>Thu, 13 Jul 2006 14:55:00 GMT</pubDate><guid>http://www.aygfsteel.com/ctguzhupan/archive/2006/07/13/63191.html</guid><wfw:comment>http://www.aygfsteel.com/ctguzhupan/comments/63191.html</wfw:comment><comments>http://www.aygfsteel.com/ctguzhupan/archive/2006/07/13/63191.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/ctguzhupan/comments/commentRss/63191.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/ctguzhupan/services/trackbacks/63191.html</trackback:ping><description><![CDATA[ 摘è¦: Spring 框架½Ž€ä»?nbsp; <a href='http://www.aygfsteel.com/ctguzhupan/archive/2006/07/13/63191.html'>阅读全文</a><img src ="http://www.aygfsteel.com/ctguzhupan/aggbug/63191.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/ctguzhupan/" target="_blank">温柔一刀</a> 2006-07-13 22:55 <a href="http://www.aygfsteel.com/ctguzhupan/archive/2006/07/13/63191.html#Feedback" target="_blank" style="text-decoration:none;">å‘表评论</a></div>]]></description></item><item><title>¾~–程¾l典技术:Springçš„åéy妙之å¤?/title><link>http://www.aygfsteel.com/ctguzhupan/archive/2006/07/13/63192.html</link><dc:creator>温柔一刀</dc:creator><author>温柔一刀</author><pubDate>Thu, 13 Jul 2006 14:51:00 GMT</pubDate><guid>http://www.aygfsteel.com/ctguzhupan/archive/2006/07/13/63192.html</guid><wfw:comment>http://www.aygfsteel.com/ctguzhupan/comments/63192.html</wfw:comment><comments>http://www.aygfsteel.com/ctguzhupan/archive/2006/07/13/63192.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/ctguzhupan/comments/commentRss/63192.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/ctguzhupan/services/trackbacks/63192.html</trackback:ping><description><![CDATA[ 摘è¦: ¾~–程¾l典技术:Springçš„åéy妙之å¤?nbsp; <a href='http://www.aygfsteel.com/ctguzhupan/archive/2006/07/13/63192.html'>阅读全文</a><img src ="http://www.aygfsteel.com/ctguzhupan/aggbug/63192.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/ctguzhupan/" target="_blank">温柔一刀</a> 2006-07-13 22:51 <a href="http://www.aygfsteel.com/ctguzhupan/archive/2006/07/13/63192.html#Feedback" target="_blank" style="text-decoration:none;">å‘表评论</a></div>]]></description></item><item><title>[导入]从零开始创建基于struts1.2 + Hibernate3.0 Web工程(½W¬äºŒéƒ¨åˆ†) http://www.aygfsteel.com/ctguzhupan/archive/2006/07/13/63168.html温柔一刀 温柔一刀 Thu, 13 Jul 2006 14:42:00 GMT http://www.aygfsteel.com/ctguzhupan/archive/2006/07/13/63168.html http://www.aygfsteel.com/ctguzhupan/comments/63168.html http://www.aygfsteel.com/ctguzhupan/archive/2006/07/13/63168.html#Feedback 0 http://www.aygfsteel.com/ctguzhupan/comments/commentRss/63168.html http://www.aygfsteel.com/ctguzhupan/services/trackbacks/63168.html æ–‡ç« æ¥æº:http://blog.csdn.net/ctguzhupan/archive/2006/07/13/914422.aspx ]]>[导入]从零开始创建基于struts1.2 + Hibernate3.0 Web工程(½W¬ä¸€éƒ¨åˆ†) http://www.aygfsteel.com/ctguzhupan/archive/2006/07/13/63169.html温柔一刀 温柔一刀 Thu, 13 Jul 2006 14:41:00 GMT http://www.aygfsteel.com/ctguzhupan/archive/2006/07/13/63169.html http://www.aygfsteel.com/ctguzhupan/comments/63169.html http://www.aygfsteel.com/ctguzhupan/archive/2006/07/13/63169.html#Feedback 0 http://www.aygfsteel.com/ctguzhupan/comments/commentRss/63169.html http://www.aygfsteel.com/ctguzhupan/services/trackbacks/63169.html æ–‡ç« æ¥æº:http://blog.csdn.net/ctguzhupan/archive/2006/07/13/914416.aspx ]]>struts˜qžæŽ¥æ± é…¾|?/title><link>http://www.aygfsteel.com/ctguzhupan/archive/2006/07/09/63175.html</link><dc:creator>温柔一刀</dc:creator><author>温柔一刀</author><pubDate>Sat, 08 Jul 2006 20:24:00 GMT</pubDate><guid>http://www.aygfsteel.com/ctguzhupan/archive/2006/07/09/63175.html</guid><wfw:comment>http://www.aygfsteel.com/ctguzhupan/comments/63175.html</wfw:comment><comments>http://www.aygfsteel.com/ctguzhupan/archive/2006/07/09/63175.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/ctguzhupan/comments/commentRss/63175.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/ctguzhupan/services/trackbacks/63175.html</trackback:ping><description><![CDATA[struts˜qžæŽ¥æ± é…¾|®ï¼Œåªå†™äº†ä¸¤ä¸ªä¾‹å,实际开å‘䏿œ€å¥½ä¸ç”¨struts带的˜qžæŽ¥æ± ,ä¸åˆ©äºŽç³»¾lŸç¨‹åºæ¢¿UÀL¤åQ?img height="1" src="http://blog.csdn.net/ctguzhupan/aggbug/894051.aspx" width="1" /><br /><br /><p>SQLServer2000æ•°æ®åº“è¿žæŽ¥æ± é…置如下åQ?/p><div style="BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 13px; PADDING-BOTTOM: 4px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 98%; WORD-BREAK: break-all; PADDING-TOP: 4px; BORDER-BOTTOM: #cccccc 1px solid; BACKGROUND-COLOR: #eeeeee"><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" /><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">data-sources</span><span style="COLOR: #0000ff">></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />    </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">data-source </span><span style="COLOR: #ff0000">key</span><span style="COLOR: #0000ff">="org.apache.struts.action.DATA_SOURCE"</span><span style="COLOR: #ff0000"> type</span><span style="COLOR: #0000ff">="org.apache.commons.dbcp.BasicDataSource"</span><span style="COLOR: #0000ff">></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />      </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">set-property </span><span style="COLOR: #ff0000">property</span><span style="COLOR: #0000ff">="driverClassName"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="com.microsoft.jdbc.sqlserver.SQLServerDriver"</span><span style="COLOR: #ff0000"> </span><span style="COLOR: #0000ff">/></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />      </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">set-property </span><span style="COLOR: #ff0000">property</span><span style="COLOR: #0000ff">="url"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=jdsdb"</span><span style="COLOR: #ff0000"> </span><span style="COLOR: #0000ff">/></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />      </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">set-property </span><span style="COLOR: #ff0000">property</span><span style="COLOR: #0000ff">="username"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="sa"</span><span style="COLOR: #ff0000"> </span><span style="COLOR: #0000ff">/></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />      </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">set-property </span><span style="COLOR: #ff0000">property</span><span style="COLOR: #0000ff">="password"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">=""</span><span style="COLOR: #ff0000"> </span><span style="COLOR: #0000ff">/></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />      </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">set-property </span><span style="COLOR: #ff0000">property</span><span style="COLOR: #0000ff">="maxActive"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="200"</span><span style="COLOR: #ff0000"> </span><span style="COLOR: #0000ff">/></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />      </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">set-property </span><span style="COLOR: #ff0000">property</span><span style="COLOR: #0000ff">="maxIdel"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="30"</span><span style="COLOR: #ff0000"> </span><span style="COLOR: #0000ff">/></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />      </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">set-property </span><span style="COLOR: #ff0000">property</span><span style="COLOR: #0000ff">="maxWait"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="10000"</span><span style="COLOR: #ff0000"> </span><span style="COLOR: #0000ff">/></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />      </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">set-property </span><span style="COLOR: #ff0000">property</span><span style="COLOR: #0000ff">="autoReconnect"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="true"</span><span style="COLOR: #ff0000"> </span><span style="COLOR: #0000ff">/></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />      </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">set-property </span><span style="COLOR: #ff0000">property</span><span style="COLOR: #0000ff">="max-connections"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="10"</span><span style="COLOR: #ff0000"> </span><span style="COLOR: #0000ff">/></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />      </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">set-property </span><span style="COLOR: #ff0000">property</span><span style="COLOR: #0000ff">="min-connections"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="2"</span><span style="COLOR: #ff0000"> </span><span style="COLOR: #0000ff">/></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />      </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">set-property </span><span style="COLOR: #ff0000">property</span><span style="COLOR: #0000ff">="inactivity-timeout"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="30"</span><span style="COLOR: #ff0000"> </span><span style="COLOR: #0000ff">/></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />      </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">set-property </span><span style="COLOR: #ff0000">property</span><span style="COLOR: #0000ff">="wait-timeout"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="30"</span><span style="COLOR: #ff0000"> </span><span style="COLOR: #0000ff">/></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />      </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">set-property </span><span style="COLOR: #ff0000">property</span><span style="COLOR: #0000ff">="eroDateTimeBehavior"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="convertToNull"</span><span style="COLOR: #ff0000"> </span><span style="COLOR: #0000ff">/></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />    </span><span style="COLOR: #0000ff"></</span><span style="COLOR: #800000">data-source</span><span style="COLOR: #0000ff">></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />  </span><span style="COLOR: #0000ff"></</span><span style="COLOR: #800000">data-sources</span><span style="COLOR: #0000ff">></span><span style="COLOR: #000000"> <br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" /><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" /></span></div><p></p><p>MySQLæ•°æ®åº“è¿žæŽ¥æ± é…置如下åQ?/p><div style="BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 13px; PADDING-BOTTOM: 4px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 98%; WORD-BREAK: break-all; PADDING-TOP: 4px; BORDER-BOTTOM: #cccccc 1px solid; BACKGROUND-COLOR: #eeeeee"><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" /><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">data-sources</span><span style="COLOR: #0000ff">></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />    </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">data-source </span><span style="COLOR: #ff0000">key</span><span style="COLOR: #0000ff">="org.apache.struts.action.DATA_SOURCE"</span><span style="COLOR: #ff0000"> type</span><span style="COLOR: #0000ff">="org.apache.commons.dbcp.BasicDataSource"</span><span style="COLOR: #0000ff">></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />      </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">set-property </span><span style="COLOR: #ff0000">property</span><span style="COLOR: #0000ff">="driverClassName"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="com.mysql.jdbc.Driver"</span><span style="COLOR: #ff0000"> </span><span style="COLOR: #0000ff">/></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />      </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">set-property </span><span style="COLOR: #ff0000">property</span><span style="COLOR: #0000ff">="url"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="jdbc:mysql://127.0.0.1:3306/JDSDB?useUnicode=true&characterEncoding=gb2312"</span><span style="COLOR: #ff0000"> </span><span style="COLOR: #0000ff">/></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />      </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">set-property </span><span style="COLOR: #ff0000">property</span><span style="COLOR: #0000ff">="username"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="root"</span><span style="COLOR: #ff0000"> </span><span style="COLOR: #0000ff">/></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />      </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">set-property </span><span style="COLOR: #ff0000">property</span><span style="COLOR: #0000ff">="password"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">=""</span><span style="COLOR: #ff0000"> </span><span style="COLOR: #0000ff">/></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />      </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">set-property </span><span style="COLOR: #ff0000">property</span><span style="COLOR: #0000ff">="maxActive"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="200"</span><span style="COLOR: #ff0000"> </span><span style="COLOR: #0000ff">/></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />      </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">set-property </span><span style="COLOR: #ff0000">property</span><span style="COLOR: #0000ff">="maxIdel"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="30"</span><span style="COLOR: #ff0000"> </span><span style="COLOR: #0000ff">/></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />      </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">set-property </span><span style="COLOR: #ff0000">property</span><span style="COLOR: #0000ff">="maxWait"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="10000"</span><span style="COLOR: #ff0000"> </span><span style="COLOR: #0000ff">/></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />      </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">set-property </span><span style="COLOR: #ff0000">property</span><span style="COLOR: #0000ff">="autoReconnect"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="true"</span><span style="COLOR: #ff0000"> </span><span style="COLOR: #0000ff">/></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />      </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">set-property </span><span style="COLOR: #ff0000">property</span><span style="COLOR: #0000ff">="max-connections"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="10"</span><span style="COLOR: #ff0000"> </span><span style="COLOR: #0000ff">/></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />      </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">set-property </span><span style="COLOR: #ff0000">property</span><span style="COLOR: #0000ff">="min-connections"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="2"</span><span style="COLOR: #ff0000"> </span><span style="COLOR: #0000ff">/></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />      </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">set-property </span><span style="COLOR: #ff0000">property</span><span style="COLOR: #0000ff">="inactivity-timeout"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="30"</span><span style="COLOR: #ff0000"> </span><span style="COLOR: #0000ff">/></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />      </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">set-property </span><span style="COLOR: #ff0000">property</span><span style="COLOR: #0000ff">="wait-timeout"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="30"</span><span style="COLOR: #ff0000"> </span><span style="COLOR: #0000ff">/></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />      </span><span style="COLOR: #0000ff"><</span><span style="COLOR: #800000">set-property </span><span style="COLOR: #ff0000">property</span><span style="COLOR: #0000ff">="eroDateTimeBehavior"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="convertToNull"</span><span style="COLOR: #ff0000"> </span><span style="COLOR: #0000ff">/></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />    </span><span style="COLOR: #0000ff"></</span><span style="COLOR: #800000">data-source</span><span style="COLOR: #0000ff">></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />  </span><span style="COLOR: #0000ff"></</span><span style="COLOR: #800000">data-sources</span><span style="COLOR: #0000ff">></span><span style="COLOR: #000000"><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" /><br /><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" /></span></div><p></p><p> </p><br /><img src ="http://www.aygfsteel.com/ctguzhupan/aggbug/63175.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/ctguzhupan/" target="_blank">温柔一刀</a> 2006-07-09 04:24 <a href="http://www.aygfsteel.com/ctguzhupan/archive/2006/07/09/63175.html#Feedback" target="_blank" style="text-decoration:none;">å‘表评论</a></div>]]></description></item></channel></rss> <footer>
<div class="friendship-link">
<a href="http://www.aygfsteel.com/" title="狠狠久久亚洲欧美专区_中文字幕亚洲综合久久202_国产精品亚洲第五区在线_日本免费网站视频">狠狠久久亚洲欧美专区_中文字幕亚洲综合久久202_国产精品亚洲第五区在线_日本免费网站视频</a>
</div>
</footer>
Ö÷Õ¾Ö©Öë³ØÄ£°å£º
<a href="http://" target="_blank">¹ãÔªÊÐ</a>|
<a href="http://" target="_blank">ÑôÎ÷ÏØ</a>|
<a href="http://" target="_blank">°¢°Í¸ÂÆì</a>|
<a href="http://" target="_blank">¸ÄÔòÏØ</a>|
<a href="http://" target="_blank">ÓÒÓñÏØ</a>|
<a href="http://" target="_blank">Á¬ÄÏ</a>|
<a href="http://" target="_blank">¶«Ì¨ÊÐ</a>|
<a href="http://" target="_blank">°²¶àÏØ</a>|
<a href="http://" target="_blank">̨ÄÏÏØ</a>|
<a href="http://" target="_blank">¸ÄÔòÏØ</a>|
<a href="http://" target="_blank">À¶ÌïÏØ</a>|
<a href="http://" target="_blank">¹±¸ÂÏØ</a>|
<a href="http://" target="_blank">¤Î÷ÏØ</a>|
<a href="http://" target="_blank">·áÔÊÐ</a>|
<a href="http://" target="_blank">ͨÖÝÊÐ</a>|
<a href="http://" target="_blank">ÁÙ·ÚÊÐ</a>|
<a href="http://" target="_blank">×óÔÆÏØ</a>|
<a href="http://" target="_blank">¹²ºÍÏØ</a>|
<a href="http://" target="_blank">ÓÀ´¨ÊÐ</a>|
<a href="http://" target="_blank">¶«À¼ÏØ</a>|
<a href="http://" target="_blank">èëµéÊÐ</a>|
<a href="http://" target="_blank">°ÍÁÖÓÒÆì</a>|
<a href="http://" target="_blank">èëÄÏÏØ</a>|
<a href="http://" target="_blank">½¨ê±ÊÐ</a>|
<a href="http://" target="_blank">ÆÁ¶«ÊÐ</a>|
<a href="http://" target="_blank">ÓôÄÏÏØ</a>|
<a href="http://" target="_blank">èëµéÊÐ</a>|
<a href="http://" target="_blank">ÉÌÂåÊÐ</a>|
<a href="http://" target="_blank">½Ô´ÏØ</a>|
<a href="http://" target="_blank">ºº´¨ÊÐ</a>|
<a href="http://" target="_blank">°¢°Ó</a>|
<a href="http://" target="_blank">½ºÄÏÊÐ</a>|
<a href="http://" target="_blank">¸»ÄþÏØ</a>|
<a href="http://" target="_blank">ƽ¶¨ÏØ</a>|
<a href="http://" target="_blank">ËÄ×ÓÍõÆì</a>|
<a href="http://" target="_blank">³Æ¶àÏØ</a>|
<a href="http://" target="_blank">ÓÎÏ·</a>|
<a href="http://" target="_blank">Ì쳤ÊÐ</a>|
<a href="http://" target="_blank">Íû¿üÏØ</a>|
<a href="http://" target="_blank">½ðºþÏØ</a>|
<a href="http://" target="_blank">²ýÀÖÏØ</a>|
<script>
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
</body>