码迷,mamicode.com
首页 >  
搜索关键字:dhcp 8类报文 option    ( 11827个结果
JQuery操作select
JQuery取得select的选中值:获取当前选中项的value $("#selector").val();获取当前选中项的text $("#selector").find("option:selected").text();或者 jQuery("#select1 option:selected")...
分类:Web程序   时间:2015-05-07 12:25:44    阅读次数:123
linux 命令之ldd
ldd命令是用来查看程序运行时所需的共享库,常用来解决程序因缺少某个库文件而不能运行的一些问题ldd使用方式: ldd [option] file option: –version : 打印ldd的版本号 -v –verbose: 打印所有信息 -d –data-relocs:执行符号重部署,并报告缺少的目标对象(只对ELF格式适用) -r –function-relocs:对目标对象和...
分类:系统相关   时间:2015-05-07 08:55:03    阅读次数:265
解决mac外接显示器分辨率问题
第一步,设置成最适合屏幕 第二步,按住option键选 缩放 OK...
分类:系统相关   时间:2015-05-06 19:48:41    阅读次数:222
解决IP分配提示Error, some other host already use address
在VM等虚拟机,当配置网卡为static,即静态IP时,启动网卡总报”Error, some other host already uses address“,即使换了其它IP,有时仍然还会出现类似情况,而DHCP则会正常工作,真叫人头疼,在网上查了很久,...
分类:其他好文   时间:2015-05-06 15:31:55    阅读次数:128
[精讲12] Windows Server 2012 DHCP高可用性
http://wenku.baidu.com/view/ea3173bbbb4cf7ec4afed087
分类:Windows程序   时间:2015-05-06 15:24:14    阅读次数:153
UIWindow小记
If you choose to create a window in Interface Builder, be sure to select the Full Screen at Launch option in the Attributes inspector so that the wind...
分类:Windows程序   时间:2015-05-06 12:47:58    阅读次数:216
linux下date命令详解
今天学习date,做下小结,便于日后查阅。命令格式显示时间:date[option]...[+format]修改时间:date[月日时分秒]1、显示当前时间date2、date参数%F:表示年月日%T:表示时分秒%s:表示从1970年一月一日到现在的秒数%D:表示日月年,用斜杠隔开eg:03/04/15%d:表示日%Y:表示..
分类:系统相关   时间:2015-05-06 11:17:48    阅读次数:161
单臂路由和dhcp
单臂路由的配置在路由器上配置intfa0/0.1endot1qidipadd192.168.10.1255.255.255.0noshutintfa0/0.2endot1qidipadd192.168.20.1255.255.255.0noshutintfa0/0noshutshowvlan-swbrief//查看vlan信息//-------------------------------------------------------------------------..
分类:其他好文   时间:2015-05-06 01:37:03    阅读次数:112
PHP中CURL方法curl_setopt()函数的一些参数
转载自http://blog.csdn.net/superbirds/article/details/7532277bool curl_setopt (int ch, string option, mixed value)curl_setopt()函数将为一个CURL会话设置选项。option参数是...
分类:Web程序   时间:2015-05-06 01:20:13    阅读次数:149
Linux学习笔记9--touch命令使用
NAME touch - change file timestamps --改变文件的时间记录SYNOPSIS touch [OPTION]... FILE...DESCRIPTION Update the access and modification times of each FILE to ...
分类:系统相关   时间:2015-05-05 23:17:06    阅读次数:180
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!