请注意,本文编写于 526 天前,最后修改于 82 天前,其中某些信息可能已经过时。
目录
To Be Read
Task 记录与跟踪模式
Good Tools,
To Be Done
Toolbox
Temp Notation
To Be Read
核心能力建设
- Autosar规范。
- BSW的软件以及架构。
- Jenkins的能力。
Task 记录与跟踪模式
- Principle :
TODO
+ Daily Work Record
+ Project Task Record
.
- TODO is used to record temporary work and can be mixed with Sticky.
- Daily Work Record is used to accurately record daily work and copy temporary tasks from TODO or Sticky.
- Project Task Record is used to record various elements of a completed task and its sub-tasks.
Good Tools,
To Be Done
- 如何写网页算法。 比如用什么方法,来实现 {0x41u,0x31u}这种数据解析成string。
Toolbox
Temp Notation
#include <stdio.h>
#define uint8 unsigned char
int main()
{
uint8 t = 9;
printf("~t is %d \n",~t);
printf("t is %d \n",t);
return 0;
}
本文作者:Santiago Chou
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 无版权要求,都是一些日常话题。
许可协议。转载请注明出处!