上一页 1 2 3 4 5 6 7 ··· 11 下一页

2022年11月5日

SpringBoot集成安全认证框架Shiro的简单方法,能有效区分RestAPI 接口与web页面的不同处理

摘要: SpringBoot集成安全认证框架Shiro的简单方法,能有效区分RestAPI 接口与web页面的不同处理 阅读全文

posted @ 2022-11-05 09:51 webjlwang 阅读(138) 评论(0) 推荐(0) 编辑

2022年11月4日

Linux

摘要: 统计连接数:netstat -na|grep xxx.xxx.xxx.xxx:2181|wc -l10 阅读全文

posted @ 2022-11-04 08:24 webjlwang 阅读(12) 评论(0) 推荐(0) 编辑

SpringBoot2默认数据源Hikari

摘要: https://github.com/brettwooldridge/HikariCP JMH Benchmarks Microbenchmarks were created to isolate and measure the overhead of pools using the JMH mic 阅读全文

posted @ 2022-11-04 07:53 webjlwang 阅读(85) 评论(0) 推荐(0) 编辑

SpringBoot 数据源测试

摘要: 如下代码,数据源也可以注入,这样可以拿到DataSource,可以直接获取Connection,然后可以直接进行jdbc的处理: import com.alibaba.druid.pool.DruidDataSource; import org.junit.Test; import org.juni 阅读全文

posted @ 2022-11-04 07:42 webjlwang 阅读(110) 评论(0) 推荐(0) 编辑

springboot如何正确使用tomcat连接池

摘要: 【 这篇文章应该是springboot2.0以下的,springboot2.0以上默认数据源为Hikari,配置参数应为 spring.datasource.hikari.maximum-pool-size=50spring.datasource.hikari.minimum-idle=2 如果使用 阅读全文

posted @ 2022-11-04 07:32 webjlwang 阅读(707) 评论(0) 推荐(0) 编辑

2022年11月3日

SpringBoot日志乱码问题

摘要: 其中一种原因: java源码文件中有GBK、UTF-8两种不同的编码,导致IDEA在编译文件时使用GBK编码编译,这样源码UTF-8中写入的中文字符就会编码错误,变为乱码。 IDEA提示如下时需要检查java文件的编码: Information:java: Multiple encodings se 阅读全文

posted @ 2022-11-03 14:19 webjlwang 阅读(1632) 评论(0) 推荐(0) 编辑

2022年11月1日

关于mysql编码

摘要: 参考原文地址:https://www.cnblogs.com/beiyeren/p/3835412.html 在开发程序的时候,我们使用mysql数据库开发的时候,有时会碰到自己明明输入的是中文,为什么数据库中存储的就是???? 1、在配置Connection URL时,加上?useUnicode= 阅读全文

posted @ 2022-11-01 16:23 webjlwang 阅读(58) 评论(0) 推荐(0) 编辑

2022年10月21日

Jemeter

摘要: Thread Group配置 https://blog.csdn.net/belief_009/article/details/123731897 阅读全文

posted @ 2022-10-21 11:14 webjlwang 阅读(17) 评论(0) 推荐(0) 编辑

2022年10月16日

Window10插入耳机继续用外放的问题

摘要: 一般插入耳机会出现: 一旦选择不要再显示此对话框就很难找到这个界面了,导致耳机插入无效。 最后通过重新安装Realtek-High-Definition-Audio-Driver解决,安装完成后会弹出该对话框。 阅读全文

posted @ 2022-10-16 21:10 webjlwang 阅读(72) 评论(0) 推荐(0) 编辑

2022年10月10日

web 数学公式

摘要: https://www.mathjax.org/ 参考:https://kexue.fm/latex.html 阅读全文

posted @ 2022-10-10 10:50 webjlwang 阅读(9) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 11 下一页

导航