CentOS7 中使用 yum 安装 Nginx 的方法 1、添加源 默认情况Centos7 中无 Nginx 的源,最近发现 Nginx 官网提供了 Centos 的源地址。因此可以如下执行命令添加源: sudo rpm -Uvh http://nginx.org/packa ... continue reading centos zhuoyuebiji 2021-4-28 143
TraceRoute 查询(ping 经过 的路由)网站 查询 ip 经过了哪些路由(用来挑选国外服务器) https://tools.ipip.net/traceroute.php ... continue reading 计算机基础 zhuoyuebiji 2021-4-27 338
Centos7 systemctl 添加 uwsgi(开机启动) uwsgi 配置 [uwsgi] # 监听端口 socket = 127.0.0.1:9090 #socket = 127.0.0.1:3031 # 运行状态 #stats = 127.0.0.1:9191 # ... continue reading centos zhuoyuebiji 2021-4-26 1192
Django import_export 按用户类型显示导入导出按钮 @admin.register(InvestProject) # class InvestProjectAdmin(admin.ModelAdmin): class InvestProjectAdmin(ImportExportAc ... continue reading django zhuoyuebiji 2021-4-16 574
Docker 常用命令 认识 Dockerfile Dockerfile 是用来构建 Docker 镜像的构建文件,是由一系列命令和参数构成的脚本。具体:https://www.cnblogs.com/panwenbin-logs/p/8007348.htm ... continue reading docker zhuoyuebiji 2021-4-14 366
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running 产生原因: 安装 docker 后没有启动 docker 解决方法1: su root # 先切换到root用户, 再执行以下命令 systemctl enable docker # 开机自动启动docker ... continue reading docker zhuoyuebiji 2021-4-12 817
CentOS7 安装 NodeJS 安装 wget yum install -y wget 下载 nodejs ndoejs 官网:https://nodejs.org/en/download/ 选择 LTS 下载即可 wget ... continue reading centos zhuoyuebiji 2021-4-6 199
Uncaught (in promise) PushError: permission request declined Hi, it's not an code error. Since new Chrome version Notification have to bieng use by "Secure Origins". ... continue reading html zhuoyuebiji 2021-4-1 357
Nginx: [emerg] host not found in upstream "cdn.xieboke.net" in /usr/local/nginx/conf/vhost/joyo.ink.conf:38 错误日志 [root@VM_2_29_centos ~]# systemctl status nginx -l ● nginx.service - nginx Loaded: loaded (/etc/systemd/s ... continue reading nginx zhuoyuebiji 2021-3-25 680
树莓派 安装 Nextcloud 出现“内部服务器错误” 直接找到 php 的 congfig.php 文件,把配置 数据库那块修改掉,就重新出现配置页面,应该是我之前配置数据写的不对。网上还有一种说法是 data 目录权限问题。 ... continue reading 树莓派 zhuoyuebiji 2021-3-19 1206