发表评论取消回复
相关阅读
相关 R语言常用packages(常用R包)
新浪微博(网页版搜索):Jenny爱学习 微信公众号:R语言数据分析与实践 更新时间:Feb 1st,2019 R语言由近几年随着数据挖掘、机器学习在国内兴起而大热,现在
相关 git 常用指令
git 服务解决代码混乱问题 首先安装git 初始化 git init 提交代码 git add 添加个人注解 git commit 查看提交历史
相关 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\_
还没有评论,来说两句吧...