需求2:假設年齡大於60,就輸出』老頭子『
假設年齡小於18,就輸出"小屁孩"
其它。就輸出"成年人"
60}">老頭子
小屁孩成年人
jstl怎樣做遍歷?
<%
mapmap=new
hashmap();
map.put("1",new person("aa",23));
map.put("2",new person("bb",23));
map.put("3",new person("cc",23));
map.put("4",new person("dd",23));
map.put("5",new person("ee",23));
map.put("6",new person("ff",23));
request.setattribute("personmap",map);
%>
id姓名年齡$
$$
mybatis基礎(注意事項彙總)
注意事項 3 使用註解的時候路徑關係是.select select from student where sno and spassword public student loginstu student stu 核心配置檔案 4 使用配置檔案的路徑關係是 select from student w...
angularJS開發的注意事項彙總
作為乙個coder,應該具有經常總結反思的習慣,如果不能及時總結,可能就會忘記自己踩過的很多坑,然後會導致同乙個坑踩很多次,所以我打算把這些都記錄下來,以方便是對自己的重複記憶,避免無效的coding,另一方面可以希望可以給遇到相似問題的同僚們一些收穫.在開發過程中,我們可能經常會通過js來手動更改...
AS3語言注意事項彙總
1.在ie中,主displayobject加入stage後,可能其大小還是0,這時可以通過監聽resize資訊,在主displayobject獲得正確的大小後,執行主要程式。需要注意的是在這個過程中,可能會觸發多次resize事件。package else private function onre...