上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 53 下一页
摘要: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-elasticsearch</artifactId> </dependency> <dependency> <g 阅读全文
posted @ 2022-06-07 16:27 黄河大道东 阅读(136) 评论(0) 推荐(0)
摘要: import javax.script.ScriptEngine; import javax.script.ScriptEngineManager; import javax.script.ScriptException; /** * 数学工具 * * @version 1.0 * @date 20 阅读全文
posted @ 2022-06-07 15:50 黄河大道东 阅读(31) 评论(0) 推荐(0)
摘要: 方式一: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 黄河大道东 阅读(1257) 评论(0) 推荐(0)
摘要: 阿里云盘里面有工具 https://blog.csdn.net/chancein007/article/details/54343653 阅读全文
posted @ 2022-06-05 11:24 黄河大道东 阅读(156) 评论(0) 推荐(0)
摘要: Nginx的location规则 Nginx配置location匹配顺序规则总结 nginx匹配规则 Nginx-变量 Nginx配置选项try_files详解 Nginx配置文件详解 windows下的Nginx使用 阅读全文
posted @ 2022-06-04 16:26 黄河大道东 阅读(27) 评论(0) 推荐(0)
摘要: 一、端点配置 1.pom依赖 在SpringBoot中开启应用监控非常容易,只需要添加spring-boot-starter-actuator依赖即可,actuator(执行器)是制造业术语,指一个用于移动或控制机械装置的工具,一个很小的变化就能让执行器产生大量的运动。 依赖如下: <depende 阅读全文
posted @ 2022-05-27 10:21 黄河大道东 阅读(364) 评论(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 黄河大道东 阅读(46) 评论(0) 推荐(0)
摘要: 日常的开发中,习惯性地写完需求代码后,嗖的一声运行一个main函数或写几个简单的JUnit的单元测试来跑功能点,多写几个单元测试过没有问题就可以上线了(其实这样是不规范的),对于需要对接第三方或者验证不同条件的代码分支逻辑时,这种方法就会变得不可取,因为业务逻辑中需要依赖其他的接口,而这时候所依赖的 阅读全文
posted @ 2022-05-26 13:36 黄河大道东 阅读(178) 评论(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 黄河大道东 阅读(453) 评论(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 黄河大道东 阅读(529) 评论(0) 推荐(0)
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 53 下一页