-
observe a nested object
getters & setters
- Defining getters and setters
- Example:
-
Javascript prototype
Code
-
Atom Note
Shortcuts
Ctrl + Shift + I
to open developer tools.Ctrl + Shift + P
to open command panel.Ctrl + Shift + F5
to reload Atom.
-
Chrome Note
Links
- Chrome开发者工具的小技巧, img
node --inspect --debug-brk app.js
- 调试临时 vm js 文件:
//@ sourceURL=dynamicScript.js
, 参考, https://stackoverflow.com/questions/17367560/chrome-development-tool-vm-file-from-javascript
-
PROJECT: code style
Javascript Code style
-
service worker for cache (PWA, HTTP2.0)
cache
-
Object.defineProperty
Doc
-
Node Attributes: nodeName, tagName, nodeType
-
Subset of Web Components
WebComponents, our future!
WebComponents is great, but it’s just too advanced so that we can’t use it on all platform.
-
Git tips
Clone and Change repo
- http://stackoverflow.com/questions/22906917/how-to-move-git-repository-with-all-branches-from-bitbucket-to-github
- http://stackoverflow.com/questions/2432764/change-the-uri-url-for-a-remote-git-repository
-
Windows 10
Commands
-
RSA note
Principles of Mathematics
-
machine learn
-
Flexbox
Links
-
https
links
-
Vue 学习笔记
目录结构
benchmarks
vue的各项性能测试页面build
vue构建目录,用于将src代码输出至distbuild.js
构建脚本,依赖于config.js
dist
vue代码输出路径examples
样例展示flow
flow目录,用于代码可维护性和常规类型检测- 比如
function numVowels(word: string): number { return word.length;}
检测函数输入和输出类型,官网地址
- 比如
src
主体代码test
各类测试目录types
typescript目录,主要用于代码可维护性package.json
-
Git常用命令清单
作者:jaywcjlove
-
游览器缓存机制
-
关于留人
作者:sofish 链接:https://zhuanlan.zhihu.com/p/22703461 来源:知乎 著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。
-
元素位置信息
getBoundingClientRect