摘要: Jmeter基础 请求头Content-Type类型 content-type: application/x-www-form-urlencoded 最常见的POST提交数据的格式 ​ 默认类型 # 第一种,在 参数 中输入 名称 和 值 # 第二种,在 消息体数据 输入 key1=value1&k 阅读全文
posted @ 2023-08-11 23:13 暮雨星辰 阅读(89) 评论(0) 推荐(0)
摘要: Git 操作 Git 相关配置 git config --global user.name "用户名" git config --global user.email "有效的邮箱地址" Git 基础操作 初始化本地仓库 git init ​ 在文件夹内使用该命令后,会新增一个.git文件夹 查看文件 阅读全文
posted @ 2023-08-11 23:13 暮雨星辰 阅读(31) 评论(0) 推荐(0)