摘要: start_time=$(date +%Y%m%d%H%M%S) 4999123456 5008071364456 数值类型的数组:一对括号表示数组,数组中元素之间使用“空格”来隔开。举个列子: arr_number=(1 2 3 4 5);字符串类型数组:同样,使用一对括号表示数组,其中数组中的元 阅读全文
posted @ 2018-01-30 12:46 牧 天 阅读(219) 评论(0) 推荐(0)
摘要: public void getPackagename(){ PackageManager pm = getPackageManager(); Intent i = new Intent(Intent.ACTION_MAIN,null); i.addCategory(Intent.CATEGORY_LAUNCHER); ... 阅读全文
posted @ 2018-01-30 10:51 牧 天 阅读(128) 评论(0) 推荐(0)