迷你MVVM框架 avalonjs1.5 入门教程avalon经过几年以后,已成为国内一个举足轻重的框架。它提供了多种不同的版本,满足不同人群的需要。比如avalon.js支持IE6等老旧浏览器,让许多靠政府项目或对兼容性要求够高的公司也能享受MVVM的乐趣。avalon.modern.js支持IE...
分类:
Web程序 时间:
2015-09-07 22:51:08
阅读次数:
433
最近看到javacodegeeks上的一篇文章Node, Grunt, Bower and Yeoman – A Modern web dev’s Toolkit, 文章介绍了一个web开发的工具集。 正好我今年以来也在使用这套工具集开发Web应用程序,也一直想写一篇文章总结一下这套开发套件的...
分类:
Web程序 时间:
2015-09-05 15:08:08
阅读次数:
213
《精解Windows 10》全面深入讲解Windows 10操作系统的使用方法。本书共计14章内容。第一章简述Windows 10操作系统的一些变革;第二章介绍Modern 2.0界面的体验以及Cortana;第三章介绍传统桌面下的一些改进功能;第四章介绍全新的Microsoft Edge浏览器;第...
原文 "Do you call that a hat?" I said to my wife. "You needn‘t be so rude about it," my wife answered as she looked at herself in the mirror. I sat down on one of those modern chairs with holes in ...
分类:
其他好文 时间:
2015-09-01 15:24:36
阅读次数:
173
Overdraw:过度绘制是一个术语,用来描述组件在屏幕某个像素上面绘制大于一次。例如,如果我们有一堆叠放的UI卡片,用户可见的上层卡片遮盖了下层卡片的大部分。这也意味着大量时间花费在绘制不可见的下层卡片。如果每次都花费大量时间,用以绘制不可见的部分,将会导致GPU性能严重浪费的问题。Modern布...
分类:
移动开发 时间:
2015-09-01 01:36:35
阅读次数:
194
Problem Description
In the modern time, Search engine came into the life of everybody like Google, Baidu, etc.
Wiskey also wants to bring this feature to his image retrieval system.
Every image hav...
分类:
其他好文 时间:
2015-08-31 23:47:17
阅读次数:
237
原文:Security for building modern web apps译者:杰微刊—张迪 这篇文章的灵感来自于另一篇文章,它是关于“在今天,构建Web应用之前要知道的事情”的。并不长,但遗漏了一些关于安全性的建议,所以我就此动笔,分享一些这方面的知识。 本文重点是写给那些来自初创公司,并且...
分类:
Web程序 时间:
2015-08-31 17:19:47
阅读次数:
286
ESLint is a JavaScript linter (static analysis tool) that offers full support for ES6, JSX, and other modern tools via plugins. We walk through settin...
分类:
Web程序 时间:
2015-08-31 17:02:34
阅读次数:
187
wheelEvent = "onwheel" in document.createElement("div") ? "wheel" : // Modern browsers support "wheel"document.onmousewheel !== undefined ? "mousewhee...
分类:
其他好文 时间:
2015-08-29 18:28:54
阅读次数:
440
ESLint is a JavaScript linter (static analysis tool) that offers full support for ES6, JSX, and other modern tools via plugins. We walk through settin...
分类:
编程语言 时间:
2015-08-28 07:09:44
阅读次数:
273