maxiiao  

2016年11月3日

摘要: 作为对象的方法调用 作为对象的方法调用时,指向该对象。 作为普通函数调用 作为普通的方法调用时,指向全局对象。(浏览器中是window) 构造器调用(使用new运算符) 使用new运算符时返回的对象。 call或者apply call,apply可显示指定this的指向。 箭头函数(arrow fu 阅读全文
posted @ 2016-11-03 16:32 maxiiao 阅读(134) 评论(0) 推荐(0)

2016年4月14日

摘要: 1.找到git shell命令行 2运行如下命令 git config --global core.longpaths true 附地址https://github.com/Strider-CD/strider/issues/446 老外的解决方案 idea下找到git shell的方法 file 阅读全文
posted @ 2016-04-14 11:54 maxiiao 阅读(582) 评论(0) 推荐(0)