setembeddedcp.ksh
来自「derby database source code.good for you.」· KSH 代码 · 共 16 行
KSH
16 行
# ---------------------------------------------------------# -- This script file sets the CLASSPATH environment variable# -- for use with Derby products in embedded mode# --# -- To use this script from other locations, change the # -- value assigned to DERBY_INSTALL to be an absolute path # -- (export DERBY_INSTALL=/opt/derby) instead of the current relative path# --# -- This file for use on Unix ksh systems# -- # ---------------------------------------------------------# DERBY_INSTALL=export CLASSPATH="${DERBY_INSTALL}/lib/derby.jar:${DERBY_INSTALL}/lib/derbytools.jar:${CLASSPATH}"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?