上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 52 下一页
摘要: 方式一:api版 http://tool.bitefu.net/jiari/ https://www.kancloud.cn/xiaoggvip/holiday_free/1683537 https://gitee.com/web/holidays_api import cn.hutool.core 阅读全文
posted @ 2022-06-07 15:41 黄河大道东 阅读(1109) 评论(0) 推荐(0) 编辑
摘要: 阿里云盘里面有工具 https://blog.csdn.net/chancein007/article/details/54343653 阅读全文
posted @ 2022-06-05 11:24 黄河大道东 阅读(146) 评论(0) 推荐(0) 编辑
摘要: Nginx的location规则 Nginx配置location匹配顺序规则总结 nginx匹配规则 Nginx-变量 Nginx配置选项try_files详解 Nginx配置文件详解 windows下的Nginx使用 阅读全文
posted @ 2022-06-04 16:26 黄河大道东 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 一、端点配置 1.pom依赖 在SpringBoot中开启应用监控非常容易,只需要添加spring-boot-starter-actuator依赖即可,actuator(执行器)是制造业术语,指一个用于移动或控制机械装置的工具,一个很小的变化就能让执行器产生大量的运动。 依赖如下: <depende 阅读全文
posted @ 2022-05-27 10:21 黄河大道东 阅读(324) 评论(0) 推荐(0) 编辑
摘要: ```java import cn.hutool.core.io.IoUtil; import com.fasterxml.jackson.databind.ObjectMapper; import com.jtsmartway.zhgsgl.utils.AjaxResult; import org 阅读全文
posted @ 2022-05-26 14:14 黄河大道东 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 日常的开发中,习惯性地写完需求代码后,嗖的一声运行一个main函数或写几个简单的JUnit的单元测试来跑功能点,多写几个单元测试过没有问题就可以上线了(其实这样是不规范的),对于需要对接第三方或者验证不同条件的代码分支逻辑时,这种方法就会变得不可取,因为业务逻辑中需要依赖其他的接口,而这时候所依赖的 阅读全文
posted @ 2022-05-26 13:36 黄河大道东 阅读(152) 评论(0) 推荐(0) 编辑
摘要: import cn.hutool.core.util.ReUtil; import cn.hutool.core.util.StrUtil; import lombok.extern.slf4j.Slf4j; import org.apache.ibatis.cache.CacheKey; impo 阅读全文
posted @ 2022-05-24 16:21 黄河大道东 阅读(421) 评论(0) 推荐(0) 编辑
摘要: import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.autoconfigure.data.re 阅读全文
posted @ 2022-05-24 16:16 黄河大道东 阅读(487) 评论(0) 推荐(0) 编辑
摘要: 官方文档地址 1、安装(不推荐docker部署) docker部署 docker run -d --name mqtt-broker-emqx-zhgsgl -p 1883:1883 -p 8081:8081 -p 8083:8083 -p 8883:8883 -p 8084:8084 -p 180 阅读全文
posted @ 2022-05-19 17:10 黄河大道东 阅读(380) 评论(0) 推荐(0) 编辑
摘要: 前言 Vagrant是一款由HashiCorp公司提供的,用于快速构建虚拟机环境的软件。本节我们将使用Vagrant结合Oracle VM VirtualBox快速地在win10环境下构建CentOS7虚拟机。在此之前需要先安装好 Vagrant 和 VirtualBox。 VirtualBox(V 阅读全文
posted @ 2022-05-19 16:52 黄河大道东 阅读(137) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 52 下一页