Closed tianheg closed 2 years ago
学习算法历程:
ref:
想法:
对以下面试题目进行分析,确定考察的知识点,形成知识网络。
列一张题目清单,提取关键词,找到权威教科书的对应章节,思考问题之间的练习
https://www.yuque.com/docs/share/92bb59c1-f6c9-4ac1-8123-940d1c7cc02a 《计算机网络面试题总结》
HTML,CSS 控制网页的内容和样式,JavaScript 控制交互。学习 JavaScript 过程中会涉及它的基础知识,如变量、数组、对象、循环和函数。
我的学习路径:
注: 在学习框架之前,打好基础。
JavaScript is a good representative of the semantic model popular in dynamic, higher-order languages such as Python, Ruby and Perl.
As the native language of the web, its pragmatic advantages are unique.
JavaScript: The Definitive Guide by Flanagan.
JavaScript: The Good Parts by Crockford.
Effective JavaScript: 68 Specific Ways to Harness the Power of JavaScript by Herman.
12 JavaScript quirks https://2ality.com/2013/04/12quirks.html
fCC is good
别人的 Web 学习笔记:
将来会接触
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Do not try to memorize, learn by usage
Algorithms and Data Structures
学习算法历程:
ref:
Computer Network
ref:
想法:
对以下面试题目进行分析,确定考察的知识点,形成知识网络。
列一张题目清单,提取关键词,找到权威教科书的对应章节,思考问题之间的练习
https://www.yuque.com/docs/share/92bb59c1-f6c9-4ac1-8123-940d1c7cc02a 《计算机网络面试题总结》
HTML5+CSS3+JS
HTML,CSS 控制网页的内容和样式,JavaScript 控制交互。学习 JavaScript 过程中会涉及它的基础知识,如变量、数组、对象、循环和函数。
我的学习路径:
ref:
注: 在学习框架之前,打好基础。
ref:
JavaScript
JavaScript is a good representative of the semantic model popular in dynamic, higher-order languages such as Python, Ruby and Perl.
As the native language of the web, its pragmatic advantages are unique.
Recommended reading
JavaScript: The Definitive Guide by Flanagan.
JavaScript: The Good Parts by Crockford.
Effective JavaScript: 68 Specific Ways to Harness the Power of JavaScript by Herman.
12 JavaScript quirks https://2ality.com/2013/04/12quirks.html
Vue & React
ref:
ref:
fCC is good
别人的 Web 学习笔记: