搜索资源列表
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
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
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
feixin
- 一个飞信程序,使用的一网上提供的api接口。可以实现发送信息。这是个小例子,你可以改成你想要的功能强大的飞信程序.-A letter to fly, the use of a web interface provided by the api. Can send a message. This is a small example, you can change you want to fly a powerful letter of the procedure.
google-image-search
- 利用Google API按照给定关键字搜索并下载所有图片的代码,可以在短时间内收集大量图片素材。-Search and download images from web using google APIs.
GoogleMapsWebDemo
- Java Google Map使用Demo,web前台使用Google API,调用Google地图-Java Google Map using the Demo, web front using the Google API, called Google Maps
matchmakerMatchSemanticWebService
- 语义Web服务的API使用实例OWL-S API结合matchmaker推理机(Jena Pellet)进行语义转换匹配组合及调用web服务-Swmantic Web Service use OWI-S API and matchmaker reasoner(Jena Pellet) to match semantic and Web service
API
- API编程,编程的核心using System.Web.UI.HtmlControls using System.Web.UI.WebControls using System.Web.UI.WebControls.WebParts using System.Xml.Linq -API programming
google-api-java-client-1.13.2-beta
- google的网络开发包,适用于视屏等的服务的调用开发 -the service invocation development of the google web development package, applicable to Screen
servlet-api
- Servlet API。JAVA Web编程的API。-Servlet API. JAVA Web programming API.
Web-communication-platform
- 令人惊叹的web for sdk;支持Windows操作系统上的主流浏览器,可与其它平台的SDK互联互通,开放了源码,在/src文件夹下,有服务器端跟客户端的;API接口说明在/doc文件夹下,可以参考进行二次开发。支持1080P高清,P2P传输,完美无回声问题。-Stunning web for sdk to support mainstream browser on the Windows operating system, SDK interoperability with other
Web-application-source-code
- 使用Visual C++ 或Visual Studio集成开发环境与Socket API,使用C++编程语言,设计并实现了一个简单的点对点的多线程网络聊天软件,使用多线程实现数据的收发-Using Visual c++ or Visual Studio integrated development environment and the Socket API, using c++ programming language, designed and implemented a simple po
web
- 基于VC的SOCKET通信web的API框架源码,大神绕道!-VC-based web-API framework SOCKET communications source, Great God detour!
Web-bomb-source
- 网页炸弹源码,主页和MINI还有wd还有API里把 demo.010xr.com 修改成自己的地址。 -Web bomb source, home page and MINI as well as WD and API in the demo.010xr.com into their own address.
ORNEK_WEBAPI
- Simple/Sample Web Api 2.0 (bearer token) clieant and server
02_SampleService
- Web Api 2.0 whit bearer token
Web API 授权的两种方式及实例
- 代码列举了 Web API 授权时的两种方式,除了采用JWT方式,还灵活采用cache这种方式,避免了算法的复杂性,具有很好的操作性;