資源簡(jiǎn)介
客戶端是android項(xiàng)目,通過藍(lán)牙讀取硬件最新的溫度數(shù)據(jù)上傳服務(wù)器,并且其他端app可以查看動(dòng)態(tài)顯示最新的溫度信息。服務(wù)器是用java寫的,主要作用時(shí)廣播溫度數(shù)據(jù),實(shí)現(xiàn)其他設(shè)備實(shí)時(shí)顯示最新溫度信息
代碼片段和文件信息
import?java.io.*;
import?java.util.HashSet;
/**
?*?Author:liujinyong
?*?Date:2019/4/20
?*?Time:11:53
?*/
public?class?CustomCl?extends?ClassLoader?{
????private?String?basedir;
????private?HashSet?dynaclazns;
????public?CustomCl(String?basedir?String[]?clazns)?throws?Exception?{
????????super(null);//指定父類加載器為null
????????this.basedir?=?basedir;
????????dynaclazns?=?new?HashSet<>();
????????loadClassByMe(clazns);
????}
????private?void?loadClassByMe(String[]?clazns)?throws?Exception?{
????????for(int?i=0;i ????????????loadDirectly(clazns[i]);
????????????dynaclazns.add(clazns[i]);
????????}
????}
????private?Class?loadDirectly(String?name)?throws?Exception?{
????????Class?cls?=?null;
????????StringBuilder?sb?=?new?StringBuilder(basedir);
????????String?class
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-07-03?10:40??temperature-master\
?????文件?????????296??2019-07-03?10:40??temperature-master\USR-TCP232-Test.cfg
?????文件?????1029632??2019-07-03?10:40??temperature-master\USR-TCP232-Test.exe
?????目錄???????????0??2019-07-03?10:40??temperature-master\client\
?????目錄???????????0??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\
?????文件?????????124??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\.gitignore
?????文件?????????163??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\README.md
?????目錄???????????0??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\app\
?????文件???????????7??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\app\.gitignore
?????文件???????????0??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\app\app-release.apk
?????文件????????1807??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\app\build.gradle
?????目錄???????????0??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\app\libs\
?????文件???????30042??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\app\libs\notificationlog-0.1.0.jar
?????文件?????????908??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\app\proguard-rules.pro
?????目錄???????????0??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\app\release\
?????文件?????3134404??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\app\release\app-release.apk
?????文件?????????234??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\app\release\output.json
?????目錄???????????0??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\app\release\test\
?????文件????????1768??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\app\release\test\CustomCl.java
?????文件?????????173??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\app\release\test\Foo.java
?????文件?????????577??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\app\release\test\HotswapTest.java
?????目錄???????????0??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\app\src\
?????目錄???????????0??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\app\src\androidTest\
?????目錄???????????0??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\app\src\androidTest\java\
?????目錄???????????0??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\app\src\androidTest\java\ljy\
?????目錄???????????0??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\app\src\androidTest\java\ljy\bluetooth\
?????文件?????????730??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\app\src\androidTest\java\ljy\bluetooth\ExampleInstrumentedTest.java
?????目錄???????????0??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\app\src\main\
?????文件????????3732??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\app\src\main\AndroidManifest.xm
?????目錄???????????0??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\app\src\main\assets\
?????文件?????????188??2019-07-03?10:40??temperature-master\client\Bluetooth-Pair\app\src\main\assets\litepal.xm
............此處省略1151個(gè)文件信息
評(píng)論
共有 條評(píng)論