搜索资源列表
Senfore_DragDrop_v4.1
- Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
Bank.rar
- 此为银行排队系统 银行营业厅配置 --营业窗口设3~8个,可以灵活设置 ;两类客户:一类是普通客户,一类是VIP客户 (需要提供VIP身份号进行身份验证);设定1~2个窗口优先办理VIP客户服务。只要有VIP客户在等待,这些窗口都要优先办理VIP客户业务。只在当前没有VIP客户服务申请的情况下,这些窗口转去办理普通客户业务。 营业窗口在办完一项业务后,可以暂停办理,停止叫号,休息一段时间,然后恢复办理。但原则上所有窗口不会同时休息。 当所有服务号码都被处理完毕,才允许发出“下班”指令,关
RESTService
- WCF REST服务开发示例,使用get方式传参-WCF REST service development example,use get to pass parameters
crm
- Activity——活动管理模块 Analyse——分析模块 Client——客户管理系统模块 Email——E-mail管理模块 Fee——费用管理模块 Report——报表模块 Sell——销售管理模块 Service——服务管理模块 Stock——库存管理模块 UserManage——用户管理模块 其余文件夹为: Data——报表生成数据存放文件夹 Images——图片文件夹 scr ipts——脚本文件夹 -Activity-
flickrapi-1.2
- java的flickr API的实现,可以自动的根据标签或者关键字进行图片下载-This is a Java API which wraps the REST-based Flickr API (information available at http://www.flickr.com/services/api/). This API has been tested with JDK 1.4 and JDK 1.5. The default distribution is b
ListLibraries
- SOAP/REST开发代码,开发基于IBM Lotus Quickr 文档管理接口的SOAP代码-SOAP and REST based calling code that developed by Java. It calls IBM Lotus Quickr Content Service.
EXINT_module
- 本文件夹中的代码是“外部中断模块”的相应代码。 exint.c 该文件是EXINT代码,包括main主函数、中断服务程序等。 EXINT.pdf 该文件是C6713外部中断EXINT原理图,至于C6713的其他部分(如SDRAM、FLASH等)和部分控制信号、电源信号都略去。读者朋友可参考另外相关的章节。 -The code in this folder is " external interrupt module" of the correspon
Photo
- 一个图片分享网络服务。服务器采用的是SOAP以及REST两种形式,客户端也用两种形式访问。使用C#进行开发。-A photo sharing web service. SOAP and REST are used for communication between client and server. The project is in C#
Rest
- 餐饮自动点菜服务系统:实现客户自动点菜,自动下单.-Automatic la carte dining service system: automatic order to achieve customer, automated order operation
IC_Chapter5_RESTService_WebService
- IC_Chapter5_RESTService_WebService是本书第五章的实验,该章讨论了目前主要的服务模型,本实验主要设计了一个REST服务的例子,通过该实验,用户可以体验到REST服务的简洁、高效的特点。-REST Service WebService
ConsoleApplication2
- CONSOLE APPLICATION TO TEST REST SERVICE CALLS-CONSOLE APPLICATION TO TEST REST SERVICE CALLS
REST-Project
- it s a exmaple project which used rest techology to implements the service
geonames-1.1.9
- GeoNames Java Client 是通过 REST 服务访问地理数据库 (www.geonames.org) 的 Java 开发包。-The GeoNames Java Client is a REST service access geodatabase (www.geonames.org), Java Development Kit.
dataservicexmltestdb
- WCF Data Services DataServices.Web: Aso.net MVC使用WCF Data Services 建立Asp.net MVC Web项目 添加Ado.net Entity: NorthWind.edmx 添加WCF Data Service:NorthWindService.svc 视图: Views/Demo/Index.aspx使用AJAX访问NorthWindService.svc DataServices:Web
Jersey.Sample.Contact.Src
- jersey搭建rest服务学习实例,适合初学者-Jersey to build a REST service learning examples, suitable for beginners
RESTProvider-master
- RESTProvider旨在让访问REST服务(或任何主要的HTTP调用的网络数据格式)更容易,并将其缓存到本地的一个SQLite数据库中,允许脱机使用。可自动解析RESTful API,并将其响应到Android的一个Provider中。-RESTProvider designed to allow access to the REST service (or any major network data format HTTP calls) more easily, and caches a
rest-kitchen
- 这是餐厅后场管理系统的一部分,模拟餐厅下单到后场小票机打印出小票。使用的框架为Struts+Mybatis+Spring。这是JavaEE中对应的控制层,有Manager和Service层。这也是算法现在的逻辑控制部分。 -This part is for the service logic of the system.
PrintServiceSystem
- 使用C#监听刷卡器,调用rest服务获取打印任务,解析并调用打印机打印-Use C# to listen swipe card reader, calls the rest service get the print job, resolve and call the printer
django-rest-messaging-js
- This is the React.js frontend for django rest messaging, a real-time messaging service for Django Rest Framework. You can get the documentation of the project and see a demo.
JAX-RS-Hello-World-Jersey-Example
- we show you how to develop a simple hello world REST web application with Jersey