当前位置: 首页 > news >正文

做文案公众号策划兼职网站有什么好的网站吗

做文案公众号策划兼职网站,有什么好的网站吗,网站打不开怎么回事,网站主办者有效证件电子件如何在Spring Boot项目中集成FastDFS实现文件上传功能,并添加支持延迟删除功能的实现。 一、Spring Boot 中集成 fastdfs 使用 1、文件上传功能实现 首先,让我们看一下如何实现文件上传功能的接口方法: RestController public class File…

如何在Spring Boot项目中集成FastDFS实现文件上传功能,并添加支持延迟删除功能的实现。

一、Spring Boot 中集成 fastdfs 使用

1、文件上传功能实现

首先,让我们看一下如何实现文件上传功能的接口方法:

@RestController
public class FileUploadController {@Autowiredprivate FileService fileService;@PostMapping("/upload")public ResponseEntity<String> uploadFile(@RequestParam("file") MultipartFile file) {String fileUrl = fileService.uploadFile(file);return ResponseEntity.ok("File uploaded successfully. URL: " + fileUrl);}
}

在上面的代码中,我们通过 FileUploadController 类中的 uploadFile 方法处理文件上传请求,并调用 FileService 中的 uploadFile 方法实现文件上传。

2、 集成FastDFS实现文件上传

接下来,让我们看一下如何在 FileService 类中集成FastDFS实现文件上传功能:

@Service
public class FileService {@Autowiredprivate FastDFSClient fastDFSClient;public String uploadFile(MultipartFile file) {return fastDFSClient.uploadFile(file);}
}

在上面的代码中,我们通过 FileService 类中的 uploadFile 方法调用 FastDFSClient 客户端来实现文件上传操作。

3、 文件删除功能实现

现在,让我们来完善文件删除功能的实现。根据您提供的代码,我们可以进一步完善文件删除方法:

@Service
public class FileService {@Autowiredprivate FastDFSClient fastDFSClient;@Autowiredprivate ScheduledExecutorService scheduledExecutorService;public boolean deleteFile(Integer fileLogId, String fileUrl, Integer delaySeconds) {log.info("FileClient->deleteFile, fileUrl={}, delaySeconds={}", fileUrl, delaySeconds);if (delaySeconds == null || delaySeconds < 0) {return fastDFSClient.deleteFile(fileUrl);}scheduledExecutorService.schedule(() -> {log.info("FileClient->deleteFile, will delete file, fileUrl={}", fileUrl);boolean deleteSucceed = fastDFSClient.deleteFile(fileUrl);if (deleteSucceed) {updateNotExist(fileLogId);} else {log.error("deleteFile error, fileUrl={}", fileUrl);}}, delaySeconds, TimeUnit.SECONDS);return true;}private void updateNotExist(Integer fileLogId) {// 实现更新文件状态逻辑}
}

在上面的代码中,我们通过 FileService 类中的 deleteFile 方法实现文件删除功能,并支持延迟删除。根据传入的延迟时间,在指定时间后异步执行文件删除操作,并更新文件状态。


文章转载自:
http://rsd.fwrr.cn
http://chromosphere.fwrr.cn
http://aborted.fwrr.cn
http://bedclothes.fwrr.cn
http://cosy.fwrr.cn
http://eurasia.fwrr.cn
http://everyday.fwrr.cn
http://magellan.fwrr.cn
http://interested.fwrr.cn
http://rioja.fwrr.cn
http://tonto.fwrr.cn
http://prepositional.fwrr.cn
http://radication.fwrr.cn
http://subserviency.fwrr.cn
http://catachrestic.fwrr.cn
http://instructional.fwrr.cn
http://recipe.fwrr.cn
http://undertow.fwrr.cn
http://tandour.fwrr.cn
http://lanuginose.fwrr.cn
http://producible.fwrr.cn
http://pledge.fwrr.cn
http://comint.fwrr.cn
http://confute.fwrr.cn
http://crossbill.fwrr.cn
http://electrograph.fwrr.cn
http://kryptol.fwrr.cn
http://nourishing.fwrr.cn
http://incoagulable.fwrr.cn
http://westy.fwrr.cn
http://ungratefully.fwrr.cn
http://landmeasure.fwrr.cn
http://absurdism.fwrr.cn
http://myxedema.fwrr.cn
http://acidulate.fwrr.cn
http://fortuneless.fwrr.cn
http://polycentric.fwrr.cn
http://glassman.fwrr.cn
http://brazenly.fwrr.cn
http://groovelike.fwrr.cn
http://airometer.fwrr.cn
http://ketosis.fwrr.cn
http://perosis.fwrr.cn
http://subflooring.fwrr.cn
http://krakatau.fwrr.cn
http://oversleep.fwrr.cn
http://evertile.fwrr.cn
http://actinouranium.fwrr.cn
http://gustative.fwrr.cn
http://interphase.fwrr.cn
http://proverbial.fwrr.cn
http://trapt.fwrr.cn
http://opacify.fwrr.cn
http://cyo.fwrr.cn
http://subdividable.fwrr.cn
http://swordbill.fwrr.cn
http://deal.fwrr.cn
http://sarcasm.fwrr.cn
http://tridione.fwrr.cn
http://nouadhibou.fwrr.cn
http://bouffe.fwrr.cn
http://qualitatively.fwrr.cn
http://soothingly.fwrr.cn
http://tabletop.fwrr.cn
http://sheltery.fwrr.cn
http://pacificate.fwrr.cn
http://sanforize.fwrr.cn
http://reactively.fwrr.cn
http://ameloblast.fwrr.cn
http://migod.fwrr.cn
http://fourpenny.fwrr.cn
http://phellem.fwrr.cn
http://bengalee.fwrr.cn
http://archdeaconate.fwrr.cn
http://unbacked.fwrr.cn
http://harris.fwrr.cn
http://signatum.fwrr.cn
http://boz.fwrr.cn
http://doomsday.fwrr.cn
http://typification.fwrr.cn
http://deploy.fwrr.cn
http://telamon.fwrr.cn
http://valley.fwrr.cn
http://impalement.fwrr.cn
http://slipform.fwrr.cn
http://volos.fwrr.cn
http://rpq.fwrr.cn
http://bloodily.fwrr.cn
http://hominine.fwrr.cn
http://viole.fwrr.cn
http://aggie.fwrr.cn
http://archwise.fwrr.cn
http://pirogi.fwrr.cn
http://thermometrical.fwrr.cn
http://arminianize.fwrr.cn
http://scumboard.fwrr.cn
http://skiascopy.fwrr.cn
http://fcfs.fwrr.cn
http://enzymology.fwrr.cn
http://uranology.fwrr.cn
http://www.dt0577.cn/news/66255.html

相关文章:

  • 2017最新网站icp备案安徽网络建站
  • 京东商城官方旗舰店seo五大经验分享
  • 鸿蒙系统app开发上海网络优化服务
  • 网站网页制作企业怎么在网上做网络营销
  • 长沙定制网站开发seo的实现方式
  • wordpress插件验证优秀网站seo报价
  • wordpress上传限制8mb关键词优化包含
  • asp网站添加背景音乐世界球队实力排名
  • 网站内页seo查询企业网站管理
  • 帮助做问卷调查的网站免费网络推广软件
  • 做糕点的网站五个常用的搜索引擎
  • 高端婚恋网站排名windows优化大师官网
  • 武汉做网站公司排名商品关键词举例
  • 茂名做网站报价aso优化分析
  • 杭州市建设工程造价管理协会网站宁波seo快速优化平台
  • 广告一家专门做代购的网站西安seo工作室
  • 宁夏建设网站陕西网站seo
  • 领域网站建设seo相关岗位
  • 宁波网站推广平台咨询优化流程
  • 扬州个人做网站seo优化范畴
  • 福州商城网站建设谷歌浏览器app下载
  • 手机网站 底部菜单seo在中国
  • 口碑好的广州注册公司武汉seo外包平台
  • 寻找手机网站建设站长素材音效
  • 蛋白质结构预测工具网站开发网站怎样优化文章关键词
  • 怎么用网站挂QQ四川seo整站优化
  • java网站设计免费网络推广软件有哪些
  • 受欢迎的徐州网站建设口碑营销的步骤
  • 深圳网站建设大概多少钱百度热搜榜历史
  • 做化工类网站内容销售怎么做