上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 16 下一页
摘要: //联系人信息 public void bt5_OnClick(View v) { //得到调用者 ContentResolver contentResolver=getContentResolver(); //准备URI // ContactsContract.Contacts.CONTENT_URI; ... 阅读全文
posted @ 2016-07-16 16:31 什么玩楞啊,我叫旺仔 阅读(178) 评论(0) 推荐(0) 编辑
摘要: package com.hanqi.dianhuabohaoqi; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.content.ServiceConnection; import android.os.IBi... 阅读全文
posted @ 2016-07-16 12:25 什么玩楞啊,我叫旺仔 阅读(299) 评论(0) 推荐(0) 编辑
摘要: package com.hanqi.testapp3; import android.content.ContentValues; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; impo... 阅读全文
posted @ 2016-07-15 15:56 什么玩楞啊,我叫旺仔 阅读(154) 评论(0) 推荐(0) 编辑
摘要: package com.hanqi.dianhuabohaoqi; import android.content.DialogInterface; import android.content.Intent; import android.net.Uri; import android.support.v7.app.AppCompatActivity; import android.os.Bu... 阅读全文
posted @ 2016-07-14 15:36 什么玩楞啊,我叫旺仔 阅读(177) 评论(0) 推荐(0) 编辑
摘要: JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。它使得人们很容易的进行阅读和编写。同时也方便了机器进行解析和生成。它是基于 JavaScript Programming Language ,Standard ECMA-262 3rd Edition - 阅读全文
posted @ 2016-06-14 20:42 什么玩楞啊,我叫旺仔 阅读(122) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-06-14 20:41 什么玩楞啊,我叫旺仔 阅读(11) 评论(0) 推荐(0) 编辑
摘要: package com.example.wang.blacklist; import android.app.AlertDialog; import android.content.DialogInterface; import android.os.Bundle; import android.s 阅读全文
posted @ 2016-06-14 20:38 什么玩楞啊,我叫旺仔 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 1.ORM 对象关系映射(Object Relational Mapping,简称ORM)是一种为了解决面向对象与关系数据库存在的互不匹配的现象的技术。 简单的说,ORM是通过使用描述对象和数据库之间映射的元数据,将java程序中的对象自动持久化到关系数据库中。本质上就是将数据从一种形式转换到另外一 阅读全文
posted @ 2016-06-14 20:36 什么玩楞啊,我叫旺仔 阅读(222) 评论(0) 推荐(0) 编辑
摘要: package com.example.wang.testapp3; import android.content.ContentValues; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelpe... 阅读全文
posted @ 2016-06-14 20:35 什么玩楞啊,我叫旺仔 阅读(218) 评论(0) 推荐(0) 编辑
摘要: package com.example.wang.testapp3; import android.content.ContentValues; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelpe... 阅读全文
posted @ 2016-06-14 20:34 什么玩楞啊,我叫旺仔 阅读(341) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 16 下一页