摘要:
使用数据库无非增删改查 1.定义表和字段 /** * 用来定义表名,表中数据字段 */ public final class MyDBEntry implements BaseColumns { public static final String TABLE_NAME = "tb_name"; p 阅读全文
摘要:
<?xml version="1.0" encoding="utf-8"?> <one> <title type="text">lallalalallala</title> <two> <title type="text">Where is my data file?</title> <link r 阅读全文