"My definition of success is doing what you love. I fell many people do things because they feel they have to, and are hesitant to risk following their passion." "我对成功的定义就是做你热爱的事情. 我感觉很多人做事是因为觉得自己不得不做,对冒险追随自己的激情犹豫不决." (美国<投资人商报>网…
Everyone wants to be successful. Today I would like to share three simple key points of success. Number one is: Know what you are doing. Number two is: Love what you are doing.Number three is: Believe what you are doing. If you follow these three key…
概述 本人的原创文章,最先发表在github-Dramalife-note中.转载请注明出处. Define variable(s) in header file referenced by multiple c files. (CH:在 被多个c文件引用 的 头文件中定义变量) If the variable is initialized, GCC will report an error. (CH:如果这个变量被初始化, GCC会报错) 一般来说,如果需要,变量的声明一边放到头文件中,变量的…