2013年9月23日 星期一

Mozilla Firefox 下載

Mozilla 官網

下載Firefox最新版本(Http)

Firefox所有語言最新版本(Http)

Firefox所有語言最新版本(ftp)

Firefox所有語言最新版本(ftp)

Firefox更新內容


Plugins

AdBlock Plus:
https://addons.mozilla.org/zh-TW/firefox/addon/adblock-plus/

 Download Statusbar:
https://addons.mozilla.org/zh-TW/firefox/addon/download-statusbar/

QuickDrag:
https://addons.mozilla.org/zh-tw/firefox/addon/quickdrag/

Tab Mix Plus:
https://addons.mozilla.org/zh-TW/firefox/addon/tab-mix-plus/

Video DownloadHelper:
https://addons.mozilla.org/zh-tw/firefox/addon/video-downloadhelper/

新同文堂
https://addons.mozilla.org/zh-TW/firefox/addon/%E6%96%B0%E5%90%8C%E6%96%87%E5%A0%82-new-tong-wen-tang/


手動備份和恢復Windows8.1 RTM 激活(Active)


1. 備份舊電腦註冊資料
-->a. 打開顯示隱藏的檔案、資料夾及磁碟機
-->b. 備份此資料夾(含裡面檔案):C:\Windows\System32\spp\store
-->c. 確認此兩個檔案存在:data.dat(被隱藏), tokens.dat

2. 還原註冊資料到新電腦

-->a. 在Command模式下,輸入 slmgr -upk,移除,所以狀態更改為「無key」
-->b. 需進入安全模式。透過MSCONFIG進入
 ---->i. 執行msconfig,選擇Boot(開機),勾選Safe boot(安全開機),minimal(最基本安全開機方式)
 ---->ii.Apply, restart
-->c. 進入安全模式,在command模式下,輸入:net stop SPPSVC
-->d. 把之前備份的東西,複製並取代回C:\Windows\System32\spp\store
-->e. 在透過MSCONFIG進入正常模式(把Safe boot(安全開機),勾勾拿掉),Apply, restart
-->f. 當重新啟動時,你可以看到水印都不見了。
打開command模式:
slmgr.vbs -ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
slmgr /ato
slmgr.vbs /dlv
slmgr –dli

2013年9月22日 星期日

2013年9月12日 星期四

CoCreateInstance

CoCreateInstance介紹:

HRESULT CoCreateInstance(
  _In_   REFCLSID rclsid,                 //
The CLSID associated with the data and code that will be used to create the object.
  _In_   LPUNKNOWN pUnkOuter,    //If NULL, indicates that the object is not being created as part of an aggregate.
  _In_   DWORD dwClsContext,
  _In_   REFIID riid,                          //
A reference to the identifier of the interface to be used to communicate with the object.  _Out_
  LPVOID *ppv
);


CoCreateInstance function

COM筆記-CoCreateInstance

(C++) 模擬 CoCreateInstance( ),不用註冊 COM 即可使用

FFMpeg 轉檔簡易教學

下載FFMpeg:
http://ffmpeg.zeranoe.com/builds/

Sample:
ffmpeg -i inputVideo.avi -vcodec mpeg4 -acodec mp3 outputVideo.avi

參考網址:
http://lnpcd.blogspot.tw/2012/09/ffmpeg.html

解決OpenCV無法開啟avi檔

1. 下載 VirtualDub
2. 開啟VirtualDub,開起要轉的Video File(File->Open Video File)
3. Video->Filters->Add->Convert format;
    選擇4:2:0 Planar YCbCr (YV12) 或 32-Bit RGB。
4. Video->Compression->XVID
5. File->Save as AVI..


Codecs:
K-Lite
DivX-5
XVid
Lame MP3

參考網址:
http://forum.videohelp.com/threads/187587-How-to-convert-DV-to-DivX-or-XviD-using-Virtualdub

Visual Studio hotfix

Visual Studio 2008
http://kbalertz.com/Technology_639.aspx

http://archive.msdn.microsoft.com/Project/ProjectDirectory.aspx?TagName=Visual%20Studio%202008&ProjectSearchText=Hotfix

Visual Studio 2010
http://archive.msdn.microsoft.com/Project/ProjectDirectory.aspx?TagName=Visual%20Studio%202010&ProjectSearchText=Hotfix

http://kbalertz.com/Technology_2662.aspx

Visual Studio 2012
http://archive.msdn.microsoft.com/Project/ProjectDirectory.aspx?TagName=Visual%20Studio%202012&ProjectSearchText=Hotfix

http://kbalertz.com/Technology_2663.aspx

IPP(Integrated Performance Primitives) 簡單教學

事先準備工具(http://software.intel.com/en-us/articles/intel-ipp-71-samples-build/):
1. CMake 2.8.8. Download from http://www.cmake.org/
2. Perl 5.12.2. Download from http://www.perl.org/get.html
3. 下載Intel Library: http://software.intel.com/en-us/intel-ipp(免費試用30天)
4. 下載Sample code: http://software.intel.com/en-us/articles/code-samples-for-intel-integrated-performance-primitives-intel-ipp-library-71

安裝環境:
1. 安裝Visual Studio 2008, 2010(不同Projectd不一定同一個版本)
2. 安裝CMake, Perl, Intel Library等工具(加入環境路徑,請記得加入)


Build code方法:
1. 解壓所w_ipp-samples_p, w_ipp-samples-binary_p,到同一個資料夾
2. 進入windows的command模式,到接壓縮出來的builder資料夾裡
3. 執行(例): perl build.pl --cmake=audio-video-codecs,ia32,vc2010,s,st,release [only generate projects]
   詳細指令可以參考: http://software.intel.com/en-us/articles/intel-ipp-71-samples-build/

Visual Studio enable SSE/SSE2

Please take one

1. Project > Properties > Configuration Properties > C/C++ > Code Generation > Enable Enhanced Instruction Set

2. append /arch:SSE (or /arch:SSE2) in Command Line > Additional Options.

_mm_prefetch

void _mm_prefetch(char *bytep, int hint);


Discribe:
 The _mm_prefetch function fetches the line of data from memory that contains the byte pointed to by bytep, to a location in the cache hierarchy specified by the constant in hint.

char *bytep-->address

hint
為下面其中一個macro:
_MM_HINT_T0   T0 (temporal data) - prefetch data into all levels of the cache hierarchy.
_MM_HINT_T1   T1 (temporal data with respect to first level cache) - prefetch data into level 2 cache and higher.
_MM_HINT_T2   T2 (temporal data with respect to second level cache) - prefetch data into level 2 cache and higher.
_MM_HINT_NTA  NTA (non-temporal data with respect to all cache levels) - prefetch data into non-temporal cache structure and into a location close to the processor, minimizing cache pollution.

每次cache抓取的Size為一個cache line的Size
cache line size 是 16 words (address 0~3)


Example:(VIsual Studio 2008, 2010)
#include <xmmintrin.h>

int main()
{

    _mm_prefetch(0,0);

    return 0;
}



參考網址:
http://stackoverflow.com/questions/12418622/where-is-mm-prefetch-in-visual-studio-2012
http://www.neatinfo.com/net-wrench.com/snippets/c/~%20tutors/pellec-help-html-ver/crt/_mm_prefetch.htm
http://realchecko.blogspot.tw/2010/08/cache.html


http://software.intel.com/sites/products/documentation/studio/composer/en-us/2011Update/compiler_c/intref_cls/common/intref_sse_cacheability.htm
http://blog.csdn.net/zhuliting/article/details/6009672
http://www.mirabilisdesign.com/Pages/Demonstrations/systemarchitecture/Cache_System/Functional_Cache_Model_Overview.html

C/C++的最大與最小值

#include <limits.h>

int    i_max = INT_MAX;
int    i_min = INT_MIN;
double  d_max = LLONG_MAX;
double  d_min = LLONG_MIN;







reference
http://www.cplusplus.com/reference/climits/

OpenCV 解決 warning C4819 的方法

在Build完後,出現Warning的視窗中

1. 點兩下,出現warning的那一條,會開啟檔案。
2. 點選Menu的File --> Advanced save options會開啟一個視窗。
3. 編譯方式改成Unicode codepage 1200,確定關閉視窗。
4. 處存檔案。
5. 收工

printf, fprintf

printf("%[旗標][寬度][.精度][長度修飾]資料型態", xxx)

資料型態:
c, C  -->字元
s   -->字元陣列
S   -->字元陣列(Unicode)

d, i   -->10進制整數
u    -->10進制無號數
o    --> 8進制無號數
x, X   -->16進制無號數
lld, I64d-->long long int, __int64
ull, I64u-->unsigned long long int

e, E  -->浮點數使用科學符號表示之, 指數將帶正負號
f   -->單精度浮點數(預設輸出精度6位)
lf    -->倍精度浮點數(預設輸出精度6位)
llf   -->雙倍精度浮點數(預設輸出精度6位)
g, G -->由系統決定是否採科學符號表示

[旗標][寬度][.精度]:
<tt><tt><tt><tt>printf("%-10.5d", b);</tt></tt></tt></tt>
旗標 --> -: 向左對齊(預設向右)
     +:強制輸出正負
     0: 若輸出之左半部為空白, 補0
     #: 對進制加上前綴符號, 只有%o(前綴0), %x(前綴0x) 有用
寬度 -->保留10
精度 -->顯示小數點幾位



fprintf: 輸出資料至某檔案
FILE *ofile = fopen("test.txt","w");
fprintf(ofile, "a:%d\n", a);
fclose(ofile);
fopen參數:
"r" 開啟一個文字檔(text),供程式讀取。
"w" 開啟一個文字檔(text),供程式將資料寫入此檔案內。如果磁碟內不包含這個檔案,則系統會自行建立這個檔案。如果磁碟內包含這個檔案,則此檔案內容會被蓋過而消失。
"a" 開啟一個文字檔(text),供程式將資料寫入此檔案的末端。如果此檔案不存在,則系統會自行建立此檔案。
"b"開啟一個二元檔(binary)。
fprintf參數:
fprintf,後面兩欄就是printf的兩個欄位

CUDA Thread Parameter

Device Code:
uint3 gridDim :每個Grid 裡的Block的個數(3維)
uint3 blockDim:每個Block裡的Thread個數(3維)

uint3 blockIdx :此Tread的Block index
uint3 threadIdx:此Tread的thread index

C C++ sizeof(xxx)

C C++ sizeof(xxx)

TypeSize
char1
short2
int4
long4
float4
double8


void*4
int*4
char*4
long*4

CUDA Zerp copy, Pinned Memory

cudaDeviceProp deviceprop;
//Get hardwared properties

cudaGetDeviceProperties(&deviceprop, 0);
//check the map memory is available or not
if(!deviceprop.canMapHostMemory)
    printf("cudaError: cannot support map host to device memory\n");


//this flag must be set in order to allocate pinned host memory that is accessible to the device
cudaSetDeviceFlags(cudaDeviceMapHost);

//allocate host page-locked and accessible to the device memory maps the memory allocation on host into cuda device

address

cudaHostAlloc((void**)&host_mm, sizeof(char)*size, cudaHostAllocMapped);


//pass back the device pointer and map with host
cudaHostGetDevicePointer((void**)&cuda_gm, (void*)&host_mm, 0);


//execute device kenel codes
kenelfuns<< >>(cuda_gm, xxxxx);


//Free the memory space which must have been returned by a previous call to cudaMallocHost or cudaHostAlloc
cudaFreeHost(host_mm);

reference
http://www.clear.rice.edu/comp422/resources/cuda/html/group__CUDART__MEMORY_g15a3871f15f8c38f5b7190946845758c.html
http://www.clear.rice.edu/comp422/resources/cuda/html/group__CUDART__MEMORY_ga475419a9b21a66036029d5001ea908c.html

cuda.h cuda_runtime_api.h cuda_runtime.h 差異

cuda.h: defines the public host functions and types for the CUDA driver API.
cuda_runtime_api.h: defines the public host functions and types for the CUDA runtime API.
cuda_runtime.h: defines everything cuda_runtime_api.h does, as well as built-in type definitions and function overlays for the CUDA language extensions and device intrinsic functions.

If you were writing host code to be compiled with the host compiler which includes API calls, you would include either cuda.h or cuda_runtime_api.h.
If you needed other CUDA language built-ins, like types, and were using the runtime API and compiling with the host compiler, you would include cuda_runtime.h.
If you are writing code which will be compiled using nvcc, it is all irrelevant, because nvcc takes care of inclusion of all the required headers automatically without programmer intervention.

出處:
http://stackoverflow.com/questions/6302695/difference-between-cuda-h-cuda-runtime-h-cuda-runtime-api-h

Dynamic array(C/C++) 二維 多微陣列

//一維-->連續
int *D_array = new int[
Length_1D];

delete []D_array;


//二維(兩維長度均動態)-->非連續
int** Array
_2D = new int *[Length_2D];
for(int i = 0; i <
Length_2D; i++) {    Array_2D[i] = new int[Length_1D];
}

xxx
xxx
for(int i = 0; i < Length_2D; i++) {    delete []Array_2D[i];
}

delete[] 
Array_2D;

//二維(兩維長度均動態)-->連續
void **a = (void**)new char[h * sizeof(void*) + w * h * sizeof(int)];

for(int i = 0; i < h; i
++) {
    a[i] = ((int*)(a + h)) + i * w * sizeof(int);
}

xxx
xxx

delete[] ((void*)a);//二維(一維為固定長度)-->連續int (*Array_2D)[yyy] = new int[Length_2D][yyy];    //yyy->一維固定的長度

xxx
xxx
delete[] Array_2D;

C++ Get system time

//millisecond
#include
clock_t CPU_Time_S, CPU_Time_E;    //Start, End
.
.
CPU_Time_S = clock();
xxx
xxx
xxx
CPU_Time_E = clock();
printf("Time: %fs\n", ((double)CPU_Time_E - CPU_Time_L) / CLOCKS_PER_SEC);


//microsecond
#include
LARGE_INTEGER begin, einde, freq;
QueryPerformanceFrequency(&freq);        //Get the high resolution counter's accuracy
.
.
.
QueryPerformanceCounter(&begin);        //Get start time
xxx
xxx
xxx
QueryPerformanceCounter(&einde); //Get end time
printf("Time:%fs\n", ((double)(einde.QuadPart - begin.QuadPart)) / freq.QuadPart);

關閉nvcc的警告(disable specific warnings with nvcc)(CUDA)

Project-->Properties-->Configuration Properties-->CUDA Runtime API-->Command Line-->Additional Optines加入

-Xcompiler "/wd 4819"

4819-->警告名稱

關閉Firefox,提示尚有"下載"

網址:about:config

browser.download.manager.quitBehavior
設定為:2

Adobe acrobat update hotfix

Adobe acrobat 11
http://prodesigntools.com/trials3/AdobeProducts/APRO/11/win32/AcrobatPro_11_Web_WWMUI.exe

Hotfix
http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows

傳說中的NoName網址

http://nonameteam.cc

Microsoft Toolkit

Microsoft Toolkit


http://forums.mydigitallife.info/threads/28669-Microsoft-Toolkit-Official-KMS-Solution-for-Microsoft-Products

XnView MP(Multi Platform) x86/x64

http://newsgroup.xnview.com/viewforum.php?f=82

Adobe CS6 Offline(離線下載)

http://prodesigntools.com/adobe-cs6-direct-download-links.html


不想連他網站出去:

http://prodesigntools.com/trials2/xxxxxxxxxxxxx/xxxx/xx/xxxxx/xxxxxxx.xxx
改成
http://trials2.adobe.com/xxxxxxxxxxxxx/xxxx/xx/xxxxx/xxxxxxx.xxx

Adobe Acrobat Reader offline(離線下載)

http://www.adobe.com/support/downloads/product.jsp?platform=windows&product=10

Firefox 設定搜尋為Google台灣

http://mycroft.mozdev.org/google-search-plugins.html

小雨傘 Avira 跳過某個檔案不掃描

打開防毒軟體-->Extras(Menu bar)-->Configuration

打開Expert(左上按鈕)-->會出現下面選項

System Scanner-->Scan-->Exceptions
輸入要跳過掃描的檔案路徑-->然後按Add

Real-time Protection-->Scan-->Exceptions
上面是執行中的檔案
下面是非執行中的檔案

一樣
輸入要跳過掃描的執行檔-->然後按Processes
輸入要跳過掃描的檔案路徑-->然後按Add

小雨傘 Avira 關閉廣告視窗

控制台-->系統及安全性-->系統管理工具-->本機安全性原則-->軟體限制原則

新增軟體限制原則-->其他原則-->新增路徑規則

路徑:C:\Program Files (x86)\Avira\AntiVir Desktop\avnotify.dll
安全等級:不允許

其他原則-->新增路徑規則
路徑:C:\Program Files (x86)\Avira\AntiVir Desktop\avnotify.exe
安全等級:不允許

收工


下載小雨傘
http://www.avira.com/en/downloads

Java 離線下載

下載地址:

http://www.java.com/zh_TW/download/manual.jsp

http://www.oracle.com/technetwork/java/javase/downloads/index.html

修改登錄界面DPI

HKEY_CURRENT_USER->Control Panel->Desktop ,找到 DWORD 值 LogPixels,複製數值

再到
HKEY_USERS->.DEFAULT->Control Panel->Desktop
新建一個DWORD值,命名為 LogPixels ,把剛剛你複製的數值,複製到當前用戶的 LogPixels 值(比如我的是0x78)


預設:96 DPI(0x60)

清除儲存在Windows的網路芳鄰密碼

清除儲存在Windows的網路芳鄰密碼
 

1.需重開機或登出
一.開始功能表-->執行-->鍵入control userpasswords2

二.點選進階,選擇"管理密碼"

三.將要另外輸入帳密的區網"主機名稱"選擇刪除

四.需重開機或帳號登出再登入後,才可以重新輸入其他的帳號 密碼



2.在不登出的情況下,更改進入網路芳鄰的帳號
開始->執行->cmd
net use * /delete

更改Windows 7檔案總管的預設路徑到"我的電腦"

1. 桌面下方SystemBar上的"檔案總管"圖示按滑鼠右健,彈出的視窗在"Windows檔案總管"上再按滑鼠右鍵,會彈出上窗選擇內容。

2. Windows 7 把目標裡面的%windir%\explorer.exe改成%WINDIR%\explorer.exe ::{20D04FE0-3AEA-1069-A2D8-08002B30309D} , ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
3. Windows 7 把目標裡面的xxxxxxxx改成%WINDIR%\explorer.exe ::{20D04FE0-3AEA-1069-A2D8-08002B30309D} , ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}

4.
Windows 8 把目標裡面的C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Libraries改成%WINDIR%\explorer.exe ::{20D04FE0-3AEA-1069-A2D8-08002B30309D} , ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}

5. 收工

Chrome 離線下載

http://www.google.com/chrome/ eula.html?standalone=1

XP Win7 整合包

http://wmos.info/

http://wmos.info/archives/category/ms

Adobe flash player offline(離線下載) windows linux mac android

IE:
http://download.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_11_active_x.exe

Firefox:
http://download.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_11_plugin.exe



More installers
http://www.adobe.com/products/flashplayer/fp_distribution3.html


Android:
http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html

OHV, OHC, SOHC and DOHC (twin cam) 引擎差別

OHV

OHV為Over head valve即汽門在燃燒室的頂上。OHV在汽缸側水平位置上的凸輪軸,透過直立的推桿將搖臂向上 推,該搖臂以蹺蹺板方式向下將汽門壓開。此型式的汽門可在汽缸頭上,燃燒室可為半球型或楔型,將提高壓縮比與熱效率而達到高轉速與高馬力之要求。
在OHC 普及前,都是這種閥系統,目前仍被使用。

缺點則在具備較長推桿,引擎受熱後閥系統亦因熱膨脹而發生體積變化,因此推桿與搖臂之間須留下間隙,否則凸輪未達 到作用點時閥已被壓開,造成漏氣或閥燒毀,且因引擎作動時推桿間隙產生噪音,長期使用後間隙變大,需要適度調整。另高速運轉時,徃復運動之推桿慣性質量增 加,產生迴轉限制與剛性問題,通常不適合作為高速車輛設計使用。

OHC or SOHC
DOHC or Twin Cam

二、OHC為Over head camsshaft即凸輪軸設計在燃燒室頂上,優點是不須OHV一般徃復運動的推桿、搖臂直接與凸輪接觸,如此可避免高速運轉時,進、排氣閥開閉正時的嚴 重偏差。惟凸輪軸在燃燒室頂上,與曲軸距離較長需用鏈條或皮帶連結,且須嚴防異物阻塞,目前都使用嵌齒型皮帶。使用鏈條或皮帶在高速運轉時,會產生震動, 通常多設張力器或震動緩衝器以消除震動或噪音。另鏈條長期使用必須適時調整張力與間隙。OHC因為汽門數量設計之考量,目前區分為單一凸輪軸的 Single OHC﹝SOHC﹞與雙凸輪軸的Double OHC﹝DOHC﹞兩種型式。


請參考下面網頁:
http://www.samarins.com/glossary/dohc.html

汽車拉桿與扭力桿的作用

請參考下面網址:

http://www.ultraracing.my/home/knowledge-base/how-it-works/

拉桿和扭力桿把可能造成底盤變形的力量,全都導到避避震器與輪胎上,所以避震器會比較容易掛點。

輪框重要參數

輪框的4個重要參數:框寬度Offset值螺絲孔徑中心孔徑

範例:Mondeo 雪花框 17X7J1/2 ET55

17吋, 7.5J ET55

框寬度請參考下表(單位mm)

對應輪胎Size:
胎寬--相對J值--可適用J值
 195 ---- 6J ---- 5.5J/6.5J
 205 ---- 6.5J ---- 6J/7J
 215 ---- 7J ---- 6.5/7.5J
 225 ---- 7.5J ---- 7J/8J
 235 ---- 8J ---- 7.5J/8.5J
 245 ---- 8.5J ---- 8J/9J

J與JJ:輪胎和鋁輪圈接觸地方,C D E J JJ JK K 都代表輪胎與鋁輪圈外側接觸地方(圈耳)形狀的不同,圈耳代表了凸起高度的不同。
C為最低,K為最高(圈耳)的形狀,對輪胎的氣密性有很大的影響。
可以參考下面網址,更改Rim值:http://www.rimsntires.com/specs.jsp

Offset值
又稱ET值(單位mm),即輪框中心線到輪框螺絲孔內側的距離(ET值越小,輪胎越凸出來)

範例:
Mondeo     雪花框 17吋 215(7.5J) ET55
Focus MK 2.5 類ST框 16吋 205(7J) ET50
Focus MK 3 類ST框 17吋 205(7J) ET50

所以,"17吋雪花框"會比"16吋類ST框"凸出來0.5公分(1 - 0.5)


螺絲孔徑(PCD)把所有的輪框螺絲孔畫成一個圓,直徑就是其PCD(單位mm)

 98是意大利車系常用的孔距
  100是最常見的孔距
  108是法系車和福特
  112是Audi、M-Benz常用的孔距
  114.3是Mazda常用的孔距
  120是BMW、Jaguar捷豹常用的孔距
中心孔徑(Center bore)即輪框螺絲孔裡面的那個洞的直徑(單位mm)
  輪圈的中心孔徑大於車輪安裝座時,就需加墊圈,小於的話,就需進行加工,但加工精度易造成輪圈的平衡性異常。

Audi->57mm
  M-Benz->66.5mm
  BMW->72.5mm
  Ford--63.3mm
  Peugeot標緻的65mm,馬自達的66mm,本田的56mm等


可以參考網頁:
http://www.ttk.idv.tw/27.htm

Mondeo 雪花框介紹(17吋) 17X7.5J ET55 10.915公斤/顆
http://blog.xuite.net/huang_typhoon/wretch/143974176
Focus MK2.5 類ST介紹(16吋) 16X7J ET50 9.7公斤/顆
http://blog.xuite.net/huang_typhoon/wretch/143975480
Focus MK3 類ST介紹(17吋) - 17X7J ET50 10KG/顆
http://blog.xuite.net/huang_typhoon/wretch/143975385

Focus MK2.5 行車紀錄器 走線方式


小藍改裝記(擴充點煙器藏線~許你一個不受干擾的副駕座腳踏空間)
http://roger7313.blogspot.tw/2012/04/blog-post_28.html

小藍改裝記(擴充點煙器第二彈~延遲過電)
http://roger7313.blogspot.tw/2012/06/blog-post.html

Focus點煙器同步與鑰匙開啟斷電法
http://www.mobile01.com/topicdetail.php?f=260&t=3343906&p=1#43525455


保險絲圖片參考:
http://www.focus-sport.club.tw/viewthread.php?tid=293871&highlight=%ABO%C0I%B5%B7

http://www.focus-sport.club.tw/viewthread.php?tid=253073&highlight=%E4%BF%9D%E9%9A%AA%E7%B5%B2%2B%E5%9C%96


[DIY討論] 請問點煙器的保險絲是哪一個
http://www.focus-sport.club.tw/viewthread.php?tid=205555&extra=&page=1

請教MK2.5日行燈 保險絲安裝位置
http://www.focus-sport.club.tw/viewthread.php?tid=460257&page=1

輪胎數字簡介

例:Focus MK3 類ST胎 Michelin Primacy LC 215/50/R17


1.205mm->的輪胎寬(即接觸地面的寬度)
2. 55% ->即輪胎高(即輪框邊緣到接觸面的距離)除以輪胎寬的值->205 x 55% = 112.75
3.16inch->即輪框中心點到輪框邊緣的距離(輪框半徑)
4. R ->輪胎為輻射層(Radial)結構
5. 88->載重指數(Kg)
6. V ->最高安全極速
7.1408
->2008年第14週



輪胎參數運算網頁:
http://www.miata.net/garage/tirecalc.html

http://www.mxauto.net/wheel_tire.php

2013年9月11日 星期三

Ford Focus MK2.5 TDCi 保養與費用分享



********** 2023年10月底,已換車,停止更新。**********


日期----
項目
20萬
20/10/17
21萬(外)
21/05/15
22萬(外)
22/04/09
23萬(外)
22/11/26
24萬(外)
23/07/21
25萬
-
26萬
-
27萬
-
28萬
-
29萬
-
定保套餐
1200(雙)
500
500
500
500
-
-
-
-
-
機油濾心
390*0.9
=351
300
300
300
300
-
-
-
-
-
-
-
-
-
機油墊片
38*0.9
34
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
機油
自備
240*5
=1200
自備
190*5
=950
自備
190*5
=950
自備
240*5
=1200
自備
260*5
=1300
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
引擎空濾
565*0.9
=509
-
500
500
-
-
-
-
-
-
煞車清潔劑
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
水箱水
-
自換 參考下方
2021
/11/21
-
-
-
-
-
-
-
-
柴油濾心
-
-
-
1200
-
-
-
-
-
-
-
冷氣空濾+工資
-
-
-
-
-
-
-
-
-
-
動力方向盤油
-
-
-
700
-
-
-
-
-
-
煞車油
440*0.9=
396
-
-
1200
-
-
-
-
-
-
引擎潤滑清洗
-
-
-
-
-
-
-
-
-
-
變速箱油
-
-
-
7000(含濾網)
-
-
-
-
-
-
變速箱油濾網
-
-
-
-
-
-
-
-
-
-
柴油噴油嘴除炭
-
-
-
-
-
-
-
-
-
-
合計
2490+
1200
=3690
800+
950
=1750
1300+
950
=2250
11,400+
1,200
=12,600
800+
1,300
=2,100
-
-
-
-
-



日期----
項目
10萬(雙)
15/07/18
11萬
16/01/09
12萬
16/06/25
13萬
16/12/05
14萬
17/05/20
15萬
17/11/20
16萬
18/07/14
17萬
19/01/19
18萬
19/08/31
19萬(外)
20/03/13
定保套餐
1200(雙)
900(單)
1200(雙)
900(單)
1200(雙)
900(單)
1200(雙)
900(單)
1200(雙)
500
機油濾心
390*0.9
=351
390*0.9
=351
390*0.9
=351
390*0.9
=351
390*0.9
=351
390*0.9
=351
390*0.9
=351
390*0.9
=351
390*0.9
=351
300
機油墊片
15*0.9
=14
15*0.9
=14
15*0.9
=14
15*0.9
=14
17*0.9
=15
17*0.9
=15
17*0.9
=15
17*0.9
=15
17*0.9
=15
-
機油
自備
250*5
=1250
自備
250*5
=1250
自備
250*5
=1250
自備
240*5
=1200
自備
240*5
=1200
自備
210*5
=1050
自備
210*5
=1050
自備
240*5
=1200
自備
240*5
=1200
自備
240*5
=1200
引擎空濾
530*0.9
=477
-
530*0.9
=477
-
565*0.9
=509
-
565*0.9
=509
-
565*0.9
=509
-
煞車清潔劑
290*0.9
=261
290*0.9
=261
290*0.9
=261
290*0.9
=261
299*0.9
=269
299*0.9
=269
299*0.9
=269
390*0.9
=351
390*0.9
=351
-
水箱水
自換
650 + 50*3
800
-
-
-
-
自換
500 + 50*4
700
-
-
-
-
柴油濾心
-
-
895*0.9
=806
-
-
985*0.9
=887
-
-
985*0.9
=887
-
冷氣空濾+工資
-
425
自換
-
-
-
-
600*0.9
+350(工
資)=890
-
-
-
動力方向盤油
-
-
568*0.9
=511
-
-
568*0.9
=511
-
-
568*0.9
=511
-
煞車油
440*0.9=
396
-
440*0.9=
396
-
440*0.9=
396
-
440*0.9=
396
-
440*0.9=
396
-
引擎潤滑清洗
-
-
-
-
-
1000*0.9 +350 (工資) =1250
-
-
-
-
變速箱油
-
-
685*7*0.9
=4315.5
-
-
-
-
-
685*7*0.9
=4319
-
變速箱油濾網
-
-
1811*0.9
=1630
-
-
-
-
-
2018*0.9
=1816
-
柴油噴油嘴除炭
-
-
-
-
-
-
-
(1800x0.85)
+450(工資)x0.82)
=1899
-
-
合計
2699+
1250+
800
=4749
1951+
1250
=3201
9961.5+
1250
=11211.5
1526+
1200
=2726
2740+
1200
=3940
4183+
1050
+700
=5923
3630+
1050
=4680
3516+
1200
=4716
10355+
1200
=11555
800+
1200
=2000



日期----
項目
1千
11/10/01
1萬
12/05/19
2萬
12/12/22
3萬
13/04/20
4萬
13/08/09
5萬
13/12/07
6萬
14/03/29
7萬
14/07/12
8萬
14/11/01
9萬
15/03/13
定保套餐
-
-
1200(雙)
900(單)
1200(雙)
-200
(折價卷)
=1000
900(單)
1200(雙)
900(單)
1200(雙)
900(單)
機油濾心
390*0.987
=385
390*0.9
=351
390*0.85
=332
390*0.85
=332
-
(折價卷)
免費
390*0.9
=351
390*0.9
=351
390*0.9
=351
390*0.9
=351
390*0.9
=351
機油墊片
15
15*0.9
=14
15*0.85
=13
15*0.85
=13
15*0.85
=13
15*0.9
=14
15*0.9
=14
15*0.9
=14
15*0.9
=14
15*0.9
=14
機油
600*5
=3000
690*0.9
=3105
自備
375*5
自備
345*5
自備
345*5
自備
345*5
自備
345*5
自備
345*5
自備
345*5
自備
345*5
引擎空濾
-
-
530*0.85
=451
-
530*0.623
=330
(折價卷)
-
530*0.9 =477
-
530*0.9 =477
-
煞車清潔劑
-
-
290*0.85
=247
290*0.85
=247
-
290*0.9
=261
290*0.9
=261
290*0.9
=261
290*0.9
=261
290*0.9
=261
水箱水
-
-
500*0.85
=425
-
500*0.85
=425
-
500*0.9
=450
-
500*0.9
=450
-
柴油濾心
-
-
-
895*0.85
=761
-
-
895*0.9
=806
-
-
895*0.9
=806
冷氣空濾+工資
-
-
-
600*0.85
+200
=710
-
-
420
自換
-
-
425
自換
動力方向盤油
-
-
-
568*0.85
=483
-
-
568*0.9
=511
-
-
568*0.9
=511
煞車油
-
-
-
-
440*0.85=
374
-
-
-
440*0.9=
396
-
引擎潤滑清洗
-
-
-
-
1000*0.85 +300
(工資)
=1150
-
-
-
-
-
變速箱油
-
-
-
-
-
-
685*7*0.9
=4319?
-
-
-
變速箱油濾網
-
-
-
-
-
-
1811*0.9
=1630
-
-
-
保留
-
-
-
-
-
-
-
-
-
-
合計
3400
3470
2668+
375*5=
4543
3446+
345*5=
5171
3292+
345*5(1725)
=5017
1526+
345*5(1725)
=3251
10019+
345*5(1725)
+420
=12164
1526+
345*5(1725)
=3251
3149+
345*5(1725)
=4874
3268+
345*5(1725)
=4993

其他人保養文章:
人禾Focus TDCi mk2.5 24萬公里返老還輕



其他費用:
2014/05/10->換電瓶 湯淺 YUASA 57114 SMF 2,200(自換)
2016/01/30->換電瓶 湯淺 YUASA 58514 SMF 3,000(自換)
2017/10/14->換電瓶 湯淺 YUASA 57114 SMF 2,800(自換)
2019/09/01->換電瓶 湯淺 YUASA LBN3 SMF(75A, 680CCA) 2,600(自換)
2020/10/17->換電瓶 湯淺 YUASA LBN3 SMF(75A, 680CCA) 2,600(自換)
2022/04/10->換電瓶 湯淺 YUASA LBN3 SMF(75A, 720CCA) 2,800(自換)
-----------------------------------------------------------------------------------
2017/05/03->換輪胎 Nitto NT830 215/45/17 3,900 x 4 = 15,600元
2019/09/07->換輪胎 TOYO C1S 215/50/17 18,000元
2022/07/16->換輪胎 Michelin Primacy 4 215/50/17 16,600元 + 800元(拆胎費)
-----------------------------------------------------------------------------------
08萬1千公里->節溫器 3562 * 0.9(3206) + 1000(工資) = 4,206元
09萬6千公里->駕駛座六角鎖 2406 * 0.9(2165) + 500(工資) = 2,665元
2016/04/16->整理啟動馬達(清洗啟動馬達)
2017/11/20->15萬,換正時皮帶套餐: (3,135(正時皮帶) + 1,252(惰輪) + 1,952(皮帶盤+張力器) + 1,045(綜合皮帶)) x 0.9 + 2800(工資) = 9,447
2017/11/20->15萬,副駕駛座後六角鎖 4,057 * 0.9(3651) + 840(工資) = 4,491元
2018/06/16->近16萬,保養發電機與啟動馬達 2,500 + 800 = 3,300元
2018/09/01->換後李子串一對2,200元
2020/06/12->副駕駛使六角鎖馬達1,000元
2020/06/18->水箱水馬達1,500元
2020/10/17->20萬,換(2,582(惰輪) + 1,156(綜合皮帶)) x 0.9 + 720(工資) = 4,084
2020/10/22->更換MST渦輪管
2021/02/08->發電機10,000(士林電機) + 1,000(工資)
2021/03/20->更換正、負極線6,000元
2021/03/20->更換電磁閥2,600元
2021/11/21->21萬5千公里,更換水箱水Prestone AF888 100% + 泰山純水 x 3 = 400 + 180元(自換)
2023/05/17->換四隻避震(後彈簧)20,500元
2023/05/17->換後李子串一對1,000元
2023/05/17->四輪定位1,200元
2023/07/21->水箱水馬達1,200元