学习方法
alexhilton
欢迎搜索并关注公众号「稀有猿诉」
展开
-
构建开发者的知识体系
<br /><br />构建开发者的知识体系<br />可能在工作中已经感觉到了,无论你具体是开发什么,绝不可能只涉及一个技术和几个技术。每个问题,无论复杂度如何,都会涉及很多技术;每个项目,无论大小,总是需要多种技术与学科的理论和实践。比如,所有的项目都会涉及数据存储,网络,GUI等等。<br />回首学校所学习的各种知识,就可以发现,学校的课程覆盖了我们需要的所有东西:<br /><br /><br /><br />具体而言,每个项目无论是什么样的项目都需要二种技能才能完成一个是通用技能,也就是说无论哪原创 2011-01-04 23:19:00 · 2145 阅读 · 1 评论 -
逆向学习法
第一次听说逆向学习法是在上大学时,一次上网看英语学习的网站,有人提出了逆向学习英语的方法宗旨就是听写,也就是直接听录音,然后写下录音中的句子,之后再学习句子。到现在自己也一直在学习,更在不断的探寻学习的最佳方法,现在回望自己的学习之路,总结了下发现很多的学习效果不明显,效率低下,因为都是先去看书学习一门技术,然后再找机会去实践,很多时候要么半途而止,要么没有去实践,而导致了过了一段时间就遗忘了原创 2012-03-22 22:42:50 · 6562 阅读 · 3 评论 -
学习与整理
一定要学会整理, 而且要经常整理, 这非常有助于提高效率, 不会让你陷入混乱之中。 自己写的文章要分类, 要整理, 要管理。 不然以后会很混乱, 如果不分类, 不整理, 文章越多就会越乱。 同样, 写程序时也要注意整理与分类, 按解决的问题分类或是按其他的原则分类。 这样以后原创 2011-07-13 08:48:20 · 2053 阅读 · 0 评论 -
学习要利用点滴时间
学习要利用点滴时间当你偶尔得到几分钟的空闲时,这将是你最佳的学习机会。这几分钟可能是你刚做完一件其他事,或是在做其他事的途中,由于大脑已高度集中在另一件事上较长时间,所以这几分空闲是对大脑的休息,转移到其他事上,比如看会书,就会记住所看内容,因为大脑切换到其他事物上了,对所看到的原创 2011-07-13 08:40:14 · 3626 阅读 · 0 评论 -
Advices to English Learner.
Advices to English Learner. Up to the time writing this article, I have learned English for total 11 years(4 years of Grammar School, 3 yea原创 2011-07-13 08:25:37 · 2352 阅读 · 2 评论 -
How to grow to be a professional developer
How to grow to be a professional developer Learning is the way and the only way to grow to be a better developer. You get new skills throug原创 2011-07-13 08:12:16 · 2136 阅读 · 0 评论 -
Miscellaneous ideas about programming and sociaty
advices to learning programming: 1. If you want something, work for it. 2. There is no one language which is more powerful than another.原创 2011-07-13 08:30:15 · 2106 阅读 · 0 评论 -
Some good books
Some good books about some areas: 1. C For novices: & For ones after reading or , read it twice at least and solve every e原创 2011-07-13 08:16:37 · 1955 阅读 · 1 评论 -
How to write technical articles
About writing techincal articles, comments or comprehension about some topics.Whenever you write a piece of comments, or comprehensions abou原创 2011-07-13 08:09:39 · 1752 阅读 · 0 评论 -
学习某些API的方法
<br /><br />学习某些API的方法<br /> 这里的API可能是某个系统平台,开发包,开发平台,开发工具等等,因为任何系统和技术方法提供给开发者的打包方式都是一系列API。<br />无论你有在哪一层级开发,从硬件驱动到系统软件,从应用程序到网页服务器总是要依赖和使用某些API(Application Programming Interface应用程序接口),当然,通常要依赖和作用更底层或同层的API。因此,我们总是要学习和使用各种API。当学习的时候要注意总结一些方法,以提高学习的效率:原创 2011-01-23 15:13:00 · 4662 阅读 · 1 评论 -
Why Blogging --- the reason to write technical blogs
<br />Why Blogging --- the reason to write technical blogs<br /> For most people, growing to be better is a gola for most people regardless of their professional background. This is especially true for technical engineers. There is no exception for soft原创 2011-01-12 02:43:00 · 2047 阅读 · 0 评论 -
How to have fun -- some ideas to encourage developer
How to have fun -- some ideas to encourage developer When experts are asked by novices about how to become a great developer, have fun would probably one of most thumb advices. But they don't tell us the concrete methods. Everyday's tedious work m原创 2011-01-12 01:19:00 · 2041 阅读 · 0 评论 -
Be patient to grow -- Rome was not built in a day
<br />Be patient to grow -- Rome was not built in a day <br /> We all wanna grow to be a senior developer as soon as possible. We all wanna become an expert in some field as soon as possible. But it takes extraordinary time, efforts and sacrifices to原创 2011-01-12 02:42:00 · 2366 阅读 · 0 评论 -
好的程序员应该第一时间去Google
我所知道的最好的程序员是在Framebase.io的技术合伙创始人.我不晓得他是怎么做到的,但是他对Google的使用远胜于我.你应该知道这句名言: "绝不要去记忆那些很容易在书中查到的东西" ---- 爱因斯坦所以,除非你已经把排序算法熟记于心,要不然为什么要花2个小时自己去思索呢?最糟糕的是,当你能从某些之前做过的人那轻易的找到时,为什么还要从零开始重新实现翻译 2013-03-01 23:00:16 · 2764 阅读 · 3 评论