Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1709503
  • 博文数量: 143
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1462
  • 用 户 组: 普通用户
  • 注册时间: 2016-08-23 11:14
文章分类

全部博文(143)

文章存档

2022年(3)

2021年(13)

2020年(21)

2019年(8)

2018年(28)

2017年(7)

2016年(63)

我的朋友

发布时间:2021-03-07 19:38:51

git reset --   git restore --staged 区别相同点:"You can remove the file from the index while keeping your changes with git reset." --From man git-reset"git reset can also be used to 'restore the index, overlapping with' git restore." --From man git联系:老版本git.........【阅读全文】

阅读(3550) | 评论(0) | 转发(0)
git

发布时间:2021-03-07 19:35:56

1. 了解库区2. 了解checkout, reset   git checkout/diff || git checkout/diff HEAD 3. 了解head. (另head和commit-id是一样一样的)......【阅读全文】

阅读(720) | 评论(0) | 转发(0)

发布时间:2020-10-12 13:51:12

man 和 --help 区别系统中会有单独的man文件,命令man term等同于less [manpath] /term.x[.gz]    //x为1-8中的数,视term而定就是说,如果系统没有安装对应man文件,哪怕term命令完全正常,man term都没结果(同样,只要安装了man文件,哪怕没term命令,也可以得到一大堆东西)。而--help参数将会显示可执.........【阅读全文】

阅读(6565) | 评论(0) | 转发(0)

发布时间:2020-09-27 18:44:12

实验:点击(此处)折叠或打开#include #include int main ( void ){    uint64_t udata = 0x123456789ULL;    printf("0x%llx\n",.........【阅读全文】

阅读(4988) | 评论(0) | 转发(0)

发布时间:2020-09-17 19:18:01

选自: gcc-arm-none-eabi/info/gcc.info点击(此处)折叠或打开* gcc: (gcc). The GNU Compiler Collection. ---"(GNU Tools for ARM Embedded Processors)"2.1 C language============== GCC supports three versions of the C standard, althou.........【阅读全文】

阅读(1636) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册