摘要:
10. 部署页面直接查看LOG工具 9. 已有大量Jmeter脚本,做一个自动化回归的工具/平台: a. 识别解析jmx脚本 b. Case搜索功能 c. 数据库连接、校验结果 d. Case最新版生成后,停止老版本接口 e. 定时任务执行,邮件发送 f. 失败Case重跑 g. case顺序制定 阅读全文
摘要:
A. 有两个方法: 1). int i = Integer.parseInt([String]); 或 i = Integer.parseInt([String],[int radix]); 2). int i = Integer.valueOf(my_str).intValue(); 注: 字串转 阅读全文
摘要:
以保存的用户名密码删除,先找到变量存在的位置: git config -l To help track down the setting, I'd try to use: git config --local credential.helper git config --global credent 阅读全文