dns-update-style interim; ignore client-updates; allow booting; allow bootp; class "pxeclients" { match if substring(option vendor-class-identifier, 0...
分类:
其他好文 时间:
2015-02-08 19:22:54
阅读次数:
179
1:首先安装包yum install dhcp2:编辑配置文件vi /etc/dhcp/dhcpd.conf内容是subnet 10.96.34.32 netmask 255.255.255.240 {option routers 10.96.34.33;option subnet-mask 255...
分类:
其他好文 时间:
2015-02-08 10:18:11
阅读次数:
186
Go to Netbeans installation directory, for example, C:\\Program Files\\NetBeans 6.0.1\\etc Open "netbeans.conf" and find netbeans default option line ...
分类:
编程语言 时间:
2015-02-07 17:07:53
阅读次数:
157
??
练习1.34
这道题我一开始不用Edwin的时候觉得是会陷入无限循环之中。后来在Edwin上试了一下才发现会报错,输出如下:
(f f)
;The object 2 is notapplicable.
;To continue, call RESTARTwith an option number:
;
(RESTART 2) => Specify a ...
分类:
其他好文 时间:
2015-02-07 14:35:11
阅读次数:
171
练习1.34这道题我一开始不用Edwin的时候觉得是会陷入无限循环之中。后来在Edwin上试了一下才发现会报错,输出如下:(f f);The object 2 is not applicable.;To continue, call RESTART with an option number:; (...
分类:
其他好文 时间:
2015-02-07 14:22:18
阅读次数:
183
info是一种文档格式,也是阅读此格式文档的阅读器;我们常用它来查看Linux命令的info文档。它以主题的形式把几个命令组织在一起,以便于我们阅读;在主题内以node(节点)的形式把本主题的几个命令串联在一起。 1.命令格式: info [OPTION]... [MENU-ITEM...] 2.命...
分类:
系统相关 时间:
2015-02-07 06:54:02
阅读次数:
232
obj=this 函数this的参数选取表格单击这一行的某一列:$(obj).parent().parent().find("td").eq(2).text(); $("#type option[value='"+$(obj).parent().parent().find("td").eq(2).t...
分类:
Web程序 时间:
2015-02-06 18:15:24
阅读次数:
131
通过修饰键来查看像command、option、control、shift这些按键在Mac下叫做修饰键,一般情况下他们大都用来辅助输入或者用作快捷键的修饰键。打开“系统偏好设置”,点击“键盘→键盘→修饰键”即可看到这些修饰键,如caps lock 是?,control是?,option是?,comm...
分类:
系统相关 时间:
2015-02-06 10:58:36
阅读次数:
200
css在给select下拉表单设置样式如边框时可以轻松搞定,而我们在不喜欢其默认的下拉箭头的样式时试图通过background:url(图片路径)来修改之,则往往会出现浏览器的兼容性问题,在网上查了好多资料,最好的解决办法也是大神们用js来模拟下拉表单。额~,好吧,暂且就按照大神们的办法来解决这个问...
分类:
Web程序 时间:
2015-02-05 23:10:17
阅读次数:
350
MySql连接字符串总结1、本地数据库连接 2、远程数据连接Server=myServerAddress;Option=131072;Stmt=;Database=myDataBase; User=myUsername;Password=myPassword;>3、特殊的TCP/IP端口连接Se.....
分类:
数据库 时间:
2015-02-05 18:10:06
阅读次数:
217