class mytools
/*** 根據手機的解析度從 px(畫素) 的單位 轉成為 dp
*/public static int px2dip(context context, float pxvalue)
public static byte float2byte(float f)
// 翻轉陣列
int len = b.length;
// 建立乙個與源陣列元素型別相同的陣列
byte dest = new byte[len];
// 為了防止修改源陣列,將源陣列拷貝乙份副本
system.arraycopy(b, 0, dest, 0, len);
byte temp;
// 將順位第i個與倒數第i個交換
for (int i = 0; i < len / 2; ++i)
return dest;
}public static float getfloat(byte bytes)
public static int getint(byte bytes)
public static short getshort(byte b, int index)
final protected static char hexarray = "0123456789abcdef".tochararray();
public static string bytestohex(byte bytes)
return new string(hexchars);
}}
工作中常用的函式 記錄一下 網上收集的些函式
收集一些Android 常用的adb命令
adb logcat 看日誌 adb install 應用路徑 安裝應用 adb install r 應用路徑 安裝應用,保留原來的資料 版本號要高於或等於原來的版本號 adb uninstall 應用包名 解除安裝應用 adb reboot 重啟裝置 adb shell ping 192.186....
收集java常用的一些方法
1.判斷任意乙個整數是否素數 判斷任意乙個整數是否素數 param n return boolean public static boolean isprimes int n return true 2.全形字符轉半形字元 全形字符轉半形字元 param qjstr return string pu...
android 常用的一些命令
1.adb shell uiautomator dump file 檢視當前布局檔案 2.adb push 電腦端檔案路徑 storage emulated 0 手機具體目錄 3.keytool list printcert jarfile apk檔案路徑 檢視apk簽名資訊 4.keytool l...