http://bbs.pku.edu.cn/, homepage看版
較驗div+css格式,
div+css的margin縮寫方式
div+css的padding縮寫方式
鏈結的:link,:visited,:hover,:active四種狀態
div+css使用backgroundrepeat樣式設定背景的顯示方式, http://msdn2.microsoft.com/en-us/library/ms530721.aspx
page-break-before設定列印分布符
url()指示符, http://www.w3.org/tr/css21/syndata.html#value-def-uri
!important規則, http://www.w3.org/tr/css21/cascade.html#important-rules
table中直接輸入的文字和其他標記設定不同的顏色
css標準中級聯的文件, http://www.w3.org/tr/css21/cascade.html#cascade
水平居中,firefox使用margin-left: auto; margin-right: auto; ie6 使用text-align: center;
垂直居中,firefox中使用display: table-cell; vertical-align: middle;可以實現div垂直居中,而ie6中則需要借助ie6中css的特點實現垂直居中。
!important標記,firefox支援!important標記,ie6忽略!important標記,!important需要放在前面才能起作用
手形滑鼠指標,使用cursor: pointer;
padding的尺寸,在firefox中padding是計算在width之外的,而ie6是計算在width之內的
margin的尺寸,在ie6中帶有float樣式的元素的margin尺寸計算有誤,需要借助padding和!important標記實現相容
使用word-wrap設定自動折行, 僅對ie有效
在firefox下會丟失左側的圓點
internet explorer的css參考資料, http://msdn2.microsoft.com/en-us/library/ms531209.aspx
使用optgroup對select中的option分組
xhtml標準中的table, http://www.w3.org/tr/xhtml-modularization/abstract_modules.html#s_tablemodule
nowrap標記設定不自動折行, http://www.w3.org/tr/1998/rec-html40-19980424/struct/tables.html#adef-nowrap
leftmargin設定頁面左邊距, topmargin設定頁面上邊距
Mysql中級聯刪除問題
1.對於兩張表 訂單表tb order orderid,訂單與菜表tb order dish orderid,dishid,2.選擇訂單表的orderid作為外來鍵,訂單與菜表的orderid做為子鍵 sql 語句應該為 drop table if exists tb order dish crea...
C STL與C LINQ中級聯處理的對比
在linq中,如下的級聯處理是常見的 var result src.select x f1 x 用 y f1 x z f2 y 轉換 x序列 where y c1 y 篩選條件 c1 y 與 c2 z select y f2 y where z c2 z 在c stl中,沒有相同的級聯機制,但可以用...
的級聯選擇 ZStack 級聯框架
雲中的資源相互都有關係。操作乙個資源通常會引發連鎖反應 例如,當刪除乙個集群的時候,是非常合理地去刪除屬於該集群的所有主機並停止所有在這些主機上執行的虛擬機器。傳統的iaas軟體要麼硬編碼連鎖反應,要麼簡單地禁止這些操作,例如,禁止使用者刪除有虛擬機器執行的集群。zstack提供乙個級聯框架,用以散...