摘要:
好久没用虚拟机,换了电脑,最近学习shell又要重新安装,记录一下 虚拟机使用了virtual Box 下载地址:https://www.virtualbox.org/wiki/Downloads VirtualBox 6.1.6 platform packages 选择 Windows hosts 阅读全文
摘要:
delete from T1 where C1 in (xxx, xxx) 执行以上sql时报错: Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE tha 阅读全文
摘要:
学习持续集成,需要自己申请GitHub,后续使用git提交代码以触发代码检查。这里仅记录如何使用git提交代码到GitHub 一:本地下载Git 二:注册GitHub账号 这两步都无需多说 三:建立本地Git版本库及初始化 右键,git bash here打开命令行 命令:mkdir testGit 阅读全文
摘要:
自己写了个简化系统操作的小工具,因为不想给别人用的时候占用本地资源于是写的是纯java项目,后面放到jmeter中通过beanshell sampler调用。 java源码不贴了,把写好的项目导出成可执行jar包(包含依赖包)。 在testplan中加入java项目的jar包,添加beanshell 阅读全文
摘要:
废话不多说 下载: http://repo1.maven.org/maven2/com/github/dreamhead/moco-runner/ 选择最新版本下载jar包 启动: 1:在本地jar包所在目录新建json文件,可自由定制request、respond,可选参数列表:"method", 阅读全文