摘要:
正常退出System.exit(0);暴力退出Process.killProcess(Process.myPid()); 阅读全文
摘要:
public class ZhengZe { public static void main(String[] args) { String b = "postData{1,2,3}"; System.out.println(b+"\t"+b.length()); ... 阅读全文
摘要:
配置清单文件加上权限private String getLocalIpAddress() { int paramInt = ((WifiManager) getSystemService("wifi")).getConnectionInfo().getIpAddress(); ... 阅读全文