上一页 1 2 3 4 5 6 7 8 ··· 18 下一页
摘要: #!/usr/bin/env python# -*- coding:utf-8 -*-from selenium import webdriverfrom selenium.webdriver.common.keys import Keysfrom selenium.webdriver.common 阅读全文
posted @ 2018-12-04 12:12 新美好时代 阅读(153) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python# -*- coding:utf-8 -*-from selenium import webdriverfrom selenium.webdriver.common.keys import Keysfrom selenium.webdriver.common 阅读全文
posted @ 2018-12-04 12:11 新美好时代 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 设置好python环境变量后,执行命令即可:python -m ensurepip 阅读全文
posted @ 2018-12-04 00:04 新美好时代 阅读(6450) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python# -*- coding:utf-8 -*-from selenium import webdriverimport time,os# about:addons 火狐浏览器安装组件,访问的地址# <input id="kw" name="wd" class= 阅读全文
posted @ 2018-12-03 23:27 新美好时代 阅读(168) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python# -*- coding:utf-8 -*-from selenium import webdriverimport time,os# about:addons 火狐浏览器安装组件,访问的地址# <input id="kw" name="wd" class= 阅读全文
posted @ 2018-12-03 23:26 新美好时代 阅读(224) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python# -*- coding:utf-8 -*-from selenium import webdriverimport time,os# about:addons 火狐浏览器安装组件,访问的地址# <input id="kw" name="wd" class= 阅读全文
posted @ 2018-12-03 23:24 新美好时代 阅读(144) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python# -*- coding:utf-8 -*-from selenium import webdriverimport osimport timeurl1="https://www.baidu.com/"url2="https://www.cnblogs.co 阅读全文
posted @ 2018-12-03 23:21 新美好时代 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 1、LR脚本录制方式说明1)HTML-based script基于HTML的脚本 从内存中读取并下载资源,较少的关联处理,可以加入图片检查,回放时需要解析返回的信息 a-基于用户行为的方式 web_link web_image web_submit_form 这种录制的请求,需要前面页面信息的支持 阅读全文
posted @ 2018-11-27 12:41 新美好时代 阅读(297) 评论(0) 推荐(0) 编辑
摘要: # $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 阅读全文
posted @ 2018-11-27 12:32 新美好时代 阅读(705) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2018-11-27 12:21 新美好时代 阅读(458) 评论(2) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2018-11-27 12:13 新美好时代 阅读(522) 评论(0) 推荐(0) 编辑
摘要: telegraf1.8+influxdb1.6+grafana5.2 环境搭建 结合JMeter3.2 参考地址:https://blog.csdn.net/laisinanvictor/article/details/80007356 1)配置yum源#配置yum源 /etc/yum.repos. 阅读全文
posted @ 2018-11-27 12:07 新美好时代 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 官方文档地址:http://cn.httprunner.org/官方源码地址:https://github.com/HttpRunner/HttpRunner HttpRunner 是一款面向 HTTP(S) 协议的通用测试框架,只需编写维护一份 YAML/JSON 脚本,即可实现自动化测试、性能测 阅读全文
posted @ 2018-11-27 12:03 新美好时代 阅读(213) 评论(0) 推荐(0) 编辑
摘要: Jenkins中,启动从节点时,出现如下问题如何解决:/root/.ssh/known_hosts [SSH] No Known Hosts file was found at /root/.ssh/known_hosts. Please ensure one is created at this 阅读全文
posted @ 2018-11-27 12:02 新美好时代 阅读(1537) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-11-27 11:58 新美好时代 阅读(128) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 18 下一页