2014年2月7日

摘要: 1、定义一个线程类,通过HTTP接口推送通知 1 public class PushNoticeThread extends Thread { 2 private String uid; 3 private String number; 4 private String noticeUrl; 5 6 public PushNoticeThread(String uid, String number, String noticeUrl) { 7 super(); 8 this.uid = uid; 9 this.n... 阅读全文

posted @ 2014-02-07 17:15 炫谷 阅读(406) 评论(0) 推荐(0) 编辑


Copyright © 2024 炫谷
Powered by .NET 8.0 on Kubernetes