服务器环境为 Ubuntu18.04+python3.8+Django2.2.24+mysql5.7 这两天在阿里云租了个服务器,将Django项目部署上去,耗时一整天成功部署,记录期间遇到的问题与解决办法,供大家参考。 启动uwsgi时报错:ImportError: No module named ...
分类:
系统相关 时间:
2021-07-05 18:57:31
阅读次数:
0
一、背景 为了实现全链路拓扑监控,期望一层Nginx(Openresty)具备和Ingress-Nginx-Controller一样的的Metrics监控指标。通过分析Ingress-Nginx-Controller的Metrics源码并将其抽离改造(可参考另一篇分析文档:Ingress-Nginx ...
分类:
其他好文 时间:
2021-07-05 17:36:58
阅读次数:
0
今天使用"vue create 项目名"来新建一个vue项目时,出现一下报错: a-后来按照惯性思维尝试了一下: npm install --loglevel error --legacy-peer-deps,发现并不能解决什么问题(X)。 b-后来搜到说要使用管理管身份打开再创建项目,发现还是不行 ...
分类:
其他好文 时间:
2021-07-05 16:45:07
阅读次数:
0
页面1: index.html 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title>index</title> 6 </head> 7 <body> 8 <!--#include virtual="common/ ...
分类:
Web程序 时间:
2021-07-02 16:41:40
阅读次数:
0
http://nginx.org/en/download.html ``` mac安装 nginx Mac:brew install nginx ``` 出错提示。参考一下链接 #### mac环境下brew command not found错误的解决方法 http://www.chenxm.cc ...
分类:
系统相关 时间:
2021-07-02 15:42:25
阅读次数:
0
环境 centos 7 安装依赖包 yum install -y gcc gcc-c++ glibc glibc-devel pcre pcre-devel zlib zlib-devel openssl openssl-devel \unzip psmisc bash-completion lib ...
分类:
系统相关 时间:
2021-07-01 17:29:41
阅读次数:
0
通过工作经验:(测试思维,在功能测试有一定的心得) 质量保证: 需求分析能力: a.显性需求分析:产品经理提成的明确的需求 b.隐形需求分析: 登录:用户名,密码,验证码 字符串类型,长度,空,必填,用户名和密码输入错误多少次锁死 下单:付款,超时,已过期 下单来电话,是否自动刷新 c.功能性需求分 ...
分类:
其他好文 时间:
2021-07-01 17:25:19
阅读次数:
0
一.多节点启动 节点1:1.117.173.54:8080 节点2:1.117.173.54:8088 二.配置nginx集群访问 在server结点上方添加 upstream lbs { server 1.117.173.54:8080; server 1.117.173.54:8088; 在se ...
由此报错,可以看到是由于进程过多,资源限制住了,主要检查如下文件: 环境centos7.6 [root@rac02 ~]# cat /etc/security/limits.conf orgrid soft nproc 2047orgrid hard nproc 16384orgrid soft n ...
分类:
系统相关 时间:
2021-07-01 17:01:50
阅读次数:
0
在Vue-cli中使用lang="less"时报错:Module build failed: TypeError: this.getOptions is not a function at Object.loader (D:\WORK\VueProject\XiaoWei\node_modules\ ...
分类:
其他好文 时间:
2021-06-30 18:25:45
阅读次数:
0