摘要: /** * in cases where we need a subset of a list (say when we need * 500 elements at a time), we shall use this class. * @author blmi1 * */public clas... 阅读全文
posted @ 2015-11-24 14:13 黑土白云 阅读(430) 评论(0) 推荐(0)
摘要: public class AddressDao { // 查询号码的归属地信息 // 13512345667 0101234567 public static String getAddress(String number) { String address = number; SQLiteDa... 阅读全文
posted @ 2015-11-24 13:13 黑土白云 阅读(346) 评论(0) 推荐(0)