摘要: package com.pingyijinren.test; import android.content.Context; import android.location.Location; import android.location.LocationListener; import android.location.LocationManager; import android.os.... 阅读全文
posted @ 2016-05-19 18:27 zqxLonely 阅读(904) 评论(0) 推荐(0) 编辑
摘要: package com.pingyijinren.test; import java.io.BufferedReader; import java.io.InputStream; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.URL; /** * Created by... 阅读全文
posted @ 2016-05-19 15:18 zqxLonely 阅读(540) 评论(0) 推荐(0) 编辑
摘要: package com.pingyijinren.test; /** * Created by Administrator on 2016/5/19 0019. */ public class App { private String id; private String version; private String name; public Strin... 阅读全文
posted @ 2016-05-19 14:45 zqxLonely 阅读(1610) 评论(0) 推荐(0) 编辑
摘要: http://jingyan.baidu.com/article/e6c8503c7190b7e54f1a1893.html 阅读全文
posted @ 2016-05-19 14:37 zqxLonely 阅读(269) 评论(0) 推荐(0) 编辑
摘要: package com.pingyijinren.test; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.Button; import org.... 阅读全文
posted @ 2016-05-19 14:14 zqxLonely 阅读(250) 评论(0) 推荐(0) 编辑
摘要: package com.pingyijinren.test; import android.util.Log; import org.xml.sax.Attributes; import org.xml.sax.SAXException; import org.xml.sax.helpers.DefaultHandler; /** * Created by Administrator o... 阅读全文
posted @ 2016-05-19 12:24 zqxLonely 阅读(296) 评论(0) 推荐(0) 编辑
摘要: package com.pingyijinren.test; import android.content.Intent; import android.os.Handler; import android.os.Message; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import ... 阅读全文
posted @ 2016-05-19 11:59 zqxLonely 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 在cmd下输入ipconfig,查看无线局域网中ipv4地址 阅读全文
posted @ 2016-05-19 11:57 zqxLonely 阅读(259) 评论(0) 推荐(0) 编辑
摘要: package com.pingyijinren.test; import android.content.Intent; import android.os.Handler; import android.os.Message; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import ... 阅读全文
posted @ 2016-05-19 10:59 zqxLonely 阅读(110) 评论(0) 推荐(0) 编辑
摘要: http://www.veryhuo.com/a/view/109974.html 阅读全文
posted @ 2016-05-19 10:45 zqxLonely 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 在build.gradle中的android {}中加上useLibrary 'org.apache.http.legacy' 阅读全文
posted @ 2016-05-19 10:22 zqxLonely 阅读(852) 评论(0) 推荐(0) 编辑
摘要: package com.pingyijinren.test; import android.content.Intent; import android.os.Handler; import android.os.Message; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import ... 阅读全文
posted @ 2016-05-19 10:02 zqxLonely 阅读(248) 评论(0) 推荐(0) 编辑