首先啟動工作管理員,停止所有的 程序 該程序名稱 "含有 container.exe(32bit)" 字串
同時 會跟著停止大概8個以上子程序 plugin.exe(32bit)子程序
接著停止所有的 updater.exe(32bit) 程序
將 C:\ProgramData\9a4b8b26-f4e0-4529-a5b4-93ec828f7e42 (Folder)
及C:\Program Files (x86)\Common Files\9a4b8b26-f4e0-4529-a5b4-93ec828f7e42 (Folder)
砍掉
開啟edge 是否有ok
老夫個人雜記, 基於創用CC(Creative Commons)精神歡迎分享資料
Taiwan / Repulic of CHINA / ROC ( Traditional Chinese ).
2016-01-28
USB 刪除分割區partiton
You can do this by using
diskpart on Windows:- Open an elevated command prompt.
- Run
diskpart list disk- Note the disk number that corresponds to your USB drive (it should be obvious going by size)
select disk Xwhere X is the number from step 4list partition- There should be two, numbered 0 and 1, each about 7 GBselect partition 0delete partitionselect partition 1delete partitioncreate partition primaryexit- Exit Command Prompt (type
exitor just close the window) - In Windows, go to Computer and try to open the disk. It will ask you to format it.
- Format it with the default settings and give it a name if you want.
2016-01-19
Windows TEMP 目錄檔案
Windows TEMP 目錄中檔案過多會導致系統效能驟降
Windows
刪除 7 天以前所有 msi* 開頭的檔案
forfiles /P c:\Windows\Temp /M msi* /S /D -7 /C "cmd /c del /F @path"
Server
一個批次檔,用來刪除 7 天以前所有 sess_* 開頭的檔案,其指令如下:
forfiles /P c:\Windows\Temp /M sess_* /S /D -7 /C "cmd /c del /F @path"
Windows
刪除 7 天以前所有 msi* 開頭的檔案
forfiles /P c:\Windows\Temp /M msi* /S /D -7 /C "cmd /c del /F @path"
Server
一個批次檔,用來刪除 7 天以前所有 sess_* 開頭的檔案,其指令如下:
forfiles /P c:\Windows\Temp /M sess_* /S /D -7 /C "cmd /c del /F @path"
2016-01-08
MySQL 5.6 reset root password
MySQL 版本多, 各版設定又有差別.
官方文件 http://dev.mysql.com/doc/refman/5.6/en/resetting-permissions.html
If you assigned a root password previously but have forgotten it, you can assign a new password. The following sections provide instructions for Windows and Unix and Unix-like systems, as well as generic instructions that apply to any system.
B.5.3.2.1 Resetting the Root Password: Windows Systems
官方文件 http://dev.mysql.com/doc/refman/5.6/en/resetting-permissions.html
If you assigned a root password previously but have forgotten it, you can assign a new password. The following sections provide instructions for Windows and Unix and Unix-like systems, as well as generic instructions that apply to any system.
B.5.3.2.1 Resetting the Root Password: Windows Systems
2015-09-17
大規模開放線上課程 ( Massive Open Online Courses / MOOCs)
景觀設計 landscape architecture
景觀設計(又稱景觀建築、風景園林」,英文:「Landscape Architecture」)是土地的藝術、計劃、設計、管理、保存和修復,以及人為構造物的設計。此專業的範圍包含有:園林景觀設計、環境恢復、敷地計畫、住宅區開發、公園和遊憩規劃、歷史保存,並且與建築設計、都市設計、鄉鎮與都市計劃及區域計劃等領域密切相關。
Landscape architecture is the art, planning, design, management, preservation and rehabilitation of the land and the design of the built and social environment.
History of Chinese Architecture
A Global History of Architecture
景觀設計 landscape architecture
景觀設計(又稱景觀建築、風景園林」,英文:「Landscape Architecture」)是土地的藝術、計劃、設計、管理、保存和修復,以及人為構造物的設計。此專業的範圍包含有:園林景觀設計、環境恢復、敷地計畫、住宅區開發、公園和遊憩規劃、歷史保存,並且與建築設計、都市設計、鄉鎮與都市計劃及區域計劃等領域密切相關。
Landscape architecture is the art, planning, design, management, preservation and rehabilitation of the land and the design of the built and social environment.
History of Chinese Architecture
A Global History of Architecture
訂閱:
文章 (Atom)