RabbitMQ RabbitMQ报错 Error: unable to connect to node rabbit@xxxxx: nodedown 错误现象如下: [root@node ~]# rabbitmqctl status Status of node 'rabbitmq@node1' ... Erro... 2021年01月18日 阅读 4,160 发表评论 阅读全文
Python Python3.7中文字符编码问题 Python3.7下使用json.dumps()报错: TypeError: Object of type bytes is not JSON serializab... 2020年09月16日 阅读 3,161 发表评论 阅读全文
Python scrapy 爬取 w3school scrapy是一个从网站中提取结构化数据爬虫框架,简单易用。 一、使用scrapy之前,需要安装一些工具。 1、安装python pip工具 $ curl http... 2020年09月14日 阅读 3,307 发表评论 阅读全文
Python linux下python 3.7 安装 1、下载 $ wget https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tgz 也可以去官网直接下载h... 2020年09月14日 阅读 3,525 发表评论 阅读全文
Let's encrypt Let’s encrypt Error creating new authz … Let's encrypt报错: new-authz error: {type:urn:acme:error:unauthorized,detail:Error c... 2020年09月02日 阅读 3,042 发表评论 阅读全文
PHP remi安装php centos 6.8系统上的实际操作 # epel源安装及配置REMI仓库 $ yum install -y https://dl.fedoraproject.or... 2020年05月21日 阅读 3,607 发表评论 阅读全文
Erlang Centos7 Erlang Rebar3 安装使用 一、安装 rebar3 github地址 注意:安装rebar3之前必须安装Elang rebar3源码安装 $ git clone https://github.... 2019年10月30日 阅读 5,426 发表评论 阅读全文
Erlang centos 7 安装Erlang 1.安装Erlang编译依赖: yum -y install gcc glibc-devel make ncurses-devel openssl-devel xm... 2019年10月30日 阅读 4,389 发表评论 阅读全文
PHP PHP大批量插入数据库的3种方法和速度对比 第一种方法: 使用insert into 插入。 代码如下: $params = array(‘value'=>'50′); set_time_limit(0... 2019年10月21日 阅读 3,748 发表评论 阅读全文
Mac mac报错 xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun mac报错: xcrun: error: invalid active developer path (/Library/Developer/Comm... 2019年10月18日 阅读 3,885 发表评论 阅读全文