上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 84 下一页
摘要: 首先要链接上服务器 首先WINDOWS打开CMDER,MAC的话打开Terminal,都是类似的。 在窗口输入 ssh root@ALIYUN_IP。这里的ALIYUN_IP是你的服务器的公网IP地址。举个例子,我的公网IP是47.88.12.221,那么我就需要输入: ssh root@47.88 阅读全文
posted @ 2023-07-17 05:45 木子欢儿 阅读(383) 评论(0) 推荐(0)
摘要: 记录下常用的免费cdn,以下链接可直接访问我部署的数据,那么根据这个格式可替换为你对应的数据仓库格式。 建议有回源选回源。 npm可用来加速访问npm包内资源 aliyun https://npm.elemecdn.com/hexo-theme-a4@latest/source/css/markdo 阅读全文
posted @ 2023-07-01 00:46 木子欢儿 阅读(317) 评论(0) 推荐(0)
摘要: Cockpit 是一个管理平台,允许管理员使用远程管理器轻松管理和控制他们的 GUI 或 CLI Linux 服务器系统。浏览器。驾驶舱可通过 Web 浏览器访问,其仪表板可让您查看服务器的健康状况以及其他系统统计数据,例如网络使用情况、磁盘空间和利用率、当前用户、系统正常运行时间、运行进程和系统日 阅读全文
posted @ 2023-06-29 00:28 木子欢儿 阅读(185) 评论(0) 推荐(0)
摘要: 解决方法: 登录后复制 settings.py 添加这句代码,域名改为你前端ngx的域名 CSRF_TRUSTED_ORIGINS = ['https://xxxx.demo.com'] 阅读全文
posted @ 2023-06-25 22:38 木子欢儿 阅读(410) 评论(0) 推荐(0)
摘要: 在部署前 导出requirements.txt 文件:运行pip freeze > requirements.txt命令来生成requirements.txt文件,以便在安装依赖项时使用。 收集静态文件 在settings.py里面最后一行添加 STATIC_URL = '/static/' --n 阅读全文
posted @ 2023-06-25 21:51 木子欢儿 阅读(446) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2023-06-24 10:32 木子欢儿 阅读(54) 评论(0) 推荐(0)
摘要: <script> // 跳转提示 if (is_weixn_qq()) {; window.location.href = 'https://c.pc.qq.com/middle.html?pfurl='+window.location.href; } function is_weixn_qq(){ 阅读全文
posted @ 2023-06-22 12:18 木子欢儿 阅读(427) 评论(0) 推荐(0)
摘要: 一、国内加速地址 1.Docker中国区官方镜像https://registry.docker-cn.com 2.网易http://hub-mirror.c.163.com 3.ustchttps://docker.mirrors.ustc.edu.cn 4.中国科技大学https://docker 阅读全文
posted @ 2023-06-16 15:45 木子欢儿 阅读(1917) 评论(0) 推荐(0)
摘要: It seems that there is an error while trying to install the mysqlclient package and it's failing to build the wheel. The error message indicates that 阅读全文
posted @ 2023-06-13 22:29 木子欢儿 阅读(363) 评论(0) 推荐(0)
摘要: https://almalinux.pkgs.org/9/almalinux-crb-x86_64/ Install mysql-devel rpm package: # dnf --enablerepo=crb install mysql-devel 阅读全文
posted @ 2023-06-13 22:19 木子欢儿 阅读(125) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 84 下一页