本文分类:news发布日期:2025/1/1 14:29:33
相关文章
从commit校验失效问题探究husky原理
一、背景
之前创建的项目,发现代码 commit 提交的时候没有了任何校验,具体表现:
一是 feat fix 等主题格式校验没有了二是代码 lint 不通过也能提交
尝试解决这个问题,并深入了解husky的实现原理,将相关的一些知识点…
建站知识
2025/1/1 14:18:43
13图书归还-云图书管理系统(Vue3+Spring Boot+element plus)
目录 1 接口地址2 后台代码RecordControllerBookController 3 view/books/BookRecordsVue中前端框架搭建4 api/record.js文件写查询用户借阅记录的接口代码5 api/book.js中写归还图书、查询当前借阅图书接口代码6 BookRecordsVue中导入接口函数,并调用7 运行效果 1 …
建站知识
2024/11/21 22:25:35
MySQL 异常: “Host ‘xxx‘ is not allowed to connect to this MySQL server“
update user set host % where user root; FLUSH PRIVILEGES; 这两行代码就行
建站知识
2024/12/19 14:57:30
闯关leetcode——111. Minimum Depth of Binary Tree
大纲 题目地址内容 解题代码地址 题目
地址
https://leetcode.com/problems/minimum-depth-of-binary-tree/description/
内容
Given a binary tree, find its minimum depth.
The minimum depth is the number of nodes along the shortest path from the root node down…
建站知识
2024/12/12 13:41:32
【Word原件测试资料合集】软件系统功能测试方案,软件测试方案(整体方案),软件测试文档-测试计划模版(功能与性能),软件测试流程
一、 前言 (一) 背景 (二) 目的 (三) 测试目标 (四) 适用范围与读者对象 (五) 术语与缩写 二、 软件测试实施流程 (一) 测试工作总体流…
建站知识
2024/12/22 23:24:42
python 爬虫 入门 一、基础工具
目录
一,网页开发者工具的使用
二、通过python发送请求
(一)、get
(二)、带参数的get
(三)、post
后续:数据解析 一,网页开发者工具的使用 我们可以用 requests 库…
建站知识
2024/12/25 20:27:31
python学习-怎么在Pycharm写代码
打开Pycharm,点击文件-新建项目 2.选择pure python-点击箭头 展开 3.选择 Existing interpreter 如果 Existing interpreter 下没有相关环境 (1)点击**…** (2)选择python的安装路径 4.可修改文件名称-点击创建 …
建站知识
2024/11/25 0:20:34