摘要:http://www.inc.com/quora/5-ways-to-learn-and-remember-absolutely-anything.html Start too early on the details and you'll miss the context of the whole
阅读全文
随笔分类 - 程序员的自我修养
该类文章主要是个人在阅读《程序员的自我修养-链接、装载与库》,所做的笔记与摘抄。另外也会写一些个人的感悟与学习经验,希望能够和大家共同学习。除此,特别推荐该书,可以了解更底层的东西。
摘要:http://www.inc.com/quora/5-ways-to-learn-and-remember-absolutely-anything.html Start too early on the details and you'll miss the context of the whole
阅读全文
摘要:【李叫兽】为什么你有10年经验,但成不了专家? 有很多读者问李叫兽:为什么你年纪不大,经验并不多,但却能擅长复杂的商业策略和文案写作,是如何做到的?因此,本文就来回答这个问题:如何成为任何一个领域的专家。 如何成为一个领域的专家?有人说主要靠经验,有人说靠天赋,但是大量的研究发现:不论是经验还是天赋
阅读全文
摘要:#include int main(int argc,char **argv){ printf("hello world\n"); return 0;}在linux下,使用GCC来编译helloworld 程序时,只需使用最简单的命令:& gcc hello.cpp -o a或$ gcc h...
阅读全文
|