Author Archive

java reflectioin exam

http://java.sun.com/developer/technicalArticles/ALT/Reflection/

mysql db 백업과 복구

- 특정 데이타베이스 하나만을 백업

백업형식 : myslqdump -u DB계정명 -p 백업대상데이터베이스명 > 저장할파일명

복구형식 : mysql -u DB계정명 -p 복구할테이터베이스명 < 저장할파일명

how to install subversion on centos

http://ezgreg.tistory.com/40