?? config.xml
字號:
<?xml version="1.0" encoding="UTF-8"?><netctoss> <config single="true"> <className>tarena.config.ConfigImpl</className> <config_file_path>src/tarena/config.xml</config_file_path> </config> <log single="true"> <className>tarena.log.LogImpl</className> <log_file_path>c:/temp/netctoss.log</log_file_path> <level>DEBUG</level> </log> <gather single="false"> <className>org.com.gather.GatherImpl</className> <wtmpx_path>d:/Example/NetCTOSS/gather/wtmpx</wtmpx_path> <log_backup>d:/Example/NetCTOSS/Gather/tempFile</log_backup> <point_file>d:/Example/NetCTOSS/gather/point</point_file> </gather> <netserver single="false"> <className>tarena.net.NetServerImpl</className> <constructor_method>constructor</constructor_method> <args>java.util.Properties</args> <port>8889</port> <backlog>50</backlog> </netserver> <netclient single="false"> <className>tarena.net.NetClientImpl</className> <constructor_method>constructor</constructor_method> <args>java.util.Properties</args> <host>localhost</host> <port>8889</port> </netclient> <backup single="false"> <className>tarena.backup.BackupImpl</className> <bak_file_path>c:/temp/backup</bak_file_path> </backup> <db single="false"> <className>org.com.gather.DBImpl</className> <batchSize>1000</batchSize> <driver>com.pointbase.jdbc.jdbcUniversalDriver</driver> <url>jdbc:pointbase:server://localhost/Adam</url> <username>pbpublic</username> <password>pbpublic</password> </db> <connectionFactory single="true"> <className>org.com.pool.TestConnectionPoolSecond</className> <driver_name>com.pointbase.jdbc.jdbcUniversalDriver</driver_name> <db_url>jdbc:pointbase:server://localhost/Adam</db_url> <user_name>PBPUBLIC</user_name> <password>PBPUBLIC</password> <initialConnections>10</initialConnections> <incrementalConnections>5</incrementalConnections> <maxConnections>100</maxConnections> </connectionFactory></netctoss>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -