会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
martinsun
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2021年5月27日
python 保持登录
摘要: session = requests.session()
阅读全文
posted @ 2021-05-27 16:35 martinsun
阅读(46)
评论(0)
推荐(0)
2015年12月15日
python 模拟 java hashcode
摘要: def hashCode(value): h=0 if h == 0 or len(value) > 0: for i in range(0,len(value)): h = 31*h + int(value[i]); return h
阅读全文
posted @ 2015-12-15 17:31 martinsun
阅读(1894)
评论(0)
推荐(0)
pyqt文件转换成python代码
摘要: pyuic4 -o E:\workspce\PyQtUI\lrxml_mainui.py E:\workspce\QtUI\lrxml.ui
阅读全文
posted @ 2015-12-15 11:56 martinsun
阅读(500)
评论(0)
推荐(0)
loadrunner 运行javavuser报错Failed to get JRE version解决方法
摘要: 报错信息Error: Failed to get JRE version.Check that your PATH environment variable contains \bin directory. [MsgId: MERR-22986]Warning: Extension java_int...
阅读全文
posted @ 2015-12-15 11:53 martinsun
阅读(1194)
评论(0)
推荐(0)
python 实现 loadrunner xml脚本格式化
摘要: 1 import re 2 3 from lxml import etree 4 5 def indent(elem, level=0): 6 i = "\n" + level*"\t" 7 if len(elem): 8 if not elem.text or...
阅读全文
posted @ 2015-12-15 11:49 martinsun
阅读(775)
评论(0)
推荐(0)
loadrunner web_custom_request 脚本处理
摘要: loadrunner脚本处理--使用UE首尾加"1.CTRL+R 勾选 正则表达式2.替换%[ ^t]+ 为空串3.替换%为"4.替换^p为"^p
阅读全文
posted @ 2015-12-15 11:40 martinsun
阅读(202)
评论(0)
推荐(0)
上一页
1
2
公告