?? maxperformance.properties
字號:
## 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -