setenv.sh
来自「bbs源码: 非常感谢你能够对“溢洋论坛”感兴趣。不管你是JAVA的初学者、还是」· Shell 代码 · 共 10 行
SH
10 行
#!/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 + =
减小字号Ctrl + -
显示快捷键?