去年在圖書館唸書時,
一直覺得閉館音樂很好聽,
每當閉館音樂響起,
就會想到農人日出而作,日落而息的滿足感
後來經過詢問,
才知道就這是所謂的花博暖身曲,
看來音樂版似乎沒有外界說的如此糟糕,
希望花博暖身曲可以幫助我找回去年的讀書感覺...
2010年8月28日 星期六
MySQL configure service fail
如果之前有安裝過 MySQL
在這兩個地方會有一些安全性的檔案要砍掉
否則在 configure service 時
若忘記原 root password 會失敗
在這兩個地方會有一些安全性的檔案要砍掉
XP | C:\Documents and Settings\All Users\Application Data\MySQL |
Vista | C:\ProgramData\MySQL |
否則在 configure service 時
若忘記原 root password 會失敗
2010年8月26日 星期四
2010年8月24日 星期二
CeGCC
http://cegcc.sourceforge.net/
The CeGCC project implements a cross compiler for Windows CE. You can develop on a PC, and create apps that run on a PDA or a WinCE cell phone.
The CeGCC project implements a cross compiler for Windows CE. You can develop on a PC, and create apps that run on a PDA or a WinCE cell phone.
oracle 9i duplicate db fail
如果是因為 init$NEW_SID.ora 設定錯誤
且 $NEW_SID DB 也已經 create 完 spfile
rman error message 是 conflict xx 的
解決之道:
1. shutdown new DB
2. 到 oracle 路徑下砍掉 spfile$NEW_SID 的檔案
3. export ORACLE_SID=$NEW_SID
4. startup nomount
5. create spfile from pfile
其他就照原步驟做...
且 $NEW_SID DB 也已經 create 完 spfile
rman error message 是 conflict xx 的
解決之道:
1. shutdown new DB
2. 到 oracle 路徑下砍掉 spfile$NEW_SID 的檔案
3. export ORACLE_SID=$NEW_SID
4. startup nomount
5. create spfile from pfile
其他就照原步驟做...