CSS樣式清零

2021-05-24 23:10:08 字數 718 閱讀 3102

/* 摘自某國外** */

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td

body

ol, ul

blockquote, q

blockquote:before, blockquote:after,

q:before, q:after

/* remember to define focus styles! */

:focus

/* remember to highlight inserts somehow! */

ins

del

/* tables still need 'cellspacing="0"' in the markup */

table

人生需要清零

之前看到張亞勤的一篇博文 轉型是一場大戰役 講的是微軟這個大公司如何 清零 放下大公司的包袱,用創業者一無所有的心態去重新思考公司戰略。文中提到,微軟美國總部參加每年一度的戰略會議,史蒂夫 微軟ceo 在會上多次提出要 清零 回到 初始狀態 這就是說,微軟這個差不多十萬人的公司,要 重新 來過,用創...

陣列 矩陣清零

給定乙個矩陣,如果有零元素那麼就將零元素所在的行和列都置為零。given a m x n matrix,if an element is 0,set its entire row and column to 0.do it in place.題目的難點就在於,如果遇到零元素之後馬上在矩陣上操作,將所...

開燈問題與陣列清零

分析 用aa 表示編號為1,2,3,4,n的燈是否開著。模擬這些操作即可 注意1menset a,0,sizeof a 的作用是吧陣列a清零,它也在string.h中定義。雖然也能用for迴圈完成相同的任務,但是用memset又方便又快捷。另乙個技巧在輸出 為了避免輸出多餘的空格,設定了乙個標誌變數...