Welcome![Sign In][Sign Up]
Location:
Search - Socket XML

Search list

[Internet-NetworkXMLToBin

Description: Delphi写的xml解析器,可以用它来把XML文档与二进制文档相互转换。-Delphi write xml parser can be used to turn XML documents and binary file conversion.
Platform: | Size: 21504 | Author: 杨文捷 | Hits:

[ADO-ODBCdbremotebackup

Description: 介绍一种数据库远程备份方案 服务端(发送方)和客户端(接收方)定好数据库结构及内容格式后,由服务端将数据库生成指定XML格式文件后, 通过Socket发给客户端。客户端接收成功后,用收到的XML库格式文件,生成数据库。-introduces a remote database backup server (the sender) and the client (recipient) fix the database node Structure and content formats, from the database server to generate XML format, Socket issued by the client. The client receives a success, with the receipt of XML format for documents generated database.
Platform: | Size: 92160 | Author: haichuan | Hits:

[Linux-Unixeaselib

Description: 这是本人在Linux下开发经常使用的一组C++工具类,包括了Socket类、TCP服务类、UDP服务类、Mysql数据库操作类、日志类、配置文件解析类、日期时间操作类、MD5和Base64加解密类、线程和线程池类、XML文件解析类等-this is my development in Linux are frequently used by a group C Tools categories, including the Socket class. TCP services category, UDP services category, Mysql database operations, log type, configuration files analytic categories, Date Time operations, and Base64 MD5 encryption type, and thread pool thread category, XML documents and other types of analysis
Platform: | Size: 69632 | Author: 刘忠 | Hits:

[Internet-NetworkCUtils

Description: Linux环境下常用功能的实现,有XML解析器,SOCKET操作,文件操作等常用功能的源码实现-Linux environment commonly used functions, and it is an XML parser, Socket operation, file manipulation functions, such as the common source to achieve
Platform: | Size: 32768 | Author: 天涯 | Hits:

[Windows DevelopxmlParseInC.tar

Description: 使用纯C解析XML的代码,非常高效,只需进行少量修改就可以移植到各种平台-C Analysis of the use of pure XML code, very efficient, only minor modifications can be transplanted into a variety of platforms
Platform: | Size: 312320 | Author: sailwind | Hits:

[SQL Serveryuanchdatabak

Description: 服务端(发送方)和客户端(接收方)定好数据库结构及内容格式后,由服务端将数据库生成指定XML格式文件后, 通过Socket发给客户端。客户端接收成功后,用收到的XML库格式文件,生成数据库。 -Service client (sender) and client (receiver) set a good database structure and content format, by the service client database to generate the specified XML format through Socket distribution to the client. After the success of the client to receive and use the XML library format Receive documents, to generate a database.
Platform: | Size: 95232 | Author: jack | Hits:

[OtherCSharp

Description: 本书是关于C#网络开发的教材,主要包括三个方面内容,首先简要介绍了有关C#网络开发的基础知识;接着讲解基础服务器开发、基础客户端开发、FTP开发、SMTP开发、POP3开发和远程控制开发;最后是高级应用,包括Win32网络组件开发、Web数据库基础、Win32异步套接字数据库开发、XML Web Services开发以及一个完整的分布式网络应用程序开发实例。 本书适合于C#开发人员进行网络开发,对Visual C++ .NET和Visual Basic.NET开发人员也很有参考意义。-This book is on the C# Network development of teaching materials, mainly includes three aspects, first of all briefly introduce the relevant C# Network development based on knowledge then on the basis of server development, the basis of client development, FTP development, SMTP development, POP3 Development and remote control development Finally, advanced applications, including the development of Win32 network components, Web database, Win32 Asynchronous Socket database development, XML Web Services development as well as a complete distributed network application development examples. This book is suitable for C# Developer network development, on the Visual C++. NET and Visual Basic. NET developers is also very useful.
Platform: | Size: 7702528 | Author: Admrial | Hits:

[Internet-NetworktestCenterUI

Description: 类似与Source Insight的Add and Remove file界面,可以通过treectrl添加选择目录,listctrl添加文件,将选择的文件(xml)以SOCKET消息的形式发送给服务器,并等待响应消息判断结果,需要配合xerces-c_2_7D.dll.lib使用-Source Insight similar to the Add and Remove file interface, you can choose to add treectrl directory, listctrl add files, will choose a document (xml) to SOCKET messages sent to the server and waiting for response messages to determine the outcome of the need to meet the xerces-c_2_7D . dll.lib use
Platform: | Size: 51200 | Author: Louis Lee | Hits:

[xml-soap-webserviceWTcpSrv

Description: TCP/IP socket Server,can open xml file and sends the data to all clients
Platform: | Size: 331776 | Author: frank | Hits:

[xml-soap-webservicemedia_web_cfg

Description: 一个基于PHP语言与JS的网页,里面有Socket通信与PHP对配置文件与XML文件的操作-Based on the PHP language and JS pages, there are Socket Communications and PHP configuration files to XML documents and to operate
Platform: | Size: 306176 | Author: madeng | Hits:

[Crack HackXML

Description: Secure Socket Layer (SSL) and Transport Layer Security (TLS) are the current standards for communicating information securely over the internet. With TLS, all data being transmitted from point A to point B is encrypted. What if we only want some of our data to be encrypted as it is transmitted? We can use XML Encryption. 2. Each time something is encrypted, it must have the <EncryptedData > tags around it along with information as to what is being encrpted (text, an XML element, content of an element, etc). It also needs to have the <CipherData> tags and the <CipherValue> tags to indicate the actual encrypted data.
Platform: | Size: 8192 | Author: Tong Liu | Hits:

[Windows Developproject

Description: 在现实世界中,我们逐渐发现,可以将一个原来在一台计算机上执行的大型任务,划分成很多小任务组成的集合,然后,我们将这个任务集合中的各个小任务由服务器端计算机分派到各个客户端计算机执行。客户端计算机执行完成,将结果返回到服务器,服务器将结果汇总合成为最终结果。这样的并行处理比由一台计算机机型串行处理效率高出多倍(由客户端数量决定)。这种分布式计算模型尤其适用于大型科学计算。当前,美国伯克利大学开发的Boinc分布式计算平台被广泛应用于各个领域,如:搜索外星文明,分析基因,医学,农业等。更有甚者,已经出现了有偿分布式计算平台,Gomez Peer就是有偿分布式计算的典型应用。 2 功能清单 1. 任务有向图以三种方式提供,Server端应根据界面不同的选择,提供不同的数据加载方式。这三种方式包括:文本方式,XML文件方式和数据库方式。 2. 界面提供任务对象和Client对象实时状态跟踪。 3. Server与Client之间的通信数据需要加密。 4. Server与Client之间的通信数据需要按照日志的形式保存到数据库。 5. 任务异常的情况有智能恢复机制 6. 有检测通信异常的机制 7. 通信异常情况下,有任务智能回复的机制 -TaskSchedule and database! socket
Platform: | Size: 1435648 | Author: WuHaiBo | Hits:

[JSP/JavaXmlTest

Description: XML解析 通过SOCKET发送与接收 XML创建-XML
Platform: | Size: 776192 | Author: xu | Hits:

[Windows DevelopDataSend

Description: socket数据发送,读取XML文件发送至服务端代码。-Data send to DEST DB
Platform: | Size: 3072 | Author: kongduoxing | Hits:

[Linux-Unixtcapi

Description: C based simple socket connection code and leveraging the XML communication.
Platform: | Size: 37888 | Author: xin | Hits:

[Internet-NetworkpolicyServer

Description: flash 中的 socket 使用,要先访问策略服务器获取安全沙箱的策略文件,如843 端口,然后才能与你的逻辑服务器端口通讯,我提供的是一个策略服务器的代码,可以在命令行用下面的命令启动这个服务 flashpolicyd.py --file=policyfile.xml --port=843-The policyfile.xml file is a Flash Player socket master policy file that will need to be configured to reflect the permissions for the server.
Platform: | Size: 2048 | Author: wf | Hits:

[Linux-Unixgfx

Description: unix(sco,aix)下面的c语言函数库。 包括基本的字符串操作,socket操作,xml操作,tree操作等-unix (sco, aix) following c language function library. Including basic string operations, socket operations, xml operation, tree manipulation
Platform: | Size: 130048 | Author: liuyq | Hits:

[CSharpMenuServer

Description: 用C#写了个点菜系统的服务端,负责编辑菜单的xml文件,然后上传至手持终端,更新其上的菜单信息。兼具socket功能,接收手持终端传来的客人点的菜单信息。这个代码是半成品,里面有FTP操作的类,socket的Server端,TCP形式,还有XML的解析功能及图片的显示。(VS2005环境C#语言编写)-With C# wrote a la carte system, server, responsible for editing the menu' s xml file and uploaded to the handheld terminal, update the menu information. Both the socket function, hand-held terminal to receive guests are coming from the menu information. This code is semi-finished products, there are FTP operation type, socket of the Server side, TCP forms, as well as XML parsing function and image display. (VS2005 environment written in C#)
Platform: | Size: 52224 | Author: 陈旭 | Hits:

[CSharpTjDTraderTest2011-5-04cheng

Description: loadrunner性能测试脚本 socket XML-loadrunner performance test script socket XML
Platform: | Size: 107520 | Author: chengwei | Hits:

[ICQ-IM-ChatQQ

Description: 企业QQ通信系统,VC++6.0 + XML + Socket 实现,文件调试完成,没有问题,请下载相应的软件进行运行,操作系统最好是Windows Server 2003系统,XP系统也可以。-QQ enterprise communications systems, VC++6.0+ XML+ Socket implementation file to complete commissioning, no problem, please download the appropriate software to run, the best operating system is Windows Server 2003 system, XP system can.
Platform: | Size: 1471488 | Author: 王春雷 | Hits:
« 12 3 4 »

CodeBus www.codebus.net