一.獲取jks簽名 資訊:
keytool -list -v -keystore ***.jks
輸入金鑰庫口令:
金鑰庫型別: jks
金鑰庫提供方: sun
您的金鑰庫包含 1 個條目
別名: meibaa
建立日期: 2018-8-23
條目型別: privatekeyentry
證書鏈長度: 1
證書[1]:
所有者: cn=aobo, ou=meibaa, o=tianyi, l=wuhan, st=hubei, c=86
發布者: cn=aobo, ou=meibaa, o=tianyi, l=wuhan, st=hubei, c=86
序列號: 46a4e80e
有效期為 thu aug 23 10:27:29 cst 2018 至 tue aug 13 10:27:29 cst 2058
證書指紋:
md5: 13:fd:81:2f:83:a3:cd:70:7b:62:e7:f6:95:cd:45:81
sha1: 67:e7:19:67:e2:3a:ba:3f:19:ad:3e:e1:60:94:36:d6:8f:15:a8:f9
二.上傳檔案至github:git工具連線
1. 選擇當前資料夾,右擊選擇「git bash here」。
2.輸入 git init
3.輸入 git clone (你上傳至git的路徑)
4.可以看見檔案下有乙個xx檔案,將需要上傳的檔案複製到xx檔案下
5.cd xx
6.git add . (.有空格不可省略)
7.git commit -m "備註"
8. git push -u origin master
username for '': 你的github名稱
9.在提示框輸入密碼即可,然後waitting....
關於svn衝突問題,清理本地svn歷史資料庫:
android獲取硬體資訊
1.獲取cpu型號 private static string getcpuname return array 1 catch filenotfoundexecption e catch ioexception e return null 2.獲取cpu核心數 private int getnumc...
Android 獲取ROM資訊
android 獲取rom資訊沒有統一的介面,需要事先知道配置檔案中的對應的值 1 開啟cmd視窗 2 輸入adb shell 再輸入getprop命令 3 得到配置資訊 查詢關於rom資訊對應的鍵,然後根據鍵找到值 例如小公尺rom對應的值為 ro.miui.ui.version.name v8 ...
Android 獲取基站資訊
android 基站分cdmacelllocation和gsmcelllocation,要根據不同的sim卡轉成不同的物件 telephonymanager tm telephonymanager getsystemservice context.telephony service int type...