联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All xml/soap/webservice(184) 

[xml/soap/webservice] WebService

Web service是一个平台独立的,低耦合的,自包含的、基于可编程的web的应用程序,可使用开放的XML(标准通用标记语言下的一个子集)标准来描述、发布、发现、协调和配置这些应用程序,用于开发分布式的互操作的应用程序。
Web service is a platform independent, loosely coupled, since the application programming based on Web, including XML, can use open (a sub set of the Standard Generalized Markup Language) standard to describe publishingdiscovery coordination and configuration of these applications, for the development of distributed interoperability application. (2017-06-23, Java, 30KB, 下载3次)

http://www.pudn.com/Download/item/id/1498208399601839.html

[xml/soap/webservice] cropper

这是cropper图像剪裁工具源码,该源码cropper是一个非常不错的图像剪裁工具,可以提供了XML设置和编程设置两种灵活的剪裁方式,裁切图像裁剪工具。它提供了一种在XML和编程设置图像,并显示一个可调整大小的裁剪窗口的图像上。调用的的方法getCroppedImage()将返回标记位图裁剪窗口。开发商可以自定义属性(通过XML和编程):外观宽高比是否固定纵横比(宽高比固定裁剪窗口的指引)图像资源的公共方法来通过旋转图像度的指定条数也包括在内。这可以被用来为用户提供一个选项,以修正图像的方向。
This is the cropper image cutting tool source code, the source cropper is a very good image cutting tool, you can provide the XML settings and programming set of two flexible cutting methods, cutting image cutting tool. It provides a set of images in XML and programming, and displays an image on the size of the clipping window. Calling method getCroppedImage () will return the label bitmap clipping window. Developers can customize the properties (through XML and programming): appearance aspect ratio is fixed aspect ratio (aspect ratio fixed cutting window guidance) image resources of public methods to the image rotation degree of specified number also includes,. This can be used to provide an option for the user to modify the direction of the image. (2016-06-16, Java, 8028KB, 下载2次)

http://www.pudn.com/Download/item/id/1466067172800280.html

[xml/soap/webservice] MFC-parse-XML-file-types

C++标准库中没有操作XML的方法,用C++操作XML文件必须熟悉一种函数库,LIBXML2是其中一种很优秀的XML库,而且它同时支持多种编程语言;2)LIBXML2库的Tutorial写得不太好,尤其是编码转换的部分,不适用于中文编码的转换;3)网上的大多数关于Libxml2的介绍仅仅是翻译了自带的资料,没有详细介绍如何在windows平台下进行编程,更很少提到如何解决中文问题。
C++ standard library no way to manipulate XML, C++, XML documents must be familiar with the operation of a library, LIBXML2 is one very good XML library, and it supports multiple programming languages Tutorial 2) LIBXML2 library written not very good, especially the transcoding section does not apply to Chinese encoding conversion 3) most online presentation about Libxml2 merely translated the information that comes with no details of how to program in the windows platform, more little mention of how to solve the Chinese problem. (2015-12-17, Visual C++, 4KB, 下载2次)

http://www.pudn.com/Download/item/id/1450319121759554.html

[xml/soap/webservice] XML-Advanced-Programming

XML高级编程。可扩展标记语言(Extensible Markup Language, XML)作为一种计算技术出现不过是短短几年前的事情。它是一种概念,以其简便性而颇得人心,它驱动了Internet应用程序编写方式的动态改变。本书的覆盖范围本书解释和演示了设计、使用、显示XML文档所必需的技术。
Advanced XML programming. Extensible Markup Language (Extensible Markup Language, XML) computing technology emerged as a thing but just a few years ago. It is a concept, its simplicity and speedier, it drives dynamically change the way Internet applications written. The book explains the book s coverage and presentation of the design, use, and display XML documents necessary technology. (2014-11-26, Others, 17395KB, 下载1次)

http://www.pudn.com/Download/item/id/2662393.html

[xml/soap/webservice] MessageSuite

QT4.8消息信使MessageSuite源码,涉及语言国际化,XML,界面,SOCKET,链表,消息,回调函数,对话框等编程,有通讯录,收件箱,发件箱等并且可以在VS2010插件中编译的版本。
QT4.8 news the messenger MessageSuite source, involving international language, XML, interface, SOCKET, linked list, the message, the callback function, dialog boxes, and other programming, contacts, inbox, outbox and in VS2010 plug the version of the compiler. (2013-01-08, QT, 1619KB, 下载29次)

http://www.pudn.com/Download/item/id/2110923.html

[xml/soap/webservice] xmlToWord

xmlToWord程序,定义一套xml描述接口,用户使用xml描述要生成的word文档的格式和内容,程序生成相应的word文档。程序使用python语言实现,通过com调用word编程开发接口,实现word文档自动生成。程序在word 2010上通过测试,其它版本在自动生成目录操作时需要对模板文件路径进行修改。
xmlToWord: define a xml interface, user can use xml file to describe the format and content. xmlToWord will generate the corresponding word file. It is implemented in python, and tested with word 2010. (2012-08-23, Python, 3411KB, 下载10次)

http://www.pudn.com/Download/item/id/1973303.html

[xml/soap/webservice] ccc

“C程基地”网站是以XML技术为基础进行设计和编码的。该网站是一个C语言学习网站,从语言概述、基础教程、编程技巧和经典习题四个部分系统的介绍了C语言这门编程技术。为了尽可能的体现XML的可扩展性和数据存储与数据显示相分离的特点,在设计中围绕XML标准运用了CSS、XSL、XML源文档与HTML整合等方法表现XML源文档;用DTD验证XML文档的有效性;在数据提取部分运用了数据岛以及DOM等技术。在整个网站的设计中尽可能的展示XML的优越性和灵活性
C Cheng base web site is based on XML technology as the basis for the design and coding. The site is a C language learning site, language overview of the basic tutorial, programming skills and classic exercises four parts of the system C language programming. Embodiment of the XML scalability and data storage and data display phase separation characteristics in the design around the XML standard use of CSS, XSL, and XML source document, and HTML integration method to the performance of the source XML document DTD to validate XML the validity of the document use data islands and DOM technology in the data extraction section. Show the superiority and flexibility of XML as much as possible in the design of the entire site (2012-08-03, Java, 2822KB, 下载3次)

http://www.pudn.com/Download/item/id/1956281.html

[xml/soap/webservice] XMLyuanmazi

XML解析器是用来解析XML数据的程序,它是具有特定编程接口的程序,能把纯文本的XML文件当成一个具有树形结构的对象,然后对其进行操作。
XML is a data format, a data format requires a parser which will resolve the information for you, XML is no exception. You can use SAX or DOM to build such a parser, certainly must first identify the data you need to document what position. (2012-02-27, C/C++, 3068KB, 下载10次)

http://www.pudn.com/Download/item/id/1780296.html

[xml/soap/webservice] XFM-tutorial

MicroStation GeoGraphics XFM (XML-based Feature Modeling)引擎提供了一个可扩展的元数据驱动框架来定义 GeoGraphics中的要素。你可以管理属性、图符、标注规则和要素行为。 这个指南将解释 XFM编程中的重要概念。它的目的是使你能尽快使用 GeoGraphics XFM API。
MicroStation GeoGraphics XFM (XML-based Feature Modeling) engine provides a scalable metadata-driven framework to define GeoGraphics the elements. You can manage the properties, icons, labeling rules and elements of behavior. This guide will explain the important concepts XFM programming. Its purpose is to make you as soon as possible GeoGraphics XFM API. (2011-07-21, VBA, 2061KB, 下载3次)

http://www.pudn.com/Download/item/id/1603081.html

[xml/soap/webservice] perl-5.8.7

Perl 最初只是 Unix系统管理员的一个工具,在工作日里被用在无数的小任务中。从那以后,它逐步发展成为一种全功能的程序设计语言,特别是在各种计算平台上,它被用作 Web 编程、数据库处理、XML 处理以及系统管理
Perl began as a tool for Unix system administrators, in the working days are used in countless small tasks. Since then, it gradually developed into a full-featured of the programming language, Te Bie is Zai variety of computing platforms 上, it Pi as Web programming, database Chuli, XML processing Yijijitong Guan Li (2010-08-28, Windows_Unix, 12213KB, 下载6次)

http://www.pudn.com/Download/item/id/1282268.html

[xml/soap/webservice] xerces-c-3.1.1.tar

Xerces-C++是一个非常健壮的 XML 解析器,其提供的两种解析XML文档的方法,DOM和SAX。SAX是一个面向事件的编程API.一个解析引擎消耗XML序列数据,并在发现进来的XML数据的结构时回调应用程序,这些回调称为事件句柄.与SAX不同,它允许对XML文档进行编辑并保存为一个文件或者流,还允许以编程的方式构建一个XML文档.DOM提供了一个内存中的模型,你可以遍历文档树,删除节点或者嫁接新节点.与解析的SAX事件不同,DOM事件反映出用户与文档的互动以及使用文档的改变.总的来说,SAX是按行遍历XML文档的,而DOM是先把XML文档生成树,然后遍历DOM树,来解析每个节点.
C++ is a very Xerces- healthy XML parser, it provides two analytic method of XML document, DOM and interesting. Interesting is an object-oriented programming API. An event sequence analysis engine consumes XML data, and found in the XML data structure and callback applications of these callback called event handler is different, with interesting. It allows for an XML document to edit and keep a file or flow, but also allows to programming build an XML document. DOM provides a memory of the models, you can traverse document tree, delete the node or grafting new nodes. And analytical interesting events, DOM events reflects different user interaction with the document and the use of the document. Generally speaking, interesting is according to the east, and alex XML document DOM is an XML document, then traverse spanning tree, DOM tree analysis each node. (2010-07-30, C++, 4933KB, 下载30次)

http://www.pudn.com/Download/item/id/1254975.html

[xml/soap/webservice] xml

设通讯录的数据结构如下: 联系人信息包括姓名、职业、关系、电话等。其中,关系的内容有同学、同事、家人、朋友;电话可以有多个电话号码。每个联系人都有一个“编号”属性作为标识。 编程实现在通讯录的XML文档中查询关系为朋友的联系人的信息。
The data set directory structure is as follows: contact information including name, occupation, relationship, phone. Among them, the relationship between the content of some students, colleagues, family and friends phone can have multiple phone numbers. Each contact has a " number" attribute as a logo. Programming XML document in the address book query relations contact information for friends. (2010-05-18, HTML, 12KB, 下载14次)

http://www.pudn.com/Download/item/id/1178462.html

[xml/soap/webservice] BPEL.ppt

BPEL:全称为Business Process Execution Language,即业务流程执行语言,是一种使用XML编写的编程语言。用于自动化业务流程,也曾经被称作WSBPEL和 BPEL4WS。广泛使用于Web服务相关的项目开发中,优点为具有可移植性和有效保护了投资。
The goal of the BPEL Project is to add comprehensive support to Eclipse for the definition, authoring, editing, deploying, testing and debugging of WS-BPEL 2.0 processes. WS-BPEL (Web Services Business Process Execution Language), or BPEL, is a vendor-neutral specification being developed by OASIS to specify business processes as a set of interactions between web services. By providing these tools, this project aims to build a community around support for BPEL in Eclipse. The key pieces of functionality that will be provided are: (2010-04-09, PPT, 584KB, 下载7次)

http://www.pudn.com/Download/item/id/1118285.html

[xml/soap/webservice] newsite

淄博某泵业网站源码 主要功能有: 企业中心 企业简介 企业荣誉 企业公告 联系方式 在线调查 新闻中心 新闻管理 添加新闻 产品中心 产品类别 添加产品 产品管理 推荐产品 留言管理 留言管理 系统服务 密码修改 网站管理 1.开发平台VS2008+SQL2005 2.涉及的技术有flash编程,xml文件编程,生成上传略图等技术。 3.这个程序只供学习用,请不要用于商业目的,想用于商业请联系本人为你定制。 4.附加DB_51aspx目录newsite数据库到sql2005中 5.修改web.config文件中的 use id=你的SQL用户名 pwd=你的sql密码
Zibo main source of a pump site features include: Business Center Company Honor Enterprise Bulletin Contact Us News Center News Online Survey Management Products Add news Add a product category Product Management Message Management messages Recommended products service password management system for the management of a modified site . Development Platform VS2008+ SQL2005 2. The technology involved in flash programming, xml programming documents, such as thumbnail generation Upload technology. 3. This procedure is for learning to use, you should not be used for commercial purposes, I would like to contact me for commercial customized for you. 4. DB_51aspx Additional newsite directory database to sql2005 5. Modify the web.config file use id = your SQL user name pwd = your sql password (2009-06-11, C#, 2268KB, 下载12次)

http://www.pudn.com/Download/item/id/803329.html

[xml/soap/webservice] WebService

什么是Web Service?对这个问题,我们至少有两种答案。从表面上看,Web service 就是一个应用程序,它向外界暴露出一个能够通过Web进行调用的API。这就是说,你能够用编程的方法通过Web来调用这个应用程序。我们把调用这个Web service 的应用程序叫做客户。
What is Web Service? Of this problem, we are at least two answers. On the surface, Web service is an application that exposed to the outside world through the Web to carry out a call API. This means that you can use the method of programming through the Web to call this application. We call the Web service client applications called. (2008-02-20, Java, 8KB, 下载22次)

http://www.pudn.com/Download/item/id/404648.html

[xml/soap/webservice] XMLStringlate

ML DOM (文档对象模型)对象提供了一个标准的方法来操作存储在XML文档中的信息,这就是DOM应用编程接口(API)函数。它是应用程序和XML文档之间的桥梁。DOM包含两个关键的抽象概念:一个是树状的层次结构,另一个是用来表示文档内容和结构的节点集合。树状层次包括了所有节点,节点本身也可以包含其他的节点。这样的好处是可以通过这个层次结构来找到并修改某一特定节点的信息。 微软的MSXML解析器读取一个XML文档,然后把它的内容解析到一个抽象的信息容器中,该信息容器被称为节点(NODES)。这些节点代表文档的结构和内容,并允许应用程序来操作文档中的信息而不需要知道XML的语义。一个文档被解析后,它的节点能够在任何时候被浏览而不需要保持一定的顺序。 对开发人员来说,最重要的编程对象是DOMDocument。 DOMDocument对象通过暴露的属性和方法来允许浏览、查询和修改XML文档的内容和结构。 本文主要介绍DOM的结构和应用,同时用VC编程语言给出了通过MSXML进行XML解析的实例。
err (2008-01-16, C/C++, 2KB, 下载8次)

http://www.pudn.com/Download/item/id/395244.html

[xml/soap/webservice] webcam

一个关于soap编程的例子,工程主要包括: 服务器: ATL库服务器负责从Webcam获取图片. Web Service: 用WSDL Generator发布 客户端: ActiveX 客户端连接Webcam SOAP 服务器获取图片并显示
An example of programming on the soap, works mainly include the following: server: ATL database server is responsible for obtaining from the Webcam image. Web Service: Using WSDL Generator client released: ActiveX client connecting Webcam SOAP server to obtain and display picture (2007-10-19, Visual C++, 298KB, 下载107次)

http://www.pudn.com/Download/item/id/347642.html

[xml/soap/webservice] WWWHttp

用C#实现的Http协议封装,可以使用UrlEncoded、Multi-Part form vars、XML这3种方式来POST和Get文本和文件,支持Proxy,支持各种编码,是良好的学习HTTP编程的例程
With C# Realize the Http protocol package, you can use UrlEncoded, Multi-Part form vars, XML that three kinds of ways to POST and Get text and documents to support Proxy, supports a variety of encoding, is a good learning HTTP Programming Example Cheng (2007-09-17, C#, 31KB, 下载135次)

http://www.pudn.com/Download/item/id/334217.html

[xml/soap/webservice] WorkFlow

在网页中可视化建立工作流模型并以XML形式保存至服务器,对做工作流建模很有参考价值,前台用JS编写,代码很值得一看
Visualization in Web pages work flow model to establish and preserve the form of XML to the server, and workflow modeling to do a good reference value, the prospects of using JS to prepare, code is worth a visit (2007-08-20, Java, 2345KB, 下载750次)

http://www.pudn.com/Download/item/id/321067.html

[xml/soap/webservice] XML.Guide.CHS

这篇最近修订过的教程讨论了 XML 是什么、为什么开发它以及它正如何塑造着电子商业的未来。在讨论过程中,本教程还研究了几个 XML 标准和编程接口,演示了如何采用该技术着手您的工作,并讲述了几家公司如何构建了基于 XML 的解决方案以精简它们的企业并提高其效率。
recently revised curricula discussed what XML is, why it developed and how it is shaping the future of electronic commerce. In the course of discussion, the Guide also studied several XML standards and programming interface, demonstrated how to use the technology start your work, and several companies about how to structure the XML-based solutions to streamline their businesses and improve its efficiency. (2005-04-06, MultiPlatform, 176KB, 下载209次)

http://www.pudn.com/Download/item/id/1112791679504104.html
总计:184