会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
YiMing
我歌月徘徊,我舞影零乱。
博客园
首页
新随笔
联系
订阅
管理
2021年1月5日
关于安装Tengine-2.3.2的问题
摘要: 概述 系统:CentOS 8 软件包:Tengine-2.3.2 安装路径:/usr/local/tengine 脚本路径:/etc/init.d/nginx 脚本部分信息如下: nginx="/usr/local/tengine/sbin/nginx" NGINX_CONF_FILE="/usr/
阅读全文
posted @ 2021-01-05 15:42 Yi-Ming
阅读(410)
评论(0)
推荐(0)
2020年12月24日
VirtualBox 安装 CentOS 8
摘要: 整理了在虚拟机环境下装CentOS 8的一些坑,还有诸多不完善的地方,留待将来解决。
阅读全文
posted @ 2020-12-24 23:34 Yi-Ming
阅读(556)
评论(0)
推荐(0)
2020年12月23日
使用@ConditionalOnProperty遇到的错误
摘要: 使用@ConditionalOnProperty配置多数据源时遇到的错误
阅读全文
posted @ 2020-12-23 12:03 Yi-Ming
阅读(3226)
评论(0)
推荐(0)
2020年12月17日
算法系列之复杂度
摘要: 关于算法复杂度的一些总结
阅读全文
posted @ 2020-12-17 18:47 Yi-Ming
阅读(254)
评论(0)
推荐(0)
2020年12月11日
填坑系列之OpenFeign(二)
摘要: 前提 在fallback时,发现重复注册了两次同一uri,报错: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Ambiguous mapping. Cannot map
阅读全文
posted @ 2020-12-11 11:25 Yi-Ming
阅读(607)
评论(0)
推荐(0)
2020年12月10日
填坑系列之OpenFeign(一)
摘要: 前提 使用OpenFeign构建微服务消费端,发送带参请求时,控制台报错: Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing fa
阅读全文
posted @ 2020-12-10 17:05 Yi-Ming
阅读(1578)
评论(0)
推荐(0)
2020年10月17日
Java序列化过滤器
摘要: 用Java序列化过滤机制来防止反序列化漏洞
阅读全文
posted @ 2020-10-17 21:29 Yi-Ming
阅读(1353)
评论(0)
推荐(0)
公告