Loading

摘要: 1、修改主题模版 编辑Joe主题文件夹public/aside.php文件 <section id="toc" class="joe_aside__item" style="display:none;"> <div class="joe_aside__item-title menu_title"> 阅读全文
posted @ 2024-04-06 18:47 未夏 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 方法和样式参考https://www.wlplove.com/archives/84/ 1、安装Menutree插件 wget https://github.com/typecho-fans/plugins/releases/download/plugins-M_to_R/MenuTree.zip 阅读全文
posted @ 2024-03-11 23:27 未夏 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 编辑docker-compose.yml文件: services: typecho: image: joyqi/typecho:nightly-php8.2-apache restart: always ports: - 8086:80 #端口映射,把博客默认的80端口映射到8086端口 envir 阅读全文
posted @ 2024-03-11 23:09 未夏 阅读(136) 评论(0) 推荐(0) 编辑
摘要: Spring Cloud Security OAuth2整合Spring Cloud Gateway网关 阅读全文
posted @ 2022-09-13 10:08 未夏 阅读(2059) 评论(0) 推荐(0) 编辑
摘要: 1、授权码模式认证流程; 2、搭建授权服务器、资源服务器; 3、实现客户端信息入库; 4、自定义授权页面; 5、资源服务器认证异常处理 6、OAuth2和JWT整合 阅读全文
posted @ 2022-09-05 12:57 未夏 阅读(578) 评论(0) 推荐(0) 编辑
摘要: 1、Spring Security关键源码和流程分析; 2、Spring Security实现自定义认证; 3、Spring Security实现动态权限; 4、实现登录时进行验证码校验; 5、实现JWT认证,完成分布式会话认证、token自动续期、token登出功能; 阅读全文
posted @ 2022-08-28 00:22 未夏 阅读(1011) 评论(0) 推荐(0) 编辑
摘要: 使用Python读取命令行参数、管理文件系统路径及文件、文件解压缩、Excel读写及网络请求 阅读全文
posted @ 2022-08-23 21:56 未夏 阅读(414) 评论(0) 推荐(0) 编辑
摘要: 在IDEA中使用快捷键,添加Javadoc风格的类方法注释 阅读全文
posted @ 2022-08-15 20:34 未夏 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 1、分库分表原理及分库分表原则; 2、使用Sharding-jdbc实现分库分表、读写分离; 3、Sharding-jdbc自定义分片策略 阅读全文
posted @ 2022-08-14 21:11 未夏 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 介绍 RabbitMQ是一个实现了AMQP协议(Advanced Message Queue Protocol)的消息队列 AMQP信息模型如下图所示: RoutingKey,生产者分布信息时,指定RoutingKey BindingKey,表示把队列绑定到交换机的路径名 当一个消息发布到 Rabb 阅读全文
posted @ 2021-01-02 21:47 未夏 阅读(212) 评论(0) 推荐(0) 编辑