如果你想从头学习Jmeter,可以看看这个系列的文章哦 https://www.cnblogs.com/poloyy/category/1746599.html 前言 在 Jmeter 中一些专业名词我们是需要提前认知的,如下 Elapsed time Latency Connect Time >> ...
分类:
其他好文 时间:
2020-07-11 12:56:12
阅读次数:
121
一、gitlab安装 1. 环境准备 // selinux和 firewall 关闭 $ setenforce 0 $ sed -i "/^SELINUX/s/enforcing/disabled/" /etc/selinux/config $ systemctl stop firewalld $ ...
分类:
其他好文 时间:
2020-07-08 23:05:44
阅读次数:
100
机器重启以后,主从出现了问题,具体报错信息: Slave failed to initialize relay log info structure from the repository 解决方案: mysql> start slave; ERROR 1872 (HY000): Slave fai ...
分类:
数据库 时间:
2020-07-08 13:38:35
阅读次数:
65
https://github.com/MeetGandhi/Deep-Trimap-Generation-for-Automatic-Video-Matting-using-GAN ...
分类:
其他好文 时间:
2020-07-07 15:25:13
阅读次数:
62
namespace WpfTest2{ /// <summary> /// MainWindow.xaml 的交互逻辑 /// </summary> public partial class MainWindow : Window { public MainWindow() { Initialize ...
NX9+VS2012 #include <uf.h> #include <uf_ui.h> #include <uf_modl.h> #include <uf_curve.h> UF_initialize(); //创建两条直线 UF_CURVE_line_t Line_coords1; Line_ ...
分类:
其他好文 时间:
2020-07-05 21:36:39
阅读次数:
115
NX9+VS2012 #include <uf.h> #include <uf_curve.h> UF_initialize(); //三点创建圆弧 double first_point[3] = {-50.0, 0.0, 0.0}; double second_point[3] = {0.0, 5 ...
分类:
其他好文 时间:
2020-07-05 21:30:57
阅读次数:
79
学习字符串format()函数,执行如下语句时报错:ValueError: cannot switch from manual field specification to automatic field numbering,意思为:值错误:无法从手动字段规范切换到自动字段编号 原来是因为自动编号和 ...
分类:
其他好文 时间:
2020-07-04 20:32:26
阅读次数:
86
mysql8.0.16 安装和mysql5.7.* 有一定区别, mysql_install_db已经舍弃,初始化 更改为mysql --initialize代替 ,密码校验方式也发生了变化,老jdbc驱动需要注意
分类:
数据库 时间:
2020-07-04 17:21:12
阅读次数:
82
php 1,安装完php7,进入目录文件夹,使用命令php-cgi.exe -b 127.0.0.1:9000-c ,启动php-cgi 2,如果无法连接数据查另外一个贴解决。 msyql8 1,安装完进入目录 mysqld --initialize-insecure,获取初始化密码; # 安装my ...
分类:
数据库 时间:
2020-07-04 16:57:16
阅读次数:
65