搜索资源列表
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
Webservicexml
- 如果运行代码报错,不能正常加载xml文档是正常的;解决办法是: 下载此实例把它skydemo包放在C盘的根目录下,就不会出现异常!! 此实例紧供新手学习,对于有一定基础的没什么可学的! 有什么好的实例和项目可以共享,互相学习-If you run the code error, can not properly load the xml document is normal solution: download this instance it skydemo pack
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