maxperformance.properties
来自「使用struts+spring+JDBC 实现的学生选课管理系统」· PROPERTIES 代码 · 共 25 行
PROPERTIES
25 行
## A configuration that maximizes performance, while# still staying JDBC-compliant and not doing anything that# would be "dangerous" to run-of-the-mill J2EE applications## Note that because we're caching things like callable statements# and the server configuration, this bundle isn't appropriate# for use with servers that get config'd dynamically without# restarting the application using this configuration bundle.cachePrepStmts=truecacheCallableStatements=truecacheServerConfiguration=true## Reduces amount of calls to database to set# session state. "Safe" as long as application uses# Connection methods to set current database, autocommit# and transaction isolation# useLocalSessionState=trueelideSetAutoCommits=truealwaysSendSetIsolation=false
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?