-
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
-
元素位置信息
HTML Page -
元素位置信息
HTML Page -
下载localstorage的数据并保存为文件
下载localstorage的数据并保存为文件
-
Weex Quick Start
查看项目及源码
-
Express to Koajs
Express to Koa