git文档 配置代理 CSDN慕白Lee .gitconfig文件,放etc(全部用户生效)或者~(当前用户生效) 1 2 3 4 5 6 7 [http] proxy = 192.168.171.1:8888 [https] proxy = 192.168.171.1:8888 配
windows官网 防火墙配置 windows官网防火墙文档 入站默认阻止,出站默认允许 主要配置入站规则 安全连接规则主要是配置身份验证相关的配置 入
PYPI官网 jupyter官网 安装jupyter jupyter官网下载说明 1 2 3 pip install notebook # 启动jupyter服务 jupyter notebook 常用命令 1 2 3 4 5 6 # 列出
oublie published on included in IDE vscode官网 vscode官方文档 概述 宇宙第一IDE 安装 直接去官网下载对应操作系统的安装程序直接安装 ubuntu安装使用命令 1 sudo apt install ./<file>.deb 用户
常用命令 conda环境管理 1 2 3 4 5 6 conda create -n xxx package #创建环境 conda activate xxx #激活环境 conda deactivate xxx #离开环境 conda env list #显示所有conda虚拟环境 conda env remove -n xxx #删除
github FATE官方文档 fate 官网 fate 官网教程 fate 算法开发指南 算法参数 FATE组件官网 pipline官方文档 教程 部署 单机部署 官网安装页面 使用Docker镜