使用 springboot + vue3 + jsch 实现远程sftp文件管理 示例
连接 @PostMapping("/connect") public RestBean<Void> connect(@RequestBody SftpConnectionVO vo) { String connected = s…
|
|
124
252 字
|
12 分钟
Java 获取公网ip地址或内网地址
public String getIPAddress(){ try { URL url = new URL("http://checkip.amazonaws.com/"); BufferedReader br = ne…
|
|
109
47 字
|
2 分钟
MySQL 从hashmap 批量update Redis缓存+定时任务实现
记录一次MySQL数据库批量更新的麻烦事 论坛发帖,需要记录浏览次数,为了减轻数据库压力,采用Redis+延时任务的模式,批量更新到数据库,下图中views字段为浏览次数 大致思路: 1. 访问帖子详情时 把访问次数存放到Redis pri…
|
|
128
353 字
|
6 分钟
springboot + springSecurity 使用Minio对象存储 示例 被springSecurity拦截、乱码问题
使用Minio上传和下载图片资源,注意这里:<font color="#ff0000">用户头像是在/userAvatar路径下</font> 总结: <font color="#ff0000">尽量不要…
|
|
102
330 字
|
4 分钟