The object 'DF__*' is dependent on column '*' - Changing int to double Try this: Remove the constraint DF_Movies_Rating__48CFD27E before changing your ...
分类:
其他好文 时间:
2021-04-30 12:45:29
阅读次数:
0
一.adb 命令 cat /proc/partitions mmcblk1 mmcblk2 二.Andoird 7.1.1 以上查询 7.1.1 版本之后才有 getPrimaryStorageSize() 2.1. packages/apps/Settings/src/com/android/se ...
分类:
移动开发 时间:
2021-04-30 12:44:10
阅读次数:
0
In this lesson we're diving a bit deeper and learn how to inject services into Formly Extensions with the example of using ngx-translate to localize a ...
分类:
其他好文 时间:
2021-04-30 12:28:57
阅读次数:
0
直接上代码: public class TaskUtil { /** * 多次尝试执行任务,直到成功或次数用完 * @param task 任务 * @param times 循环次数 * @param millisecond 两个任务之间休眠时间(单位:毫秒) * @param <T> * @re ...
分类:
编程语言 时间:
2021-04-30 12:22:56
阅读次数:
0
1、添加相应的权限和gradle引用<uses-feature android:name="android.hardware.nfc" android:required="true"/><uses-permission android:name="android.permission.NFC"/>a ...
分类:
移动开发 时间:
2021-04-29 12:22:33
阅读次数:
0
遇到问题 Android P 9.0以上系统,HTTP网络被限制。HTTPS无影响。 Android 10系统同样的问题。 Android P以上要求网络请求必须为Https,Http请求会抛异常。 原因分析 Android P以上的应用默认都被限制了明文流量的网络请求,非加密的流量请求都会被系统禁 ...
分类:
移动开发 时间:
2021-04-29 12:06:45
阅读次数:
0
一、生态建设 第三方Package https://pub.dev/packages?sort=popularity 截止2021年4月,第三方库达到17000+ 二、Devops 代码风格检查 Android Studio插件 可以使用Android Studio → Plugs → 搜索Dart ...
分类:
移动开发 时间:
2021-04-28 12:03:41
阅读次数:
0
1. 点击uni-app发布 2. 选择原生-App云打包 3. 选择使用自有证书 4. 下载安装JRE环境 1. /usr/libexec/java_home -V 查看java安装目录 2. 没有安装就安装,有的话自行查看.bash_profile的java环境变量配置 5. 输入 echo $ ...
分类:
移动开发 时间:
2021-04-27 15:16:03
阅读次数:
0
方法一:cmd脚本 md 文件名+空格+文件名+空格+文件名 如md 1 2 3 保存为bat 如下图 方法二:python 脚本 如上为单个文件创建成功,既然用到python,肯定是想创建多个,新增如下代码 具体代码如下 import re def mkdir(path): # 引入模块 impo ...
分类:
其他好文 时间:
2021-04-27 15:10:37
阅读次数:
0
import pandas as pd import os import re path = "./files/" files = os.listdir(path) # 用于存放Excel,里面的每个元素类型为:pandas.core.frame.DataFrame list_excel = [] ...
分类:
编程语言 时间:
2021-04-27 14:43:38
阅读次数:
0