⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 embedded-db-viewer.sh

📁 基于Jabber协议的即时消息服务器
💻 SH
字号:
# $Revision$# $Date$# Script to start the HSQLDB database viewer. The embedded-db.rc file# contains connection settings. Visit http://hsqldb.org for documentation# on using the tool. The classpath includes JDBC drivers shipped with Wildfire# to work with the Transfer tool. You will need to add any other JDBC driver# that you'd like to use with the transfer tool to the classpath manually.CLASSPATH=../../lib/hsqldb.jar:../../lib/mysql.jar:../../lib/postgres.jar:../../lib/jtds.jarexport CLASSPATHecho Starting embedded database viewer...java -cp $CLASSPATH org.hsqldb.util.DatabaseManagerSwing --rcfile embedded-db.rc --urlid embedded-db

⌨️ 快捷键说明

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