小細節 jsp抽取登入頭

2021-06-20 16:50:56 字數 497 閱讀 8523

在head.jsp中:新增包含h1和div(寫上登入部分**),並刪掉path等資訊(細節,原因,使用include,匯入後,被匯入jsp檔案中將出現path引數定義衝突)。

其他jsp頁面引用,  <%@ includefile="/head.jsp"%>

由loginuseraction(servlet)中,{登入成功}跳轉

// 繫結登入使用者到session(一次瀏覽器開閉)會話中

request.getsession().setattribute("loginuser",u);

//由doallproduct請求跳轉。

request.getrequestdispatcher("/doallproduct").forward(request,response);

head.jsp中,

div中判斷session中有無 $  使用c標籤

賬號:

歡迎【$】進入本**!登出

幾個小細節

1.使用 string.empty 代替長度為0的空字串 string s string s string.empty 2.觸發事件時盡可能使用 eventargs.empty 替代 new eventargs 和 null。public class class1 3.返回長度為0的陣列,而不是nu...

小細節備忘

用於頁面內定位的 簡寫的話在 firefox 的 firebug 中會被認為標籤沒結束 絕對不能簡寫 checkbox 不設定 name 屬性的話不能選中 onsubmit是綁在form上,而不是綁在submit上的 jquery 的基本選擇符和 css 的一樣 取id,取class,沒字首的取ta...

頁面小細節

line height間距值計算 為什麼要注意標籤細節?1 清除浮動 overflow hidden 2 少用定位 3 display inline block 後面跟著vertical align top 4 少用行內塊標籤,浮動好一些 ps 行內塊標籤自帶的間隙以及換行帶來的間隙,造成的類似ma...