上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页
摘要: 浏览器中除了V8作为JavaScript引擎 外,还有一个WebKit布局引擎。NodeJS的作者说,他创造NodeJS的目的是为了实现高性能Web服务器,他首先看重的是事件机制和异步IO模型的优越性,而不是JS。但是他需要选择一种编程语言实现他的想法,这种编程语言不能自带IO功能,并且需要能良好支... 阅读全文
posted @ 2015-09-18 11:45 darr 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 必需的属性属性值描述contentsome_text定义与 http-equiv 或 name 属性相关的元信息可选的属性属性值描述http-equivcontent-typeexpiresrefreshset-cookie把 content 属性关联到 HTTP 头部。nameauthordesc... 阅读全文
posted @ 2015-09-16 11:40 darr 阅读(162) 评论(0) 推荐(0) 编辑
摘要: http://blog.leapoahead.com/2015/09/12/react-es6-webpack-in-5-minutes/ 阅读全文
posted @ 2015-09-16 11:07 darr 阅读(154) 评论(0) 推荐(0) 编辑
摘要: if(!self.hotCityPrice[city]) { $.ajax({ type: 'GET', url: self.hotCityUrl, dat... 阅读全文
posted @ 2015-09-15 17:22 darr 阅读(430) 评论(0) 推荐(0) 编辑
摘要: http://weizhifeng.net/difference-between-f5-and-ctrl-f5.html说明在不同的浏览器中F5和CTRL-F5的行为是不一样的,但是他们的主要行为还是非常相似的,以下结果是在FF,IE,Opera和Chrome中进行过测试得出。F5使用缓存,并且只有... 阅读全文
posted @ 2015-09-15 16:32 darr 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 1_111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111... 阅读全文
posted @ 2015-09-15 16:01 darr 阅读(151) 评论(0) 推荐(0) 编辑
摘要: http://segmentfault.com/q/1010000000311686(function (window, $, undefined) { play=function(){ $("#demo").val("This is a demo."); } win... 阅读全文
posted @ 2015-09-15 14:58 darr 阅读(1595) 评论(0) 推荐(0) 编辑
摘要: https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Functions在函数执行时,this关键字并不会指向正在运行的函数本身,而是指向调用该函数的对象.所以,如果你想在函数内部获取函数自身的引用... 阅读全文
posted @ 2015-09-15 12:17 darr 阅读(424) 评论(0) 推荐(0) 编辑
摘要: zepto中的$(".111")出错,jQuery中$(".111")不出错的原因:zepto用document.querySelector实现,jQuery用document.getElementById实现。二者区别:http://www.zhihu.com/question/247022501... 阅读全文
posted @ 2015-09-14 10:44 darr 阅读(5024) 评论(0) 推荐(0) 编辑
摘要: http://www.css88.com/doc/zeptojs_api/#$() 阅读全文
posted @ 2015-09-09 11:17 darr 阅读(514) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页