07 2021 档案
摘要:https://blog.csdn.net/weixin_40774605/article/details/104860565 要开启定位,要不无法扫描到蓝牙设备 Android7.0后,APP自身升级,需要在APP自身允许的存储空间中打开新版本的APK.用上FileProvider 类。 需要在A
阅读全文
摘要:View bv = this.findViewById(android.R.id.title); ((TextView) bv).setTextColor(Color.WHITE); ((View) bv.getParent()).setBackgroundColor(Color.RED);
阅读全文
摘要:添加<item name="android:windowIsFloating">true</item>报错需要另外添加 parent="@android:style/Theme.Translucent" <style name="ScanDialog" parent="@android:style/
阅读全文
摘要:当某一数的正序和逆序累计均大于整个序列的数字个数的一半即为中位数 CREATE TABLE class_grade ( grade varchar(32) NOT NULL, number int NOT NULL ); INSERT INTO class_grade VALUES ('A',1),
阅读全文