connectionpool.betwixt

来自「采用JAVA开发」· BETWIXT 代码 · 共 12 行

BETWIXT
12
字号
<?xml version="1.0" encoding="gb2312" ?>
<info>
  <element name="connection-pool">
    <attribute name="ScanInterval" property="scanPeriod"/>
    <attribute name="OverdurInterval" property="overdurPeriod"/>
    <attribute name="MaxPoolSize" property="maxPoolSize"/>
    <attribute name="InitPoolSize" property="initPoolSize"/>
    <element name="database" property="dbInfo"/>    
    <attribute name="commandInterval" property="testPeriod"/>
    <attribute name="command" property="testCommand"/>          
  </element>
</info>

⌨️ 快捷键说明

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