摘要:
目录说明设置提醒时间,及休息时间久坐提醒倒计时休息提醒倒计时休息到计时代码说明主窗体设置工作到计时休息倒计时安装包&源码高清图 久坐提醒桌面小程序: 干这行职业病比较多,之前用爱丽(即:玻璃酸钠滴眼液),用的时候挺舒服,缓解吧,不过治标不治本。 注意休息,加强锻炼非常有必要,每工作1小时,休息10分 阅读全文
摘要:
软考系统架构设计师,备考分享,系统架构设计师 论文如何准备,论文如何写,论文结构如何组织,微服务架构设计、架构风格、设计模式、企业集成、可靠性设计 阅读全文
摘要:
官方标准地图服务 http://bzdt.ch.mnr.gov.cn/ 阿里退款页 https://usercenter2.aliyun.com/refund/refund Mac 常用软件、快捷健、常用操作 和 Windows 对比: https://www.cnblogs.com/vipsoft 阅读全文
摘要:
目录Fastjson2 序列化Redis.configRedisUtil.javafastjson和fastjson2的区别 Spring Data Redis 为我们提供了下面的Serializer:GenericToStringSerializer、Jackson2JsonRedisSerial 阅读全文
摘要:
目录MinIO Linux 安装单节点部署创建 systemd 系统启动服务文件创建环境变量文件启动MinIO服务连接到MinIO服务SpringBoot项目整合MinIO配置项工具类测试 Minio 是一个基于Apache License v2.0开源协议的对象存储服务。它可以运行在多种操作系统上 阅读全文
摘要:
在数据库表定义json字段; 在实体类加上@TableName(autoResultMap = true) 在JSON字段映射的属性加上@TableField(typeHandler = JacksonTypeHandler.class); 阅读全文
摘要:
目录创建表插入插入数据查询CAST()将字符串转成jsonJSON类型的解析JSON_EXTRACT()解析json-> 箭头函数解析jsonJSON_QUOTE()引用与JSON_UNQUOTE()取消引用->>箭头解析jsonJSON类型的查询JSON_CONTAINS()判断是否包含JSON_ 阅读全文
摘要:
Mybatis plus 数据库时间对的,取出来后,时间少了8小时,数据连接的时区也是对的 数据库是对的 代码取出来是对的 接口返回的JSON不对 SpringBoot 返回默认采用 jackson ,出现这种情况在 @JsonFormat 加上时区 /** * 创建时间 */ @Schema(de 阅读全文
摘要:
根据字符串,获取实体属性上的annotation,如:createTime” 找到对应实体属性中的 TableField(value = "create_time", fill = FieldFill.INSERT) Field[] fields = clazz.getFields(); //仅能获 阅读全文
摘要:
org.junit.jupiter.api.extension.ParameterResolutionException: No ParameterResolver registered for parameter [java.lang.String code] in method [void co 阅读全文
摘要:
Mybatis plus 默认值 @TableField(fill = FieldFill.INSERT_UPDATE) @TableField(fill = FieldFill.INSERT_UPDATE)是什么 @TableField(fill = FieldFill.INSERT)、@Tabl 阅读全文
摘要:
解决方法: 将 SSH 客户端更新为支持 sha2-256 和 sha2-512 算法的版本。 阅读全文
摘要:
Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.1.13. 阅读全文
摘要:
目录POMyml配置自定义的 OpenAPI 规范拦截器去除 swagger 的接口验证模型Controller 配置常用注解 注意:Swagger支持SpringBoot2.0但不支持SpringBoot3.0 OpenApi OpenApi是一个用于描述、定义和共享 RESTful API 文档 阅读全文
摘要:
SpringBoot 2.3 升级到 SpringBoot 2.7 爬坑-- SpringDoc & Swagger When allowCredentials is true, allowedOrigins cannot contain the special value "*" since th 阅读全文
摘要:
目录Pom 依赖yml 配置Config 配置Mapper扫描EntityMapper.xmlMapper - SysMenuMapperServiceController条件构造器 mybatis-plus在mybatis的基础上只做增强不做改变,因此只需把mybatis的依赖换成mybatis- 阅读全文
摘要:
SpringBoot 2.3 升级到 SpringBoot 2.7 爬坑-- Swagger 报错 需要升级 到 3 Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.Null 阅读全文
摘要:
确保 SpringBoot、SpringCloud 版本要配对 https://spring.io/projects/spring-cloud <java.version>1.8</java.version> <spring-boot.version>2.3.0.RELEASE</spring-bo 阅读全文
摘要:
SpringBoot 2.3 升级到 SpringBoot 3.3 爬坑 SpringBoot 2.3.0 -> spring-webmvc-5.2.6 SpringBoot 3.3.4 -> spring-webmvc-6.1.13 java: 程序包javax.servlet.http不存在 i 阅读全文
摘要:
StackExchange.Redis RedisHelper 工具类 Install-Package StackExchange.Redis using Microsoft.Extensions.Configuration; using StackExchange.Redis; using Sys 阅读全文
摘要:
js 实现 string.format 功能 <script type="text/javascript"> var errorHtml = "<a title=\"{1}\" href=\"#\" onclick=\"\" class=\"ml-5\" style=\"text-decoratio 阅读全文
摘要:
This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overr 阅读全文
摘要:
Java Sprintboot jar 项目启动、停止脚本 nohup java -jar ${APP_NAME} --spring.profiles.active=${active} > /dev/null 2>&1 & 后台运行不输出任何信息: nohup ./test > /dev/null 阅读全文