go for IT
/*code for living code for fun*/
2009年10月7日 星期三
Postgre 忘記密碼
修改pg_hba.conf如下:
# IPv4 local connections:
host all all 127.0.0.1/32 md5
md5換成trust後重啟
執行要換的密碼:
psql -d template1 -U postgres -c "alter role postgres password ‘xxxx’;
2009年10月2日 星期五
xjc tool 轉xsd至java 、schemagen tool 轉java至xsd
在
\jdk1.6.0_11\bin\下可找到xjc.exe及schemagen.exe
轉xsd至java
console->
\jdk1.6.0_11\bin\xjc xxx.xsd 則可轉換於相對目錄下
轉java至xsd
console->
\jdk1.6.0_11\bin\schemagen xxx.java 則可轉換於相對目錄下
參考
http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/twbs_jaxbjava2schema.html
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)