发表评论取消回复
相关阅读
相关 windows下 conda常用使用指令
conda的常用命令操作 创建一个名为python34的环境,指定Python版本是3.4(不用管是3.4.x,conda会为我们自动寻找3.4.x中的最新版本
相关 git 常用指令
git 服务解决代码混乱问题 首先安装git 初始化 git init 提交代码 git add 添加个人注解 git commit 查看提交历史
相关 怎么使用crontab?crontab常用指令
字段 minute hour day month week command 0-59 0-23 1-31 1-12 0-7 系统命令或脚本 特殊字符:
相关 Angularjs 常用指令
ng指令太多了,参考官网:https://docs.angularjs.org/api/ng/directive 常用的: ng-app 指令定义一个 Angul
相关 常用Linux指令
cd命令: $ cd [path] //path为路径名称,这只是常规语法 详细用法如下: $ cd /d //进入d盘 $ cd d: /
相关 conda常用指令
1 创建虚拟空间 conda create -n env\_name python=2.7 2激活虚拟空间 source activate your\_env\_
还没有评论,来说两句吧...