自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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 140

原创 前端入门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 201

原创 前端基础9:

【参考文献】https://help.github.com/

2018-10-08 11:29:55 111

原创 前端基础8:Design patterns

【参考文献】https://www.tutorialspoint.com/design_pattern/design_pattern_overview.htm

2018-10-08 11:26:26 106

原创 前端基础7:Character encodings

【参考文献】https://www.w3.org/International/questions/qa-what-is-encoding

2018-10-08 11:24:48 181

原创 前端基础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 154

原创 前端基础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 124

原创 前端基础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 406

原创 前端基础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 394

原创 前端基础2:SSH

【参考文献】https://www.ssh.com/ssh/

2018-10-08 10:55:30 440

原创 前端基础1:Git-Version Control

【参考文献】https://git-scm.com/book/en/v2/Getting-Started-About-Version-Control

2018-10-08 10:54:22 140

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除