2016.11.4 更換此零件是很危險的事,請要自行DIY的車友要特別注意,嚴重可能會火燒車。
正確更換方式:
電瓶一定要先斷電,正確的手法要把汽油先抽出來油桶裡面沒汽油了才能開始拆解

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

BENZ 老賓 W124 冷車一發就動,熱車靜置一陣子難發動問題–更換汽油續壓閥(油壓控制器)

NoMoney NoHoney 發表在 痞客邦 留言(0) 人氣()

1. 使用微軟robocopy.exe工具。

2. 流程:

先用robocopy從WINDOWS2003複製一次檔案至WINDOWS2012 => 設定好分享資料夾權限 => 再用robocopy的差異備份從WINDOWS2003複製一次檔案Windows2012(大幅縮短移轉時間) => 將Windows2012 IP與Windows2003的IP互換即可上線。

3. 在Windows2012上掛載Windows2003 D$為Z槽,CMD模式下輸入指令:

robocopy Z:\ D:\ /E /COPYALL /DCOPY:T /XD "System Volume Information" /XD "TEMP"

NoMoney NoHoney 發表在 痞客邦 留言(0) 人氣()

以前XP用GHOST複製電腦時,如果在網域的環境下需執行微軟 NewUID程式來更新XP的UID,以達成讓UID唯一性,在網域環境才不會出問題。

Window 2012 Server要更新UID已內建程式可執行。

http://loveworld.blog.51cto.com/5092260/994986

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

其实本文章没什么技术含量,算是一个小小的tips。只是以前遇到好多人对SID都不是很清楚,也不知道如何查看一台机器的SID,ghost备份或者虚拟机生成克隆虚拟机的时候加域也加不进去,在这里我做一些简单的介绍,如果对此了解的话就可以跳过本文了。

文章標籤

NoMoney NoHoney 發表在 痞客邦 留言(0) 人氣()

Releasing mail from the quarantine - queue files

For the purposes of this, I’m assuming you have set up a single (safe!) postfix instance, with messages going to the HOLD queue, before being processed by MailScanner and sent to the INCOMING queue. You also need to be saving whole messages as queue files.

In MailScanner.conf ensure that you have

# When you quarantine an entire message, do you want to store it as
# raw mail queue files (so you can easily send them onto users) or
# as human-readable files (header then body in 1 file)?
Quarantine Whole Messages As Queue Files = yes 

Quarantined emails are by default kept in /var/spool/MailScanner/quarantine and sorted into subdirectories by date. With any luck it will be dead easy to find, as MailScanner will have sent a message including text along the lines of either:

A: If it’s a quarantined virus, or other dangerous content.

“Note to Help Desk: Look on the <Your text> in /var/spool/MailScanner/quarantine/20050309 (message
6BC5E368497.3C3A6).” 

MailScanner keeps such quarantined emails in their own directories, thus the directory containing the quarantined message will be (in this example): /var/spool/MailScanner/quarantine/20050309/6BC5E368497.3C3A6. In this directory, you should see the original queue file, named as a 10 digit hex number matching the name of the directory. There should also be copies of any attachments that may have been picked up by the virus scanning engine or file filtering.

B: If it’s a quarantined spam

"Your system administrators will need the following information:
Server name: <Your Server>
Message id: 46EE0E18151.CE630
Date code: 20080509"

MailScanner keeps all spam on a given day in the same directory, thus the directory containing the quarantined message will be (in this example): /var/spool/MailScanner/quarantine/20080509/spam.

If you want to check the original message use:

# postcat <filename>

Releasing an email from quarantine is a simple matter of replacing the queue file back into the Postfix queue, so that it gets sent. The permissions on the file are wrong, however and must be changed.

NoMoney NoHoney 發表在 痞客邦 留言(1) 人氣()

印度的1919乘法(補充說明)

想到之前台灣不是叫小學生連99乘法表都不要背了嗎...?

當台灣媽媽因為小朋友會背99乘法高興的同時...

印度小孩已經在被1919乘法了!

難怪近幾年印度進步得那麼快!


印度的九九乘法表是從1背到19(→19×19乘法?)

不過您知道印度人是怎麼記11到19的數字嗎?

我是看了下面這本書之後才恍然大悟的...

「印度式計算訓練」

2007年6月10日第一版第6刷發行株式會社晉遊社發售...

介紹了加減乘除的各種快速計算方法...

不過在這裡我只介紹印度的九九乘法...

因為實在太神奇了!!

下面的數字跟說明都是引用該書P.44的例子...

請試著用心算算出下面的答案:

13×12=?
(被乘數)×(乘數)=?

印度人是這樣算的...

****************************************************************************

第一步:
先把被乘數(13)跟乘數的個位數(2)加起來
13+2=15

第二步:
然後把第一步的答案乘以10(→也就是說後面加個0)

15×10=150

第三步:

NoMoney NoHoney 發表在 痞客邦 留言(0) 人氣()

DELPHI 7 使用ADO元件寫入資料庫強制四捨五入小數到第四位問題

parameters.parambyname('tmpprice').datatype:=ftFloat;   <==寫入資料前先將欄位設定成 Float 型態即可解決此問題。

參考:http://jzinfo.javaeye.com/blog/432853

  1. var   
  2.     adoquery1:Tadoquery;   
  3. begin   
  4.     adoquery1:=Tadoquery.create(nil);   
  5.     try   
  6.        if not DM.adonconnection1.connected then   
  7.            DM.adoconnection1.connected:=true;   
  8.        adoquery1.connection:=DM.adoconnection1;   
  9.        adoquery1.enableBCD:=False;       //禁用bcd类型   
  10.        with adoquery1 do   
  11.        begin   
  12.            close;   
  13.            sql.clear;   
  14.            sql.add('insert into materialInfo values(:tmppno,:tmpvendor,:tmpdesc,:tmpprice)');   
  15.            parameters.parambyname('tmppno').value:=trim(edit1.text);   
  16.            parameters.parambyname('tmpvendor').value:=trim(edit2.text);   
  17.            parameters.parambyname('tmpdesc').value:=trim(edit3.text);   
  18.            parameters.parambyname('tmpprice').datatype:=ftFloat;       //设置下数据类型   
  19.            parameters.parambyname('tmpprice').value:=trim(edit4.text);   
  20.            execsql;   
  21.        end;   
  22.     finally   
  23.         adoquery1.free;   
  24.     end;   
  25. end; 

NoMoney NoHoney 發表在 痞客邦 留言(0) 人氣()

參考:http://aesoptw.blogspot.com/2010/09/outlook-express.html

文章中有提到
此帳號的 UUID
uuid每台電腦不同
以前都要逐一幫user建這個檔

所附的指令碼會自動抓到這個值

請把以下指令碼複製存成bat或cmd檔

----------

NoMoney NoHoney 發表在 痞客邦 留言(0) 人氣()

參考文章:http://www.benjr.tw/?q=node/634

ESX下有很多VM機器,但是實體連USB裝置的在同一時間內只有一台可以連,那麼要怎麼指定USB裝置給那台使用呢? VM Workstation 下只要把視窗作用,然後插入usb裝置後,在該VM下就可以直接連接USB裝置,但是在ESX下要指定USB裝置給那台VM機器使用,則要做一些設定,設定方式如下:

1. 先將欲使用的USB裝置插入該台ESX SERVER實體硬體上。

2. 進 vSphere Cliet

3. 開啟要連USB裝置的硬體設定畫面,確認有USB controller裝置。

clip_image002

4. 新增USB裝置,若不確定,可先拔除實體USB然後再做到這步驟看看與接上USB裝置後的差別來判定那個USB裝置是您要的。

clip_image004

clip_image005

5. 新增完VM機器上的USB裝置,應該可以看到對應的VM機器上抓到USB裝置使用。

clip_image006


NoMoney NoHoney 發表在 痞客邦 留言(0) 人氣()

至台灣官網下載 Kies 連線軟體,安裝完後接上手機即有提示可升級軔體,更新完後就是 2.2版囉

注意:升級前請把SD卡拿掉,不然資料都會被清掉…………願我是唯一一個經歷此慘痛經驗的人

http://www.samsung.com/tw/consumer/mobile-phones/mobile-phones/touch-series/GT-I9000HKATWM/index.idx?pagetype=prd_detail&tab=support&subsubtype=infotainment-series

話說三爽的Kies連線軟體做的真漂亮,管理手機界面也方便,台灣人要加油了,整天藍綠,不如多下點功夫賺外國人的錢!

照步驟來,最後手機會重開機就完成升級動作。

NoMoney NoHoney 發表在 痞客邦 留言(0) 人氣()

這是台明學生用品社 tm.infinity.idv.tw 自行打版使用電腦繡製作而成的臂章(背部可上魔鬼沾),若喜愛收集空軍相關物品的收藏家請勿錯過。

 IMG_0678

 IMG_0679

 IMG_0681

 IMG_0682

NoMoney NoHoney 發表在 痞客邦 留言(0) 人氣()