2006-10-17から1日間の記事一覧

大規模ソフトウェアの効率的な理解

大規模ソフトウェアの効率的な理解 gdbの実践的使い方 http://blog.miraclelinux.com/yume/2006/09/post_fa59.html

html テーブルの枠をまたぐ文字列

http://tabesugi.net/memo/cur/cur.html#161600 <table border> <tr><td>a</td><td rowspan=2 valign=center>b</td></tr> <tr><td colspan=2 align=center>c</td></tr> </table>こう書くと ab c こうなるらしい