摘要: 通过https 登录token 拉取不到 ,就用ssh吧! 先查看本地git的配置 git config --list --global 发现没有配置 增加配置 git config --global user.name "beckh" git config --global user.email 阅读全文
posted @ 2024-07-02 15:02 钟鼎山林 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 一、下载安装 官网:https://www.charlesproxy.com/ 二、移动端抓包 2.1、安装证书 设置代理 弹出对应的 代理ip 和端口号,在移动端的wifi 配置对应的代理,然后返回对应的证书地址 下载证书 安装 即可 三、打断点 选中你要打断点的请求 ,勾选断点 设置断点,在请求 阅读全文
posted @ 2024-07-01 17:30 钟鼎山林 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-04-11 17:07 钟鼎山林 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 添加依赖 <!-- MyBatisPlus 的依赖 --> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>3.4.2</version> 阅读全文
posted @ 2024-02-19 16:50 钟鼎山林 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 添加依赖 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.9.2</version> </dependency> <dependency> <gro 阅读全文
posted @ 2024-02-19 16:04 钟鼎山林 阅读(2) 评论(0) 推荐(0) 编辑
摘要: # 更改文件上传大小 spring.servlet.multipart.max-file-size=10MB spring.servlet.multipart.max-request-size=10MB # 指定静态资源位置 可以url访问 spring.web.resources.static-l 阅读全文
posted @ 2024-02-05 10:24 钟鼎山林 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 在开发中修改代码 避免反复重启 编译 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> </dependency> 使用idea 为 2023. 阅读全文
posted @ 2024-02-04 13:49 钟鼎山林 阅读(13) 评论(0) 推荐(0) 编辑
摘要: package com.example.demo.controller; import com.alibaba.fastjson2.JSONObject; import org.springframework.web.bind.annotation.*; @RestController @Reque 阅读全文
posted @ 2024-02-04 11:19 钟鼎山林 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 插件下载 搜索: Job Import Plugin 点击安装 配置迁原服务地址 系统管理 ->系统配置 :找到 Job Import Plugin 配置 Name: 自定义 Url:原jenkins 服务地址 可以在 系统管理 ->系统配置->Jenkins Location 下面找到 凭证:登录 阅读全文
posted @ 2023-10-23 14:54 钟鼎山林 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 0X31:例程控制 Routine Control 该服务执行指定的步骤操作并获取相关结果,相比0x2F服务,具有较大的灵活性,可用于较为复杂类型的控制。一般应用包括清除内存(多数用在更新ECU软件),重置或学习自适应数据,运行自检,方向盘角度零点标定等。 程序控制类型的定义如下表: 01: 若响应 阅读全文
posted @ 2023-10-11 14:00 钟鼎山林 阅读(55) 评论(0) 推荐(0) 编辑