搜索资源列表
公司人事薪资管理ASP+SQL版
- 在Windows系统的管理工具中,选择Internet信息服务,进入web页面管理界面。设置默 认web站点的路径为本目录的绝对路径。 确保您的机器上安装了SQL Server 2000或以上的版本,建立一个新的数据库ASPData,再将 存放在datasource子目录下的mydb_1文件导入到新建的数据库中,并进行还原备份。-on Windows systems management tool, select Internet Information Services, access we
第10章 ASP访问SQL Server数据库
- ASP程序是运行于网络服务器端的一种应用程序,想要正常运行ASP程序,首先应当建立ASP的运行环境。常用的支持ASP的网络服务器有PWS(Personal Web Server)和IIS(Internet Information Server),下面就分别介绍在3种常用的Windows操作系统下如何建立ASP的运行环境。-ASP Program is running on the network server, an application that ASP want to normal ope
Repeater
- 这是对asp.net服务器控件repeater功能扩展的文件,适合用于网页开发需求,内附说明,简单易懂-This is the Asp. Net server controls repeater function expansion, optimized for web development needs, enclosing note, simple
AspxZip
- 1.能够在支持 ASP.NET 的 Web 服务器上通过友好的 Web 界面方便地 压缩/解压存放在服务器上的文档。 2.通用性极强,只要服务器支持 ASP.NET,就可以正常运行。 -1. In support of ASP.NET Web server through friendly Web interface to facilitate the pressure reduction / decompression stored on the server documentat
AspWebServer
- 解析ASP的web服务器-analytic ASP web server
AspWebServer
- 一个ASP的Web服务器!CSharp开发的,很好用啊-an ASP Web server! CSharp development, with good ah
ASP算法
- 这两个对象是ASP所提供的内置对象中最常用的两个。在浏览器(或其他用户代理)和Web服务器之间,请求与响应中发生的信息交流可以通过ASP中的两个内置对象来进行访问和管理,这两个对象称为Request和Response对象。-two targets ASP provided by the built-in objects most commonly used two. The browser (or other user agent) and the Web server, and the res
aspfile
- 从Web服务器端发送文件到浏览器客户端的程序 -Sending file from web server to the application of client
upload2server
- 一个可以上传文件到Web服务器的控件,包含源程序-One can upload files to the Web server controls, including source code
asp.netWEBEmpolder
- asp.net 2.0网络开发技术: 第一章:Web开发基础知识 第二章:走进asp.net 2.0 第三章:asp.net 2.0核心对象 第四章:标准服务器控件 第五章:HTML服务器控件 第六章:数据验证控件-asp.net 2.0 web development technologies: Chapter I: Web Development Basics Chapter II: asp.net 2.0 into Chapter III: asp.net 2.0
ch10
- bbs系统 Web服务器:IIS Web技术:ASP.Net(C#) 数据库:MS SQL SERVER2000 -bbs System Web Server: IISWeb Technology: ASP.Net (C#) Database: MS SQL SERVER2000
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
ASP.NET
- ASP.NET有关的基本概念 VB的基本语法 ASP.NET网页的服务器端控件 ASP.NET的内置对象 程序中容错环节的设计 ASP.NET的数据库访问技术 数据集的基本概念和主要使用方法 数据库的ASP.NET页面的设计方法 ASP.NET的网站的运行机制 典型的基于Web的应用系统的设计方法-The basic concept of the ASP.NET The basic syntax VB Server-side ASP.NET pa
AutoUpload
- This ASP.NET (VB.NET) sample demonstrates how to automatically upload each acquired image as a separate file to the file system on Web Server after each scanning.
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
Setup
- asp引擎,比iis要方便很多,比较快速的假设asp网站服务器,非常方便,很实用,希望大家下载-asp engine, iis to be a lot easier than the relatively rapid assumptions asp web server, very convenient, very practical I hope you download
mini_aspserver
- 支持ASP的mini服务器,以vc6实现-This article presents a mini Web server with ASP support. When writing these classes I was inspired by an article from MSDN Magazine A Client-side Environment for ASP Pages by Dino Esposito. Although I didn t use any of the co
kangWAP-CMS-V2.2
- 康源建站系统简介 1.网站建设要求: 域名:一个域名或一个公网IP; 空间:支持ASP的服务器、虚拟空间,大小不限,建议100MB以上,必须能安装DLL组件; 操作系统:Windows 2000以上版本 WEB服务器:IIS 5.0以上版本 数据库:ACCESS、MSSQL、MySQL 2.功能说明: 1):高级社区(相册、日记、家族、问答、聊室、各类小游戏等) 2):WAP后台管理(批量采集功能、面页设计、网页在线编辑等)
Template-Web-Server
- ASP.net的一个小型WebApi的虚拟服务器,不用数据库只用Json文件存储数据,可以支持接口访问数据维护等等,可用于小程序员的后台,也可以把文件存储改为数据就能用于实际工作了,VS2013的工程-The virtual server is a small WebApi ASP.net, not only the Json file to store data, can support interface to access data maintenance and so on, can
WEB编程开发常用的代码 .txt
- asp连接数据库 2. ASP与SQL数据库连接: dim conn set conn=server.createobject("ADODB.connection") con.open "PROVIDER=SQLOLEDB;DATA SOURCE=SQL服务器名称或IP地址;UID=sa;PWD=数据库密码;DATABASE=数据库名称;" 建立记录集对象: set rs=server.createobject("ado