?? struts-config.xml~1~
字號(hào):
<?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="loginActionForm" type="com.miaoq.userjmssesenbdb.LoginActionForm" />
</form-beans>
<global-forwards>
<forward name="input" path="/input.jsp" />
<forward name="success" path="/inputok.jsp" />
<forward name="inputError" path="/inputError.jsp" />
</global-forwards>
<action-mappings>
<action name="loginActionForm" type="com.miaoq.userjmssesenbdb.LoginAction" input="/input.jsp" path="/loginAction" />
</action-mappings>
</struts-config>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -