会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
daofree
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
15
下一页
2023年11月26日
bito插件
摘要: bito插件 idea版本低了暂时用不了
阅读全文
posted @ 2023-11-26 11:32 daofree
阅读(20)
评论(0)
推荐(0)
编辑
notpad alt左键拖
摘要: notpad alt左键拖https://blog.csdn.net/qq_39032076/article/details/115125842 https://blog.51cto.com/u_15964717/6058806
阅读全文
posted @ 2023-11-26 11:26 daofree
阅读(4)
评论(0)
推荐(0)
编辑
2023年11月24日
rabbitMq部署
摘要: https://blog.csdn.net/qq_35493807/article/details/125378106 https://blog.csdn.net/yi_qingjun/article/details/128259285 https://blog.csdn.net/yi_qingju
阅读全文
posted @ 2023-11-24 23:00 daofree
阅读(8)
评论(0)
推荐(0)
编辑
2023年11月21日
docker 部署redis
摘要: OKdocker run -d --privileged=true --restart=always -p 6379:6379 -v /usr/local/docker/redis/6379.conf:/etc/redis/redis.conf -v /usr/local/docker/redis/
阅读全文
posted @ 2023-11-21 22:51 daofree
阅读(20)
评论(0)
推荐(0)
编辑
老项目打jar
摘要: 1 非maven打包 2 maven打jar <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manif
阅读全文
posted @ 2023-11-21 15:51 daofree
阅读(3)
评论(0)
推荐(0)
编辑
2023年8月28日
addShutdownHook
摘要: RunTime.getRunTime().addShutdownHook的用法
阅读全文
posted @ 2023-08-28 21:57 daofree
阅读(7)
评论(0)
推荐(0)
编辑
2023年8月9日
nginx部署
摘要: windows location / { root D:\\nginx-1.24.0\\html\\dist; try_files $uri $uri/ /index.html; index index.html index.htm; } location /api/ { proxy_set_hea
阅读全文
posted @ 2023-08-09 18:23 daofree
阅读(25)
评论(0)
推荐(0)
编辑
2023年7月20日
login-spring.security用户密码校验authenticate核心流程
摘要: 前端过来的密码 解密成字符串 private final AuthenticationManager authenticationManager; // 接口 UsernamePasswordAuthenticationToken authenticationToken = new Username
阅读全文
posted @ 2023-07-20 01:12 daofree
阅读(153)
评论(0)
推荐(0)
编辑
2023年7月19日
list过滤对象之时间比较
摘要: 时间比较--比如过滤超过1年的数据 用 Integer值比较String local = LocalDate.now().toString().replaceAll("-", "").substring(0, 6);// 202507Integer localYearMonth = Integer.
阅读全文
posted @ 2023-07-19 22:47 daofree
阅读(208)
评论(0)
推荐(0)
编辑
2023年7月15日
水平与垂直
摘要: 互联网分布式架构设计,提高系统并发能力的方式,方法论上主要有两种:垂直扩展(Scale Up)与水平扩展(Scale Out)。 垂直扩展:提升单机处理能力。垂直扩展的方式又有两种: (1)增强单机硬件性能,例如:增加CPU核数如32核,升级更好的网卡如万兆,升级更好的硬盘如SSD,扩充硬盘容量如2
阅读全文
posted @ 2023-07-15 18:24 daofree
阅读(36)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
···
15
下一页