04 2014 档案

摘要:/// /// 读取配置文件keys /// /// public string _GetKeys() { string filename = Server.MapPath("/") + @... 阅读全文
posted @ 2014-04-30 09:56 宇少vlog 阅读(442) 评论(0) 推荐(0) 编辑
摘要:第一步:写一个SqliteDBHelper类 1 package com.example.gzznproject; 2 3 import android.content.ContentValues; 4 import android.content.Context; 5 import android.database.Cursor; 6 import android.database.sqlite.SQLiteDatabase; 7 import android.database.sqlite.SQLiteOpenHelper; 8 9 public class Sqli... 阅读全文
posted @ 2014-04-10 11:29 宇少vlog 阅读(532) 评论(0) 推荐(0) 编辑
摘要:第一步:创建数据库,创建表,(添加、修改、删除)方法!package example.gznprojklc;import android.content.ContentValues;import android.content.Context;import android.database.sqlite.SQLiteDatabase;import android.database.sqlite.SQLiteOpenHelper;public class SqliteDBHelper extends SQLiteOpenHelper { // 创建库 public static final St 阅读全文
posted @ 2014-04-10 11:01 宇少vlog 阅读(681) 评论(0) 推荐(1) 编辑
摘要:Android EditText属性用法 阅读全文
posted @ 2014-04-09 15:32 宇少vlog 阅读(423) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示