發表文章

資料遺失?推薦好用的PC Inspector File Recovery

PC Inspector File Recovery 真的蠻好用的 老婆的隨身碟總是出現叫你格式化的訊息 本來想說沒救了 沒想到輕易的就救回來了....

IE取消下載檔案時的提示

工具->網際網路選項->(安全性)Tab Page->自訂等級->下載(母選項)->自動提示下載檔案(子選項)->啟用

ECW轉TIFF教學

因為Geosever不支援ECW檔案, 搜尋了一下, 官方提供了不錯的解決方式 http://geoserver.org/display/GEOSDOC/Load+NASA+Blue+Marble+Data 先到 http://fwtools.maptools.org/ 下載FWTools: Open Source GIS Binary Kit for Windows and Linux 用這個工具轉換即可, 有提供GUI, 但不是很好用, 先open你要的ecw檔案之後 用export功能

winxp資料夾存取被拒

加密的可能就沒救了 如果只是權限問題,可以這樣操作: ------------------------------------------------------- 重新取得資料夾擁有權的方法: 1.首先,WIN-XP必須是PRO版的,因為PRO版才有支援[安全性]設定 2.檔案總管,[工具] - [資料夾選項] - [檢視] [使用簡易檔案共用],把這個項目"取消勾選",按[確定] 3.再來,於要取得擁有權的資料夾,按滑鼠右鍵選[內容] 會發現多了一個 [安全性] 的設定頁面 4.[安全性] - [進階] [從父項繼承套用到子物件的全項項目....],取消打勾,按[套用] 會問,要[複製]還是[移除]?,建議選[複製] 切到[擁有者]頁面,新增本機帳號 例如:Administrator(HOST NAME/Administrator) 底下[取代子物件與容器的擁有者],打勾,按[套用] 5.OK!大公告成,已經取得該資料夾的所有權限,可以作[完全控制]了 reference http://www.pczone.com.tw/vbb3/archive/t-93808.html

Tomcat無法啟動原來是JDK1.6惹的禍

將tomcat註冊成服務之後竟然無法啟動了 原來是jdk1.6惹的禍 網路上的解法是將Java_home/bin中的msvcr71.dll 複製到Tomcat_home/bin/裡面,就可以正常啟動了....

Error retrieving feature.xml in Eclipse--Using Software Updates and then Find and install

If you are using Eclispe, maybe you will meet such error after you have installed a Eclipse plugin: Error retrieving "feature.xml". [error in opening zip file] When you open Help->Software Updates->Find and install to install a new plugin, this error will cause that you can not install the new one. What is the problem? Do you remember how did you install the last Eclipse plugin? I guess you download the package and unzip or just put it into Eclipse's directory, without using the Software Updates tool in Help menu in Eclipse. 1. Delete the site.xml file in your Eclipse directory. 2. Run Help->Software Updates->Find and install, the error will not appear. If the plugin has the official site, from where you can install it in Eclipse using Help->Software Updates->Find and install, I sugguest that you should not download it yourself and unzip it into your Eclipse directory. For example, EclipseMe, you can refer to http://eclipseme.org/docs/installEclipseME....

Tomcat並存

到 tomcat_home/conf/server.xml 中修改兩個地方 1. <Server port="8005" shutdown="SHUTDOWN" debug="0"> 預設是 8005,你可以調整成 8006, 8007, ...。 2. <Connector port="8080" .../> ,你必須用不同的 port 才行。