顯示具有 資訊技術 標籤的文章。 顯示所有文章
顯示具有 資訊技術 標籤的文章。 顯示所有文章

星期四, 2月 18, 2016

電腦開機後很慢記憶體快到 100% 會出現記憶體不足問題

同事個人多年前購買的 ASUS CP6230 桌機、系統裝 win 7 64位元,今天拿來請我修理一下。

CP6230










[1]








發現剛開始可以開機,但是開機後操作速度愈來愈慢,最後出現記憶體不足。
剛開始想是記憶體不足問題?? 但是我都沒有操作甚麼軟體耶! 怎麼會這樣?
所以先清一下記憶體的接腳好了。沒效!!

裝兩支記憶體好了,反正是 64位元。沒有想到開機後,更慘,出現藍底白字錯誤 0x0000001E0x00000050 [2],只好上網查一下資料,發現為記憶體錯誤及 win7 系統更新問題,只好遵照高手的只是將系統更新錯誤先處理,移除 KB2993651 的更新。並且將原來記憶體插在 slot 1 改到 slot 2 中。slot 1 可能有問題,就先不用。

另外,微軟公司的每個月固定來一次的系統更新就在月中(不就是這幾天),發現沒有錯系統在下載更新中,所以系統超慢的,所以只好停止下載更新,設定為看看就好



  • 參考資料來源

[1] 華碩官網,https://www.asus.com/tw/Tower-PCs/CP6230/
[2] 藤小二電腦修配坊,103/8/12,編號為 “MS 14-045”,Windows Vista、7、8與8.1全中獎,安裝更新之後若發生藍底白字(0x00000050)及無法進系統的,就得要重灌或送修!請快將2982791 及 2976897、KB2993651的更新移除!http://kato3c.pixnet.net/blog/post/386440562

星期三, 9月 23, 2015

NAS 利用 FTP 軟體、檔案總管連接出現中文亂碼及 USB中文亂碼問題

2015/9/23 (三)  天氣晴

電腦出現運用 WinSCP  連接校外 FTP 主機,老是出現亂碼。觀察設定和我的電腦沒有兩樣,反而將其電腦的 WinSCP 裝了中文介面。問題還是一樣,只好另外思考問題。
連USB看檔案名稱中文也會出現亂碼,想想就不是 ftp 軟體問題,另一角度來看,也許是系統的編碼問題,因此從時區與字碼來觀察問題,後來發現在時區上,使用者自行修改為【英國】造成時差與中文亂碼。


修改為【中文(繁體,台灣)】


星期四, 2月 05, 2015

excel 日期格式轉換

  • 民國日期轉換為西元年日期


A1【940325】 ==> 2005/3/25

=DATE(LEFT(A1,2)+1911MID(A1,3,2), RIGHT(A1,2))

其中 DATE() 函式只要輸入西元年、月、日即可輸出日期

首先,用 LEFT() 取出國曆,然後加 1911 轉換為西元
月跟日則直接用 MID() 與 RIGHT() 取出即可
故先決條件是年月日各佔兩位數,即使前面有 0 也不能省略

===================================================================================
  • 西元年日期轉換為民國日期

A2【2005/3/25】 ==> 940325

=YEAR(A2)-1911&RIGHT(0&MONTH(A2),2)&RIGHT(0&DAY(A2),2)

只要把年月日取出來用 & 連起來就可以了
其中 YEAR() 取出年後 - 1911 轉換為國曆
MONTH()DAY() 取出月與日,但當只有個位數時,要加前置 0,然後再用 RIGHT() 取出右邊兩位數

==================================================================

參考資料:
1.
Excel 日期格式轉換問題, https://tw.knowledge.yahoo.com/question/question?qid=1005032405420

星期日, 1月 04, 2015

Lenovo G570 無法使用 BRRip 格式播放

1. 利用電腦預設的 Windows Media Player 無法直接撥放 BRRip 格式的影片


2. 原先擬運用 K-lite 撥放軟體 K-Lite Codec Pack Full Version 10.9.0 Full ~ 31.2 MB ~ December 12th 2014(http://www.codecguide.com/download_k-lite_codec_pack_full.htm) 尚無法看懂其格式。


3. 因此,再加裝 VLC 撥放軟體 VLC Codec Pack Latest version: 2.0.5 (http://www.vlccodec.com/ ),即可撥放。

星期一, 11月 17, 2014

PDF Creator 1.3~1.7.3 列印出來是空白頁

問題:列印出來的文件是空白
1.7.3狀況下,資料夾路徑使用中文沒有問題,但是如果
  • 原始檔案 (要列印的檔案) 檔名包含中文,列印出來會是空白PDF
  • 輸出檔案 (列印出來的PDF) 檔名設定成中文,按下儲存按鈕後會整個消失,什麼事也沒發生 (沒有列印)

原因:無法讀取中文檔名

解法1:把原文件(.doc / .docx / .xls / .xlsx ...)的檔名改成英文數字,輸出PDF的檔名也設定成英文數字,重新列印一切正常。

解法2:(謝謝網友mt-tp-tw留言) 以下方法的原始出處: http://mt-tp-tw.blogspot.tw/2013/09/pdfcreator-v171.html
覺得這解法很棒~! 因為是使用原程式設計者的檔案而非改檔,被植入木馬程式的機率較低
P.S. 但這方法也只能讓原始檔案能使用中文檔名,輸出檔案還是必須設定成英文數字才能正常輸出
  1. ***作法為*****
1. 打開PDFCreator的主程式 (列印監視器)
  1. 2. 點選工具列的 [印表機→選項],開啟選項視窗
  2. 3. 點選 [動作→儲存前動作],把儲存前動作的勾選打勾
  3. 在「指令/程式碼」欄位點選 [...] 按鈕,到 PDFCreator安裝目錄\Scripts\RunProgramBeforeSaving 下找到 AddBookmarks.vbs 檔案並選擇
    舉例WIN7的預設安裝目錄是 C:\Program Files (x86)\PDFCreator\Scripts\RunProgramBeforeSaving
  4. 按下下方 [儲存] 按鈕,設定完成之後重新列印就OK了 (只需設定一次)


****

**** 目前使用此種方法是 OK的 ****

****
PS. 
1. 會強制安裝 OPERA 瀏覽器
2. 當重新開機後,word 列印不出 PDF 檔且瀏覽器的列印也一樣,所以只好降版到 1.2.3 版。


=======================================================================
參考資料來源: 
1. http://mt-tp-tw.blogspot.tw/2013/09/pdfcreator-v171.html
2. http://ccross.pixnet.net/blog/post/38445001-%5B轉檔%5D-pdf-creator-列印出來的文件是空白

星期二, 6月 03, 2014

利用 Windows Media 將 MP3 轉錄為 CD 撥放格式

1.放入空白光碟片,開啟 Windows Media Player 後,點擊[開啟[燒錄]索引標籤],切換到燒錄頁籤。


2.接下來,可以看到空白光碟的資訊。


3.再將要燒錄的 MP3 檔案,使用滑鼠拖拉到 Windows Media Player 指定位置。


4.確認燒錄的格式是要視選音訊 CD;點擊[其他燒錄選項]設定額外參數。




5.一切就緒後,點擊[開始燒錄]。



參考資料來源: http://key.chtouch.com/ContentView.aspx?P=2050

星期二, 4月 15, 2014

PDFCreator v1.7.1 版列印會出現空白問題

參考資料來源: http://mt-tp-tw.blogspot.tw/2013/09/pdfcreator-v171.html 感謝該作者協助處理我多年的困擾

以下藍色的字體即為解決方法 step by step:

  • 開啟 PDFCreator 程式(如下畫面)


  • 點選功能選單 "印表機" -> "選項 (Ctrl+O)",出現如下畫面
  • 點選螢光筆圈起來的部分 "動作" -> "儲存前動作" -> 勾選checkbox "儲存前動作" -> 在 "程式/指令碼" 下拉選單中,選取 "C:\Program Files\PDFCreator\Scripts\RunProgramBeforeSaving\AddBookmarks.vbs" -> 按右下角 "儲存(S)" 按鈕。
  • 完成! 打開 word 來印一份文件試試看囉!

星期一, 2月 10, 2014

網頁被 snap.do 綁架

如果不幸你的網頁被 snap.do 綁架,那你需要就你電腦現有的瀏覽器軟體全部設定一下。但首先移除安裝的程式,再來到 regedit 尋找 snap.do 字言的相關設定,移除它!

PS. 會安裝到 snap.do 可能是安裝 youtube downloader HD 時被夾帶安裝,請三思!!如果要下載 youtube 建議使用 realplayer downloader
===================================================================

以下提供三個常見的瀏覽器解決辦法:


※您的瀏覽器是Internet Explorer

第一步、確認IE是否為正確的IE

資料夾位址是 C:\Program Files\Internet Explorer,點開 iexplore.exe 看一下您的首頁是不是自己的網址,如果是的話就證明您進入的IE捷徑是假的,所以您怎麼點就只會連到他要求的那個網址,這樣就只需要將捷徑刪除重新拉一個新的就好。

第二步、檢查啟動程式

從「開始」→「所有程式」→「啟動」,裡面看看有沒有什麼莫名其妙的程式或軟體把它刪了。

第三步、從控制台移除snap.do

A.開始→控制台→程式集下的"解除安裝程式"。(WinXP是"新增移除程式")

B.把snap.do有關的軟體或程式刪除。

第四步、從登錄編輯程式 regedit 中移除snap.do

A.按下開始藍圓球→上方的空白處(搜尋程式及檔案)打上"regedit",開啟登錄編輯程式。(WinXP是"開始"→"執行"→打上"regedit")

B.按下鍵盤上的"ctrl"和"F"鍵,在空白處打上"snap.do",把找到的資料全部刪除。

第五步、清除不必要的電腦暫存檔案

A.請刪除 C:\Temp\ 或 C:\Windows\Temp\ 目錄中的所有目錄與檔案。

B.點選視窗左下的"開始"功能表,點選"執行",輸入"%TEMP%",點選"確定",將開啟的資料夾內所有的資料夾與檔案刪除。(若上述有檔案無法刪除請直接略過。)

C.刪除 Temporary Internet Files 瀏覽歷程紀錄,相關IE對應版本請參考以下網址:

檢查IE版本:http://esupport.trendmicro.com/solution/zh-tw/1075992.aspx

IE 6.0請參考:http://esupport.trendmicro.com/solution/zh-tw/1070797.aspx

IE 7.0請參考:http://esupport.trendmicro.com/solution/zh-tw/1070535.aspx

IE 8.0請參考:http://esupport.trendmicro.com/solution/zh-tw/1071233.aspx

IE 9.0請參考:http://esupport.trendmicro.com/solution/zh-tw/1075968.aspx



※您的瀏覽器是Google Chrome (目前最新版本為 v32.0)

第一步、在管理搜尋引擎裡刪除snap.do

A.開啟Google Chrome瀏覽器。

B.瀏覽器右上角的三條線按下去,選擇"設定"。

C.在畫面中間有個"搜尋"的區塊,按下"管理搜尋引擎..."按鈕,把snap.do有關的網址全部刪除。(或是按下鍵盤上的"ctrl"和"F"鍵,在空白處打上"snap.do",把找到的資料全部刪除)


第二步、從控制台移除snap.do

A.開始→控制台→程式集下的"解除安裝程式"。(WinXP是"新增移除程式")

B.把snap.do有關的軟體或程式刪除。


第三步、從登錄編輯程式 regedit 中移除snap.do

A.按下開始藍圓球→上方的空白處(搜尋程式及檔案)打上"regedit",開啟登錄編輯程式。(WinXP是"開始"→"執行"→打上"regedit")

B.按下鍵盤上的"ctrl"和"F"鍵,在空白處打上"snap.do",把找到的資料全部刪除。



※您的瀏覽器是Firefox 

第一步、打開Firefox瀏覽器

第二步、在網址列輸入"about:config",然後會出現"隨便亂搞會讓保固失效"的視窗,按下"我發誓,我一定會小心的!"按鈕。

第三步、在搜尋欄位輸入"snap",此時會列出與snap有關的網址。
第四步、把有snap.do的網址點選起來,按下滑鼠右鍵,選擇"重設"。


============================================================

最後,電腦重新開機,試試看!
如果刪除後,瀏覽器無法使用、或是變慢、或是無法更新,哪可能還是需要做其他設定。


參考資料來源:
1. http://tw.knowledge.yahoo.com/question/article?qid=1713101205964

Lenovo G570 無法使用 Chrome 瀏覽器或出現藍底白色錯誤

會出現此現象可能為G570 筆電內建的 AMD 顯示卡與 windows 作業系統衝突造成的問題,所以需要更新驅動程式。


  • 請參考 Lenovo 官方網站下載 G570 driver 的 video 程式

http://support.lenovo.com/zh_TW/research/hints-or-tips/detail.page?DocID=HT072724


AMD Video Driver for Windows 7 (32-bit, 64-bit) - Lenovo G470, G570 ... Learn more

Version
: 8.790.9.1000(HD Audio: 7.12.0.7702)/8.981.0.0(HD Audio: 6.14.0.3086)

 AMD Video Driver   
Add to download list

安裝後,請重新開機。

星期五, 1月 10, 2014

3D 免費設計軟體 DesignSpark Mechanical

== 3D 免費設計軟體 DesignSpark Mechanical ==

官網說明:

The Gift Of Invention

Welcome to DesignSpark Mechanical – the home of FREE professional 3D design software.
At DesignSpark we love helping engineers create world-changing products. It's why we've made our new 3D Design Tool available to all engineers and designers as a FREE download.
DesignSpark Mechanical is packed with time-saving features to help you design more easily, quickly and creatively than ever before.
  • Produce highly detailed dimensioned worksheets
  • Remove bottlenecks by making amendments and additions to your design in seconds, rather than waiting for the CAD department to rework in history-based CAD tools
  • Combine your creation with off-the-shelf components from RS Components and the Allied Electronics 3D library
  • Create geometry easily with powerful and intuitive gesture-based modelling, no need to be a CAD expert
  • And best of all, it's completely free! This is not a cut down version of an expensive product or software with a time-limited license.



Reference:
1. 官網 http://www.designspark.com/eng/page/mechanical

PCB 免費設計軟體 DesignSpark PCB, FreePCB

==  DesignSpark PCB ==

【軟體簡介】
DesignSpark PCB是由RS Components提供、功能強勁的免費正版PCB設計工具。
【詳細說明】
它具有兩個主要功能:原理圖製作和印刷電路板佈局,亦可以連接到業界標準的Spice模擬器進行模擬。

DesignSpark PCB具計算線路阻抗值的設計計算器,和產生3D視覺效果,能夠給用家以3D的形式觀看屬於你的PCB設計。


【安裝說明】
1. 首先,下載軟體安裝 (建議需網路連線)
http://www.designspark.com/eng/page/designspark-pcb-home-page

2. 連接到官方網站啟動(activity 活化)軟體
http://www.designspark.com/eng/users/login

Reference:
1. 指導影片 http://www.youtube.com/user/DesignSparkTW?feature=watch
2. 英文官網  http://www.designspark.com/eng/page/designspark-pcb-home-page (中文官網為簡體中文)

==============================================================

== FreePCB ==

FreePCB is a free, open-source PCB editor for Microsoft Windows, released under the GNU General Public License. It was designed to be easy to learn and easy to use, yet capable of professional-quality work. It does not have a built-in autorouter, but it can use the FreeRoute web-based autorouter at www.freerouting.net. Some of its features are:
  • 1 to 16 copper layers
  • Board size up to 60 inches by 60 inches
  • Uses English or metric units (i.e. mils or mm) for most functions.
  • Footprint libraries courtesy of Ivex Design International, PCB Matrix and the IPC.
  • Copper fill areas
  • Footprint Wizard and Footprint Editor for creating or modifying footprints
  • Imports and exports PADS-PCB netlists
  • Exports extended Gerber files (RS274X) and Excellon drill files
  • Design rule checker
  • Autosave
The layout for a small PCB is shown in the screenshot below.






Reference:
1. 官網 http://www.freepcb.com/
2. 教學網站 http://www.mobile01.com/topicdetail.php?f=300&t=533106

寫日記用 Evernote

== 寫日記 Evernote ==

運用 Evernote (http://evernote.com/intl/zh-tw/) 軟體來寫日記

免費 3D 動畫軟體 Blender

== 3D 動畫軟體 Blender ==

功能與特色:

Photorealistic Rendering

Blender now features a powerful new unbiased rendering engine called Cycles that offers stunning ultra-realistic rendering.
The built-in Cycles rendering engine offers:
  • GPU & CPU rendering
  • Realtime viewport preview
  • HDR lighting support
  • Permissive License for linking with external software
Modelling in Blender

Fast Modelling

Blender’s comprehensive array of modeling tools make creating, transforming and editing your models a breeze.
Blender’s modeling tools include:
  • Keyboard shortcuts for a fast workflow
  • N-Gon support
  • Edge slide, collapse and dissolve
  • Grid and Bridge fill
  • Python scripting for custom tools and addons

Realistic Materials

With Blender’s new rendering engine the possibilities for materials are endless.
Key features are:
  • Complete Node Support for full customization
  • Physically accurate shaders like glass, translucency and SSS
  • Open Shading Language (OSL) support for coding unique shaders
Materials in Blender

Rigging in Blender

Fast Rigging

Transforming a model into a poseable character has never been easier!
Blender offers an impressive set of rigging tools including:
  • Envelope, skeleton and automatic skinning
  • Easy weight painting
  • Mirror functionality
  • Bone layers and colored groups for organization
  • B-spline interpolated bones

Animation toolset

Whether it’s simple keyframing or complex walk-cycles, Blender allows artists to turn their still characters into impressive animations.
Blender’s animation feature set offers:
  • Automated walk-cycles along paths
  • Character animation pose editor
  • Non Linear Animation (NLA) for independent movements
  • IK forward/inverse kinematics for fast poses
  • Sound synchronization

rigging

Sculpting in Blender

Sculpting

Experience the joy of sculpting organic subjects using the built-in sculpting feature set of Blender.
Sculpting in Blender includes:
  • 20 different brush types
  • Multi-res sculpting support
  • Dynamic Topology sculpting
  • Mirrored sculpting

Fast UV Unwrapping

Easily unwrap your mesh right inside Blender, and use image textures or paint your own directly onto the model.
Blender allows for:
  • Fast Cube, Cylinder, Sphere and Camera projections
  • Conformal and Angle Based unwrapping (with edge seams and vertex pinning)
  • Painting directly onto the mesh
  • Multiple UV layers
  • UV layout image exporting

UV Unwrapping in Blender

Compositing in Blender

Full Compositor

Blender comes with a fully fledged compositor built right in. That means no more exporting to third party programs, you can do it all without leaving the program.
The compositor comes with:
  • Impressive library of nodes for creating camera fx, color grading, vignettes and much more
  • Render-layer support
  • Full compositing with images and video files
  • Ability to render to multiLayer OpenEXR files
  • Multi-threaded

Amazing Simulations

Whether you need a crumbling building, rain, fire, smoke, fluid, cloth or full on destruction, Blender delivers great looking results.
Blender’s simulation tools include
  • Fluid – Realistic water and fluid simulations.
  • Smoke – Billowing smoke with flames and scene interaction.
  • Hair – Beautiful wafts of hair that blows in the wind and interacts with collisions.
  • Cloth – Amazingly realistic cloth simulations for clothing and environments
  • Rigid Body Physics – Makes any object destructable and collidable
  • Particles – For creating things like rain, sparks and shrapnel

463e785104

Blender Game Engine Screenshot

Game Creation

Included in Blender is a complete game engine, allowing you to create a fully featured 3d game right inside Blender.
The game engine includes:
  • Ability to port your models to any third-party game engine
  • Create or code your own game logic
  • Full Bullet Physics integration
  • Python scripting API for advanced control and AI
  • Support for all OpenGLTM dynamic lighting, toon shading, animated materials as well as Normal and Parallax Mapping
  • Playback of games inside Blender without compiling or preprocessing
  • 3D spatial audio using OpenAL

Camera and Object tracking

Blender now includes production ready camera and object tracking. Allowing you to import raw footage, track the footage, mask areas and see the camera movements live in your 3d scene. Eliminating the need to switch between programs.
The Camera and Object Tracker includes:
  • Auto and manual tracking
  • Powerful camera reconstruction
  • Real-time preview of your tracked footage and 3d scene
  • Support for Planar tracking and Tripod solvers
Camera tracking in Blender
3057383d1a

Library of Extensions

With a large community of enthusiasts and developers, Blender comes loaded with a vast array of extensions that you can turn on or off easily.
Some existing extensions include:
  • Generators for trees, terrain, ivy and clouds.
  • Fracture Objects.
  • 3D Printing Toolbox.
  • Rigify meta-rigging system.
  • Import and Export format support for AfterEffects, DirectX, Unreal Game Engine and more!
Plus many more that you can download here

Flexible Interface

Novice and advanced users will love the ability to customize their layout completely. From simply splitting their viewport, to fully customizing it with python scripting, blender works for you.
Blender’s interface also offers:
  • Consistency across all platforms
  • No disruptive pop-up windows
  • Crisp text (support for retina on OSX)
Blender's UI

Exporting in Blender

File Formats

Blender comes packed with import/export support for many different programs.
Including:
  • Image
    JPEG, JPEG2000, PNG, TAGA, OpenEXR, DPX, Cineon, Radiance HDR, SGI Iris, TIFF
  • VideoAVI, MPEG and Quicktime (on OSX).
  • 3D
    3D Studio (3DS), COLLADA (DAE), Filmbox (FBX), Autodesk (DXF), Wavefront (OBJ), DirectX (x), Lightwave (LWO), Motion Capture (BVH), SVG, Stanford PLY, STL, VRML, VRML97, X3D.


=========================================================

官方網站 http://www.blender.org/

星期二, 1月 07, 2014

利用 realplayer 下載 youtube

== 利用 realplayer 下載 youtube  ==

  • 安裝 realplayer 
  • 利用 IE 開啟 youtube (http://www.youtube.com/ ),點選你選擇的影片
  • 右上方會出現 [下載此視訊] 的選單,點選該 icon 即可。該影片會下載到預設的電腦 c:\使用者\user\視訊  (每個人的電腦不一樣) 資料匣中
  • 下載的檔案為 .flv 格式,如果要做其他教學使用,請利用 realplayer converter 轉換格式
  • 詳細資料請參考 realplayer 官網說明 (http://tw.real.com/?mode=rp )


星期一, 12月 09, 2013

Acronis True Image WD Edition Software -- WD 硬碟的備份方案

Acronis True Image WD Edition Software helps you to completely clone your current system drive onto your new WD hard drive. Cloning makes an exact copy of your old system drive on your new WD hard drive, including the operating system, applications, data, preferences, and email settings. Everything will be present and operate exactly as it did on your old hard drive. Acronis True Image WD Edition now supports WD Advanced Format Drives and ensures that all partitions are optimally aligned.
ATIWD is based on the award winning Acronis True image Home 2012 backup, restore and disaster recovery program.
Key Features of Acronis True Image WD Edition Software:
  • Drive Cloning - Copies the source drive to a new WD drive, leaving all data on the source drive.

  • Drive Migration - Erase the source drive after the new WD drive has been imaged.

  • Drive Deployment - Enables users to prepare a WD drive so that selected folders or partitions can be excluded from the destination image.

  • Drive Image Backup - The long-term usage of the Drive Kit software will be to provide full drive image backups of a source drive at any time. Backup drive images will be stored as a file, which can be copied to any direct attached drive, network attached storage drive or optical media (CD/DVD).

  • Drive Image Recovery - The Recovery Manager enables users to restore a drive image from a direct or network attached drive. The Recovery Manager can also either erase just a portion of the drive to be used for the restored drive image, or all of the previous OS.

  • Create a Bootable Standalone Recovery Manager - With the Drive Kit software, users can create a bootable ISO image file, which contains the WD Drive Kit Standalone Recovery Manager software.

  • Recover a Drive Image from the Bootable Recovery Manager Software - The bootable Standalone Recovery Manager enables users to recover a drive image from either a CD/DVD drive, a direct attached drive, or a network attached drive.

  • Download the Data Lifeguard Tools software (Acronis True Image WD Edition and user manual and the WD diagnostic tool) and follow the instructions provided to complete the installation.
Acronis True Image WD Edition Software
    File Size: 259 MB (approx.)
    Version: 16.0.0.5926
    Publish Date: 11/15/2013
Supported Operating Systems
  • Windows XP
  • Windows Vista
  • Windows 7
Supported Languages
  • Version 14192 has all WD supported language releases
Instructions
  1. Click on the Download Now button in the upper right corner.
  2. On the Language page, choose the language version of software you want to download.
  3. Download the Acronis True Image WD Edition Software to your computer.
  4. Make sure you close all programs, and click on the EXE file. The install wizard will carry you through the installation process.
  5. You will need to reboot your computer once the installation is completed.

星期二, 11月 26, 2013

IE 11 請準備好在上場,好嗎?

微軟大哥你是為你的客戶著想而更新沒有錯,只是請出場前先測試一下自己的系統是否和別人相容 (以前是別人要送件給你測試相容性問題,但時機已經不一樣了,請換換角色)。

IE 11 更新後出現最基本的  java 或 javascript 網頁就有出不來的窘境,害我很難向同事說明是 IE 11 瀏覽器造成的,只要先不更新即可使用。

星期二, 12月 20, 2011

Microsoft Office Outlook 2007 儲存資訊和設定的位置在哪裡?

下列是 Microsoft Office Outlook 2007 儲存資訊的位置清單。
有些資料夾可能是隱藏的,若要檢視隱藏的資料夾,請執行下列動作:
  • Windows Vista
    1. 在 Windows 中按一下 [開始] 按鈕,然後按一下 [控制台]
    2. 按一下 [外觀及個人化]
附註 如果您在傳統檢視下使用控制台,請按兩下 [資料夾選項],然後繼續執行步驟 4。
  1. 按一下 [資料夾選項]
  2. [檢視] 索引標籤上,分別於 [進階] 設定、[檔案與資料夾][隱藏檔案和資料夾] 底下,選取 [顯示隱藏的檔案及資料夾]=.
  • Microsoft Windows XP
  1. 按一下 [開始] 按鈕,再按 [控制台]
  2. 按一下 [資料夾選項]
  1. 按一下 [檢視] 索引標籤,然後按一下 [顯示隱藏的檔案及資料夾] 選項。
您的設定可能不會包含下列所有檔案。部分檔案只有在您自訂 Outlook 功能時才會建立。

個人資料夾檔案 (.pst)

包含封存的 .pst 檔案。
Windows Vista drive:\user\AppData\Local\Microsoft\Outlook
Microsoft Windows XP 或 Microsoft Windows Server 2003 drive:\Documents and Settings\user\Local Settings\Application Data\Microsoft\Outlook

離線資料夾檔 (.ost)

.ost 檔案會與執行 Microsoft Exchange 之伺服器上的項目同步化。因為您的資料仍保存在 Exchange 伺服器上,所以可以在您的新電腦上重建此 .ost 檔案,而無需備份 .ost 檔案。
Windows Vista drive:\user\AppData\Local\Microsoft\Outlook
Windows XP 或 Windows Server 2003 drive:\Documents and Settings\user\Local Settings\Application Data\Microsoft\Outlook

個人通訊錄 (.pab)

Windows Vista drive:\user\AppData\Local\Microsoft\Outlook
Windows XP 或 Windows Server 2003 drive:\Documents and Settings\user\Local Settings\Application Data\Microsoft\Outlook
附註 Office Outlook 2007 不再支援個人通訊錄 (.pab)。升級至 Office Outlook 2007 時,會提示您將全部 .pab 檔案匯入 [連絡人]。如果選擇不匯入 .pab 檔案,可以稍後使用 [檔案] 功能表上的 [匯入及匯出] 命令匯入該檔案。

離線通訊錄 (.oab)

Windows Vista drive:\user\AppData\Local\Microsoft\Outlook
Windows XP 或 Windows Server 2003 drive:\Documents and Settings\user\Local Settings\Application Data\Microsoft\Outlook

命令列及功能表自訂 (.dat)

Windows Vista drive:\user\AppData\Roaming\Microsoft\Outlook\outcmd.dat
Windows XP 或 Windows Server 2003 drive:\Documents and Settings\user\Application Data\Microsoft\Outlook\outcmd.dat

功能窗格設定 (.xml)

Windows Vista drive:\user\AppData\Roaming\Outlook\profile name.xml
Windows XP 或 Windows Server 2003 drive:\Documents and Settings\user\Application Data\Microsoft\Outlook\profile name.xml
此檔包括 [捷徑]、[行事曆] 及 [連絡人] 連結。

登錄的 Microsoft Exchange 副檔名 (.dat)

Windows Vista drive:\user\AppData\Local\Microsoft\Outlook
Windows XP 或 Windows Server 2003 drive:\Documents and Settings\user\Local Settings\Application Data\Microsoft\Outlook

Outlook 連絡人暱稱 (.nk2)

Windows Vista drive:\user\AppData\Roaming\Microsoft\Outlook
Windows XP 或 Windows Server 2003 drive:\Documents and Settings\user\Application Data\Microsoft\Outlook

規則 (.rwz)

Windows Vista drive:\<user\AppData\Roaming\Microsoft\Outlook
Windows XP 或 Windows Server 2003 drive:\Documents and Settings\user\Application Data\Microsoft\Outlook
附註 如果您是從 Microsoft Outlook 2002 之前的 Outlook 版本升級至 Office Outlook 2007,電腦硬碟上可能會有 .rwz 檔案。該檔案已不再需要,規則的相關資訊現在保留在執行 Microsoft Exchange 的伺服器上,以及 POP3 (POP3:用於從網際網路電子郵件伺服器擷取電子郵件的一般通訊協定。)IMAP (IMAP (網際網路訊息存取通訊協定):IMAP 和只提供一個伺服器 [收件匣] 資料夾的網際網路電子郵件通訊協定 (如 POP3) 不同,IMAP 允許在伺服器上建立多個資料夾,以儲存並組織可供多台電腦存取的郵件。) 電子郵件帳號的個人資料夾檔案 (.pst) (個人資料夾檔案 (.pst):電腦上儲存郵件及其他項目的資料檔。您可以指定 .pst 檔做為電子郵件的預設傳送位置。還可以使用 .pst 來組織及備份項目,以保證安全。) 中,因此可以刪除該檔案。
如果您使用的是 [規則匯入及匯出] 功能,則 .rwz 檔案的預設位置為 drive:\Documents and Settings\user\My Documents。

列印樣式 (沒有副檔名的 Outlprnt)

Windows Vista drive:\user\AppData\Roaming\Microsoft\Outlook
Windows XP 或 Windows Server 2003 drive:\Documents and Settings\user\Application Data\Microsoft\Outlook

簽章 (.rtf、.txt、.htm)

Windows Vista drive:\user\AppData\Roaming\Microsoft\Signatures
Windows XP 或 Windows Server 2003 drive:\Documents and Settings\user\Application Data\Microsoft\Signatures

信箋 (.htm)

Windows Vista drive:\Program Files\Common Files\Microsoft Shared\Stationery
Windows XP 或 Windows Server 2003 drive:\Program Files\Common Files\Microsoft Shared\Stationery

自訂表單

Windows Vista drive:\user\AppData\Local\Microsoft\Forms
Windows XP 或 Windows Server 2003 drive:\Documents and Settings\user\Local Settings\Application Data\Microsoft\Forms

字典 (.dic)

Windows Vista drive:\user\AppData\Roaming\Microsoft\UProof
Windows XP 或 Windows Server 2003 drive:\Documents and Settings\user\Application Data\Microsoft\UProof

範本 (.oft)

Windows Vista drive:\user\AppData\Roaming\Microsoft\Templates
Windows XP 或 Windows Server 2003 drive:\Documents and Settings\user\Application Data\Microsoft\Templates

傳送/接收設定 (.srs)

Windows Vista drive:\user\AppData\Roaming\Microsoft\Outlook
Windows XP 或 Windows Server 2003 drive:\Documents and Settings\user\Application Data\Microsoft\Outlook

郵件 (.msg、.htm、.rtf)

Windows Vista drive:\user\Documents
Windows XP 或 Windows Server 2003 drive:\Documents and Settings\user\My Documents


資料來源: http://office.microsoft.com/zh-tw/outlook-help/HP010066914.aspx?CTT=3

掃描與修復損壞的 Outlook 資料檔

收件匣修復工具

如果您無法開啟個人資料夾檔案 (.pst) 或離線資料夾檔案 (.ost),或是懷疑 .pst 或 .ost 資料檔案已經毀損,可以使用「收件匣修復」工具 (Scanpst.exe) 來診斷及修復檔案中的錯誤。「收件匣修復」工具只會掃描 .pst 或 .ost 檔案,而不會掃描執行 Microsoft Exchange 的伺服器上的信箱。這個工具會判斷檔案結構是否完整。如果結構不完整,「收件匣修復」工具就會重設您的檔案結構並重新建立標題。
「收件匣修復」工具可以用於 Microsoft Office Outlook 2003 及 Microsoft Office Outlook 2007 中的 Microsoft Outlook 97-2002 個人資料夾檔案 (.pst) 及 Office Outlook 個人資料夾檔案 (.pst) 資料檔案。
當您安裝 Outlook 時,便會安裝 Scanpst.exe,它位於:
drive:\Program Files\Microsoft Office\OFFICE12。

使用 Scanpst.exe 修復錯誤

  1. 結束正在執行的 Outlook。
  2. 按兩下位於 drive:\Program Files\Microsoft Office\OFFICE12 中的 [Scanpst.exe]。
  3. 在 [請輸入您要掃描的檔案名稱] 方塊中,輸入想要檢查的 .pst 或 .ost 檔案名稱,或是按一下 [瀏覽] 以搜尋檔案。
  4. 若要指定掃描記錄選項,請按一下 [選項],然後按一下您要的選項。
  5. 按一下 [開始]。
  6. 如果掃描完成之後發現錯誤,系統會提示您開始進行修復程序來修正錯誤。
在執行修復程序期間,會建立備份檔案。若要變更這個備份檔案的預設名稱或位置,請在 [輸入備份檔案名稱] 方塊中,輸入新名稱,或是按一下 [瀏覽] 以尋找您要使用的檔案。
  1. 按一下 [修復]。
  2. 使用含有您嘗試修復之 .pst 檔案的設定檔來啟動 Outlook。
  3. 按一下 [到] 功能表上的資料夾清單。
在資料夾清單中,您可能會看到含有預設 Outlook 資料夾的 [已復原的個人資料夾] 或 [遺失及尋得] 資料夾。因為這是一個重新建立的 .pst 檔案,所以復原的資料夾通常是空的。[遺失及尋得] 資料夾含有由「收件匣修復」工具所復原的資料夾及項目。從 [遺失及尋得] 資料夾遺失的項目則無法進行修復。
  1. 如果您看見 [已復原的個人資料夾] 資料夾,就可以建立新的 .pst 檔案,並將 [遺失及尋得] 資料夾中的項目拖曳到新的 .pst 檔案中。當您移動完所有的項目時,就可以從設定檔中移除 [已復原的個人資料夾] (.pst) 檔案,包括 [遺失及尋得] 資料夾。
附註
  • 如果您可以開啟原始的 .pst 檔案,就可以從損毀的 .pst 檔案復原其他項目。根據預設,「收件匣修復」工具會建立一個名稱為 file name.bak 的檔案,這是原始 .pst 檔案的複本,但副檔名不同。.bak 檔案位於與原始 .pst 檔案的相同資料夾中。您可以從 .bak 檔案復原「收件匣修復」工具所無法復原的項目,做法是建立 .bak 檔案的複本,並為該檔案提供新名稱,副檔名請使用 .pst (例如 bak.pst)。接著匯入 bak.pst 檔案,然後將任何其他已復原的項目移到您建立的新 .pst 檔案。
  • 記錄檔的複本會寫入到與 .pst 檔案相同的位置。

OST 完整性檢查工具

有時候,當您同步化 Microsoft Office Outlook 中的離線資料夾檔案 (.ost) 與位於執行 Exchange 的伺服器上的信箱時,可能會收到錯誤訊息。您也許還會發現在同步化 .ost 檔案和信箱之後,.ost 檔案或信箱中的某些項目可能會遺失。發生這種情況時,您應該使用「OST 完整性檢查」工具 (Scanost.exe) 來檢查 .ost 檔案。
「OST 完整性檢查」工具只能在 .ost 檔案上執行,而且可以用於診斷及修復同步化問題。這個工具會同時掃描執行 Exchange 的伺服器上的 .ost 檔案及信箱、比較這兩者的項目與資料夾,並且嘗試解決兩者之間的同步化差異。「OST 完整性檢查」工具並不會變更您在執行 Exchange 的伺服器上的信箱。這個工具會記錄掃描記錄中的任何差異,讓您能夠看見工具所找到及解決的差異處。掃描記錄也會識別此工具無法更正,以至於您必須手動修正的任何情形。掃描記錄位於 [刪除的郵件] 資料夾中。
若要使用「OST 完整性檢查」工具,您必須連線到您的 Exchange 帳戶,這樣工具才能掃描您的信箱資料夾及項目。如果您先前已經將 Outlook 設定為自動離線啟動,「OST 完整性檢查」工具就無法存取執行 Exchange 的伺服器上的信箱。因此,執行此工具之前,您必須先暫時變更 Outlook 啟動設定。
如果您無法開啟 .ost 檔案,可以使用「收件匣修復」工具 (Scanpst.exe) 診斷及修復 .ost 檔案中的錯誤。「收件匣修復」工具 (Scanpst.exe) 可以用在 .ost 檔案和個人資料夾檔案 (.pst) 上。這個工具會掃描 .ost 或 .pst 檔案,並確定檔案結構是否完整。這個工具不會與執行 Exchange 的伺服器上的收件匣互動。
當您安裝 Outlook 時,就會安裝「OST 完整性檢查」工具 (Scanost.exe)。它位於:
drive:\Program Files\Microsoft Office\OFFICE12。

使用 Scanost.exe 修復錯誤

  1. 結束正在執行的 Outlook。
  2. 按兩下位於 drive:\Program Files\Microsoft Office\OFFICE12 中的 [Scanost.exe]。
  3. 如果您是將 Outlook 設為提示輸入設定檔,此工具也會提示您輸入設定檔。請在 [設定檔名稱] 清單中,按一下含有您要檢查之 .ost 檔案的設定檔。
如果出現詢問您要 [連線] 還是 [離線工作] 的提示,請按一下 [連線]。
  1. 選取您要的選項。
若要讓工具自動解決在掃描時發現的差異處,請選取 [修復錯誤] 核取方塊。如果已取消選取此核取方塊,這個工具就會記錄問題,但不會進行必要的更正。
  1. 按一下 [開始掃描]。
附註 若要檢視掃描記錄,請啟動 Outlook,然後開啟 [刪除的郵件] 資料夾。這個工具並不會掃描 [刪除的郵件] 資料夾。任何問題都會記載於主旨為「OST 完整性檢查」的郵件中。

資料來源: http://office.microsoft.com/zh-tw/outlook-help/HA010075831.aspx