码迷,mamicode.com
首页 >  
搜索关键字:tfs install    ( 41325个结果
使用conda pip 安装requirement.txt指定的依赖包
pippip批量导出包含环境中所有组件的requirements.txt文件pipfreeze>requirements.txtpip批量安装requirements.txt文件中包含的组件依赖pipinstall-rrequirements.txtcondaconda批量导出包含环境中所有组件的requirements.txt文件condalist-e>requirements.tx
分类:其他好文   时间:2020-09-17 20:30:45    阅读次数:34
linux内核学习---准备工作(针对VM虚拟机ubuntu系统磁盘空间不足进行硬盘容量扩展)
在编译Linux内核失败后,总结为两点原因: 1.在编译过程中,使用了高版本的gcc编译器进行编译导致make阶段出错(之后解决) 2.系统剩余空间不足(我大概留出10G空间不够),导致在make install等阶段出现错误(主要处理) 一:安装gparted (一)安装命令 sudo apt-g ...
分类:系统相关   时间:2020-09-17 19:58:29    阅读次数:43
Node.js之request模块 发送请求
Node.js发送请求,需要用到request这个模块 request官网 导入 npm install request --save import * as requestHttp from 'request'; get 请求 @Get('/xxxxx') async getImage(@Req( ...
分类:Web程序   时间:2020-09-17 19:50:17    阅读次数:51
mariadb 安装配置
1、安装 mariadb-install-db.exe mysqld install 2、修改utf8编码 [mysqld] default-storage-engine = innodb innodb_file_per_table max_connections = 4096 collation- ...
分类:数据库   时间:2020-09-17 19:21:40    阅读次数:38
安装scrapy框架
1.安装scrapy框架 # 1.在安装scrapy前需要安装好相应的依赖库,再次装scrapy,安装步骤 (1).安装lxml库:pip install lxml (2).安装wheel: pip install wheel (3).安装twisted:pip install twisted 文件 ...
分类:其他好文   时间:2020-09-17 18:12:08    阅读次数:20
Install fail! SyntaxError: Unexpected end of JSON input
1 清空缓存 cnpm cache clean --force 2 你成功了 3 删除node_modules 4 cnpm i 重新安装依赖 5 vans ...
分类:Web程序   时间:2020-09-17 17:58:44    阅读次数:61
Win10 PHP安装memcache
1.首先安装memcached安装包。 首先下载memcached,下载地址 (我下载的是 64位系统 1.4.4版本) 下载好了以后,放到随便一个硬盘位置比如 D:\memcached 然后打开CMD命令窗口输入 输入"D:\memcached\memcached.exe -d install"安 ...
分类:Windows程序   时间:2020-09-17 17:33:02    阅读次数:46
centos7 ftp服务搭建
1.安装vsftpd 默认配置文件在 /etc/vsftpd/vsftpd.conf yum -y install vsftpd 2.启动 vsftpd 服务 systemctl start vsftpd.service ps -ef | grep vsftpd #查看 vsftpd 进程是否存在 ...
分类:其他好文   时间:2020-09-17 17:25:23    阅读次数:32
tmux 简单实用
tmux 是一个与 GNU screen 类似的程序,可作为后者的替代品使用。 安装 # Ubuntu 或 Debian $ sudo apt-get install tmux # CentOS 或 Fedora $ sudo yum install tmux # Mac $ brew instal ...
分类:其他好文   时间:2020-09-17 17:12:30    阅读次数:39
Cesium 快速上手
Cesium 快速上手 1. git地址clone到本地 https://gitee.com/jger/cesium git clone https://gitee.com/jger/cesium.git 2. 打开vs code继续安装 npm install npm run build --> ...
分类:其他好文   时间:2020-09-17 17:06:07    阅读次数:34
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!