build.cmd

来自「weblogic应用全实例」· CMD 代码 · 共 8 行

CMD
8
字号
@REM Copyright (c) 2000 by BEA Systems, Inc. All Rights Reserved.

@REM Creates jsp_servlet directory under WEB-INF\classes of the Examples Web App
@REM and places the compiled jsp classes into it 
java weblogic.jspc -d %EX_WEBAPP_CLASSES% simpleselect.jsp

@REM Copy the simpleselect.jsp files into Examples Web App  
copy simpleselect.jsp %APPLICATIONS%\examplesWebApp

⌨️ 快捷键说明

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