2015年10月29日

复习后台代码(与前面clentHttp连接网络结合)

摘要: 1 package com.zzw.LoginServelt; 2 3 import java.io.IOException; 4 import java.io.PrintWriter; 5 6 import javax.servlet.ServletException; 7 import j... 阅读全文

posted @ 2015-10-29 11:56 Z2 阅读(350) 评论(0) 推荐(0)

通过HttpClient方式连接网络

摘要: xml: 1 10 11 16 17 23 24 31 32 39 40 java代码: 1 package com.zzw.httpClient; 2 3 import java.io.ByteArrayOutputStream; 4 import jav... 阅读全文

posted @ 2015-10-29 11:53 Z2 阅读(412) 评论(0) 推荐(0)

导航