09 2022 档案

摘要:1.postman测试传入List<String>参数方式 http://www.zzvips.com/article/206812.html 2.关于postman的form-data如何传递数组形式 https://blog.csdn.net/chrispaul610/article/detai 阅读全文
posted @ 2022-09-30 15:02 kelelipeng 阅读(7330) 评论(0) 推荐(0) 编辑
摘要:1. Swagger ui登录功能实现方案 https://www.cnblogs.com/zeng1994/p/c08f48f27ddfcf71950a9c1fac80fade.html 2. swagger登录进行用户名和密码认证 https://www.jianshu.com/p/0b956f 阅读全文
posted @ 2022-09-27 17:54 kelelipeng 阅读(2373) 评论(0) 推荐(0) 编辑
摘要:ByteArrayOutputStream用法 字节数组流:ByteArrayOutputStream: 可以捕获内存缓冲区的数据,转换成字节数组。ByteArrayoutputStream bout=new ByteArrayOutputStream();bout.write(int a); bo 阅读全文
posted @ 2022-09-22 11:47 kelelipeng 阅读(3422) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_32447301/article/details/79780099 最近两天测试环境有一个服务总是会挂(两到三天一次),JVM虚拟机总是会崩溃。所以有必要了解JVM崩溃的原因是什么? 当JVM发生致命错误导致崩溃时,会生成一个hs_err_pid_x 阅读全文
posted @ 2022-09-21 11:30 kelelipeng 阅读(383) 评论(0) 推荐(0) 编辑
摘要:原文链接:https://blog.csdn.net/weixin_45874214/article/details/125834575 订阅专栏说到@Autowired注解肯定发和@Resource,@Qualifier,@Primary三个注解有必然的相关性 简单介绍一下这四个注解:@Autow 阅读全文
posted @ 2022-09-15 18:24 kelelipeng 阅读(257) 评论(0) 推荐(0) 编辑
摘要:springboot bootstrap.yml和application.yml和application.properties 加载顺利 原文地址https://blog.csdn.net/weixin_43931625/article/details/103628375 bootstrap.yml 阅读全文
posted @ 2022-09-09 12:12 kelelipeng 阅读(417) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/londa/article/details/120663640 订阅专栏一、Spring的属性注入方式(以前的方式)java配置主要靠java类和一些注解来达到和xml配置一样的效果,比较常用的注解有: @Configuration:声明一个类作为配置类, 阅读全文
posted @ 2022-09-09 11:56 kelelipeng 阅读(4254) 评论(0) 推荐(0) 编辑
摘要:1.idea中如何在原有的项目中添加一个模块内容? https://jingyan.baidu.com/article/8cdccae9607341705513cd4b.html 2.在Idea中创建多模块项目 https://www.jianshu.com/p/cc151fe81bd1?u_ato 阅读全文
posted @ 2022-09-07 11:40 kelelipeng 阅读(564) 评论(0) 推荐(0) 编辑
摘要:来源地址:http://t.zoukankan.com/yinzhengjie-p-10111390.html 运维监控-Open-Falcon安装Agent实战篇 一.介绍 agent用于采集机器负载监控指标,比如cpu.idle、load.1min、disk.io.util等等,每隔60秒pus 阅读全文
posted @ 2022-09-05 13:15 kelelipeng 阅读(77) 评论(0) 推荐(0) 编辑
摘要:报错信息: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-toolchains-plugin:1.1:toolchain (default) on project myfile: Cannot find matching 阅读全文
posted @ 2022-09-02 19:04 kelelipeng 阅读(573) 评论(0) 推荐(0) 编辑
摘要:1. happens-before规则https://blog.csdn.net/qq_39935047/article/details/120384799 2. Juc12_Volatile的可见性、不保证可见性、有序性、使用、内存屏障四大指令StoreStore、StoreLoad 、LoadL 阅读全文
posted @ 2022-09-02 18:38 kelelipeng 阅读(46) 评论(0) 推荐(0) 编辑
摘要:maven打包报错:Cannot find matching toolchain definitions for the following toolchain types https://blog.csdn.net/yiqiu3812/article/details/103298980/ ____ 阅读全文
posted @ 2022-09-02 15:50 kelelipeng 阅读(249) 评论(0) 推荐(0) 编辑
摘要:随笔分类 - 设计模式 https://www.cnblogs.com/yulinfeng/category/877773.html?page=1 ____________________________________________________________________________ 阅读全文
posted @ 2022-09-01 13:13 kelelipeng 阅读(21) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示