编译安装python3.6的步骤 1.下载python3源码包 wget https://www.python.org/ftp/python/3.6.6/Python-3.6.6.tgz 2.下载python3编译的依赖包 yum install -y gcc patch libffi-devel ...
分类:
编程语言 时间:
2020-11-21 12:44:09
阅读次数:
29
systemd-cgls 2. How to use cgroups? The user can access and manage cgroups directly and indirectly (with LXC, libvirt or Docker). Install the necessar ...
分类:
其他好文 时间:
2020-11-21 12:35:14
阅读次数:
7
1. 官网教程地址 https://docs.espressif.com/projects/esp-idf/zh_CN/v4.0.1/get-started/linux-setup.html 2.官网教程提到针对ubuntu,需要输入下列指令 sudo apt-get install git wge ...
分类:
系统相关 时间:
2020-11-21 12:30:09
阅读次数:
14
Ansible报错:module_stdout": "/bin/sh: 1: /usr/bin/python: not found 1. 检查ansible服务器的Python: # ls /usr/bin/python 没有则安装。 2. 检查节点服务器的Python: 没有python,路径下也 ...
分类:
编程语言 时间:
2020-11-21 12:10:11
阅读次数:
6
vue-cli 初始化项目 npm install -g cnpm --registry=https://registry.npm.taobao.org cnpm install -g vue-cli vue init webpack demo cd demo cnpm i npm run dev ...
分类:
其他好文 时间:
2020-11-20 12:21:03
阅读次数:
25
一、Erlang的安装 下载地址:http://www.erlang.org/downloads 二、RabbitMQ安装程序 下载地址:http://www.rabbitmq.com/install-windows.html 三、配置Erlang与RabbitMQ的环境变量 将其添加倒path中 ...
分类:
其他好文 时间:
2020-11-20 12:08:45
阅读次数:
10
一、安装apache 1)安装apache yum install -y httpd 2)启动apache服务 systemctl start httpd 3)查看服务状态(验证服务是否启动) systemctl status httpd (状态为active runging是启动)netstat ...
分类:
Web程序 时间:
2020-11-20 12:04:08
阅读次数:
21
在windows下直接使用code . 可以打开vscode,发现mac不行,原来是缺少配置。 配置方法如下 1.在vscode中输入command+shift+p 2.输入command+shift+p 3. 点击提示Shell Command: Install ‘code’ command in ...
分类:
系统相关 时间:
2020-11-20 12:01:18
阅读次数:
17
yarn start yarn run v1.22.10$ cross-env APP_TYPE=site umi dev'cross-env' 不是内部或外部命令,也不是可运行的程序或批处理文件。error Command failed with exit code 1. 启动不成功,证明这个项目 ...
分类:
其他好文 时间:
2020-11-20 11:57:12
阅读次数:
5
1.工具安装 window环境安装 (twisted地址)https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted anaconda环境安装scrapy:(首推该方法) 命令行输入conda install scrapy即可 linux环境安装 输入以下 ...
分类:
其他好文 时间:
2020-11-20 11:28:49
阅读次数:
7