摘要: Angularjs通过新的属性和表达式扩展了html Andularjs 可以构建一个单一页面的应用程序(SPAS SinglePageApplications) Angularjs通过指令扩展了html,通过表达式绑定数据到html ng-app指令定义Angularjs的应用程序 ng-mode 阅读全文
posted @ 2016-03-15 23:29 唯一客服系统开发笔记 阅读(268) 评论(0) 推荐(0)
摘要: 对应着读联系人,把数据写进去,市场上的社交类应用经常会有这样的功能 获取ContentResolver对象,通过getContentResolver()方法 调用ContentResolver对象的query()方法,查询raw_contacts表,得到Cursor对象 调用Cursor对象的mov 阅读全文
posted @ 2016-03-15 22:09 唯一客服系统开发笔记 阅读(2543) 评论(0) 推荐(0)