使用下面兩個腳本即可: 1.Dec轉Hex hex() { typeset -i HeX ((HeX=16#0)) while [ $# != 0 ] do ((HeX=$1)) print -n "0x${HeX#16#}" shift done print - } 2.Hex轉Dec dec() { ((DeC=0)) while [ $# != 0 ] do ((DeC=16#${1#0x})) print -n "${Dec}" shift done print - }
從GB2312到Unicode的轉換實現經歷及如何實現Plone的GB2312編碼(一)
如何實現Linux環境下的備份
如何用iptables實現NAT
實現Hex和Dec轉換
如何實現自動logoff
如何實現Linux下的密碼安全
Linux下如何實現軟件RAID
struts2下如何實現偽靜態