11 2021 档案
摘要:后端 from django.http import FileResponse import pandas as pd from io import BytesIO def download(request): buffer = BytesIO() queryset = xxx.objects.va
阅读全文
摘要:GRANT ALL PRIVILEGES ON *.* TO 'root'@'x.x.x.x' IDENTIFIED BY 'password' WITH GRANT OPTION; flush privileges;
阅读全文
摘要:创建文件:/etc/yum.repos.d/nginx.repo [nginx-stable] name=nginx stable repo baseurl=http://nginx.org/packages/centos/$releasever/$basearch/ gpgcheck=1 enab
阅读全文
摘要:下载mysql的yum repo rpm文件并安装 wget https://dev.mysql.com/get/mysql80-community-release-el7-4.noarch.rpm yum localinstall mysql80-community-release-el7-4.n
阅读全文

浙公网安备 33010602011771号