摘要:
在做前端开发的时候,经常会遇到需要上次大文件的情况,这个时候,如果是先上传到服务器,在从服务器上传到阿里云OSS,就会很慢,而且可能在上传到服务器的时候,系统就卡死了。 这个时候,可以考虑直接传到阿里云OSS,然后保存文件地址就可以了。 Thinkphp后端源代码: public function 阅读全文
摘要:
由于服务器运维系统升级,导致IIS服务器上的站点异常: Server Error 500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displ 阅读全文