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

📄 maxperformance.properties

📁 该系统是用JAVA开发的网络文件管理系统
💻 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=trueelideSetAutocommit=truealwaysSendSetIsolation=false

⌨️ 快捷键说明

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