乱七八糟自己看

http通信原理 http://ask.seowhy.com/article/798 

 chrome插件

http://www.cnblogs.com/pingfan1990/p/4560215.html

4、图桌: 网页截图
安装地址:https://chrome.google.com/webstore/detail/quick-markup-screen-captu/clcbnchcgjcjphmnpndoelbdhakdlfkk

分屏 Split Screen  Divided View

扩展制作 http://www.ituring.com.cn/minibook/950

 MeasureIt!  https://chrome.google.com/webstore/detail/aonjhmdcgbgikgjapjckfkefpphjpgma?hl=zh-CN

可调节宽度? https://chrome.google.com/extensions/detail/eldgpcphflnopbjadiaonofideekgdgm?hl=en-US

 

Sorry for the inconvenience and please call me if anything urgent.

function Fn() {};

var a = new Fn();



console.log(String instanceof String);

console.log(Number instanceof Number);

console.log(Fn instanceof Fn);



console.log(Object instanceof Object);

console.log(Function instanceof Function);

console.log(Function instanceof Object);

console.log(Fn instanceof Function);

console.log(a instanceof Fn);

console.log(a instanceof Function);

 

 

 

找图标

http://www.lanrentuku.com/

http://findicons.com/

https://www.iconfinder.com/

http://www.easyicon.net/


 

搜电影

http://www.btspread.com/search

http://btlove.net/

http://www.btbook.net/

http://kickass.to/

http://shousibaocai.com/

http://www.bttiantang.com/

http://www.cnscg.org/


 http://www-history.mcs.st-andrews.ac.uk/Curves/Curves.html

 

Code Guide by @AlloyTeam http://alloyteam.github.io/code-guide/#css-syntax

 

七牛 又拍  云存储

http://www.6m5m.com/    游戏资源

http://news.cnblogs.com/n/517427/      chrome插件

http://www.cnblogs.com/front-Thinking/p/4364337.html   this

http://www.cnblogs.com/ljchow/archive/2010/07/06/1768749.html 闭包

http://www.cnblogs.com/yupeng/archive/2012/09/07/2675606.html caller apply

http://www.cnblogs.com/asxinyu/p/4352705.html  博客园美化

http://xuyuan923.github.io/2015/01/07/45-useful-javascript-tips/  45个js技巧

12技巧 http://www.cnblogs.com/lozio/p/4399316.html

 面向对象

http://www.cnblogs.com/yupeng/p/3478069.html

http://www.ruanyifeng.com/blog/2010/05/object-oriented_javascript_encapsulation.html

http://www.ruanyifeng.com/blog/2012/07/three_ways_to_define_a_javascript_class.html

http://xuyuan923.github.io/2014/11/21/oo-javascript/

http://www.cnblogs.com/ljchow/archive/2010/06/08/1753526.html

原型链

http://my.oschina.net/u/992034/blog/170656

http://kb.cnblogs.com/page/207063/

http://www.jb51.net/article/30750.htm

http://www.cnblogs.com/FlyingCat/archive/2009/09/21/1570656.html

instanceof

http://www.studyofnet.com/news/175.html

http://www.ibm.com/developerworks/cn/web/1306_jiangjj_jsinstanceof/

 

模块化

http://www.ruanyifeng.com/blog/2012/10/javascript_module.html

http://www.diguage.com/archives/82.html

http://www.cnblogs.com/snandy/archive/2012/03/07/2378432.html

http://www.cnblogs.com/snandy/archive/2012/03/30/2423612.html

http://www.cnblogs.com/jinguangguo/archive/2013/04/06/3002515.html?utm_source=tuicool

 

httpwatch

 

chrome timeline 

http://www.oschina.net/translate/performance-optimisation-with-timeline-profiles

http://www.w3cfuns.com/article-1248-1.html

http://www.kazaff.me/2014/01/18/chrome-developer-tools%E4%B9%8Btimeline%E9%9D%A2%E6%9D%BF/

http://www.ghugo.com/chrome-timeline/?utm_source=tuicool

 

 

ajax get & post http://www.cnblogs.com/oneword/archive/2011/06/06/2073533.html

 

关于promise

http://www.cnblogs.com/yunfeifei/p/4453690.html

http://www.cnblogs.com/hustskyking/p/promise.html

http://segmentfault.com/a/1190000002526897

http://www.cnblogs.com/tugenhua0707/p/4083475.html?utm_source=tuicool

http://www.ruanyifeng.com/blog/2012/12/asynchronous%EF%BC%BFjavascript.html

http://sporto.github.io/blog/2012/12/09/callbacks-listeners-promises/ 上面的英文

http://blog.csdn.net/renfufei/article/details/19428719

http://acgtofe.com/posts/2015/01/async-and-promise/

http://acgtofe.com/posts/2015/03/promise-from-zero/ ++

https://css-tricks.com/thinking-async/ 

 

jquery ajax

http://www.w3school.com.cn/jquery/ajax_ajax.asp

http://jun1986.iteye.com/blog/1399242

http://www.cnblogs.com/yeer/archive/2009/07/23/1529460.html

 

惰性载入 http://tieba.baidu.com/p/2236299651

 

文件上传:http://segmentfault.com/a/1190000002609439

http://www.cnblogs.com/cuew1987/p/4657451.html

http://www.cnblogs.com/sharpxiajun/archive/2012/08/13/2637154.html

http://www.ruanyifeng.com/blog/2012/08/file_upload.html

http://stackoverflow.com/questions/3315429/xhr-sendfile-doesnt-post-it-as-multipart xhr2

你可能感兴趣的:(乱七八糟自己看)