11 2012 档案

摘要:Ember.js定义类时,不要使用绝对路径。 阅读全文
posted @ 2012-11-28 21:58 Kiinlam 阅读(752) 评论(0) 推荐(0)
摘要:Ember.js中关于命名大小写的约定。 阅读全文
posted @ 2012-11-28 21:52 Kiinlam 阅读(868) 评论(0) 推荐(0)
摘要:路由器Router是Ember.js的一个核心功能,但很容易变得庞大。将整个应用的路由器放在一个文件里,那是很让人崩溃的事。庆幸的是,这是一个很容易解决的问题。 阅读全文
posted @ 2012-11-27 20:59 Kiinlam 阅读(1303) 评论(0) 推荐(1)
摘要:Emberjs API :Ember Namespace 阅读全文
posted @ 2012-11-24 00:31 Kiinlam 阅读(607) 评论(0) 推荐(0)
摘要:Emberjs API :Ember.js的模块 阅读全文
posted @ 2012-11-24 00:12 Kiinlam 阅读(433) 评论(0) 推荐(0)
摘要:Emberjs API :Ember.platform Namespace 阅读全文
posted @ 2012-11-23 23:57 Kiinlam 阅读(222) 评论(0) 推荐(0)
摘要:Emberjs API :Ember.Location Namespace 阅读全文
posted @ 2012-11-23 23:52 Kiinlam 阅读(255) 评论(0) 推荐(0)
摘要:Emberjs API :Ember.Instrumentation Namespace 阅读全文
posted @ 2012-11-23 23:24 Kiinlam 阅读(247) 评论(0) 推荐(0)
摘要:Emberjs API :Ember.Router Class 阅读全文
posted @ 2012-11-23 22:48 Kiinlam 阅读(919) 评论(0) 推荐(0)
摘要:Emberjs API :Ember.Route Class 阅读全文
posted @ 2012-11-23 22:36 Kiinlam 阅读(221) 评论(0) 推荐(0)
摘要:Emberjs API :Ember.Routable Class 阅读全文
posted @ 2012-11-21 21:00 Kiinlam 阅读(363) 评论(0) 推荐(0)
摘要:Emberjs API :Ember.String Namespace 阅读全文
posted @ 2012-11-20 20:33 Kiinlam 阅读(628) 评论(0) 推荐(0)
摘要:Emberjs API :Ember.Observable Class 阅读全文
posted @ 2012-11-19 23:17 Kiinlam 阅读(573) 评论(0) 推荐(0)
摘要:Emberjs API :Ember.StateManager Class 阅读全文
posted @ 2012-11-15 20:19 Kiinlam 阅读(452) 评论(0) 推荐(0)
摘要:Emberjs API :Ember.State Class 阅读全文
posted @ 2012-11-15 20:05 Kiinlam 阅读(568) 评论(0) 推荐(0)
摘要:Emberjs API :Ember.Object Class 阅读全文
posted @ 2012-11-15 20:01 Kiinlam 阅读(369) 评论(0) 推荐(0)
摘要:Emberjs API :Ember.Mixin Class 阅读全文
posted @ 2012-11-15 19:55 Kiinlam 阅读(1276) 评论(0) 推荐(0)
摘要:Emberjs API :Ember.CoreObject Class 阅读全文
posted @ 2012-11-15 19:50 Kiinlam 阅读(463) 评论(0) 推荐(0)
摘要:Ember Data 是一个用于加载、更新模型的库,模型来自持久层(如从JSON API获取),更新完成后保存更改。它提供了许多专门为浏览器端的JavaScript环境设计的工具方法。 阅读全文
posted @ 2012-11-14 21:23 Kiinlam 阅读(3374) 评论(0) 推荐(0)
摘要:使用Ember构建web应用时的一些提示。 阅读全文
posted @ 2012-11-10 22:03 Kiinlam 阅读(819) 评论(0) 推荐(0)
摘要:使用Emberjs制作一个简单的Todo应用,实现这样一个效果:通过在文本框输入文本,创建一条代办事项,代办事项可以选择优先级,完成的事项可以删除。 阅读全文
posted @ 2012-11-04 00:05 Kiinlam 阅读(5118) 评论(6) 推荐(0)