request,response 的常用方法?
request:
getparameter(string paramname) 獲取paraname 請求引數的值。
getparanetervalues(string name) paramname請求引數的值,當該請求引數有多個值時,該方法返回多個值所組成的陣列。
setcharacterencoding("gbk") 設定頁面的編碼。
setattribute(string attname,object attvalues) 將attvalues設定成request範圍的屬性。
getattribute(string attname) 獲取request範圍的屬性。
response:
selenium webdriver 常用方法
1 獲得頁面的原始碼 driver.get source code driver.getpagesource 如果想將獲得的網頁原始碼儲存成檔案的話 f open r c html source code.html w f.write source code.encode utf 8 f.close...
ConcurrentHashMap 常用方法
void clear 從該對映中移除所有對映關係 boolean containskey object key 測試指定物件是否為此表中的鍵。boolean containsvalue object value 如果此對映將乙個或多個鍵對映到指定值,則返回 true。enumeration elem...
hibernateTemplate常用方法
一 find string querystring 示例 this.gethibernatetemplate find from bean.user 返回所有user物件 二 find string querystring object value 示例 this.gethibernatetempl...