会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小泉哥
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
22
下一页
2020年6月9日
Window10取消文件默认打开方式
摘要: 1.首先win+R在运行窗口输入regedit调出注册表窗口 2.左边找到HKEY_CLASSES_ROOT,在展开的列表中找到你要取消的文件后缀右击选择删除 3.退回到最初的列表,依次展开HKEY_CURRENT_USER→Software→Microsoft →windows→CurrentVe
阅读全文
posted @ 2020-06-09 11:19 小泉哥
阅读(885)
评论(0)
推荐(0)
2020年6月5日
@ModelAttribute与@RequestBody的区别
摘要: 使用@ModelAttribute注解的实体类接收前端发来的数据格式需要为"x-www-form-urlencoded", @RequestBody注解的实体类接收前端的数据格式为JSON(application/json)格式。 (若是使用@ModelAttribute接收application/
阅读全文
posted @ 2020-06-05 14:06 小泉哥
阅读(944)
评论(0)
推荐(0)
2020年6月4日
java.lang.IllegalStateException: It is illegal to call this method if the current request is not in asynchronous mode (i.e. isAsyncStarted() returns false)
摘要: 切面打印日志时,参数序列化异常异常信息:java.lang.IllegalStateException: It is illegal to call this method if the current request is not in asynchronous mode (i.e. isAsyn
阅读全文
posted @ 2020-06-04 20:18 小泉哥
阅读(3225)
评论(0)
推荐(0)
2020年5月27日
yml配置文件嵌套
摘要: 当yml文件过长想根据业务划分的话,可以用以下配置, 引入拆分出去的配置文件 spring: profiles: include:filename 子配置文件名为application-filename.yml 补充多个子文件: spring: profiles: include: - filena
阅读全文
posted @ 2020-05-27 16:21 小泉哥
阅读(1642)
评论(0)
推荐(0)
2020年5月26日
mysql连接失败Could not create connection to database server. Attempted reconnect 3 times. Giving up.
摘要: 解决方法: 加一个参数: serverTimezone=UTC jdbc:mysql://127.0.0.1:3306/springboot-dubbo01?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&failOverRead
阅读全文
posted @ 2020-05-26 18:44 小泉哥
阅读(7731)
评论(0)
推荐(0)
解决Tomcat org.springframework.jmx.export.UnableToRegisterMBeanException
摘要: https://blog.csdn.net/qq_38361800/article/details/91492812 报错:org.springframework.jmx.export.UnableToRegisterMBeanException: Unable to register MBean
阅读全文
posted @ 2020-05-26 00:18 小泉哥
阅读(1174)
评论(0)
推荐(0)
2020年5月21日
dubbo熔断、限流、服务降级
摘要: https://www.cnblogs.com/raoshaoquan/articles/6636067.html
阅读全文
posted @ 2020-05-21 15:32 小泉哥
阅读(1944)
评论(0)
推荐(0)
怎么看mysql数据存的路径
摘要: SHOW GLOBAL VARIABLES LIKE "%datadir%";
阅读全文
posted @ 2020-05-21 10:12 小泉哥
阅读(474)
评论(0)
推荐(0)
2020年5月19日
win10下安装zkui
摘要: 1. 首先,zkui项目地址:https://github.com/DeemOpen/zkui 项目下载下来,可以选择用git clone,或者直接用浏览器下载压缩包,最后都是为了解压后的文件夹。 2、执行成功后会生成一个jar文件,这个jar包在项目根目录文件夹的target文件夹里。如图: 3、
阅读全文
posted @ 2020-05-19 18:06 小泉哥
阅读(459)
评论(0)
推荐(0)
win10启动zookeeper报错java_home is not set
摘要: 在zkServer.cmd添加一行pause,重新启动,看报错。 可以看到报错内容:没有JAVA_HOME。 直接添加设置: 执行zkServer.cmd: 启动成功。
阅读全文
posted @ 2020-05-19 16:31 小泉哥
阅读(797)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
22
下一页
公告