PolarBear 
  • 首页
  • 文章
  • 分类
  • 我的简历
  •   
  •   

常用 Git 命令清单

一般来说,日常使用只要记住下图6个命令,就可以了。但是熟练使用,恐怕要记住60~100个命令。 下面是常用 Git 命令清单。几个专用名词的译名如下。 Workspace:工作区Index / Stage:暂存区Repository:仓库区(或本地仓库)Remote:远程仓库 一、新建代码库 在当前目录新建一个Git代码库$ git init 新建一个目录,将其初始化为Git代码库$ git in

2021-08-07
Git

JavaScript基础

JavaScriptJavaScript负责页面中的的行为。 它是一门运行在浏览器端的脚本语言。 JS的编写的位置1.可以编写到标签的指定属性中 12<button onclick="alert('hello');">我是按钮</button> <a href="javascript:alert(

2021-07-06
JavaScript

roslaunch找不到包 详细 ros 工作空间 永久添加环境变量

roslaunch一个包时报错: 12[aaa] is neither a launch file in package [aaaa] nor is [aaaa] a launch file nameThe traceback for the exception was written to the log file ubuntu16.04使用ros包时找不到,需要创建+编译工作空间,设置环境变量

2021-05-27
MARL

ubuntu16.04启动vrep V4.1.0、使用python API需要的文件

1.ubuntu16.04启动vrep V4.1.0教育版方法(感觉它更名CoppeliaSim了)打开文件夹位置,输入:./coppeliaSim.sh 2.要用vrep(coppeliaSim)python脚本的远程API,需要以下三项: sim.py simConst.py remoteApi.dll, remoteApi.dylib or remoteApi.so (取决于你的操作系统)

2021-01-19
MARL
12

搜索

Hexo Fluid