搜索资源列表
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
chapter12webserver
- web服务器高级编程实例,为Visual C++.NET网络与通信高级编程范例第十二章配套光盘。-web server programming examples, for Visual C.NET network and communications senior programming paradigm Chapter 12 matching CD.
ToolForSQL2000.rar
- VB6环境编写的的MSSQL2000数据库管理工具,可以搜索连接网络服务器,设定IP和登录密码就可以连接,界面也挺专业的,它可以搜索并列出局域网内的所有的Sql Server服务器及数据库、数据表、并对数据库进行表操作:删除、查询、运行SQL查找、编辑等,类似SQLSERVER企业管理器的功能。,Prepared by the VB6 environment MSSQL2000 database management tools, you can search to connect web se
webscaner
- WEB服务器漏洞扫描器,WEB server Vulnerability Scanner
fws
- http web server c语言实现,兼容windows和linux,实现http web server的基本,支持gzip压缩-http web serverc language, compatible with windows and linux, the realization of the basic http web server, support for gzip compression
Bandwidth
- 一个很小巧的VB版网络服务器带宽流量监控程序,适时显示流量曲线,显示上传速率、下载速率、已接收的字节大小,以及平均速率等。曲线图可以很直观的显示当前带宽宽使用情况。-VB a very compact version of the web server bandwidth traffic control procedures, and timely flow of curves show, show upload speed, download speed, has received the b
upload2server
- 一个可以上传文件到Web服务器的控件,包含源程序-One can upload files to the Web server controls, including source code
add
- 由Visual C++ 4.2开发的一个DLL,它扩展了ISAPI,允许你指定路径访问服务器。例如你的服务器名为MOOSEBOY,且ADD.DLL安装在Web服务器的根目录,你就可以使用URL:http://mooseboy/add.dll? -By Visual C++ 4.2 developed a DLL, it extends the ISAPI, allows you to specify path to access the server. For example, your
vbscriptsearch
- Microsoft Visual Basic scr ipting Edition 是程序开发语言 Visual Basic 家族的最新成员,它将灵活的 scr ipt 应用于更广泛的领域,包括 Microsoft Internet Explorer 中的 Web 客户机 scr ipt 和 Microsoft Internet Information Server 中的 Web 服务器 scr ipt。 本书提供VBscr ipt 语言参考-Microsoft Visual Basic
VBnetWebserver
- visual basic vb.net web server
AspToAspX_ForFTBBS
- 本程序修改自飞天BBS 7.0 将原来的ASP语法迁移为ASP.NET并封装成DLL ASP.NET相对ASP有更快的执行效率以及更高的并发访问量 基于ASP.NET的DLL可以运行在支持ASP.NET的虚拟**上,不需要注册DLL,更新DLL也不需要重起IIS 本程序采用了Web.Config文件的HttpHandlers机制,不需要明文的ASPX文件 VBSource目录为ASP.NET程序的源代码,不需要上传到Web服务器 WebFolder目录为上传到Web服务器
CEWEB
- Visual Basic.net embedded Web Server for WINCE
fath_BarcodeX_NET_v2.0
- BarcodeX.NET is a .NET WinForms component and ASP.NET server control designed to create almost any type of industrial barcode in your applications and web sites. Features * 100 C# managed code * Available to .NET framework 2.0, 3.0 and
My_Web
- This my personal website, made with ASP .NET / Visual Basic .NET 2003 and Microsoft SQL Server 2000. It look like my web at "http://n.1asphost.com/hendragd/". There are search engine, Main Menu (Home, About, Download, Tutorial, Feedback) and Develope
WebPartApp
- WebPartManager,WebPartZones,CatalogZones,EditorZones的使用,运行环境Visual Studio2008,Web服务器:Internet Information Services 5.1,Web浏览器:Internet Explorer7.-WebPartManager, WebPartZones, CatalogZones, EditorZones use, operating environment Visual Studio2008, We
vcWebServer
- Web服务器的实现主要是服务器端接受并响应客户端的请求,本次设计是在Visual C++开发平台上使用Winsock编程技术开发Web服务器程序。 该Web服务器的结构采用“请求/响应”的模型,具有支持多线程,配置网站所在目录和缺省主页,支持GET、POST和HEAD等方法,基本的错误处理,支持ASP等功能。 -The realization of the Web Server is based on the acceptance and response of the server
duideng_c
- 对等网络C#编写的源代码,《对等网络编程源代码》一书附带的光盘的C#源码-This file contains the information about running the C# version of the application. You must have the following Software installed on your machine in order to run this application. 1. Microsoft Visual Studio
Proficient-Visual-C-Sharp-2005
- 精通Visual C#2005 本书内容完备,包含从C#.net技术入门到内容完整的综合实例的全部内容,介绍了利用C#开发控制台程序、ASP.NET Web应用、ASP.NET Web Server的技术-Proficient Visual C# 2005 book is comprehensive, containing from C#. Net Technology Introduction to the content fully integrated the entire conte
Web-server
- visual c++ 网络通信编程 Web服务器编程项目-visual c++ Programming Web server network communications programming project
basic-web-server-Test
- In this day and age you will find yourself at times needing to set a color in two different ways. If you are doing any sort of web development you will find that often you are referring to colors using a code that looks something like this #0066FF .