CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 android开发 搜索资源 - post get

搜索资源列表

  1. BigRoomDrcom

    0下载:
  2. 利用http的post和get方法实现drcom认证登录的android程序源代码-Using http post and get method implementation of the certification log drcom android source code
  3. 所属分类:android

    • 发布日期:2017-03-27
    • 文件大小:52622
    • 提供者:daisuda
  1. AndroidHttpConnect

    0下载:
  2. 这是android http操作的例子,通过get post方法来实现,以及线程操作-it is about android http protocol connect example, using thread and headler message to impletement
  3. 所属分类:android

    • 发布日期:2017-04-03
    • 文件大小:29426
    • 提供者:hsd352
  1. EX08_01_1

    0下载:
  2. Http GET/POST传递参数(HTTP连接示范)-Http GET/POST to pass parameters (HTTP connection model)
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:39312
    • 提供者:郁云
  1. HttpURLConnection

    0下载:
  2. android开发API-HttpURLConnection的小程序,主要解读了HttpURLConnection的使用方法,获取数据的方法,get和post方法的使用、区别,如何使用它来获取网络上的图片等资源-android development of API-HttpURLConnection program, the main interpretation of the HttpURLConnection to use, access to the data of the method,
  3. 所属分类:android

    • 发布日期:2017-04-16
    • 文件大小:63007
    • 提供者:李俏鹏
  1. HttpClientHelper

    0下载:
  2. httpclienthelper android上http client的封装,实现get post等各种操作 -httpclienthelper android上http client
  3. 所属分类:android

    • 发布日期:2017-11-02
    • 文件大小:1925
    • 提供者:杨念材
  1. Android_http

    0下载:
  2. android http的get post请求Demo-The get post android http request Demo
  3. 所属分类:android

    • 发布日期:2017-04-02
    • 文件大小:166423
    • 提供者:徐斌
  1. 01-httppost

    0下载:
  2. 本例是android方面实现HTTP POST和GET网络编程,用到了tomcat容器。- This case is android achieving HTTP POST and GET network programming, using the tomcat container.
  3. 所属分类:android

    • 发布日期:2017-05-02
    • 文件大小:658302
    • 提供者:蔡涛
  1. myGetAndPost

    0下载:
  2. Android Get和Post 页面数据-Android Get and Post page data
  3. 所属分类:android

    • 发布日期:2017-05-02
    • 文件大小:589597
    • 提供者:啊龙
  1. HttpPortTest

    0下载:
  2. 一个android HTTP接口测试小软件,可以GET和POST,参数可以动态添加删除,结果自动格式化json,里面也有GET图片的代码,但功能还没加上去-An android HTTP interface test small software, you can GET and POST, the parameters can be dynamically add and delete, results are automatically formatted json, which also
  3. 所属分类:android

    • 发布日期:2017-05-09
    • 文件大小:1554876
    • 提供者:课税
  1. android-async-http-master

    0下载:
  2. 网络异步获取上传的工具类,异步获取网络数据,还有上传文件,下载文件的功能。-AsyncHttpClient net get post,file upload and download,it s very good
  3. 所属分类:android

    • 发布日期:2017-03-27
    • 文件大小:543848
    • 提供者:口水
  1. HttpUtil

    0下载:
  2. 我们项目中常用的Java的Http网络通信模块,包括get请求和post请求,简单易用。-We project the Java Http commonly used network communication modules, including get requests and post requests, easy to use.
  3. 所属分类:android

    • 发布日期:2017-04-14
    • 文件大小:3648
    • 提供者:wangyuchao
  1. SofeOnLine1.0

    0下载:
  2. 安卓APP,通过HTTP获取服务端JSON数据,绘制数据曲线。-android app http post get
  3. 所属分类:android

    • 发布日期:2017-05-23
    • 文件大小:7320746
    • 提供者:young
  1. getapost

    0下载:
  2. 以get和post两种方式向服务端获取数据。比较简单实用。-And post two ways to get access to data to the server. Relatively simple and practical.
  3. 所属分类:android

    • 发布日期:2017-04-13
    • 文件大小:1915
    • 提供者:jack
  1. tijiaoshuju

    0下载:
  2. 从手机上提交信息到服务器,通过不同的登录方式上传数据Get/Post/Client get/Client Post等方式登录-Submit information the phone to the server, upload the data through different login Get/Post/Client get/Client Post, etc. Login
  3. 所属分类:android

    • 发布日期:2017-05-11
    • 文件大小:2261482
    • 提供者:王昊
  1. librarysearch

    0下载:
  2. 广东海洋大学图书馆安卓源码可以获取网站(http://210.38.138.1:81/)上的图书信息,直接通过get/post模拟浏览器与网站交互,非json或webview方式,获取到返回html字符串再去取里面的元素,本项目的服务端是asp.net写的实现了图书系统的登录查询等,在做与asp.net网站交互的朋友可以看一下,登录部分因为我没有测试帐号所以就没有测试。不过项目很多地方没有做异常处理,返回空数据的时候应用会直接异常停止退出-Guangdong Ocean University L
  3. 所属分类:android

    • 发布日期:2017-05-17
    • 文件大小:4256679
    • 提供者:徐姗姗
  1. HttpTest

    0下载:
  2. 本程序包含一个http协议的工具类,支持get和post请求两种方式,返回值类型为字符串类型,方便开发。-This project conclude a util designed to use HTTP protocol. Its return is String type which is easier for you to program.
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1447934
    • 提供者:hary
  1. librarysearch

    0下载:
  2. 大学图书馆的安卓客户端项目源码,可以获取网站上的图书信息,直接通过get/post模拟浏览器与网站交互-University Library Android client project source code, you can get the books on the site information, directly through the get/post browser and website interaction
  3. 所属分类:android

    • 发布日期:2017-05-16
    • 文件大小:4069138
    • 提供者:zhch2o
  1. upload

    0下载:
  2. 实现往服务器上传文件,以及一些简单的POST和GET的通信测试-Upload files to the server, as well as some simple POST and GET communication test
  3. 所属分类:android

    • 发布日期:2017-12-13
    • 文件大小:31334728
    • 提供者:骆昭阳
  1. androidhttp封装

    0下载:
  2. 对httpConnection的封装,支持post、get异步。(The encapsulation of httpConnection supports asynchronous post and get.)
  3. 所属分类:android开发

  1. VolleyDemo

    0下载:
  2. Android Volley框架之网络请求和图片加载提供简便的网络请求和图片加载工具,包含多种get,post请求和多种网络图片加载的方式。(Android VolleyThe network request and picture loading of the framework provides simple network request and picture loading tools, including a variety of get, post requests, and a
  3. 所属分类:android开发

    • 发布日期:2017-12-19
    • 文件大小:316416
    • 提供者:xx251
搜珍网 www.dssz.com