# ect_itm **Repository Path**: zonas_guo/ect_itm ## Basic Information - **Project Name**: ect_itm - **Description**: 易赛特智能环境监测系统 - **Primary Language**: Android - **License**: Not specified - **Default Branch**: ECT-General(通用版本统计接收掉点次数) - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2020-06-10 - **Last Updated**: 2024-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 依赖包说明 ## app/libs/目录下 - 百度地图 BaiduLBS_Android.jar - USB摄像头依赖包 libuvccamera-release.aar usbCameraCommon-release.aar - 红外测温依赖包 hikvision-release.aar # Gradle依赖 - 单个dex文件中的方法数不能超过65536个,使用此库可以突破限制 implementation 'com.android.support:multidex:1.0.3' - greendao数据库 implementation 'org.greenrobot:greendao:3.3.0' SwipeRecyclerView库https://github.com/yanzhenjie/SwipeRecyclerView implementation 'com.yanzhenjie.recyclerview:support:1.3.2' - 工具类库 implementation 'com.blankj:utilcode:1.29.0' - logger日志框架 implementation 'com.orhanobut:logger:2.2.0' - jxl库,操作excel implementation group: 'net.sourceforge.jexcelapi', name: 'jxl', version: '2.6.12' - 异步通信库,代替原生广播 implementation 'org.greenrobot:eventbus:3.2.0' - android统计图库,可绘制柱状图,折线图等 implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' - 二维码库 implementation 'com.google.zxing:core:3.4.0' - 全局浮动窗口 implementation 'com.github.yhaolpz:FloatWindow:1.0.9' - RxJava implementation 'io.reactivex.rxjava3:rxandroid:3.0.0' // Because RxAndroid releases are few and far between, it is recommended you also // explicitly depend on RxJava's latest version for bug fixes and new features. // (see https://github.com/ReactiveX/RxJava/releases for latest 3.x.x version) implementation 'io.reactivex.rxjava3:rxjava:3.0.6' implementation "com.squareup.okhttp3:okhttp:3.12.12" implementation 'com.google.code.gson:gson:2.8.6' - Android选择器库,包括日期、时间选择器等 implementation 'com.contrarywind:Android-PickerView:4.1.9' - XPopup弹窗库 implementation 'com.lxj:xpopup:1.9.0' - Android 加载动画 implementation 'com.github.ybq:Android-SpinKit:1.4.0' - UVC摄像头库 implementation("com.serenegiant:common:2.12.4") {exclude module: 'support-v4'} - ECT_UVC_CAMERA项目打包依赖 implementation(name: 'libuvccamera-release', ext: 'aar') implementation(name: 'usbCameraCommon-release', ext: 'aar') # 项目分支对应说明 - ECT-GeneralProject : 智能环境监测系统通用项目,各个模块都是最新的 - ECT-20210319(郑州10个站有源无线测温) :郑州变电站无线测温项目 说明:河南郑州10个站有源无线测温+GPRS - ECT-Develop : 开发分支 注意:测试没有问题后,merge到ECT-GeneralProject 项目,以及其他需要的针对性项目