02 2025 档案
摘要:1: 创建Dockerfile #See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to bu
阅读全文
摘要:一般这种都是网络配置原因造成的, 但我这边的状态是浏览器可以正常打开github,终端无法ping通,那应该就是本地代理配置问题了 1、使用代理方式 git config --global http.proxy "127.0.0.1:7890" git config --global https.p
阅读全文
摘要:1、前端部分(jquery插件自行导入) <div class="text-center"> <form id="uploadForm" enctype="multipart/form-data"> <input type="file" id="fileInput" name="file" /> <
阅读全文