首先不同网站,当然可以使用同一个邮箱,比如我的github,gitlab,bitbucket的账号都是monkeysuzie[at]gmail.com 这时候不用担心密钥的问题,因为这些网站push pull 认证的唯一性的是邮箱 比如我的windows 上 2个账号一个gitlab 一个github (用的都是id_rsa)
host github
hostname github.com
Port 22
host gitlab.zjut.com
| # 建议:官方文档对每个规则有简单易懂的例子说明,有时间的同学可以查阅一遍。 | |
| # 官方文档 http://eslint.org/docs/rules/ | |
| extends: 'eslint:recommended' | |
| # 规则按照首字母在字母表升序排序 | |
| rules: | |
| # 单行代码块大括号后需要一个空格 | |
| block-spacing: 2 |
| // Simple JavaScript Templating | |
| // John Resig - http://ejohn.org/ - MIT Licensed | |
| (function(){ | |
| var cache = {}; | |
| this.tmpl = function tmpl(str, data){ | |
| // Figure out if we're getting a template, or if we need to | |
| // load the template - and be sure to cache the result. | |
| var fn = !/\W/.test(str) ? | |
| cache[str] = cache[str] || |
Resources for learning web design & front-end development:
ONLINE
Design