There are many examples out there demonstrating
how AngularJS and Web API can be used together but almost all of them are in
MVC, so I tried to implem...
分类:
移动开发 时间:
2014-04-30 21:19:35
阅读次数:
625
localStorage
能够让你实现基本的数据存储,但它的速度慢,而且不能处理二进制数据。IndexedDB 和 WebSQL 是异步的,速度快,支持大数据集,但他们的API
使用起来有点复杂。不仅如此,IndexedDB 和 WebSQL 没有被所有的主流的浏览器厂商支持,这种情况最近也不太.....
分类:
Web程序 时间:
2014-04-30 01:39:26
阅读次数:
660
1.下载angularjs进入其官网下载:https://angularjs.org/?,建议下载最新版的:https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.7/angular.js所有版本:https://code.angular...
分类:
Web程序 时间:
2014-04-29 14:36:28
阅读次数:
895
What is AngularJS?AngularJS is a JavaScript MVC
framework developed by Google that lets you build well structured, easily
testable, and maintainable f...
分类:
移动开发 时间:
2014-04-29 14:32:23
阅读次数:
971
你已经毁了JavaScript(注* 之前我们比较过Angular.JS和Backbone,
作者以AngularJS为例,表明了他对JS领域过度使用设计模式的焦躁,言辞激烈,引起广泛讨论) 以前
过去我们在页面上用很时尚的方式写了一些确实很可怕的代码,它给我们带来了巨大的麻烦。可能很多人现在还.....
分类:
编程语言 时间:
2014-04-28 16:46:29
阅读次数:
666
VUE 源码分析简介Vue是 MVVM
框架中的新贵,如果我没记错的话作者应该毕业不久,现在在google。vue
如作者自己所说,在api设计上受到了很多来自knockout、angularjs等大牌框架影响,但作者相信 vue
在性能、易用性方面是有优势。同时也自己做了和其它框架的性能对比,在这...
分类:
Web程序 时间:
2014-04-28 03:02:14
阅读次数:
1361