coldfusion.properties

来自「mysql jdbc驱动程序 mysql jdbc驱动程序 mysql jdbc」· PROPERTIES 代码 · 共 26 行

PROPERTIES
26
字号
#
# Properties for optimal usage in ColdFusion
#
# Automagically pulled in if "autoConfigureForColdFusion" is "true"
# which is the default configuration of the driver
#

#
# CF uses a _lot_ of RSMD.isCaseSensitive() - this optimizes it
#

useDynamicCharsetInfo=false

#
# CF's pool tends to be "chatty" like DBCP
#

alwaysSendSetIsolation=false
useLocalSessionState=true

#
# CF's pool seems to loose connectivity on page restart
#

autoReconnect=true

⌨️ 快捷键说明

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