摘要: 1.SmsInfo public class SmsInfo { private int id; private long data; private int type; private String body; private String address; public SmsInfo(long 阅读全文
posted @ 2017-06-29 08:52 watermelon宗 阅读(224) 评论(0) 推荐(0)
摘要: 1.ip拨号器主文件 IpActivity public class IPActivity extends AppCompatActivity { EditText et_ipnumber; SharedPreferences sp; @Override protected void onCreat 阅读全文
posted @ 2017-06-29 08:52 watermelon宗 阅读(88) 评论(0) 推荐(0)
摘要: 1.Stu public class Stu { private String name; private int age; public String getName() { return name; } public void setName(String name) { this.name = 阅读全文
posted @ 2017-06-29 08:51 watermelon宗 阅读(325) 评论(0) 推荐(0)