?? setenv.sh
字號:
#!/bin/sh
# *************************************************************************
# This script is used to set up your environment for development with
# WebLogic Server. It simply calls the setWLSEnv.sh script under
# C:/bea/weblogic700/server/bin. Add domain specific configuration in this script below.
# *************************************************************************
. "C:/bea/weblogic700/server/bin/setWLSEnv.sh"
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -