搜索列表
-
给Solaris打补丁 保护系统安全
【Solaris】一、solaris补丁介绍 1.1补丁的种类及文件名 solaris的补丁分为两类,一类是Point补丁,另一类是Cluster补丁。 a)Point补丁程序: 这类补丁仅仅是针对某一问题
安全系统保护补丁 安装文件patch 可以 -
Fedora 9系统实现ADSL上网的方法
【Fedora】首先配置pppoe拨号上网 步骤如下在终端中输入: #pppoe-setupWelcome to the Roaring Penguin ADSL client setup. First, I will run some checks on your system to make sure the PPPoE client is installed properly… Looks good!
上网方法实现系统>the to输入youyour -
fedora8下安装aircard750的gprs无线网卡驱动
【Fedora】AirCard7x0.zip的下载地址:http://www.sierrawireless.com/software/7x0/AirCard7x0.zipdownload the AirCard7x0.zip file. You can unzip the AirCard7x0.zip by executing the following command in terminal window:unzip AirCard7x0.zipThe AirC
驱动安装the"andto<inbeonlogin>The -
TurboLinux11添加新硬盘方法
【RedHat/Centos】一.Linux的硬盘识别2.6 kernel以后,linux会将识别到的硬件设备,在/dev/下建立相应的设备文件.如:sda表示第1块SCSI硬盘.hda表示第1块IDE硬盘(即连接在第1个IDE接口的Master口上).scd0表示第1个USB光驱.当添加了新硬盘后,在/dev目录下会有相应的设备文
-
Apache最新官方配置文件中文版说明
【RedHat/Centos】Apache最新官方配置文件中文版## Based upon the NCSA server configuration files originally by Rob McCool.#参照NCSA服务器的配置文件,原版由Rob McCool发布## This is the main Apache server configuration file. It contains the# configuration
中文版说明文件配置最新官方theto"of< -
页面中CSS加载方式的优化
【网站应用】今天学到了css的加载优化,原来用@import的方法是不对的
页面CSS加载方式优化 -
div布局的自由伸展三栏式版面的代码
【CSS/HTML】自由伸展的三栏式版面 自由伸展的三栏式版面(Three Column Stretch)(页首) #leftbox { position: absolute; left: 10px; width: 180px(150px?); } 这个栏段的背景是利用 body 卷标设定的图片,以垂直方向重复贴上所产生的。图片的宽度和中间栏段的左边界(margin)相等,高度为20px,这样可以减少图片重复的次数,加快演...
div布局的自由伸展三栏式版面的代码 -
Google AdSense英文高价关键词排行列表
【网站运营】[mesothelioma lawyers] $48.61 [peritoneal mesothelioma] $48.38 [mesothelioma attorneys] $45.04 lexington law firm $33.91 [mesothelioma] $33.83 eloan $33.27 lexington law $3...
GoogleAdSense英文高价关键词排行列表 -
IIS访问ASP页面时报错The requested resource is in use.的解决办法
【ASP编程】重启服务器IIS服务后发现所有ASP页面显示http500错误,大汗, IIS中,当将应用程序进程保护设为低时,网站asp程序可以正常运行,但当将应用程序进程保护设为中和高时,asp程序均显示http500错误. 在网上寻找解决方案,说是IWAM用户密码不同步的原因造成,但查看日志文件,发现日志里记录的描述与IWAM用户密码不同步的不...
IIS访问ASP页面时报错Therequestedresourceisinuse.的解决办法 -
javascript asp教程 日期相关
【ASP编程】JavaScript is loosely typed. Database files are not. If you put text into a Boolean database column or a Boolean value into a date/time column, then you will get an error. For the most part this is not a problem, except for date/time. It does not correspond to the JavaScript Date Object...
javascriptasp教程日期相关 -
javascript asp教程More About Recordsets
【ASP编程】Below we will attempt to access data from a database without knowing the column names. Clearly the best way to utilize data in your database is to keep track of your schema. Schema is the layout of data in your database. The concept is well beyond the scope of this web site, but it is ...
javascriptasp教程MoreAboutRecordsets -
javascript asp教程第五课--合二为一
【ASP编程】两条防线,一个函数: 试问你如何能保证客户端和服务器端具有相同的功能?表单域的验证闪现在我们眼前。别人把你的html复制到另外一个脚本,然后改变客户端的表单域验证--这并不是一件难事。摆在眼前的解决方法是将表单域的验证放置在服务器端。但那又意味着因为使用者的一个小错误,都要给服务器端要返回一串的错误信息。那么...
javascriptasp教程第五课--合二为一