搜索资源列表
基于webGIS 的google map API的公交线路查询
- 基于webGIS 的google map API的公交线路查询,google map API
jquery-easyui-api-chm-document
- jquery-easy-ui的文档,jquery-easy-ui是一套完整的web-ui组件包,可以减小很大的开发量。-jquery-easy-ui documentation, jquery-easy-ui is a complete web-ui component package, you can reduce the development of a large amount.
APR-1.3.3
- Apache Portable Runtime(APR)1.3.3的Windows平台网站API手册-Apache Portable Runtime (APR) 1.3.3 of the Windows platform for web API Manual
Struts-API
- Java web 开发中使用到的Struts-API文档-This is about java web development tool of Struts。
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
jQuery-api-1.7.1_20120209.chm
- 主要是jq 的API文档,是网页形式的。希望大家能用得到。-Jq the API documentation is a web form. I hope everyone can get.
web
- 基于VC的SOCKET通信web的API框架源码,大神绕道!-VC-based web-API framework SOCKET communications source, Great God detour!
ASPNET-Web-API-SelfHost-Sample
- ASP.NET Web API Self-Host Sample Source Code
WebApi
- 利用HttpClientFactory创建的HttpClient调用Web API(Using HttpClientFactory created by HttpClient, call Web API)
Web Audio API
- Html5 Web audio api 接口详解,早期版本(Html5 Web audio api descr iption)
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)
api
- 一个帮助网页开发者,查询帮助的文档,必备文档(A help web developer, query help documentation, essential documentation)
ORNEK_WEBAPI
- Simple/Sample Web Api 2.0 (bearer token) clieant and server
02_SampleService
- Web Api 2.0 whit bearer token
asp-net-web-api-2-samples
- ASP.NET WEB API 框架揭秘 源码(ASP.NET WEB API framework sample code)
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这种方式,避免了算法的复杂性,具有很好的操作性;