搜索资源列表
smias
- Short Message Internet Access Solution(SMIAS)是结合中国移动通信总公司的“梦网计划”应运而生的一套基于短信的移动互联网应用解决方案。 本系统提供了面向服务提供商(ASP或ICP)的开发接口,服务提供商可以使用这些接口API实现与福建移动通信公司SMIAS系统的接入。 -Short Message Internet Access Solution (S 5d) with China Mobile Communication Corporation
0010.rar
- 简单的ASP聊天室,ASP+ACCESS数据库,Simple ASP chat rooms, ASP+ ACCESS database
address
- 本系统采用ASP跟Access完成简单的通讯录管理-The system uses ASP with Access to complete a simple contact management
HttpMultipart
- WCF 是微软力推的通讯框架,它能够以 ASP.NET WebService 的方式实现 RESTful 方式的服务。但是缺陷是目前的版本不支持对 HTTP multipart 格式的自动解析。而不像传统的 ASP.NET WebService 可以自动解析 multipart 中的多媒体数据,并通过访问 Context.Request.Form["name"] 和 Context.Request.Files["name"] 方便地访问。 这份代码在 HttpMultipartForm