搜索列表
-
FreeBSD6.0中文安装全过程
【Unix/BSD】(1)、已安装win2003,FreeBSD与win2003双系统共存,从windows引导进入FreeBSD系统。(2)、一般的中文桌面应用,能上网聊天、播放多媒体文件,没有网络功能。(3)、只安装mini(迷你)系系统,然后从网络安装软件包。(4)、用分区工具分出一个准备装FreeBS
全过程安装中文"to选择YesNoyouConfirmation -
Linux系统下ISO镜像文件的制作与刻录
【RedHat/Centos】1、检验下载的ISO镜像的MD5值:$ md5sum download.iso2、刻录ISO:1)先下载cdrecord:$sudo apt-get install cdrecord2)寻找设备(刻录机):$ cdrecord --scanbus (这会给出类似这样的一组数字:0,0,0)3)开始刻录:$ cdrecord dev=0,0,
-
asp实现的可以提醒生日的几种方法附代码
【ASP编程】asp提醒生日的原理一般就是把用户的出生日期和当前日期对比,如果少于几天则提醒显示,下面是几种方法的实现
asp,提醒生日 -
动易开源PowerEasy® SiteWeaver™ 6.5系列产品发布免费下载了 原创...
【整站程序】动易开源CMS 6.5正式版今日发布
动易开源下载 -
我要常去的不错的几个网站收藏 强烈推荐
【其它脚本】JavaResearch.org Java开源大全 Java爱好者 Java学习室 Java资源网 mylinux easyjf agilejava springside IBM中国- Java 技...
我要常去的不错的几个网站收藏强烈推荐 -
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英文高价关键词排行列表 -
JS正则表达式详解[收藏]
【正则表达式】JS的正则表达式 //校验是否全由数字组成 function isDigit(s) { var patrn=/^[0-9]{1,20}$/; if (!patrn.exec(s)) return false return true } //校验登录名...
JS正则表达式详解[收藏] -
创建无表格网站的原因和原则 译文
【CSS/HTML】In a time of web developers who just like to say that 'Tables are Evil' and can't (or won't) explain why, this article will attempt to give...
创建无表格网站的原因和原则译文 -
站长必看!赚钱网站资源贴
【网站应用】站长必看!赚钱网站资源贴(转贴) https://www.google.com/adsense?hl=en_US支持中国地址,不支持中国网站和流量.100刀支付.http://www.advertising.com/Contact/ContactEmailPub.html 这个广告是ADV的广告,信誉极好,有中国可以申请,最好用美国地址后改地址!http://www.clixgalore.com 这个支持中国 里...
站长必看!赚钱网站资源贴 -
用ASP实现对ORACLE数据库的操作
【ASP编程】ASP(Active Server Pages)是微软公司为开发互联网应用程序所提出的工具之一,ASP与数据库的联接一般通过ADO(Activex Data Object)来实现的,就象《计算机世界》2000年3月20日的《用ASP对SQL Server数据库操作》文章介绍的一样,ADO可以完全支持Microsoft S...
用ASP实现对ORACLE数据库的操作 -
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教程第九课--cookies
【ASP编程】Response Cookies in General: We'll start with the Response Cookies collection. I don't think it could be any easier. You simply put the name of the cookie in the argument. The corresponding value is a string. The only time it gets complicated is when you use keys (which I demonstrate b...
javascriptasp教程第九课--cookies