会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
sewen
CnBlogs
Home
New Post
Contact
Admin
Subscription
上一页
1
2
3
4
5
6
7
···
10
下一页
2020年8月20日
centos安装python
CentOS 7.0自带Python2.7 安装Python3.6步骤 1.安装依赖 1 yum install -y zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gc
Read More
posted @ 2020-08-20 22:00 sewen
Views(753)
Comments(0)
Diggs(0)
2020年8月18日
pycharm设置开启时不直接打开最后关闭的项目
在settings中取消此处勾选即可 效果如下:
Read More
posted @ 2020-08-18 02:48 sewen
Views(576)
Comments(0)
Diggs(0)
2020年8月16日
django.db.migrations.exceptions.NodeNotFoundError: Migration users.0001_initial dependencies reference nonexistent parent node ('auth', '0009_auto_20200720_0228')
问题: (meiduo) D:\python_learn\meiduo_project\meiduo_mall>python manage.py makemigrations [<RegexURLPattern admins-list ^permission/admins/$>, <RegexURL
Read More
posted @ 2020-08-16 20:51 sewen
Views(2289)
Comments(0)
Diggs(0)
使用anaconda创建虚拟环境
1.安装anaconda或者minconda 2.配置环境变量 在环境变量中添加以上三处路径; 3.使用命令创建虚拟环境 # conda create -n env_name list of packages # 下面创建一个名为py36的python3.6环境 conda create -n py
Read More
posted @ 2020-08-16 19:36 sewen
Views(925)
Comments(0)
Diggs(0)
windows安装rabbitmq
1、安装Erlang 下载地址:https://www.erlang.org/downloads,本文选择OTP 21.0.1 Windows 64-bit Binary File (91707927) 链接:https://pan.baidu.com/s/1Rhc4QGfrG5zxj0HoHCRc
Read More
posted @ 2020-08-16 16:29 sewen
Views(261)
Comments(0)
Diggs(0)
celery运行报错:dns.exception.Timeout: The DNS operation timed out after 5.1539998054504395 seconds
celery运行时报错, 报错如下: Traceback (most recent call last): File "d:\python_learn\meiduo_project\env\lib\site-packages\eventlet\support\greendns.py", line 4
Read More
posted @ 2020-08-16 15:21 sewen
Views(1467)
Comments(1)
Diggs(0)
docker安装并配置RabbitMQ
Docker 安装rabbitmq 1.使用带有web管理功能 docker pull rabbitmq:management 2.运行镜像文件创建容器 docker run -d --name rabbitmq -p 5671:5671 -p 5672:5672 -p 4369:4369 -p 2
Read More
posted @ 2020-08-16 04:51 sewen
Views(1632)
Comments(0)
Diggs(1)
2020年8月15日
nginx无法同时开启多个服务报错:nginx: [emerg] bind() to 192.168.139.131:8001 failed (13: Permission denied)问题
问题如下: 解决方式:经检查发现是selinux导致报错。 [root@localhost nginx]# getenforce #查询selinux状态 [root@localhost nginx]# setenforce 0 #临时将selinux关闭 如果需要永久关闭selinux,请编辑/e
Read More
posted @ 2020-08-15 22:17 sewen
Views(552)
Comments(0)
Diggs(0)
2020年8月14日
centos7 下 nginx加载指定配置文件启动步骤
第一步:关闭全部nginx服务 pkill -9 nginx # 运行命令参看nginx服务是否关闭 netstat -tnulp | grep nginx # 参看端口是否关闭 systemctl status nginx # 查看服务是否关闭 关闭后状态: 第二步:加载指定配置文件 nginx
Read More
posted @ 2020-08-14 23:33 sewen
Views(3216)
Comments(0)
Diggs(0)
Swap file ".nginx.conf.swp" already exists!问题
问题: E325: ATTENTION Found a swap file by the name ".nginx.conf.swp" owned by: root dated: Sat Aug 15 06:38:55 2020 file name: /etc/nginx/nginx.conf mo
Read More
posted @ 2020-08-14 22:47 sewen
Views(1617)
Comments(0)
Diggs(0)
上一页
1
2
3
4
5
6
7
···
10
下一页
公告