embedded-db-viewer.bat

来自「openfire 服务器源码下载」· Batch 代码 · 共 17 行

BAT
17
字号
@echo offREM # $Revision$REM # $Date$REM # Script to start the HSQLDB database viewer. The embedded-db.rc file REM # contains connection settings. Visit http://hsqldb.org for documentationREM # on using the tool. The classpath includes JDBC drivers shipped with OpenfireREM # to work with the Transfer tool. You will need to add any other JDBC driverREM # that you'd like to use with the transfer tool to the classpath manually.SET CLASSPATH=../../lib/hsqldb.jar;../../lib/mysql.jar;../../lib/postgres.jar;../../lib/jtds.jarecho Starting embedded database viewer...java -cp %CLASSPATH% org.hsqldb.util.DatabaseManagerSwing --rcfile embedded-db.rc --urlid embedded-db

⌨️ 快捷键说明

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