爬取wallhaven二次元图片

以下代码均为cursor生成,如果是自己写的话可能得大半天,cursor几分钟就把脚本都生成了 wallhaven地址:https://wallhaven.cc/search?categories=010&purity=100&sorting=relevance&order=desc 1. 爬取图片


docker镜像打包arthas

背景 公司的IAM(Identity and Access Management)系统在生产环境登录过程比较慢,需要定位优化比较耗时的代码,所以引入了Arthas这个第三方工具追踪监控函数执行过程。IAM是通过docker+jenkins自动化部署的,所以需要在构建镜像时将IAM和Arthas打包到


idea常用插件

MybatisX 自动生成model、service、mapper Generate All Getter And Setter 自动生成类的get和set代码 Maven Helper 依赖分析插件 GenerateSerialVersionUID 生产序列化id CodeGlance Pro 在


前端登录成功后刷新显示未登录问题

背景 前端项目启动登录成功后访问其他后端接口都显示未登录 前端服务有两个地址如下 Local: http://localhost:8080/ Network: http://192.168.0.108:8080/ 后端接口地址如下 http://localhost:8121/ 触发原因 前端是用了第