1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
知識點:
* ul li 中預設選擇
class
=
"active"
* $(
"#firstli"
).removeclass(
"active"
);
//去掉樣式
$(
"#fourthli"
).addclass(
"active"
);
//新增樣式
* 字型加粗:李建波
* el表示式jsp頁面
double
小數點後保留兩位
el表示式jsp頁面
double
小數點後保留兩位,四捨五入
maxfractiondigits:保留幾位小數
* 為什麼input標籤裡面加入了disabled=
"disabled"
就不能傳遞引數了。而用readonly=
"readonly"
就可以了。
*input標籤唯讀 readonly=
"true"
或 disabled=
"disabled"
或 disabled=
"true"
* 序號
mysql中獲取序列:
select (
@rowno
:=
@rowno
+
1
) as rowno,project_name from (select * from project ) a,(select
@rowno
:=
0
) b
oracle中獲取序列。
select rownum,c.* from config_info c order by c.id
標籤移入時變成滑鼠變成手形。
style=
"cursor:pointer;"
無序集: set
有序集: list
所以,凡是實現set的abstractset, copyonwritearrayset, enumset, hashset, jobstatereasons, linkedhashset
都是無序的
凡是實現list的
abstractlist, abstractsequentiallist, arraylist, attributelist, copyonwritearraylist, linkedlist, rolelist, roleunresolvedlist, stack, vector
都是有序的
前端知識點
css實現單行文字溢位顯示 overflow hidden text overflow ellipsis white space nowrap 實現多行文字溢位顯示 display webkit box webkit box orient vertical webkit line clamp 3 o...
前端知識點
關於html 1.html語義化標籤的理解 結構化的理解 能否寫出簡潔的html結構 seo優化 2.h5中新增的屬性 如自定義屬性data,類名classname等,新增表單元素,拖拽drag 3.h5中新增的api,修改的api,廢棄的api 稍作了解 離線儲存,audio,video 關於cs...
前端知識點
ie8相容 ie8功能與其他瀏覽器不同,則可能為標籤未閉合。顯示居中 使用margin left auto margin right auto margin 0 auto 會影響其他設定。jq tab選項卡實現 主要 this on click function line height只要正對ie,...