在BIOS中开启如下两个选项: Advanced --> CPU Configuration --> Intel Vertualization Technology 设为 Enabled Advanced --> System Agent (SA) Configuration --> VT-d 设为 ...
分类:
其他好文 时间:
2020-03-14 10:36:31
阅读次数:
119
config windows firewall with specific way
set statistics io,time on; 查询语句消耗时间 2.设置内存大小 --开启数据库高级选项exec sp_configure 'show advanced options',1goreconfigure with overridego exec sp_configure 'ma ...
分类:
数据库 时间:
2020-03-11 19:38:21
阅读次数:
80
登录Google Cloud platform,创建一个新的Kubernetes Cluster: 该集群的node个数选择为1,从Machine type下拉列表里选择CPU配置: 展开Advanced Edit,选择该Kubernetes集群安装所在的操作系统的镜像类型: 选择ubuntu,磁盘 ...
分类:
Web程序 时间:
2020-03-08 20:24:24
阅读次数:
84
RabbitMQ是基于AMQP的一款消息管理系统。AMQP(Advanced Message Queuing Protocol),是一个提供消息服务的应用层标准高级消息队列协议,其中RabbitMQ就是基于这种协议的一种实现。 常见mq: ActiveMQ:基于JMS RabbitMQ:基于AMQP ...
分类:
其他好文 时间:
2020-03-08 17:55:01
阅读次数:
83
charles 高级批量请求 这个我感觉有点鸡肋,真正的批量请求,推荐使用JMter charles 高级批量请求就是下面这种简单的设置的; 简单的使用还是可以的 ...
分类:
其他好文 时间:
2020-03-06 20:09:57
阅读次数:
66
charles 批量请求 重复发包工具/repeat Charles 让你选择一个请求并重复,在测试后端接口的时候非常有用; Charles将请求重新发送到服务器,并将响应显示为新请求。 如果您进行后端更改并希望测试它们,用了charles后,你就没必要在浏览器(或其他客户端)中重复该请求,char ...
分类:
其他好文 时间:
2020-03-06 19:56:20
阅读次数:
145
1 import configparser 2 3 config = configparser.ConfigParser() 4 config['DEFAULT'] = { 5 'ServerAliveInterval': 45, 6 'Compression': 'yes', 7 'Compres ...
分类:
其他好文 时间:
2020-03-05 13:05:37
阅读次数:
46
编辑配置文件: .ini模板:内容自定义一、 编辑配置文件 import configparser config = configparser.ConfigParser() config['DEFAULT'] = { 'ServerAliveInterval':'45', 'Compression' ...
分类:
编程语言 时间:
2020-03-03 01:21:30
阅读次数:
96
题目 This is a problem given in the Graduate Entrance Exam in 2018: Which of the following is NOT a topological order obtained from the given directed g ...
分类:
编程语言 时间:
2020-03-01 20:12:25
阅读次数:
90