(java.io.IOException) caught when processing request to {}->unix://localhost:80: Permission denied chmod 777 /var/run/docker.sock ...
分类:
编程语言 时间:
2020-06-23 14:59:55
阅读次数:
166
原文地址:https://blog.csdn.net/liuxingen/article/details/72568808 gevent的调度流程解析:https://www.cnblogs.com/xybaby/p/6370799.html ...
分类:
其他好文 时间:
2020-06-22 14:59:36
阅读次数:
45
sql 查询卡顿数据库 SELECT SPID=p.spid, DBName = convert(CHAR(20),d.name), ProgramName = program_name, LoginName = convert(CHAR(20),l.name), HostName = conver ...
分类:
数据库 时间:
2020-06-22 14:42:16
阅读次数:
76
访问控制 你需要给用户提供他们所需的访问权,且仅提供他们所需的访问权。这就是所谓的访问控制,管理访问控制需要创建和管理用户账号。 多数用户只需要对表进行读和写,但少数用户甚至需要能创建和删除表; 某些用户需要读表,但可能不需要更新表; 你可能想允许用户添加数据,但不允许他们删除数据; 某些用户(管理 ...
分类:
数据库 时间:
2020-06-22 01:32:15
阅读次数:
81
Given two integers dividend and divisor, divide two integers without using multiplication, division and mod operator. Return the quotient after dividi ...
分类:
其他好文 时间:
2020-06-21 19:56:30
阅读次数:
47
Usage: BBScan.py [options] 可选参数: -h, --help 显示此帮助消息并退出 目标: --host [HOST [HOST ...]] 从命令行扫描主机 -f TargetFile 从目标文件加载以行分隔的目标 -d TargetDirectory 从目标目录加载所有 ...
分类:
其他好文 时间:
2020-06-20 13:38:52
阅读次数:
75
J'ai pas mal de modules laser et j'en ai acquis certains qui ont des lumières LED au lieu des styles plus anciens. Ils fonctionnent très bien, surtout ...
分类:
其他好文 时间:
2020-06-20 11:12:34
阅读次数:
50
CPU:top top -H -p PIDprintf %x PPIDjstack pid | grep UPID vmstat 1procs memory swap-- io -system-- cpu r b swpd free buff cache si so bi bo in cs us s ...
分类:
其他好文 时间:
2020-06-20 10:36:52
阅读次数:
63
系统存储过程 微软定义好的,可以直接使用的存储过程,叫做系统存储过程--system procedure 如:sp_xxxexec sp_helpdb master exec sp_bindrule 自定义存储过程 由程序员定义的存储过程 --扩展存储过程 存储过程的创建 无参数 定义create ...
分类:
数据库 时间:
2020-06-19 15:47:27
阅读次数:
74
分类器性能评估指标 一、精度-召回率-F度量 Precision-Recall-F_measure 准确率和混淆矩阵 二、损失函数 Loss Function 三、接收机操作曲线 ROC Curve 回归器效能评估方法 ...
分类:
其他好文 时间:
2020-06-19 00:56:38
阅读次数:
69