在移除舊版的MySQL(執行rpm -e mysql)時,得到錯誤訊息:
libmysqlclient.so.10 is needed by (installed) perl-DBD-MySQL-2.1021-3
解決方式:
加個參數–nodeps即可。
執行:rpm -e mysql –nodeps
MySQL:無法遠端登入MySQL Server
嘗試用MySQL Adminstrator GUI Tool登入MySQL Server,Server卻回覆錯誤訊息:Host ’60-248-32-13.HINET-IP.hinet.net’ is not allowed to connect to this
MySQL server
安裝/新增網頁計數器(Counter)
最近想在Blog上加個Counter,在網路上找到有個網站提供免費的CGI程式,可以架設在Server上。網址:http://www.muquit.com/muquit/software/software.html。
Eclipse使用MyEclipse開發JSP網頁,如果有中文內容,會出現Encoding的警告訊息,且存檔後中文不見了?
如果使用MyEclipse開發JSP網頁時,在網頁中有使用中文的話,會出現下列錯誤訊息:
Encoding warning
The encoding(ISO-8859-1) cannot convert some characters (such as the one in position 308). Press ‘OK’ to save anyway (and some characters will be converted to ‘?" in the saved file), or press ‘Cancel’ to return to the editor.
Eclipse在移除MyEclipse,重新安裝一次後,MyEclipse的選項不見了?
今天在移除MyEclipse再重新安裝一次MyEclipse,重新啟動Eclipse卻發現,MyEclipse的選項不見了。試了好幾次,都是一樣的結果。如果將重新安裝Eclipse以及MyEclipse在另外一個新的目錄上時,卻可以正常使用MyEclipse。
Open Webmail V 2.21 升級 V2.41
今天早上要登入到Open Webmail時,Server出現下列訊息:
Server error!
The server encountered an internal error and was unable to complete your request.
Error message:
Premature end of script headers: openwebmail-main.pl
If you think this is a server error, please contact the webmaster
Error 500
Mon 27 Dec 2004 10:52:35 AM CST
Apache/2.0.40 (Red Hat Linux)
Eclipse開發C/C++程式語言
Eclipse所提供的是一個開發平台(Platform),它可以透過Plug-in的方式擴充開發環境。當Eclipse被安裝完成後就包函了JDT的Plug-in,可以透過JDT來開發Java,這也是一般使用者最常使用的Eclipse的功能。因為Plug-in的擴充性,所以也可以將Eclipse擴充開發C/C++程式語言。C/C++程式語言的Plug-in稱之為CDT。
Eclipse加上Sysdeo Plug-in整合Tomcat開發Servlet時,無法執行Servlet,發生404錯誤?
使用Eclipse搭配Sysdeo Tomcat Plug-in開發Servlet時,執行類似下列指令時http://localhost:8080/Test/servlet/com.ketagalan.Test.Testing,卻發生404錯誤。
Eclipse (版本3.x) 如何安裝Sysdeo Tomcat (版本5.x) Plug-in
Eclipse安裝Tomcat Plug-in步驟。
Session Initiation Protocol (SIP)簡介
說明Session Initiation Protocol是什麼。