搜索列表
-
请教dns!有关于密码的问题!
【Linux】小弟一直以来都在寻找关于DNS配置,无奈很多资料都是过时的,特别关于KEY和RNDC的部分。这次用的文档是本站一篇:“BIND9的配置”。只做到这一部分就出错了: 在bind9.1.1中,碰到的主要问题就是ndc不能使用.ndc可以在本地控制bind的stop,start,reload等. 在9.1.0
dns有关于密码问题! -
Linux架设DNS服务器(二)
【Linux】2. 安装服务器软件 2.1 取得bind软件包(现在新的版本为8.2.2 p5) 从bind的主页http://www.isc.org上取得最新stable版的三个文件: bind-contrib.tar.gz bind-doc.tar.gz bind-src.tar.gz 或者从http://www.redhat.com
Linux架设DNS服务器(二) -
IE下href 的 BUG问题
【CSS/HTML】在浏览器 IE6 、IE7、Firefox2+、Firefpx3+、Opera9.6+、Safari3.1+中测试以下代码
IEhrefBUG -
Solaris9系统上安装Oracle10g RAC
【Solaris】1.Oracle 官方安装文档中(下文中的doc 2,doc 3),有多处错误。最新的 Release Notes (August 2006) 更正了一些,但还有不少未得到更正。2.文中的三个脚本,在使用之前请仔阅读。如不当使用导致系统损坏与本文作者无关。3.本文
安装系统 "echotheonofis>andto -
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< -
网页设计中的 serif 和 sans-serif字体应用
【CSS/HTML】网页设计中的 serif 和 sans-serif字体应用
网页设计字体serifsans-serif -
asp实现限制搜索的关键字的函数
【ASP编程】<% '****************************** '函数:CheckQuery(ByVal str) '参数:str ----搜索的字符串 '作者:阿里西西 '日期:2007/7/15 '描述:限制搜索的关键字 '示例:CheckQuery(str) '****************************** Public Function CheckQuery(ByVal str) &...
asp实现限制搜索的关键字的函数 -
javascript asp教程第十二课---session对象
【ASP编程】Overview: The Session Object is how you track a single user across many pages. It has four (4) properties, two (2) collections, one (1) method, and two (2) events. Get Started: In this series of examples we will create a password system. We will use the Session Object to track whet...
javascriptasp教程第十二课---session对象 -
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 -
javascript asp教程第七课--response属性
【ASP编程】Below is a table of Response Properties along with examples and explanations. Response Properties Buffer Response.Buffer = trueAllows for the buffering of output CacheControl Response.CacheControl="Public" Sets Cache to "Public" or "Private" CharSet Response.CharSet="window...
javascriptasp教程第七课--response属性 -
Cross-Browser Variable Opacity with PNG
【CSS/HTML】Periodically, someone tells me about the magic of PNG, how it's the ideal image format for the web, and that someday we'll all be using it on our sites instead of GIF. People have been saying this for years, and by now most of us have stopped listening. Sadly, flaky browser support h...
Cross-BrowserVariableOpacitywithPNG -
JDBC连接Oracle数据库常见问题及解决方法
【JSP编程】注:本文是斑竹从JDBC & Transaction版摘录广大站友的提问以及各种解答整理而来,如果您认为本文的内容已触犯了您的权益,请联系管理员进行修改。 Jbuilder正确连接 oracle 9i需要注意的几个问题 oracle8以上的应该都使用classes12.jar文件作为jdbc驱动; 正确设置windows的classpath和jbuilder中的enterprise set...
JDBC连接Oracle数据库常见问题及解决方法