原创 SystemClock.currentThreadTimeMillis()和System.currentTimeMillis()的區別

1.System.currentTimeMillis()是一個標準的“牆”時鐘(時間和日期),表示從紀元到現在的毫秒數。     SystemClock的常用方法: 2、public static long currentThreadTi

原创 Android8.0中獲取U盤的各種信息

原文鏈接:https://blog.csdn.net/w71451000/article/details/80539738 轉自:https://blog.csdn.net/w71451000/

原创 SmartRefreshLayout的使用

SmartRefreshLayout的使用

原创 Android中assets目錄和raw目錄的區別和使用情況

原文鏈接:https://blog.csdn.net/fingding/article/details/46791755 也可以參考:http://blog.csdn.net/luoshengy

原创 CheckBox 設置style 沒有效果的原因

 我想 以下就是差別吧  <CheckBox style="@style/MyCheckBox" android:background="@drawable/dialog_b

原创 一、POI入門

原文鏈接:https://blog.csdn.net/mumihahaha/article/details/80007855 轉自:https://blog.csdn.net/mumihahah

原创 Android 讀取excel (支持 xls和xlsx)

原文鏈接:https://blog.csdn.net/u014743890/article/details/91045033 轉自 https://blog.csdn.net/u01474389

原创 兩個AsyncTask.execute()是會相互排斥,不能異步操作

原文鏈接:https://blog.csdn.net/wdong_love_cl/article/details/51557283 轉自 http://blog.sina.com.cn/s/bl

原创 &和&&的區別

原文鏈接:https://blog.csdn.net/qq_40369944/article/details/81531544 相同點:&和&&都可以用作邏輯與的運算符,表示邏輯與(and)。

原创 安卓Application的靜態變量保存不了數據

mark  Application //需要複製的list begin static ArrayList<BaseBean> copyList; public static void setCopyList(ArrayList<Ba

原创 7 比特 可顯示的 ASCII 代碼

https://www.w3school.com.cn/tags/html_ref_ascii.asp 結果 描述 實體編號   space &#32; ! exclamation mark &#33; " quotation mark

原创 正則表達式的實際應用

原文鏈接:https://baike.baidu.com/item/%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F/1700215?fr=aladdin

原创 爲什麼不在安卓客戶端做解壓RAR文件的功能

以下摘自 https://blog.csdn.net/baidu_34569059/article/details/83860220 因爲rar算法不是開源的 。 而目前我的手機小米8 安卓9 也是無法解壓版本5的rar文件,顯示解壓失

原创 安卓廣播傳輸Parcelable化的數據, 包含枚舉類的參數還是傳輸不了

public enum FileType { directory , txt , zip , video , music , image ,apk ,ppt,pdf,excel,word, other }  

原创 java壓縮文件解壓:調用WinRAR5命令強於自己寫代碼實現

最近,手上維護着一個幾年前的系統,技術是用的JSP+Strust2,系統提供了rar和zip兩種壓縮格式的解壓功能,後臺是用java實現的 1、解壓rar格式,採用的是java-unrar-0.3.jar 2、解壓zip格式,採用的是co