搜索资源列表
fuwuqipeizhi
- 这是一个网络实验的常用网络服务器的配置ppt文件,内容包括DHCP服务器配置与管理,DNS服务器配置与管理,WWW服务器配置与管理和路由方面的配置等。-This is an experimental network of popular Web server configuration ppt documents, including DHCP server configuration and management, and DNS server configuration and manage
DPtechPFW1000(v1.1)
- DPtech+FW1000系列防火墙系统用户web配置手册(v1.1)-DPtech+ FW1000 Series firewall system user manual for web configuration
shadow1
- 利用虚拟机建立一个虚拟网络并配置WEB服务器,综合运用所学的计算机网络安全和信息安全方面的专业知识,掌握常用工具软件的安装和使用,运用信息安全技术进行计算机网络安全设计、安全管理、安全服务等。通过实训加深对信息安全专业知识的理解,掌握信息安全技术在实际计算机网络系统中的应用技能。-The use of virtual machine to build a virtual network and configure the WEB server, the integrated use of the
dfg
- 主要讲解了关于WEB服务器配置精华,是初学者的首选书籍。-Mainly on the WEB server configuration on the essence, is the first choice of books for beginners.
iis_fastcig
- 本文是我经过一天一夜完成的,不同于一般网上文章,除详细的将整个配置过程和 测试过程都详细截图说明外,尤其在FastCGI方面采用微软的“web平台安装程序”来配置,网上相关内容很少,对gzip的设置也很详细,保证按图操 作即可独立完成。另外,还有详细的测试gzip压缩率的方法和比较。 文中对于理论几乎没有阐述,只是对配置过程进行了最详细的介绍,这样 使新手即使不太明白,照本文也可以配置出一样的环境来,本文章的错误及疏漏之处,还请大家指出来,大家在配置中有何问题,我们一起来探讨解决。 本
tomcat
- 该文件详细介绍了web程序开发过程中的tomcat怎样去配置-how to install tomcat
java-web
- javaweb学习课件 内容包含基础HTML语言知识 javaweb开发环境配置-javaweb learning courseware Contains basic HTML language knowledge javaweb development environment configuration
matlabPwebPserver
- 关于如何配置matlab web sever的详细资料与步骤-Detailed information and steps on how to configure the Matlab web-sever
klkkdj_v3.0
- PHP网上订餐系统能为快餐店或提供快餐服务的公司快速建立一个完善、强大、实用的网上订餐平台,系统对菜品订餐提供丰富的配置功能 ,最大化满足运营中的业务需求,通过电脑管理订单,连接小票机快速处理订单,及大提高了工作效率,同时系统支持短信订餐与网页订餐方式,并且支持手机版网页,把握移动时代的新商机,让用户随时随地方便订餐。-The PHP online ordering system for fast food restaurants or fast food service companies t
WebLogic
- 文中详细介绍了weblogic服务器:节点管理器 配置WEBLOGIC服务器与集群、 用日志消息管理WEBLOGIC服务器、 配置WebLogic服务器的Web组件等 -This paper introduces in detail the weblogic server: node manager Configuration WEBLOGIC server and the cluster, With WEBLOGIC server log message managem
windowsxpPPHP5.4PApache2.4PMysql5.5
- windowsxp下最新版的Apache2.4、PHP5及Mysql的详细配置步骤及注意事项,是进行PHP动态WEB程序开发者必备的资料 !-windowsxp under the latest version of the Apache2.4, PHP5 and Mysql detailed configuration steps and precautions are for PHP dynamic WEB application developers the necessary inf
PB11WEB
- PB11转WEB配置程序,按照此配置实现程序轻松转成WEB页面-PB11 turn WEB configuration program, implement the program in accordance with this configuration easily turn into a WEB page
Computer-Network-Experiment
- 计算机网络实验 包括组件域 DNS DHCP WEB 以及FTP等服务器的配置-Computer Network Experiment include configuring the component domain DNS DHCP WEB and FTP servers, etc.
如何搭建一个本地FTP服务器?
- 如果需要开发FTP文件上传下载功能,那么需要在本机上搭建一个本地FTP服务器,方便调试。第一步:配置IIS Web服务器,控制面板中找到“程序”并打开, 程序界面找到“启用或关闭Windows功能”并打开
Session服务器配置指南与使用经验
- 所有Web程序都会使用Session保存数据. 使用独立的Session服务器可以解决负载均衡场景中的Session共享问题.本文介绍.NET平台下建立Session服务器的几种办法, 并介绍在使用Session时的各种经验和技巧。