搜索资源列表
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.
Visual InterDev 6.0
- Visual InterDev 6.0是微软的一种开发环境,它允许你快速地建立和管理动态的Web应用,你将了解用于建立动态Web应用客户端和服务器端脚本的技术,Actire Server Framework (ASF)是这种环境下的重要组件。-Visual InterDev 6.0 is a Microsoft development environment, it allows you to quickly build and manage dynamic Web application, y
bookshop.rar
- 本系统采用的技术方案为JSP +Tomcat+ Access,即使用JSP作为Web服务器端开发语言,采用Tomcat作为Web服务器和JSP引擎,采用Access作为后台网络数据库管理系统。 本系统主要包括网上书店主页,用户登录注册主页面,新用户注册页面,用户信息页面;购物车页面,管理员登陆页面,书籍管理页面等可视化页面。功能清单: 产品分类展示功能、商品的搜索功能、热卖商品推荐功能、网上订购、订单修改功能、用户注册登录管理功能、用户信息管理功能。 ,This system USES of
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
VB
- 从太平洋上下载下来的打包学习VB的教程。 》VB专区 ·Visual Basic 的数据库编程 ·使用VB建立Web Server ·VB与Windows资源管理器互拷文件 ·VB查找文件的两种方法 ·利用VB设计打印复杂报表 ·在VB中播放AVI文件 ·在VB中引用.dbf及索引文件 ·VB5.0中实现字体闪烁效果 ·在VB应用软件中实现动画效果 ·VB编程中如何锁定鼠标 ·用VB实现关闭所有数据库对象 ·VB调用
companyasp
- 中小型企业建站解决方案 基本信息 开发工具: Visual Studio 2005 开发语言: VB.NET 数据库: SQL Server 2000 ASP.NET版本:ASP.NET 2.0 数据库文件位置:“trfsoftNetWeb\App_Data\For MSSQL2000”目录下,直接附加数据库即可; 数据库用户名与密码:位于trfsoftNetWeb\web.config文件中,默认是sa/(空)
VBnetWebserver
- visual basic vb.net web server
CEWEB
- Visual Basic.net embedded Web Server for WINCE
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
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
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 .