display属性? none 此元素不会被昄? block 此元素将昄为块U元素,此元素前后会带有换行W? inline 默认。此元素会被昄为内联元素,元素前后没有换行W? inline-block 行内块元素。(CSS2.1 新增的| list-item 此元素会作ؓ列表昄? run-in 此元素会Ҏ上下文作为块U元素或内联元素昄? compact CSS 中有?compactQ不q由于缺乏广泛支持,已经?CSS2.1 中删除? marker CSS 中有?markerQ不q由于缺乏广泛支持,已经?CSS2.1 中删除? table 此元素会作ؓ块表格来显C(cM <table>Q,表格前后带有换行W? inline-table 此元素会作ؓ内联表格来显C(cM <table>Q,表格前后没有换行W? table-row-group 此元素会作ؓ一个或多个行的分组来显C(cM <tbody>Q? table-header-group 此元素会作ؓ一个或多个行的分组来显C(cM <thead>Q? table-footer-group 此元素会作ؓ一个或多个行的分组来显C(cM <tfoot>Q? table-row 此元素会作ؓ一个表D昄Q类?<tr>Q? table-column-group 此元素会作ؓ一个或多个列的分组来显C(cM <colgroup>Q? table-column 此元素会作ؓ一个单元格列显C(cM <col>Q? table-cell 此元素会作ؓ一个表格单元格昄Q类?<td> ?<th>Q? table-caption 此元素会作ؓ一个表格标题显C(cM <caption>Q? inherit 规定应该从父元素l承 display 属性的倹{?/pre>
]]>
酷壳里有很多我觉得很不错的文章,但是讉K量最大的却是那篇?a title="6个变态的C语言Hello WorldE序" target="_blank">6个变态的Hello World》,和它能在本站左边?#8220;全站热门”中出现的q有“如何加密源代?/a>”Q以?a title="~程真难? target="_blank">~程真难?/a>{这L文章。可见本站的读者们的偏好,我也怿你们都是“w怀l技”的程序员。所以,今天l大家推荐这文章,怿一定能触动大家的兴奋点?/p> q篇文章的原文在q里(http://mindprod.com/jgloss/unmain.html)Q我看完后我惌—— 我把文章节选了一些,也ƈ没有完全译Q简译一下,也加入了一些自q调侃。对于有下面q些~程习惯的朋友,请大家对号入座。另外,l护E序的朋友们Q你们死定了Q! ~ Gerald Weinberg (born: 1933-10-27 age: 77) Weinberg’s Second Law #ifdef TWICE // put stuff here to declare 3rd time around #else // TWICE // put stuff here to declare 2nd time around #else // ONCE // put stuff here to declare 1st time around #endif // ONCE q个文档中还有很多很多,实在是太TMD强大了,大家自己ȝ看吧。有_֊有能力的朋友不妨把其译成中文?/p> MQ我们的口号?#8212;—If builders built buildings the way programmers write programs, then the first woodpecker that came along would destroy civilization. (如果建筑师盖房子像E序员写E序一P那么Q第一只到来的啄木鸟就能毁掉我们的文明)
E序命名
伪装
for(j=0; j
total += array[j+0 ];
total += array[j+1 ];
total += array[j+2 ]; /* Main body of
total += array[j+3]; * loop is unrolled
total += array[j+4]; * for greater speed.
total += array[j+5]; */
total += array[j+6 ];
total += array[j+7 ];
}#define local_var xy\\
_z // local_var OK#define xxx global_var // in file std.h
#define xy_z xxx // in file ..\\other\\substd.h
#define local_var xy_z // in file ..\\codestd\\inst.h#ifndef DONE
void g(char* str);
#define DONE
#ifdef ONCE
void g(void* str);
#define TWICE
void g(std::string str);
#define ONCE
#endif // TWICE
#endif // DONE文档和注?/h4>
E序设计
混ؕ你的代码
试
其它
Write Everywhere, Read Nowhere
]]>