<UIDocumentPickerDelegate> @property (nonatomic, strong) UIDocumentPickerViewController *documentPickerVC; /** 初始化 UIDocumentPickerViewController 选文件啊 ...
分类:
其他好文 时间:
2021-04-22 16:03:31
阅读次数:
0
将代码封装,并使用unittest调用时,返回如下警告: E:\intall\python-3.7.4-amd64\lib\unittest\suite.py:84: ResourceWarning: unclosed <socket.socket fd=228, family=AddressFam ...
分类:
Web程序 时间:
2021-04-22 15:44:17
阅读次数:
0
十、数据完整性 10.1什么是数据完整性 作用:保证用户的输入的数据 保存到数据库是正确的 比如:年龄,应该是数字 学号:应该是不重复的 成绩:不能为空 怎么去保证数据的完整性,添加约束 完整性约束分类: 实体(记录)完整性 域完整性 引用完整性 10.2实体完整性(行) 实体(entity):就是 ...
分类:
其他好文 时间:
2021-04-22 15:30:54
阅读次数:
0
有时候,为了满足某些场景的需要,我们知道有些测试函数在这时候肯定不能执行,或者执行了也会失败。那么我们 可以选择去跳过这个测试函数,这样也就不会影响整体的测试函数运行效果,不至于在你运行的众多绿色通过的测试 用例中,给你加点红色的failed或者error。 举个例子,有些测试函数只能在window ...
分类:
其他好文 时间:
2021-04-22 15:30:23
阅读次数:
0
摘要:Linux内存非法访问检查工具上新了:KFence Linux的4月份基本都是在Linux 5.12的开发版本中度过的。如果要说这个期间Linux有什么让人印象深刻的特性或者功能,那KFence一定会有一席之地。 KFence,全称Memory Safety Error Checking,之所 ...
分类:
系统相关 时间:
2021-04-22 15:25:36
阅读次数:
0
一、问题报错 [ERROR] InnoDB: Ignoring the redo log due to missing MLOG_CHECKPOINT between the checkpoint xxxx and the end yyyy. 因MySQL上存储的应用数据并没有多大,mysql下多张 ...
分类:
数据库 时间:
2021-04-22 15:22:00
阅读次数:
0
dashboard模板:2MySQL Simple Dashboard (https://grafana.com/grafana/dashboards/7991) 添加数据源,导入模板后,dashboards 提示 Error query faild 此时你查看inspect.那你会发现它是读取my ...
分类:
数据库 时间:
2021-04-21 12:54:07
阅读次数:
0
uwsgi 常用参数 项目目录 chdir=/var/www/orange_web/ 指定项目application module=orange_web.wsgi:application 指定sock的文件路径(nginx使用) socket=/var/www/script/uwsgi.sock 进 ...
分类:
其他好文 时间:
2021-04-21 12:41:29
阅读次数:
0
1. nginx.cof配置文件说明 # 运行用户 user nobody; # 启动进程,通常设置成和cpu的数量相等 worker_processes 1; # 全局错误日志及PID文件 #error_log logs/error.log; #error_log logs/error.log n ...
分类:
其他好文 时间:
2021-04-21 12:37:55
阅读次数:
0
8.处理 Promise 抛出的异常 <script src="./Promise.js"></script> <script type="text/javascript"> let p = new Promise((resolve, reject) => { throw 'error'; }) p ...
分类:
其他好文 时间:
2021-04-21 12:20:24
阅读次数:
0