read JpetStore 3 使用者管理

2021-04-01 15:20:54 字數 1839 閱讀 2123

jpetstore

使用者管理分析

jpetstore

將登陸後的使用者

actionform

保持於session

作用域中,在頁面中判斷該

actionform

中的使用者資訊,實現了簡單的使用者驗證。

ø

進入使用者管理

signonform.do"/>">

ø

struts-config.xml

配置

signonform"

type=".springframework.samples.jpetstore.web.struts.donothingaction"

validate="false">

signonform.jsp"/>

ø

進入使用者登陸的signonform.jsp

…………

ø

signonaction

i)signon"

type=".springframework.samples.jpetstore.web.struts.signonaction"

name="accountform" scope="session" validate="false">

ii)type=".springframework.samples.jpetstore.web.struts.accountactionform"/>

iii)

signonaction

publicclasssignonactionextendsbaseaction

else

else

else}}

}}iv)—

查詢session中是否存在accountform.account物件,以此判斷使用者是否登陸-->

welcome

—如果已經登陸,顯示歡迎資訊-->

!—查詢session中是否存在accountform.account物件,以此判斷使用者是否登陸-->

—如果已經登陸,顯示修改使用者資訊url-->

">

">

v)editaccountform" type=".springframework.samples.jpetstore.web.struts.editaccountformaction"

name="workingaccountform" scope="session"

validate="false">

editaccountform.jsp"/>

workingaccountform" type=".springframework.samples.jpetstore.web.struts.accountactionform"/>

大概看了看,總的來說,jpetstore的應用邏輯還是比較簡單,jpetstore的學習和分析也就到此結束。

read jpetstore 3 使用者管理

jpetstore使用者管理分析 jpetstore將登陸後的使用者actionform保持於session作用域中,在頁面中判斷該actionform中的使用者資訊,實現了簡單的使用者驗證。進入使用者管理 struts config.xml配置 進入使用者登陸的signonform.jsp sig...

函式探幽(3) 引用(3)

3.1.將引用用於結構 引用非常適合用於結構和類,而引入引用的目的也是為了用於這些型別。有如下結構定義 struct free throws 則可以這樣編寫函式原型 void set pc free throws ft 如果不希望函式修改傳入的機構,可使用const void display con...

總結3 引用

int a 10 int b a b就是a的別名 b 200 修改變數a中的內容 printf a d n b d n a,b a 與 b 的地址是相同的 在c中相當於以下效果 int const b a b 200 1.1 普通引用 舉例void swap int a,int b 1.2 引用所佔...

3 用CSS3設計移動頁面樣式

一 簡介 css 用於定義html文件外觀,可以針對列印輸出 web頁面顯示或特定移動裝置來定製html樣式。同樣的html內容在不同的平臺顯示可能截然不同 一 建立css樣式表 1 css由附加了樣式屬性的一個或多個選擇器組成 如 p 其中p為選擇器 colr red 為 樣式屬性,若果需要加入第...

用DOM JDOM解析XML檔案 3

幾乎就要放棄了,但還是忘不了,終於還是又登入了。每當夜深人靜的時候,每當獨孤無助的時候,每當滿腹心事的時候,除了我的blog,還有誰,願意聽我的傾訴呢?還是那句話 夜未眠,我的blog陪我未眠,我未眠,我陪我的blog未眠 以前記錄過兩個自己寫的讀寫xml檔案的帖子,感覺很不完善,只適合簡單的應用,...