2012年6月13日 星期三

IE9 Crash due to Google toolbar bookmarks

IE9 Crash due to Google toolbar bookmarks

  • Symptom: IE9 Crash due to Google toolbar (工具列) bookmarks (書籤)
  • Reason: Some URLs in Google toolbar bookmarks will cause IE9 crash
  • Solution:
    1. Reset IE9 Settings
      • [Start (開始)]-->[Control Center (控制台)]-->[Internet Options (網際網路選項)] or [Start (開始)]-->[Run (執行)]-->"iexplore.exe -extoff" to enter "no add-ins mode (無外掛模式)"
      • [Advanced (進階)]-->[Reset Internet Explorer Settings (重設Internet Explorer設定)]
      • Click [Reset (重設)] button
    2. Delete invalid bookmarks in Google toolbar bookmarks
      • Open IE9
      • Logon to your Google account
      • [Options (選項)]-->[Page History (網頁記錄)]-->[Bookmarks (書籤)]

Microsoft Word 2010 Crash due to COM add-ins

Microsoft Word 2010 Crash due to COM add-ins
  • Symptom: Microsoft Word 2010 crash when opening *.doc or *.docx
    • Problem Event Name: APPCRASH
      Application Name: WINWORD.EXE
      Application Version: 14.0.5123.5000
      Application Timestamp: 4c646b40
      Fault Module Name: btmofficea.dll
      Fault Module Version: 1.0.0.49
      Fault Module Timestamp: 4d382a1a
      Exception Code: c0000005
      Exception Offset: 00000000000065ff
      OS Version: 6.1.7600.2.0.0.256.48
      Locale ID: 1033

      Additional information about the problem:
      LCID: 1033
      skulcid: 1033
  • Reason: Some add-ins (增益集) cause Microsoft Word 2010 crash
  • Solution:
    1. Start the Microsoft Word 2010 in safe mode (安全模式)
      • [Start (開始)]-->[All Programs (所有程式)]-->[Microsoft Office]
      • Ctrl + click [Microsoft Word 2010]
    2. Disable add-ins
      • [File (檔案)]-->[Options (選項)]-->[Add-ins (增益集)]
      • Click [Go (執行)] button in the [Manage (管理)]: [COM Add-ins (COM增益集)]
      • Clear checkbox to disable any add-ins
      • Close Microsoft Word 2010 and restart it

2012年6月3日 星期日

AppServ的介紹, 下載與安裝

AppServ介紹
AppServ = Apache + PHP + MySQL + phpMyAdmin的合體。Apache是一款免費又強大的網站伺服器軟體,能跨平台使用,比Windows的IIS(Internet Information Server)還要更強大!PHP是Hypertext Preprocessor的簡稱,是伺服器端的程式語言,嵌入HTML語法中,讓伺服器能與使用者互動。MySQL是SQL資料庫伺服器,網站的資料都儲存在這裡。phpMyAdmin是一種網頁程式,能讓使用者方便管理MySQL。

AppServ下載
AppServ是免費軟體,可免費在官網取得: http://www.appservnetwork.com/
官網首頁有AppServ的版本資訊及下載連結,我們選擇適合自己的AppServ版本下載。AppServ2.6使用的是新版的PHP6,我們不需要用到新版,因此AppServ2.5是我們的最佳選擇。

點選AppServ的下載連結開始下載。

AppServ安裝
AppServ裡面包含了Apache、PHP、MySQL和phpMyAdmin,通常是全部安裝。

1. 下載完成後請開啟安裝程式,再按 "Next >"

2. 再按 "I Agree"

3. 再按 "Next >"

4. 原則上是全部安裝,所以再按 "Next >"

5. Server Name和Administrator's Email Address可以隨便填,但要注意格式需正確。再按 "Next >"

6. 輸入管理資料庫的使用者root所需的密碼。再按 "Install"

7. 最後按 "Finish" 結束安裝

8. 開啟瀏覽器,在網址列輸入 http://localhost 再按 Enter 鍵。如果出現下列畫面表示安裝成功。

9.  如果沒有出現上述畫面,表示Apache沒有在跑。所以這個時候要啟動Apache。啟動方法為 "開始" --> "AppServ" --> "Control Server by Service" --> "Apache Start"

10. 再次用瀏覽器輸入網址 http://localhost 如果出現第8步畫面表示Apache啟動成功。也可以輸入 http://localhost/phpinfo.php 看到以下畫面來確認Apache + PHP安裝及啟動成功。