ptz 发布的文章
ptz[转] Android分区表详细解析哪里有
转自: http://cache.baiducontent.com/c?m=n2F9tWNTq3bABpgqBR7Rrnq7eJEBV0b-CYkrdH_ovC7GbC2ir5dWTxjAm4AY0et-bhlTXLonho7jd4FkJf_vKSDR5O3CN4gb4ortWKt2smBJD...
android 多线程
参考 理解 Activity.runOnUiThread https://www.jianshu.com/p/e39449026f21 Thread interrupt() 线程中断的详细说明 https://www.cnblogs.com/zh94/p/14097922.html Thr...
android 画线库
比较好用的画线库就是 MPAndroidChart 具体的资料可以参考: MPAndroidChart使用详解 https://blog.csdn.net/dapangzao/article/details/74949541 MPAndroidChart 之LineChart(1) http...
sg 滤波器
sg 滤波器: Savitsky Golay filter 库 github 上面可用的库有两个: savitzky-golay-filter: https://github.com/ruozhuochen/savitzky-golay-filter https://github.com/...
[转] 在Linux驱动中使用gpio子系统
转自: https://www.jianshu.com/p/f160209bd64b 内核相关文档 Documentation\devicetree\bindings\pinctrl\pinctrl-bindings.txt Documentation\gpio\gpio.txt Docu...
[转] 设备树详解
转自: https://blog.csdn.net/qq_28992301/article/details/53321610 设备树详解 在Linux3.x版本后,arch/arm/plat-xxx和arch/arm/mach-xxx中,描述板级细节的代码(比如platform_devic...
aosp gpio driver 和 dts 以及键值上报
配置和定义 gpio_power_detect { compatible = "quectel,gpio_power_detect"; pinctrl-names = "default"; ...
Duplicate class org.apache.maven.surefire.report.SafeThrowable found in modules jetified-common-java5-2.19.1
报错 今天在引入 jdsp 这个库是,直接使用 implementation 'com.github.psambit9791:jdsp:1.0.0',结果 androidstudio 报错如下: Duplicate class org.apache.maven.surefire.report...
aosp 增加 home 键
查看具体键值 kernel/msm-4.9/include/uapi/linux/input-event-codes.h 和 frameworks/base/data/keyboards/Generic.kl 这个里面都可以看到 home 对应的是 172. 修改 dtsi vim kerne...
android sqlite 获取数据条数
直接使用 sql 语句 SQLiteDatabase db = analysisDBOpenHelper.getReadableDatabase(); String find = "select count(*) from " + "info"; ...
最新回复