码迷,mamicode.com
首页 >  
搜索关键字:modern    ( 490个结果
avalonjs1.5 入门教程
迷你MVVM框架 avalonjs1.5 入门教程avalon经过几年以后,已成为国内一个举足轻重的框架。它提供了多种不同的版本,满足不同人群的需要。比如avalon.js支持IE6等老旧浏览器,让许多靠政府项目或对兼容性要求够高的公司也能享受MVVM的乐趣。avalon.modern.js支持IE...
分类:Web程序   时间:2015-09-07 22:51:08    阅读次数:433
Node.js工具集 bower,yeoman,grunt
最近看到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》全面深入讲解Windows 10操作系统的使用方法。本书共计14章内容。第一章简述Windows 10操作系统的一些变革;第二章介绍Modern 2.0界面的体验以及Cortana;第三章介绍传统桌面下的一些改进功能;第四章介绍全新的Microsoft Edge浏览器;第...
分类:Windows程序   时间:2015-09-04 18:25:09    阅读次数:188
Do you call that a hat?
原文 "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
Android Performance Patterns S01E02 - Understanding Overdraw
Overdraw:过度绘制是一个术语,用来描述组件在屏幕某个像素上面绘制大于一次。例如,如果我们有一堆叠放的UI卡片,用户可见的上层卡片遮盖了下层卡片的大部分。这也意味着大量时间花费在绘制不可见的下层卡片。如果每次都花费大量时间,用以绘制不可见的部分,将会导致GPU性能严重浪费的问题。Modern布...
分类:移动开发   时间:2015-09-01 01:36:35    阅读次数:194
Keywords Search
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
[译]构建现代Web应用的安全指南
原文:Security for building modern web apps译者:杰微刊—张迪 这篇文章的灵感来自于另一篇文章,它是关于“在今天,构建Web应用之前要知道的事情”的。并不长,但遗漏了一些关于安全性的建议,所以我就此动笔,分享一些这方面的知识。 本文重点是写给那些来自初创公司,并且...
分类:Web程序   时间:2015-08-31 17:19:47    阅读次数:286
[React] Linting React JSX with ESLint (in ES6)
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
鼠标滚动事件兼容性 wheel、onwheel
wheelEvent = "onwheel" in document.createElement("div") ? "wheel" : // Modern browsers support "wheel"document.onmousewheel !== undefined ? "mousewhee...
分类:其他好文   时间:2015-08-29 18:28:54    阅读次数:440
[Javascript] Linting JavaScript with ESLint
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
490条   上一页 1 ... 33 34 35 36 37 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!