摘要: # jmeter-antA Simple Ant project for JMeter Performance Test# Pre-Requisite* Java 1.7 or above* JMeter 3.1 or above* JMETER_HOME variable is set#Usage 阅读全文
posted @ 2017-10-15 14:44 binghex 阅读(210) 评论(0) 推荐(0)
摘要: 1 http://www.testautomationguru.com/jmeter-continuous-performance-testing-part1/ 2 http://www.testautomationguru.com/jmeter-continuous-performance-tes 阅读全文
posted @ 2017-10-15 14:40 binghex 阅读(212) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-10-15 10:37 binghex 阅读(2) 评论(0) 推荐(0)
摘要: import smtplibfrom email.mime.text import MIMETextfrom email.header import Headersmtpserver="smtp.163.com"user="********"password="x13525076392"sender 阅读全文
posted @ 2017-09-28 11:26 binghex 阅读(152) 评论(1) 推荐(0)
摘要: #!author zhangfrom selenium import webdriverfrom time import sleep,ctimedriver = webdriver.Firefox()driver.get("http://www.baidu.com")def testxpath2(y 阅读全文
posted @ 2017-09-18 15:16 binghex 阅读(342) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/puresoul/p/7490737.html# coding:utf-8import timeimport unittestimport HTMLTestRunner #将这个包提前放到python的sipackage下def all_case(): 阅读全文
posted @ 2017-09-15 11:24 binghex 阅读(512) 评论(0) 推荐(0)
摘要: #!author zhang# -*- coding:utf-8 -*-from selenium.webdriver.common.keys import Keysfrom selenium import webdriverimport unittest #引入unittest包import ti 阅读全文
posted @ 2017-09-14 20:27 binghex 阅读(1249) 评论(0) 推荐(0)
摘要: # Author:zhang# -*- coding:utf-8 -*-"""https://workyun.com/ 云端工作"""import unittestfrom selenium import webdriverfrom selenium.webdriver.support.wait i 阅读全文
posted @ 2017-09-10 21:20 binghex 阅读(461) 评论(0) 推荐(0)
摘要: 1 yum install samba samba-client samba-common -y 安装smb服务 2 cp -a /etc/samba/smb.conf /etc/samba/smb.conf.bak 复制配置文件做备份 3 查看selinux状态 sestatus 命令 4 永久关 阅读全文
posted @ 2017-08-30 08:47 binghex 阅读(8235) 评论(0) 推荐(0)
摘要: pycharm可以用ctrl+alt+l对代码进行自动格式规范化。#!author zhangimport requests #引入requests包#爬取网站图片import osfrom bs4 import BeautifulSoupr=requests.get("http://699pic. 阅读全文
posted @ 2017-08-29 15:15 binghex 阅读(214) 评论(0) 推荐(0)