setenv.sh

来自「用jsp实现在线留言!采用MVC三层架构!」· 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 + -
显示快捷键?