会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
钟鼎山林
活到老 ,学到老
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
16
下一页
2024年4月11日
MongoDB 记录
摘要:
阅读全文
posted @ 2024-04-11 17:07 钟鼎山林
阅读(9)
评论(0)
推荐(0)
2024年2月19日
MyBatisPlus
摘要: 添加依赖 <!-- MyBatisPlus 的依赖 --> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>3.4.2</version>
阅读全文
posted @ 2024-02-19 16:50 钟鼎山林
阅读(36)
评论(0)
推荐(0)
Swagger 接口文档
摘要: 添加依赖 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.9.2</version> </dependency> <dependency> <gro
阅读全文
posted @ 2024-02-19 16:04 钟鼎山林
阅读(14)
评论(0)
推荐(0)
2024年2月5日
SpringBoot- 文件上传
摘要: # 更改文件上传大小 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 钟鼎山林
阅读(59)
评论(0)
推荐(0)
2024年2月4日
SpringBoot-热部署插件添加
摘要: 在开发中修改代码 避免反复重启 编译 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> </dependency> 使用idea 为 2023.
阅读全文
posted @ 2024-02-04 13:49 钟鼎山林
阅读(29)
评论(0)
推荐(0)
SpringBoot - Controller
摘要: package com.example.demo.controller; import com.alibaba.fastjson2.JSONObject; import org.springframework.web.bind.annotation.*; @RestController @Reque
阅读全文
posted @ 2024-02-04 11:19 钟鼎山林
阅读(21)
评论(0)
推荐(0)
2023年10月23日
Jenkins job 迁移
摘要: 插件下载 搜索: Job Import Plugin 点击安装 配置迁原服务地址 系统管理 ->系统配置 :找到 Job Import Plugin 配置 Name: 自定义 Url:原jenkins 服务地址 可以在 系统管理 ->系统配置->Jenkins Location 下面找到 凭证:登录
阅读全文
posted @ 2023-10-23 14:54 钟鼎山林
阅读(603)
评论(0)
推荐(0)
2023年10月11日
UDS服务
摘要: 0X31:例程控制 Routine Control 该服务执行指定的步骤操作并获取相关结果,相比0x2F服务,具有较大的灵活性,可用于较为复杂类型的控制。一般应用包括清除内存(多数用在更新ECU软件),重置或学习自适应数据,运行自检,方向盘角度零点标定等。 程序控制类型的定义如下表: 01: 若响应
阅读全文
posted @ 2023-10-11 14:00 钟鼎山林
阅读(173)
评论(0)
推荐(0)
2023年9月28日
UDS
摘要: 统一诊断服务 (Unified Diagnostic Services )ISO14229 统一:车载网络的统一 诊断:医生通过询问、观察病人,或者通过仪器检测,利用数据对病症做出判断 服务: 一、概念 UDS诊断协议是一种 通用的诊断服务标准 ,是用于汽车行业诊断通信的需求规范 用于汽车电子控制单
阅读全文
posted @ 2023-09-28 08:29 钟鼎山林
阅读(343)
评论(0)
推荐(0)
2023年9月12日
Jenkins Pipeline
摘要: pipeline { agent any environment { globalVar = 'This is a global variable' //env = 'stg' //Priority = '-p P0' } stages { stage('配置') { steps { script
阅读全文
posted @ 2023-09-12 10:51 钟鼎山林
阅读(17)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
16
下一页
公告