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

📄 dblook.ksh

📁 derby database source code.good for you.
💻 KSH
字号:
# ---------------------------------------------------------# -- This simple script is an example of how to start dblook in # -- an embedded environment.# --#-- REQUIREMENTS: # -- You must have the Derby libraries in your classpath# -- # -- See the setEmbeddedCP.ksh for an example of# -- how to do this.# --# -- This file for use on Unix ksh systems# ---------------------------------------------------------# DERBY_INSTALL=[ -z "$CLASSPATH" ] && {  . "$DERBY_INSTALL"/frameworks/embedded/bin/setEmbeddedCP.ksh} # ---------------------------------------------------------# -- start dblook# ---------------------------------------------------------java org.apache.derby.tools.dblook $@# ---------------------------------------------------------# -- To use a different JVM with a different syntax, simply edit# -- this file# ---------------------------------------------------------

⌨️ 快捷键说明

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