Archives

You are currently viewing archive for 13 August 2007
Category: Web dev
Posted by: hajime osako
# mysqldump -Xd -u [userid] -p[password] [database] [table] > [output xml]
-X: XML output
-d: no data
Category: Web dev
Posted by: hajime osako
UML 2 クラス図の概要
黒い三角は関連を表す。
メソッドの下線はクラスレベルでの責任を表す

More detail:
UML basics: An introduction to the Unified Modeling Language
UML basics: The class diagram
UML basics: The component diagram
UML's Sequence Diagram