?? struts-config.xml~3~
字號:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.0//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd">
<struts-config>
<form-beans>
<form-bean name="demoActionForm" type="demostrcuts.DemoActionForm" />
</form-beans>
<action-mappings>
<action name="demoActionForm" type="demostrcuts.DemoStructAction" input="DemoStrcutJSP.jsp" scope="session" path="/demoStructAction" />
</action-mappings>
</struts-config>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -