会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
泡沫幻影
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
11
下一页
2021年12月1日
JWT入门1
摘要: 参考:https://www.jianshu.com/p/e88d3f8151d 一、 流程图 二、 具体实现 说明: 基于SpringBoot 引用依赖 <dependency> <groupId>com.auth0</groupId> <artifactId>java-jwt</artifact
阅读全文
posted @ 2021-12-01 17:19 泡沫幻影
阅读(92)
评论(0)
推荐(0)
2021年11月26日
oauth2入门github
摘要: 参考:https://www.ruanyifeng.com/blog/2019/04/github-oauth.html https://blog.csdn.net/Lee_01/article/details/103691864 1.获取GitHub 客户端 ID(client ID)和客户端密钥
阅读全文
posted @ 2021-11-26 17:32 泡沫幻影
阅读(147)
评论(0)
推荐(0)
shiro入门
摘要: 参考: https://www.jianshu.com/p/7f724bec3dc3 1.引入maven依赖 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot
阅读全文
posted @ 2021-11-26 14:39 泡沫幻影
阅读(57)
评论(0)
推荐(0)
2021年11月25日
knife4j swagger API文档
摘要: swagger-bootstrap-ui 升级为 knife4j 官方文档 https://doc.xiaominfo.com/knife4j/documentation/get_start.html 2. demo地址: https://gitee.com/xiaoym/swagger-boots
阅读全文
posted @ 2021-11-25 10:06 泡沫幻影
阅读(472)
评论(0)
推荐(0)
2021年10月29日
MySQL 会误判断的情况记录
摘要: 1. null 与任何数据比较大小都是false 2. length(manager_id) 假如manager_id 为 null ,length函数返回的结果也是null,然后去比较大小的时候返回false
阅读全文
posted @ 2021-10-29 17:06 泡沫幻影
阅读(26)
评论(0)
推荐(0)
2021年10月19日
linux系统Java程序生成图片中文乱码
摘要: 1.先查看系统字体 locale -a |grep zh 2.修改系统字符集 临时修改(当前终端生效): export LANG="zh_CN.UTF-8" 永久修改:把 export LANG="zh_CN.UTF-8"加入系统文件 /etc/proflile 最后位置 使其生效 source /
阅读全文
posted @ 2021-10-19 09:52 泡沫幻影
阅读(1001)
评论(0)
推荐(0)
2021年10月14日
react
摘要: 1.跳转指定页面 报错: Cannot read properties of undefined (reading 'push') 解决办法如下: // 1.1引用组件 import { NavLink, withRouter} from 'react-router-dom';// 跳转指定页面 g
阅读全文
posted @ 2021-10-14 16:40 泡沫幻影
阅读(134)
评论(0)
推荐(0)
2021年10月10日
git 错误
摘要: git 云效地址代码报错403 我使用ssh git下来的 云效上设置下本地ssh公钥 本地差不多这个位置: C:\Users\Administration\.ssh 中 id_rsa.pub文件内容复制进来即可
阅读全文
posted @ 2021-10-10 21:02 泡沫幻影
阅读(64)
评论(0)
推荐(0)
2021年9月8日
notepad++正则替换数据
摘要: 各个字符的特殊含义参阅菜鸟(各个语言可能有区别) https://www.runoob.com/regexp/regexp-syntax.html 示例: ^: 开始 ^A: 以A开头 $: 结束 joker$: 以joker结束 ".*?</th> 意思: 从"开始到</th>结束的字符串 这个有
阅读全文
posted @ 2021-09-08 11:12 泡沫幻影
阅读(668)
评论(0)
推荐(0)
2021年8月7日
分库分表
摘要: 利用中间件MyCat 客户端sharding-jdbc 优点: 解决了单库大数据,高并发的性能瓶颈 拆分规则封装好,对应用端几乎透明,开发人员无需关系拆分细节 提高了系统的稳定性和负载能力 缺点: 拆分规则很难抽象 分片事务一致性难以解决 二次扩展时,数据迁移,维护难度大,比如: 开始我们按照用户i
阅读全文
posted @ 2021-08-07 21:32 泡沫幻影
阅读(70)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
11
下一页
公告