- 博客(11)
- 收藏
- 关注
原创 Build your own AngularJS - Chapter 1 Scopes and digest
概要:Angular scope是普通的JS对象,可以增添属性.但是有一点不同,Angular scope对象有监听添加属性变化的能力.这通过脏数据检测和digest循环实现.$watch: 为scope对象添加watcher, watchFn参数标识需要监听的属性,被监听的属性有变化时候调用listener函数var scope = new Scope();scope.$watch...
2019-06-30 22:32:15
160
原创 前端入门1:HTML
学习HTML基础,以及学习编写语义HTML【参考文献】https://www.tutorialspoint.com/html_online_training/index.asphttps://www.semrush.com/blog/semantic-html5-guide/
2018-10-08 15:30:31
221
原创 前端基础8:Design patterns
【参考文献】https://www.tutorialspoint.com/design_pattern/design_pattern_overview.htm
2018-10-08 11:26:26
127
原创 前端基础7:Character encodings
【参考文献】https://www.w3.org/International/questions/qa-what-is-encoding
2018-10-08 11:24:48
194
原创 前端基础6:Data structures and algorithms
【参考文献】https://www.tutorialspoint.com/data_structures_algorithms/https://www.geeksforgeeks.org/top-algorithms-and-data-structures-for-competitive-programming/https://www.programiz.com/dsa...
2018-10-08 11:21:47
168
原创 前端基础5:Learn to research
【参考文献】https://www.skillsyouneed.com/learn/research-methods.htmlhttps://www.nature.com/nature/journal/v541/n7638/full/nj7638-563a.htmlhttps://academia.stackexchange.com/questions/26647/best-strategy...
2018-10-08 11:17:34
139
原创 前端基础4:Basic Terminal Usage
【参考文献】https://github.com/juanfrans/GSAPP-AP/wiki/Basic-Terminal-Commandshttps://computers.tutsplus.com/tutorials/40-terminal-tips-and-tricks-you-never-thought-you-needed--mac-51192
2018-10-08 11:09:32
424
原创 前端基础3:HTTP/HTTPS and APIs
【参考文献】https://community.apigee.com/questions/36266/http-vs-https.htmlhttps://en.wikipedia.org/wiki/Web_APIhttps://juejin.im/post/5a2fbe1b51882507ae25f991https://zhuanlan.zhihu.com/p/27395037...
2018-10-08 11:02:26
411
原创 前端基础1:Git-Version Control
【参考文献】https://git-scm.com/book/en/v2/Getting-Started-About-Version-Control
2018-10-08 10:54:22
170
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人