摘要: 将 vipsoft-gateway-1.0.0 替换成自己的包名 SpringBoot 不同的环境,打不同的包名 start-gateway-dev.sh nohup java -Duser.timezone=GMT+08 -Dfile.encoding=utf-8 -Xms512M -Xmx102 阅读全文
posted @ 2022-03-01 19:45 VipSoft 阅读(87) 评论(0) 推荐(0)
摘要: PostMan 客户端调用部分见,断点续传(上传)C#版 1. 客户每次上传前先获取一下当前文件已经被服务器接受了多少 2. 上传时设定偏移量,跳过服务器已收到的长度 @SpringBootTest public class FileTests { @Test void seekTest() { t 阅读全文
posted @ 2022-03-01 18:07 VipSoft 阅读(196) 评论(0) 推荐(0)