搜索资源列表
FlickrNet-30396
- FLICKR的一个WEB API,用于程序访问FLICKR网站提供的服务.
web_screen(api)1
- 可以通过远程WEB查看电脑屏幕内容的易语言源码
基于webGIS 的google map API的公交线路查询
- 基于webGIS 的google map API的公交线路查询,google map API
gsoap-2.7.tar
- gSoap工具源代码,gSOAP编译工具提供了一个SOAP/XML 关于C/C++ 语言的实现,从而让C/C++语言开发web服务或客户端程序的工作变得轻松了很多。绝大多数的C++web服务工具包提供一组API函数类库来处理特定的SOAP数据结构,这样就使得用户必须改变程序结构来适应相关的类库。与之相反,gSOAP利用编译器技术提供了一组透明化的SOAP API,并将与开发无关的SOAP实现细节相关的内容对用户隐藏起来.-gSoap tools source code, gSOAP compil
android-webservice
- android 平台调用webservice的例子。API使用方法等介绍-How to use webservice on android platform
SmallTranslator
- 此软件调用Google网络翻译API,翻译各语言之间的转换,软件体积小而精-This translation software called Google Web API, translation of the language conversion, software, small size and precision
w3c-libwww-5.4.0
- www工具包. 这是W3C官方支持的www支撑库. 其中提供通用目的的客户端的WebAPI: complete HTTP/1.1 (with caching, pipelining, PUT, POST, Digest Authentication, deflate, etc), MySQL logging, FTP, HTML/4, XML (expat), RDF (SiRPAC), WebDAV, and much more-Libwww is a highly modular, gene
Win32API
- win32 API:由网上的资料整理成一个帮助文件。让查阅API 函数变的更简单,容易,也更有效。 本帮助文件中的Windows API 函数大约有774个,共分十二大类,基本上包括了大部分的常用和非常用的Windows API 函数。-win32 API: data from the Web into a Help file. To allow access to API function becomes more simple, easy, but also more effec
servletAPI
- servlet api全解 This document is built from the HTML documentations available at java.sun.com. It is regularly updated, when new versions of original documentations become available. To download updates and many other WinHelp and HTMLHelp Java docume
web
- 采用google api 调用google 搜索引擎-google api
manual-api-google
- for developer in page web with gps
Javascript-API
- 文件大小1.84M,Microsoft Windows 脚本技术,包含Jscr ipt、VBscr ipt、脚本运行时库等分类,为web前端开发必备帮助文件。-File size 1.84M, Microsoft Windows scr ipting technologies, including Jscr ipt, VBscr ipt, scr ipting runtime library, etc. and the necessary front-end development for th
web
- 基于VC的SOCKET通信web的API框架源码,大神绕道!-VC-based web-API framework SOCKET communications source, Great God detour!
WebAPIDemo
- web api版本控制,根据不同版本,请求映射到不同api控制器,版本可以根据路由配置,放到url或者命名空间上(web api version define)
Contact Manager Web API
- mvc web api,phone的.net c#项目,包含5个子项目(mvc web api,phone and .net c# prouect ,include 5 project)
ORNEK_WEBAPI
- Simple/Sample Web Api 2.0 (bearer token) clieant and server
02_SampleService
- Web Api 2.0 whit bearer token
okex
- ok交易所的web api调用应用,杠杆,现货交易,历史记录,历史数据等等(Web api call to okex digital currency exchange)
金蝶K3 Web API测试C#代码
- 金蝶K3 Wise,Web API 使用C#来测试WebAPI是否可用,根据官方的参考例程修改而成。
Web API 授权的两种方式及实例
- 代码列举了 Web API 授权时的两种方式,除了采用JWT方式,还灵活采用cache这种方式,避免了算法的复杂性,具有很好的操作性;