摘要: Java 使用 EasyExcel 实现简单的读写操作 第一步引入依赖 <!-- https://mvnrepository.com/artifact/com.alibaba/easyexcel --> <dependency> <groupId>com.alibaba</groupId> <art 阅读全文
posted @ 2021-02-20 16:26 小尾学长 阅读(1444) 评论(0) 推荐(0)
摘要: Java上传文件到阿里云对象存储器OSS 获取accessKeyId的方法。在阿里云的登录页面点击自己的头像。 参考代码如下: public String uploadFileAvatar(MultipartFile file) { //不同的服务器,地址不同 String endpoint = " 阅读全文
posted @ 2021-02-20 14:40 小尾学长 阅读(1034) 评论(0) 推荐(0)