(1)mkdir 项目名称(2)cd 项目名称(3)git init 把它变成可管理的Git仓库(4)git status 查看状态(5)git add . 点用空格隔开(6)git status 查看状态(7)git commit -m"注释" 提交 (8)git remote add origi ...
分类:
Web程序 时间:
2018-05-04 18:24:01
阅读次数:
156
文章转自 https://blog.csdn.net/sunbibei/article/details/52297524 特此鸣谢原创作者的辛勤付出 1 URDF 文件 1.1 link和joint 图中机器人的描述方式 以上描述只能够描述机器人的大致样子,不能够确定link的位置关系和具体形状。 ...
分类:
其他好文 时间:
2018-05-04 17:11:59
阅读次数:
2141
Now~Let's begin our second question~ 如何利用Java语言将十进制数字转换成十六进制数字呢? 我第一次编码出来的效果是酱紫的~ Of course It's true~ As you can see from the picture~ 然而,经过讨论,我们发现尽管 ...
分类:
编程语言 时间:
2018-05-04 15:30:29
阅读次数:
239
HTTPS配置场景 秘钥生成操作步骤 1.生成key密钥2.生成证书签名请求文件(csr文件)3.生成证书签名文件(CA文件) 1.检查当前环境 2.创建私钥 3.生成使用签名请求证书和私钥生成自签证书 4.配置nginx访问的配置文件 ...
分类:
Web程序 时间:
2018-05-04 14:22:53
阅读次数:
242
生成自签名的CA+SSL证书 Chrome自签名证书报Subject Alternative Name Missing & ERR_SSL_VERSION_OR_CIPHER_MISMATCH错误解决方法 ...
分类:
其他好文 时间:
2018-05-04 14:20:31
阅读次数:
242
模板字符串(Template String)是增强版的字符串,用反引号(`)标识,它可以当作普通字符串使用,也可以用来定义多行字符串,或者在字符串中嵌入变量。 大家可以先看下面一段代码: $("#result").append( "There are <b>" + basket.count + "< ...
分类:
其他好文 时间:
2018-05-04 14:10:03
阅读次数:
179
原文:https://blog.csdn.net/zamamiro/article/details/70172900 第一步:我们需要先创建一个本地的版本库(其实也就是一个文件夹)。 你可以直接右击新建文件夹,也可以右击打开Git bash命令行窗口通过命令来创建。 现在我通过命令行在桌面新建一个T ...
分类:
Web程序 时间:
2018-05-04 14:09:47
阅读次数:
192
Introduction In this project, you will develop a simulator and multiple strategies for the dice game Hog. You will need to use control statements and ...
分类:
其他好文 时间:
2018-05-04 11:45:45
阅读次数:
456
There are some common phrases and sentences you can use when speaking on the telephone. The informal phrases are mostly for family and friends. The fo ...
分类:
其他好文 时间:
2018-05-04 10:34:03
阅读次数:
182
This is how you can make the Login Form transparent: 1. Add this css to Server Module-> Custom css: 2. Make the form color in design time to 'clNone'. ...
分类:
其他好文 时间:
2018-05-04 01:44:26
阅读次数:
136