(env) D:\python_learn\meiduo_project\meiduo_mall>celery -A celery_tasks.main worker -l info celery@CZZI-BBMGSW v4.4.6 (cliffs) ***** -- ******* Window Read More
posted @ 2020-07-18 23:37 sewen Views(723) Comments(0) Diggs(0) Edit
查看RabbitMQ启动状态:rabbitmqctl status 链接:https://pan.baidu.com/s/14dqCIAbmRcAp-IJx5HzxYw 提取码:g48t 1.由于RabbitMQ依赖Erlang, 所以需要先安装Erlang。 首先下载Erlang 下载地址 “ht Read More
posted @ 2020-07-18 17:05 sewen Views(188) Comments(0) Diggs(0) Edit
(env) D:\python_learn\meiduo_project\meiduo_mall>python manage.py makemigrations Traceback (most recent call last): File "manage.py", line 22, in <mod Read More
posted @ 2020-07-18 15:26 sewen Views(180) Comments(0) Diggs(0) Edit
1.添加防火墙端口 https://www.cnblogs.com/sewen-H/p/13335508.html 2.修改配置文件 vim redis.conf 修改该配置为no 注释掉bind 127.0.0.1 连接时使用服务器ip不要使用127.0.0.1 重启 systemctl rest Read More
posted @ 2020-07-18 14:21 sewen Views(945) Comments(0) Diggs(0) Edit
配置防火墙 添加 firewall-cmd --zone=public --add-port=3306/tcp --permanent 重新载入 firewall-cmd --reload 查看 查看所有打开的端口: firewall-cmd --zone=public --list-ports 删 Read More
posted @ 2020-07-18 13:44 sewen Views(362) Comments(0) Diggs(0) Edit
(env) D:\python_learn\meiduo_project\meiduo_mall>python manage.py makemigrations Traceback (most recent call last): File "manage.py", line 22, in <mod Read More
posted @ 2020-07-18 13:04 sewen Views(1490) Comments(0) Diggs(0) Edit
一、安装gcc依赖 由于 redis 是用 C 语言开发,安装之前必先确认是否安装 gcc 环境(gcc -v),如果没有安装,执行以下命令进行安装 [root@localhost local]# yum install -y gcc 二、下载并解压安装包 [root@localhost local Read More
posted @ 2020-07-18 13:02 sewen Views(193) Comments(0) Diggs(0) Edit
(env) D:\python_learn\meiduo_project\meiduo_mall>python manage.py makemigrations Traceback (most recent call last): File "manage.py", line 22, in <mod Read More
posted @ 2020-07-18 12:57 sewen Views(162) Comments(0) Diggs(0) Edit
CentOS7下安装mysql5.7 一、安装YUM Repo1、由于CentOS 的yum源中没有mysql,需要到mysql的官网下载yum repo配置文件。下载命令: wget https://dev.mysql.com/get/mysql57-community-release-el7-9 Read More
posted @ 2020-07-18 04:28 sewen Views(368) Comments(0) Diggs(0) Edit
Linux(centos)安装vim 当在Linux环境下使用vim提示: vim command not found时,说明系统还没有安装vim。 安装步骤: 1.检查是否已安装 查看一下你本机已经存在的包,确认一下你的VIM是否已经安装,输入: rpm -qa|grep vim 如果已安装,会显 Read More
posted @ 2020-07-18 03:27 sewen Views(6000) Comments(1) Diggs(0) Edit
如何查看centos是否联网? 1、ifconfig命令。 查看网络配置是否有问题 在/etc/sysconfig/network-scripts/ifcfg-ens33里面配置好网络,记住onboot=on这个选项一定要设置,不然网络启动不了 onboot=yes 配置好了记得重启 [root@l Read More
posted @ 2020-07-18 03:06 sewen Views(797) Comments(0) Diggs(0) Edit