struct三種配置方式
方法一:使用actionservlet,***為servlet,action類繼承action,方便在於表單提交的資料可以直接傳輸在userform
中。web.xml檔案
action
org.apache.struts.action.actionservlet
config
/web-inf/struts-config.xml
debug
2detail20
struts-config.xml位於web-inf資料夾下面
action類檔案
自動將表單的資訊注入到userform
中,在action類中可以直接獲取表單中的
//所有值, 但是要求表單中input 的name屬性與userform
類中的字段屬性必須嚴格保持一致
userform user=(userform)actionform;
}方法二:struct2.1.3版本之前的,***使用filter
,filter的實現類為filterdispatcher
,action類繼承
actionsupport
web.xml檔案
struts2
org.apache.struts2.dispatcher.filterdispatcher
getrandomsubject
/teacher/index.html
/login.jsp
action類檔案
public class loginaction extends actionsupport
}方法三:struct與spring相結合,***使用filter
,filter的實現類為
strutsprepareandexecutefilter
,action類繼承actionsupport方法的好處在於:不用為每乙個action寫乙個action類,只需要在struct的action中配置method方法,因此在乙個action類中可以響應多個action請求。
web.xml配置
struct2
org.apache.struts2.dispatcher.ng.filter.strutsprepareandexecutefilter
org.springframework.web.context.contextloaderlistener
struts.xml檔案配置:
<?xml version="1.0" encoding="utf-8" ?>
error.jsp
/main.jsp
/admin/main.jsp
/login.jsp
建立action類useraction
@controller
public class useractionextends actionsupport implements modeldriven
return user;
}public string login()
}
FPGA三種配置方式
首先介紹下as ps jtag三種模式的區別。as模式 燒到fpga的配置晶元裡儲存的,fpga器件每次上電時,作為控制器從配置器件epcs主動發出讀取資料訊號,從而把epcs的資料讀入fpga中,實現對fpga的程式設計,該方法適用於不需要經常公升級的場合 ps模式 jtag 直接燒到fpga裡面...
VMware三種網路配置方式
vmware是很受歡迎的虛擬機器,在我們平時的工作中需要經常用到,此文簡單總結了平時使用的三種網路配置方式,具體的原理沒有去深究。虛擬機器系統安裝的是linux系統。首先,我們在本機上檢視所有網路配置連線,使用命令 ipconfig c documents and settings user ipc...
FPGA的三種配置方式
as由fpga器件引導配置操作過程,它控制著外部儲存器和初始化過程,epcs系列 如epcs1,epcs4配置器件專供as模式,目前只支援 cyclone系列。使用altera序列配置器件來完成。cyclone期間處於主動地位,配置期間處於從屬地位。配置資料通過data0引腳送入 fpga。配置資料...