网站首页 新闻首页 网页设计图形动画软件编程网站开发办公软件操作系统数据库网络技术认证考试范文资料黑客攻防 书籍教程 进入论坛

Resin配置数据源

http://www.diybl.com/ 2008-3-16  网络 点击:  [ 评论 ]
文章搜索:    【点击打包该文章】


<resource-ref>
  
<res-ref-name>jdbc/helpinfopub</res-ref-name>
  
<res-type>javax.sql.DataSource</res-type>
  
<init-param driver-name="com.mysql.jdbc.Driver"/>
  
<init-param url="jdbc:mysql://localhost/helpinfopub?autoReconnect=true&amp;useUnicode=true&amp;characterEncoding=GB2312"/>
  
<init-param user=""/>
  
<init-param password=""/>
  
<init-param max-connections="20"/>
  
<init-param max-idle-time="30"/>
</resource-ref> 

欢迎光临DIY部落,点击这里查看更多文章教程   【点击打包该文章】
如果图片或页面不能正常显示请点击这里 站内搜索:   

文章评论

请您留言