/**
* @description: 進製轉換
**/public class parseutil
/*** @description: 16進製制字串轉2進製字串
*/public static string hexstringtobinarystring(string hex)
/**
* @description: 10進製轉16進製制字串
*/ public static string decimaltohexstring(integer decimal)
/*** @description: 10進製轉2進製字串
*/public static string decimaltobinarystring(integer decimal)
/*** @description: 2進製字串轉10進製
*/public static integer binarystringtodecimal(string binary)
/*** @description: 2進製字串轉16進製制字串
*/public static string binarystringtohexstring(string binary)
/*** @description: byte轉字串
*/public static string byte2hex(byte bytes)
}return stringbuffer.tostring();
}/**
* @description: byte轉string
*/public static string bytestostrings(byte bytes) else
}return strings;
}}
日期轉換工具類
都是一些比較常用的日期工具類 public final class dateutils 取得ap系統時間。return ap系統時間 public static date getsystemdate 取得ap系統時間,不包括時分秒。return ap系統時間 public static date g...
型別轉換工具類
做專案的時候自己封裝的工具類,方便查詢,放到這裡 public class convertutil inttostring int轉string author lelonta param i return public static string inttostr int i dubtobigdec...
編碼轉換工具類
工具類 編碼轉換工具類 author zql createtime 2020 11 30 22 10 12 version 1.1 modifylog 1.1 優化 public class unicodedecoderutil else return tmp.tostring 解碼字串 autho...