摘要: 阿里云分片上传 import com.aliyun.oss.ClientException; import com.aliyun.oss.OSS; import com.aliyun.oss.OSSClientBuilder; import com.aliyun.oss.OSSException; 阅读全文
posted @ 2022-12-02 14:36 liftsail 阅读(162) 评论(0) 推荐(0) 编辑
摘要: import com.qiniu.common.QiniuException; import com.qiniu.http.Client; import com.qiniu.util.Auth; import test.com.qiniu.TempFile; import java.io.File; 阅读全文
posted @ 2022-12-02 14:31 liftsail 阅读(844) 评论(0) 推荐(0) 编辑
摘要: package com.liftsail.testprofiledemo.utiltest; import org.springframework.util.CollectionUtils; import java.util.*; /** * @Author: liftsail * @Date: 2 阅读全文
posted @ 2022-12-02 13:05 liftsail 阅读(672) 评论(0) 推荐(0) 编辑
摘要: //Java拼接字符串时,去掉最后一个多余的逗号 String str[] = { "hello", "beijing", "world", "shenzhen" }; StringBuffer buf = new StringBuffer(); for (int i = 0; i < str.le 阅读全文
posted @ 2022-12-02 10:05 liftsail 阅读(217) 评论(0) 推荐(0) 编辑