摘要:
1、LR脚本录制方式说明1)HTML-based script基于HTML的脚本 从内存中读取并下载资源,较少的关联处理,可以加入图片检查,回放时需要解析返回的信息 a-基于用户行为的方式 web_link web_image web_submit_form 这种录制的请求,需要前面页面信息的支持 阅读全文
摘要:
# $OpenBSD: sshd_config,v 1.80 2008/07/02 02:24:18 djm Exp $ # This is the sshd server system-wide configuration file. See# sshd_config(5) for more in 阅读全文
摘要:
1)部署war包#!/bin/bashif [ id>0];then echo"stopproject" kill −9 idelse echo "project is stopped"fi echo "remover project war file" cd /usr/local/项目部署到tom 阅读全文
摘要:
CentOS7.3+MySQL5.7+Apache2.4+PHP7.1+phpMyAdmin4.7+JDK1.8+SVN1.6+Jenkins2.1环境搭建 1、安装CentOS7.3虚拟机安装说明:在创建虚拟机时,选择桥接模式 1)进入安装界面后,选择Install or upgrade an e 阅读全文
摘要:
telegraf1.8+influxdb1.6+grafana5.2 环境搭建 结合JMeter3.2 参考地址:https://blog.csdn.net/laisinanvictor/article/details/80007356 1)配置yum源#配置yum源 /etc/yum.repos. 阅读全文
摘要:
官方文档地址:http://cn.httprunner.org/官方源码地址:https://github.com/HttpRunner/HttpRunner HttpRunner 是一款面向 HTTP(S) 协议的通用测试框架,只需编写维护一份 YAML/JSON 脚本,即可实现自动化测试、性能测 阅读全文
摘要:
Jenkins中,启动从节点时,出现如下问题如何解决:/root/.ssh/known_hosts [SSH] No Known Hosts file was found at /root/.ssh/known_hosts. Please ensure one is created at this 阅读全文
摘要:
阅读全文
摘要:
# -*- coding:utf-8 -*- import jsonimport requestsimport oscurpath=os.path.dirname(os.path.realpath(__file__))xmlpath=os.path.join(curpath,'read1.xml') 阅读全文
摘要:
package nicetime.com.baseutil;import jxl.Sheet;import jxl.Workbook;import jxl.read.biff.BiffException;import jxl.write.Label;import jxl.write.Writable 阅读全文
摘要:
package nicetime.com.practise;import java.security.MessageDigest;/** * MD5加密是JAVA应用中常见的算法,请写出两个MD5算法生成32位大写的CapitalMD5方法 和 生成32位小写的 AngelinaMD5 方法 */p 阅读全文