-
list.add(new BaseNameValuePair("key",value)); post.setEntity(new UrlEncodedFormEntity(list)); HttpResponse response = client.execute(post); // DefaultHttpClient() HttpPost查看全部
-
try{ HttpResponse response = client.execute(httpGet); // client httpGet查看全部
-
System.getProperties(); pp.list(System.out); //获取系统的一些信息,Android端查看全部
-
new String(name.getBytes("iso-8859-1"),"utf-8")//字符转码操作,防止中文乱码--get response.setContentType("text/html;charset=utf-8")//显示转码---post Android端 URLEncoder.encode("中文","utf-8"); // 第二个参数为编码查看全部
-
未封装的post提交。Android有自带post查看全部
-
doGet()方法,run方法中调用 while((str = bufferedRead.readLine())!=null){ //如果是字节!=-1 stringBuffer.append(str);查看全部
-
<form action = "MyServlet" method = "get"> name:<iput type = "text" name ="age">查看全部
-
protected void doPost(){ request.getParamerter("xx"); PrintWrite out = response.getWriter();查看全部
-
conn.setReadTimeout(5000); conn.setRequestMethod("GET"); InputStream in = conn.getInputStream(); ... if(out!=null){ while((len = in.read(byte))!=-1){out.write(byte,0,len);} } BitmapFactory.decodeFile();查看全部
-
加载 webView.loadData(stringBuffer.toString(),"数据类型",null)查看全部
-
http访问加载百度主页查看全部
-
七层协议,概念---物数网传会表应查看全部
-
常见http响应码查看全部
-
http协议之 URL查看全部
举报
0/150
提交
取消