Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发用户可以上传文件的项目。我现在很困惑!我想要开发这个系统的建议和想法。
当用户达到 5 个文件上传之后,每次上传会有 2 分钟的延迟。
快速分享示例
如果有人有想法,请告诉我。
只需在database其中保存一个字段last file upload date and time,如果上传达到 5 的限制,则在上传文件之前检查最后一个文件上传时间。如果difference介于last file upload time和current time大于2 minutes然后允许上传文件,否则让message用户等待他可以上传下一个文件。
database
last file upload date and time
difference
last file upload time
current time
2 minutes
message