⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 db.properties

📁 此jsp/javabean数据库开发包功能强大
💻 PROPERTIES
字号:
#property file to be connected to the database 
# A DBConnectionPool can be defined with the following properties:
#   poolname.drivers=     JDBC drivers for the database
#   poolname.url=         The JDBC URL for the database
#   poolname.user=        A database user (optional)
#   poolname.password=    A database user password (if user specified)
#   poolname.maxconn=     The maximal number of connections (optional)

drivers=sun.jdbc.odbc.JdbcOdbcDriver
logfile= c:\\log.txt

demo.url=jdbc:odbc:demo
demo.user=demo
demo.password=demo
demo.maxconn=120

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -