上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 41 下一页
摘要: 在cmd下输入ipconfig,查看无线局域网中ipv4地址 阅读全文
posted @ 2016-05-19 11:57 zqxLonely 阅读(260) 评论(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 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 在build.gradle中的android {}中加上useLibrary 'org.apache.http.legacy' 阅读全文
posted @ 2016-05-19 10:22 zqxLonely 阅读(857) 评论(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 阅读(249) 评论(0) 推荐(0) 编辑
摘要: package com.pingyijinren.test; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.view.View; import and... 阅读全文
posted @ 2016-05-18 19:01 zqxLonely 阅读(493) 评论(0) 推荐(0) 编辑
摘要: package com.pingyijinren.test; import android.app.IntentService; import android.content.Intent; import android.content.Context; import android.util.Log; /** * An {@link IntentService} subclass for... 阅读全文
posted @ 2016-05-18 18:12 zqxLonely 阅读(2168) 评论(0) 推荐(0) 编辑
摘要: public class MainActivity extends AppCompatActivity implements View.OnClickListener { private Context mContext; private NotificationManager mNManager; private Notification notify1; B... 阅读全文
posted @ 2016-05-18 17:57 zqxLonely 阅读(249) 评论(0) 推荐(0) 编辑
摘要: package com.pingyijinren.test; import android.annotation.TargetApi; import android.app.Notification; import android.app.PendingIntent; import android.app.Service; import android.content.Intent; impo... 阅读全文
posted @ 2016-05-18 17:55 zqxLonely 阅读(196) 评论(0) 推荐(0) 编辑
摘要: package com.pingyijinren.test; import android.app.Service; import android.content.Intent; import android.os.Binder; import android.os.IBinder; import android.util.Log; public class MyService extend... 阅读全文
posted @ 2016-05-18 17:35 zqxLonely 阅读(215) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 41 下一页