上一页 1 2 3 4 5 6 7 8 ··· 18 下一页
摘要: 修改commit信息 本地提交历史中包含了不符合规则的comments,导致无法push到gitlab,分为以下几种情况 1)最后一次comment不合规 执行git commit --amend,调整comments git commit --amend 2)多次提交中的中间某次不合规 计算出从H 阅读全文
posted @ 2022-06-09 17:38 jxba 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 示例 var jsonData = pm.response.json(); pm.test("01 字段全面", function () { pm.expect(jsonData.result.menu_list[0].abc).exist; }); pm.test("02 字段不为空", func 阅读全文
posted @ 2022-06-09 17:30 jxba 阅读(1211) 评论(0) 推荐(0) 编辑
摘要: 1、main 2、System.out.println(); sout+enter键,或 so + enter键 3、代码格式优化 Command + option + L 4、注释 单行注释 command+/ 多行注释command+/+shift 5、查看类的信息 Command+7 6、复制 阅读全文
posted @ 2022-06-09 16:54 jxba 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 在线安装 使用中科大镜像加速安装: /usr/bin/ruby -e "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install)" 参考:https://www.jianshu.com/p/e0471aa6672 阅读全文
posted @ 2021-12-09 20:36 jxba 阅读(680) 评论(0) 推荐(0) 编辑
摘要: 官网下载 破解: http://www.charles.ren 进入上面的网站,随意输入一个Registered Name,点击「生成」 打开charles-help-register,输入刚刚生成的,然后就激活成功啦 如:jxba 则生成 A21FAEA2367EB48436 阅读全文
posted @ 2021-12-09 20:15 jxba 阅读(602) 评论(0) 推荐(0) 编辑
摘要: https://git-scm.com/book/zh/v2/%E6%9C%8D%E5%8A%A1%E5%99%A8%E4%B8%8A%E7%9A%84-Git-%E7%94%9F%E6%88%90-SSH-%E5%85%AC%E9%92%A5 https://blog.csdn.net/qq_36 阅读全文
posted @ 2021-04-21 14:18 jxba 阅读(55) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_29846663/article/details/73498853 查看email % cat ~/.gitconfig[user] email = a@bc.com[credential] helper = store[http] sslverif 阅读全文
posted @ 2021-04-21 11:26 jxba 阅读(179) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/a9f327da3562 修改了本地的代码,然后使用: git add file git commit -m '修改原因' 执行commit后,还没执行push时,想要撤销这次的commit,该怎么办? 解决方案: 使用命令: git reset 阅读全文
posted @ 2021-04-21 11:19 jxba 阅读(357) 评论(0) 推荐(0) 编辑
摘要: MYSQL 参考: https://www.runoob.com/docker/docker-tutorial.html mysql 访问 MySQL 镜像库地址:https://hub.docker.com/_/mysql?tab=tags docker pull mysql 5.7 拉取mysq 阅读全文
posted @ 2020-11-30 15:40 jxba 阅读(101) 评论(0) 推荐(0) 编辑
摘要: HTTP请求的完全过程 1.1 浏览器根据域名解析IP地址 浏览器根据访问的域名找到对应的IP地址。DNS查找过程如下: 浏览器缓存:首先搜索浏览器自身的DNS缓存(缓存的时间比较短,大概只有1分钟,且只能容纳1000条缓存),看自身的缓存中是否是有域名对应的条目且未过期,如有则解析到此结束,如无则 阅读全文
posted @ 2020-11-12 19:29 jxba 阅读(646) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 18 下一页