Welcome![Sign In][Sign Up]
Location:
Search - webservices

Search list

[Delphi VCLWebService

Description: delphi webservices的控制源码,非常不错的代码-delphi webservices control source, very good code
Platform: | Size: 443392 | Author: 中山服 | Hits:

[IOSWebServices

Description: ios客户端,通过webservice获取web端信息-the ios client, webservice access to the web-side
Platform: | Size: 30720 | Author: yinguo | Hits:

[Program docCongoWebServices

Description: webservices开发,wsdl的编写技术。。文档来源于大中兴开发,请乎商用-webservices developer ,wsdlwriter information。document belongs to zte 。please don‘t shangyong
Platform: | Size: 2048 | Author: zlm | Hits:

[CSharpEmployeeWebService

Description: webservices 的开发案例,作为初学者具有很好的参考价值。
Platform: | Size: 202752 | Author: dejing.lou | Hits:

[OtherThuc_hanh_WebServiceLab5

Description: webservices in asp.net csharp
Platform: | Size: 183296 | Author: eson | Hits:

[.netSkyiSite

Description: 功能比较简单,主要是用户登录、注册(注册后需要审核才能使用)及信息修改等,采用Asp.netMVC开发 管理后台有用户管理、角色管理、邮件配置等功能 花了五天时间,终于做好了asp.net mvc后台管理系统,但mvc传递中文字符困扰了我很久,后来还是用Des加密解密技术搞定,适合mvc初学者学习参考! 采用的了Form身份验证,WebServices,Linq,数据加密解密,Mztreeview1.0 解决了mvc传递中文字符的问题 DB_51aspx下为Sql2005数据库,附加即可 默认管理员帐号/密码:qiaojun/123456-Relatively simple user login (Registration needs to be reviewed in order to use) and information modify using Asp.netMVC development management background user management, role management, mail configuration took five days to finally do a good job asp.net mvc background management system, but mvc pass Chinese characters has troubled me for a long time, and later still get Des encryption and decryption technology, for mvc beginners learning reference! Used Form authentication, WebServices, Linq, data encryption and decryption, Mztreeview1.0 solve mvc pass Chinese characters DB_51aspx Sql2005 database, additional to the default administrator account/password: qiaojun/123456
Platform: | Size: 2532352 | Author: dfasgfwoi | Hits:

[JSPJAVA_WebService

Description: java webservices 基础,入门必学资料,适合快速上手-the java webservices based on the entry will learn the information, for Quick Start
Platform: | Size: 821248 | Author: Edward | Hits:

[JSP/JavaWeather_Util

Description: 通过http://webservice.webxml.com.cn/WebServices/WeatherWS.asmx提供的接口服务,实现实时提取所在城市的天气情况的代码.-The interface services by http://webservice.webxml.com.cn/WebServices/WeatherWS.asmx to achieve real-time extraction of the weather conditions of the city code.
Platform: | Size: 7168 | Author: changweizhang | Hits:

[Web Servergsoap_2.8.6

Description: gsoap开发包,自动生成webservices连接代码。-The gsoap packet.
Platform: | Size: 13760512 | Author: hhdt2 | Hits:

[Otherwebservicesbook

Description: webservices经典教程,对初学者有用-webservices training book
Platform: | Size: 5404672 | Author: phosphor | Hits:

[JSP/JavaFtpTask

Description: android端直接发送webServices 请求-android the end sent directly webServices request
Platform: | Size: 5120 | Author: wbj | Hits:

[Delphi VCL28789_soap_webservices_demos_for_delphi_xe_and_xe

Description: soap webservices demos for delphi xe and xe2
Platform: | Size: 1980416 | Author: Serg1516 | Hits:

[JSP/JavaTestWebservices

Description: 这是个小系统关于webservices的希望对大家有帮助-failed to translate
Platform: | Size: 466944 | Author: 郭佳佳 | Hits:

[.netstudentMate

Description: 自己写的一个小系统,用javascript完成,还涉及到WebServices,数据库是SQL Server-Wrote a small system, complete with javascript, but also to WebServices, SQL Server database is
Platform: | Size: 527360 | Author: 张博 | Hits:

[Web Serverc_call_php

Description: C# winform 与PHP webservices 交换数据-<?php //***************************** //email:410578660@qq.com //sujm //***************************** $dbhost = localhost $dbuser = root $dbpass = sujm $dbname = csp_data //Connecting to DB $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die( Error connecting to mysql ) mysql_select_db($dbname) $query = "SELECT* FROM users" $result = mysql_query($query) echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" echo "<MessageXML>" while($row = mysql_fetch_array($result, MYSQL_ASSOC)) { echo "<Data>"."<Email>{$row[ email ]}</Email>"."<Name>{$row[ name ]}</Name>"."<Password>{$row[ password ]}</Password>"."<Question>{$row[ question ]}</Question>"."<Answer>{$row[ answer ]}</Answer>"."</Data>" ?>
Platform: | Size: 34816 | Author: Sujm | Hits:

[SilverLightSilvesdafrlightFileUpload

Description: Silverlight上传工具支持多文件上传,上传之前预览图片窗口可以调整图片大小,独立进度和整体进度显示,快速上传,ASP.NET服务器控件,并且可以非常灵活的改变程序根据自己的需求。 不同于其他上传控件 .速度非常快,没有使用webservices上传文件。webservices是比较慢的,上传文件被分成文件块上传到webservice,然后一块块将文件上传到服务器。如果某块文件不可用可能会造成上传的文件不完整。 .可以上传比较大的文件,开发者有能力限制文件大小和文件总大小,不是限制maxRequestLength在web.config中。上传控件上传文件以文件快形式,但是这远远超过了webservice中所使用的4MB,默认maxRequestLength值,可以更大(建议在25-30MB这个范围)。这个maxRequestLength可以保持最小的拒绝服务攻击,仍然可以上传大文件和避免缓冲溢出。 .文件可以恢复。而且上传时候可以检测到已经上传过的同名文件,并提示你是否覆盖已经存在的文件。 .暂时只有jpg图片在上传之前在缩略图中调整大小。-Silverlight upload tool supports multiple file upload, preview before uploading the picture window you can adjust the picture size, independent progress and overall progress display, fast upload, ASP.NET server controls, and can be very flexible to change the program according to their needs.
Platform: | Size: 1723392 | Author: jiachao | Hits:

[ISAPI-IED7WebService

Description: Delphi7 调用WebServices实例,自己用VS写的接口-it is .net webservice
Platform: | Size: 418816 | Author: plucky | Hits:

[e-languageWebServices

Description: 库存管理系统,框架写的it is very good i t is very good it is very good-it is very good it is very good it is very good it is very good
Platform: | Size: 9216 | Author: pms | Hits:

[Industry researchK3WebServices

Description: 金蝶K3基于WebServices外部数据交换接口使用指南,对学习金蝶K3二次开发的朋友很有帮助.-Kingdee K3 WebServices external data exchange interface based user guide for learning Kingdee K3 secondary development of helpful friends.
Platform: | Size: 126976 | Author: XiBei | Hits:

[JSP/JavaWeatherWebService

Description: 在android中实现了如何使用天气的webservices简单代码,将获取到的数据市直接显示在界面,以及toast-In android realized how to use the weather webservices simple code, will obtain the data to the city directly displayed in the interface, and toast
Platform: | Size: 712704 | Author: jone | Hits:
« 1 2 3 4 5 6 7 89 10 »

CodeBus www.codebus.net