摘要: 正常退出System.exit(0);暴力退出Process.killProcess(Process.myPid()); 阅读全文
posted @ 2015-04-16 15:39 小菜希 阅读(180) 评论(0) 推荐(0) 编辑
摘要: public class ZhengZe { public static void main(String[] args) { String b = "postData{1,2,3}"; System.out.println(b+"\t"+b.length()); ... 阅读全文
posted @ 2015-04-16 14:29 小菜希 阅读(4265) 评论(0) 推荐(0) 编辑
摘要: 配置清单文件加上权限private String getLocalIpAddress() { int paramInt = ((WifiManager) getSystemService("wifi")).getConnectionInfo().getIpAddress(); ... 阅读全文
posted @ 2015-04-16 08:37 小菜希 阅读(1905) 评论(0) 推荐(0) 编辑