摘要:
一、linux服务器安装python(最好为python3) 1、首先要先安装依赖包: yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gcc ma 阅读全文
摘要:
启动指令 docker run -tid --name centos_1 --privileged=true centos:centos7.7.1908 /sbin/init 分配核指令 --cpuset-cpus 0-69 docker run -tid --name centos_1 --pri 阅读全文
摘要:
#!/bin/bashtest1=""for test in $(cat morningglory.2023-03-03.0.log |grep have | sed -r 's/.*have(.*)role.*/\1/'| sed s/[[:space:]]//g)do test1="$test" 阅读全文
摘要:
在你的项目里添加这个 bean :(加在配置类里就可) @Beanpublic static BeanPostProcessor springfoxHandlerProviderBeanPostProcessor() { return new BeanPostProcessor() { @Overr 阅读全文
摘要:
robotframework中导入selenium执行脚本后显示'WebDriver' object has no attribute 'find_elements_by_id',经检查是selenium版本导致,版本selenium4不支持find_elements_by_id格式,可以采取以下方 阅读全文
摘要:
robotframework中导入selenium2library后Open Browser不显示为关键字robotframework-selenium2library和robotframework-seleniumlibrary版本不一致导致,修改相同版本即可 阅读全文
摘要:
1、修改五元组打流命令 2、vi config_6.2.ini [GLOBAL]refresh_second = 2 #更新时间link_up_time = 5 #等待物理链路up的时间duration = 00:10:30 #PLAYER配置说明# ##[PLAYERx] (x的取值范围0-63) 阅读全文
摘要:
tcpreplay-edit --unique-ip -M 1000 -l 10000 -i enp175s0 -K --stats=2 big5.pcap -M 每秒发送多少m的包-l 循环次数-i 指定从接口-p 每秒发送包数量tcpreplay-edit --unique-ip -p 1000 阅读全文
摘要:
1、vim /etc/default/grub2、通过ll /etc/*gru* 找到软连接3、grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg 编译4、重启reboot系统 阅读全文
摘要:
用sftp和ssh方式连接ftp时,站点-站点管理器-连接和高级选项均没有改写编码的地方 1、先把连接方式改成ftp,点击站点-站点管理器,选择要连接的ip,点击连接,把编码格式改成utf-8 2.把连接方式改回sftp重新连接,ftp上的文件夹就没有乱码了 阅读全文