原文地址: http://ionicframework.com/docs/guide/installation.html请尊重他人劳动成果,转载请注明出处, 谢谢这一章我们会介绍下载Ionic并安装开发所需的所有部件的流程。平台注意事项首先我们需要说明一下使用当前版本的Ionic来开发应用的最低要求...
分类:
其他好文 时间:
2015-01-09 00:04:14
阅读次数:
2744
1.将表格名转成class名 classify"book_comments".classify => "BookComment" 2.class名转成table_name(和上面的相反) tableize"BookComment".tableize => "book_comments" 3.将c.....
分类:
其他好文 时间:
2015-01-08 17:18:23
阅读次数:
132
原文地址:http://ionicframework.com/docs/guide/preface.html请尊重他人劳动成果,转载请注明出处, 谢谢欢迎阅读关于如何通过使用Ionic Framework创建HTML5移动Apps的Ionic官方指导,该指导由Ioinic创始人编写。它包含了如何开始...
分类:
其他好文 时间:
2015-01-08 00:51:47
阅读次数:
250
门户大开式对象var Book=function(isbn,title,author){ if (isbn==undefined) throw new Error("不合法"); this.isbn=isbn; this.title=title||'无标题'; this.au...
分类:
编程语言 时间:
2015-01-07 23:29:35
阅读次数:
182
/list.jsp list_book list_book ...
分类:
其他好文 时间:
2015-01-06 17:10:00
阅读次数:
99