粗暴皮卡丘

文章
4
资源
0
加入时间
2年10月17天

Git 常用命令

Git 四个状态:untracked 没在进入git仓库unmodified 没有修改modified 已修改 红色modifiedstaged 可以进行提交 绿色modifiedGit 初始化git 初始化项目(需要在项目根目录执行)git init配置账号和邮箱git config --global user.name “yourname”git config --global user.email “email@email.com ”查看配置git co

IAR调试Error(一)

1、Error[Pe109]: expression preceding parentheses of apparent call must have (pointer-to-) function type 表达式前面的括号必须是(指针-to-)函数类型宏定义:LED_ACT_ON();----->去掉括号LED_ACT_ON;2、有关延时函数程序卡死在 B SysTick_Handler在中断函数中添加void SysTick_Handler(void){ HAL_I

浅谈JavaScript字符串与数组

JavaScript字符串 字符串是一系列字符的集合,包括英文字母、标点符号、特殊符号、汉字等。 在JavaScript中,字