搜索资源列表
FlickrNet-30396
- FLICKR的一个WEB API,用于程序访问FLICKR网站提供的服务.
virtualearthwebpart-22142
- 可以显示地图的网页组件利用API 在网页中展示地理资讯-This map web part utilizes both the SharePoint API and the cAPI and enables you to enter addresses into a SharePoint list and those addresses will be plotted within the map webpart.
API26
- asp的API接口演示程序要求服务器或虚拟主机能够运行IIS等Web服务器, 运行演示程序前,下载并解压缩本演示程序,由于本API接口系统都是通过socket获得数据,因此使用本程序时请确认您的IIS服务器已安装w3Sockets组件-asp procedural requirements of the API interface demo server or virtual host can run IIS and other Web server, run the demo program
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
ArcGISServerJavaScriptAPIGeoWeb
- 实现webGIS开发的入门级示例,了解web下ArcGIS的开发流程及API。-The entry-level webGIS development example, to understand the development of the web under ArcGIS workflow and APIs.
servlet-api
- Servlet API。JAVA Web编程的API。-Servlet API. JAVA Web programming API.
Demo
- 基于百度地图API的web应用,应用与手机移动端,使用html+css等技术。-The application of web Baidu map based on API, the application of mobile terminal and mobile phone, using html+css technology.
mp3tgf
- MP3听歌房是一款免费的在线音乐播放器,采用Flash开发。支持的音频视频格式主要有MP3,FLV,MP4,并可以通过网页JS接口实现WMP(Windows Media Player)所支持的格式播放,如wma,wmv等。主要功能特色有列表式播放(自定义音乐专辑和列表),MP3可视化效果(声音频谱),同步歌词(默认支持lrc歌词以及kmc卡拉ok歌词),高清视频和在线直播(h264/rtmp),自定义皮肤,加载各种插件等等,CMP4支持api的调用,可让用户实现更多自定义功能。-MP3 song
xiongrun_v1.2
- 本地宝团购导航网站v1.2是由本地宝提供API接口调取团购数据,使用本程不用管理接口、数据采集,只需将程序放在网站某文件夹或域名下。程序是经过SEO优化,对提升网站流量有很大帮助,如果你的网站支持rewrite伪静态的话,你可以开启伪静态功能。-Local treasure buy navigation site v1.2 is provided by a local treasure API interface data retri buy, do not use the process m
medoo
- Medoo是一款轻量级PHP数据库开发框架,提供了简单,易学,灵活的API,提升开发Web应用的效率与性能。-Medoo is a lightweight PHP development framework that provides a simple, easy to learn and flexible API, Web application development to enhance the efficiency and performance.
crossphp-full-1.1.1
- Cross PHP Framework是一个高效、轻量、易扩展的PHP开发框架。 Cross PHP Framework 1.1.1 改进内容: 一. 支持PSR标准,支持composer安装。 二. 一个项目多个app,便于多人分工.写好web后不用为api再写一次逻辑 三. 视图层采用原生php.支持layer布局,不同的页面风格只需指定不同的layer即可. 四. 通过解析url运-Cross PHP Framework is an efficient, ligh
nehkbg2
- revb!微博客系统是由PHP开发的简洁多用户微博社区系统。由个人开发,提供了WEB和WAP两种访问方式的代码。后续会支持开放API。系统的开发环境是PHP5,Apache2.2,MySQL5,其它版本下可能会出现问题,后续会慢慢支持不同环境。-revb! micro-blog system developed by PHP simple multi-user microblogging community systems. Developed by individuals, it provid
SRPBoard_I18N_V2.0.tar
- 英语作文在线翻译程序基于谷歌google翻译API实现,程序是php,放到网站上后自己修改下链接就可以使用。-English Writing Online translation program is based on Google google translate API, the program is php, post on the web site under the link you can modify their own use.
cmp4b120729
- CMP4是一款免费的在线音乐播放器,采用Flash开发。支持的音频视频格式主要有MP3,FLV,MP4,并可以通过网页JS接口实现WMP(Windows Media Player)所支持的格式播放,如wma,wmv等。主要功能特色有列表式播放(自定义音乐专辑和列表),MP3可视化效果(声音频谱),同步歌词(默认支持lrc歌词以及kmc卡拉ok歌词),高清视频和在线直播(h264/rtmp),自定义皮肤,加载各种插件等等,CMP4支持api的调用,可让用户实现更多自定义功能。-CMP4 is a
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这种方式,避免了算法的复杂性,具有很好的操作性;