第一步,新建乙個web專案,新增jsp,login.jsp和result.jsp,注意form的action屬性為"*.action"
第二步,將5個struts的包(commons-logging-1.0.4.jar,freemarker-2.3.8.jar,ognl-2.6.11.jar,struts2-core-2.0.12.jar,xwork-2.0.6.jar),複製到web-inf/lib下
第三步,建立兩個xml,乙個web.xml,新增內容:
<
filter
>
<
filter-name
>
struts2
filter-name
>
<
filter-class
>
org.apache.struts2.dispatcher.filterdispatcher
filter-class
>
filter
>
<
>
<
filter-name
>
struts2
filter-name
>
<
url-pattern
>
/*url-pattern
>
>
乙個struts.xml新增到src下面,內容為:
<?
xml
version
="1.0"
encoding
="utf-8"
?>
doctype
struts
public
"-//apache software foundation//dtd struts configuration 2.0//en"
"">
<
struts
>
<
package
name
="ea"
extends
="struts-default"
>
<
action
name
="login"
class
="com.test.action.loginaction"
>
<
result
name
="first"
>
/result.jsp
result
>
action
>
package
>
struts
>
第四步,建立action,
com.test.action.loginaction
類,有兩個屬性與頁面name儲存一致(注意,這裡其實不需要名字與頁面對應,只需要set,get方法與頁面的name對應),action類有乙個execute方法,返回值為result對應的name名字的頁面
微服務grpc安裝及其及其第乙個程式調通(一)
一 安裝grpc require google.golang.org grpc v1.34.0 google.golang.org protobuf v1.25.0 二 準備編譯protoful需要的工具 4 以上三部的安裝一定要保證在命令列下,能找到這個三個命令 設定一下全域性變數,或者放到你的g...
eclipse下執行第乙個hadoop程式
2 開啟eclipse 1 由於在安裝hadoop時,使用的是hadoop使用者,所以在終端開啟eclipse時,必須使用hadoop使用者操作,否則後續執行hadoop專案時會出現拒絕訪問,具體如圖 2 在切換到hadoop使用者的過程中,遇到乙個問題,在其他使用者登入時,終端下切換到hadoop...
python第乙個程式設計 第乙個 Python 程式
簡述 安裝完 python 後,windows 中 開始選單或安裝目錄下就會有 idle 開發 python 程式的基本 ide 整合開發環境 幫助手冊 模組文件等。linux 中 只需要在命令列中輸入 python 命令即可啟動互動式程式設計。互動式程式設計 互動式程式設計不需要建立指令碼檔案,是...