📄 build.properties
字号:
# Default build parameters. These may be overridden by local configuration# settings in build.local.properties.# major release numberJDBC_MAJOR=1# minor release numberJDBC_MINOR=5# an additional identifying stringJDBC_VER_SUFFIX=Steadfast_pre5# the default port to connect on, if no port given when using SQLJDBC_DEF_PORT=50000# the default port to connect on, if no port given when using XML:DBJDBC_DEF_PORT_XQUERY=50000# should we compile with debugging symbolsenable_debug=true# should we optimize the buildenable_optimize=true# what JVM do we want to be compatible with? (lower than 1.4 will not work)javac_version=1.4
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -