📄 build.cmd
字号:
@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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -