搜索资源列表
MyWebServerCode
- This article explains how to write a simple web server application using C#. Though it can be developed in any .NET supported language, I chose C# for this example. The code is compiled using Beta 2. Microsoft (R) Visual C# Compiler Version 7.00.9254
HTMLWML
- 可以完全实现HTML文档和WML文档之间的格式转换,用此软件只需打开需要转换的文档就可以在它的HTML和WML两个页面看到不同的文档源码,是个非常简单实用的两种语言格式之间的转换器-be fully realized HTML files and documents between the WML format conversion, With this software open only need to change to the document will be in its HTML a
mod_gsoap_win_0_0_2
- gsoap的ISAPI实现,可以方便的把gsoap用在isapi开发上
WSProxyLib
- web service 动态调用,可以通过配制文件实现web服务的即插即用式调用
xmldtree_2
- 用xml,xls实现在菜单tree,可以有菜单上下文,能够点鼠标右键来实现添加、修改、删除等功能-Use xml, xls to achieve in the menu tree, context menus can be able to point to achieve the right mouse button to add, modify, delete and other functions
xmlhttpchat
- 用XMLHTTP编写的无刷新聊天室。 XML+ASP实现。 可以学习XMLHTTP,和XMLDOM解析。 本人多年前的学习之作。-Prepared using XMLHTTP chat rooms without refresh. XML+ ASP implementation. Can learn XMLHTTP, and XMLDOM Analysis. I many years ago for the study.
digester-python
- 一个用Python实现的将XML源文件转化成Python对象结构的转换器。使用时请将转化规则写到config.xml文件中。使用该程序后可以避免每次都写冗长的读取xml文件创建对象结构的过程。当使用混合编程时,该程序也可以被用于C++工程。参见http://commons.apache.org/digester/,本程序是这个工程的Python版本!-With the realization of a Python source file will be XML objects into the
XML
- 可以实现用java读取XML去掉XML里不必要的字符串,读取XML中的有用的字符串。-Read XML with java can get rid of unnecessary strings in XML, read XML in a useful string.
ReadXml
- 用数据绑定类型DataSet绑定出XML的数据让侯修改,可以实现XML的增删查改。-read XML
xm
- 这个是用XML标记语言编写的通讯录,可以实现查询和添加删除操作-This is with XML markup language to write the address book, can realize the query and add or remove operation
cgi-bbs
- 动手写论坛项目 1.使cgi更加健壮,安全 2.文件上传和下载, cgi c库可以实现,但不打算用,都自己写,关键是HTTP协议~ 3.留言页面多元化, 支持表情等 4.计算在线时间和统计人数等 5.实现发mail, perl下有sendmail,但c一定要用socket才可以?这样的话得暂时要搁置这功能,因为打算找到工作后再深入socket-1. The cgi more robust, secure 2 file upload and download, cgi c li
LibraryWeb
- 图书馆静态网页,画面精美,能够实现轮播效果和切换效果,下拉框效果,鼠标事件,可以用来参考。-Static library website, the picture is exquisite, can realize the effect of carousel and switching, drop-down box, mouse events can refer to.
用Delphi-实现WebService
- 用Delphi-实现WebService.定义一个接口单元。先通过向导生成一个空的单元文件,然后在此单元中实现基本的接口(Iinvokable)和定义以后客户端程序可以调用的方法