偶然路过的靓仔-胡阳

为中华之崛起而读书!中国加油! 问题不能及时回答,有需要的话加微信:921308494

   ::  ::  ::  ::  :: 管理
上一页 1 2 3 4 5 6 ··· 12 下一页

2023年1月31日

摘要: 安装beautifulsoup pip install beautifulsoup4 简单代码示例: import requests #导入requests包from bs4 import BeautifulSoup #导入beautifulsoup 包def getit(): r=requests 阅读全文
posted @ 2023-01-31 14:52 偶然路过的靓仔-胡阳 阅读(55) 评论(0) 推荐(0)

2023年1月27日

摘要: models.CharField(max_length=1000,null=True,blank=True) 其中blank=True是admin管理后台自动校验放开 阅读全文
posted @ 2023-01-27 20:32 偶然路过的靓仔-胡阳 阅读(51) 评论(0) 推荐(0)

2023年1月4日

摘要: print (response.json()['data']['patientId'])TypeError: list indices must be integers or slices, not str 原因:{...'data':[{'patientId':''}] } 解决方法: print 阅读全文
posted @ 2023-01-04 18:07 偶然路过的靓仔-胡阳 阅读(377) 评论(0) 推荐(0)

2022年9月27日

摘要: lr_rendezvous("test"); 阅读全文
posted @ 2022-09-27 15:53 偶然路过的靓仔-胡阳 阅读(7) 评论(0) 推荐(0)

摘要: 先用soupUI调试 fiddler抓包 然后再写: web_custom_request("createSoapOrder", "URL=http://{hosts}:****/****/webService/eifWebService", "Method=post", "TargetFrame= 阅读全文
posted @ 2022-09-27 15:51 偶然路过的靓仔-胡阳 阅读(25) 评论(0) 推荐(0)

摘要: web_save_timestamp_param("tStamp", LAST); //取时间戳 阅读全文
posted @ 2022-09-27 15:45 偶然路过的靓仔-胡阳 阅读(80) 评论(0) 推荐(0)

摘要: loadrunner获取当前年月日时分秒 时间 lr_save_datetime ("%Y-%m-%d %H:%M:%S",DATE_NOW+TIME_NOW,"createtimes"); 阅读全文
posted @ 2022-09-27 15:42 偶然路过的靓仔-胡阳 阅读(24) 评论(0) 推荐(0)

摘要: web_add_cookie("reloadCount=1;domain={Host}"); 清除 cookies web_cleanup_cookies(); 阅读全文
posted @ 2022-09-27 15:41 偶然路过的靓仔-胡阳 阅读(110) 评论(0) 推荐(0)

摘要: web_add_auto_header("token_id", "{token_id}"); 或 web_add_header("token_id", "{token_id}"); 阅读全文
posted @ 2022-09-27 15:38 偶然路过的靓仔-胡阳 阅读(15) 评论(0) 推荐(0)

摘要: 左右边界:提取第一个id web_reg_save_param_ex( "ParamName=Id", "LB=//OK[1,\[\"", "RB=\"\],0,7\]", SEARCH_FILTERS, LAST); 左右边界,提取最后一个Ordinal=LAST id web_reg_save_ 阅读全文
posted @ 2022-09-27 15:36 偶然路过的靓仔-胡阳 阅读(47) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 ··· 12 下一页