JQuery取得select的选中值:获取当前选中项的value $("#selector").val();获取当前选中项的text $("#selector").find("option:selected").text();或者 jQuery("#select1 option:selected")...
分类:
Web程序 时间:
2015-05-07 12:25:44
阅读次数:
123
ldd命令是用来查看程序运行时所需的共享库,常用来解决程序因缺少某个库文件而不能运行的一些问题ldd使用方式:
ldd [option] file
option:
–version : 打印ldd的版本号
-v –verbose: 打印所有信息
-d –data-relocs:执行符号重部署,并报告缺少的目标对象(只对ELF格式适用)
-r –function-relocs:对目标对象和...
分类:
系统相关 时间:
2015-05-07 08:55:03
阅读次数:
265
第一步,设置成最适合屏幕
第二步,按住option键选 缩放
OK...
分类:
系统相关 时间:
2015-05-06 19:48:41
阅读次数:
222
在VM等虚拟机,当配置网卡为static,即静态IP时,启动网卡总报”Error, some other host already uses address“,即使换了其它IP,有时仍然还会出现类似情况,而DHCP则会正常工作,真叫人头疼,在网上查了很久,...
分类:
其他好文 时间:
2015-05-06 15:31:55
阅读次数:
128
http://wenku.baidu.com/view/ea3173bbbb4cf7ec4afed087
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...
今天学习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
单臂路由的配置在路由器上配置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
转载自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
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