简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
问下大家,chorme里用开发者工具看headers,点network标签然后刷新网页并没有headers选项,怎么破?请教个问题 jmeter在Linux服务器压测,抛出很多错误率 但日志中没看到具体报错信息 谁知道怎么打印出报错信息吗?类似于连接超时之类的错误如何打印出来?在聚合报告里,添加一个文件路径及文件名,保存结果,在结果文件里就可以看到了转载于:https://w...
//// Source code recreated from a .class file by IntelliJ IDEA// (powered by Fernflower decompiler)//package org.openqa.selenium.firefox;import com.google.common.base.Predicate;import com.g...
!/usr/bin/env python-- coding: utf-8 --import jsonimport stringimport sysreload(sys)sys.setdefaultencoding('utf-8')def readfile(f):with open(f, 'r') as f:return f.readlines()f = f.repla...
!/usr/bin/env pythoncoding=utf-8Todo:接口自动化测试Author:归根落叶Blog:http://this.ispenn.comimport jsonimport http.client,mimetypesfrom urllib.parse import urlencodeimport randomimport timeimport...
!/usr/bin/env pythoncoding:utf-8import requestsimport unittestimport json,urllibclass testlogin(unittest.TestCase):def Test_login(self):'''测试登录接口'''url='http://loan-customer.test.91gfd....
! /usr/bin/env pythoncoding:utf-8#函数get_formatted_name()将名和姓合并成姓名,在名和姓之间加上一个空格,并将它们的首字母都大写,再返回结果def get_formatted_name(first,last,middle=''):# Generate a neatly formatted full name.if middle...
!/usr/bin/env pythoncoding:utf-8计算结果百位500向下取整,(0-499取000,500-999取500)import mathcalc_Amount = float(input("输入所有可需金额:"))act_Amount = calc_Amountif calc_Amount > 0:value2 = calc_Amount / ...
!/usr/bin/env pythonfrom future import print_functionimport os.pathimport sysfrom optparse import OptionParserfrom pyfiglet import Figletfrom subprocess import Popen, PIPEtry:from coloram...