系统:CentOS6.52.6.32-431.el6.x86_64软件:httpd2.4.10服务器IP:192.168.1.241,172.16.0.1客户端IP:192.168.1.103,172.16.0.10控制页面属性的容器:<Directory"PATH"></Directory>#作用在文件系统的目录路径<Location"PATH"></Location>#作用在URL..
分类:
Web程序 时间:
2014-11-16 02:04:03
阅读次数:
396
黑苹果键盘对应的相应按键
Command键
PS2键盘对应Alt键
USB键盘对应Win键
Option键
PS2键盘对应Win键
USB键盘对应Alt键
一.常用快捷键
1.Xcode部分:
win+N:新建文件
win+shift+N:新建工程
win+O:打开工程或文件
win+S:保存
win+shi...
分类:
系统相关 时间:
2014-11-15 11:29:10
阅读次数:
214
1、Wordpress倘若想设置成局域网能够访问的话,必须将wordpress数据库中的wp_option表中的siteurl和home这两个字段中的"http://localhost/wordpress"修改为"http://ip/wordpress"。2、wordpress在使用"http://ip/wordpress"这种url形式的时候,是需要加载google上一些js库来实..
分类:
其他好文 时间:
2014-11-15 06:38:09
阅读次数:
277
动态删除select中的所有options: document.getElementById("ddlResourceType").options.length=0; 动态删除select中的某一项option: document.getElement...
分类:
Web程序 时间:
2014-11-14 19:37:02
阅读次数:
159
jquery的change 事件 . jquery获取select选择的文本与值 获取select 选中的 text : $("#ddlregtype").find("option:selected").text(); 获取select选中的 value: $("#ddlregtype ...
分类:
Web程序 时间:
2014-11-14 19:17:43
阅读次数:
205
1.动态创建select function createSelect(){var mySelect = document.createElement("select"); mySelect.id = "mySelect"; document.body.appendChild(mySelect); }...
分类:
Web程序 时间:
2014-11-14 17:24:03
阅读次数:
378
1打开某个文件:command+shift+R:2Command+O:展示当前类所有方法:3重命名:Command+alt(option)+R4快速修复错误:Command+1:定位到错误行,使用该快捷键
分类:
系统相关 时间:
2014-11-14 15:56:26
阅读次数:
414
1.获取select选中的text:$("#cusChildTypeId").find("option:selected").text();$("#cusChildTypeIdoption:selected").text()2.获取select选中的value:$("#ddlRegType").va...
分类:
Web程序 时间:
2014-11-14 12:07:54
阅读次数:
116
解决客户端挂载nfs是出现如下报错问题:mount:wrongfstype,badoption,badsuperblockon172.16.1.9:/home/addam,
missingcodepageorhelperprogram,orothererror
(forseveralfilesystems(e.g.nfs,cifs)youmight
needa/sbin/mount.<type>helperprogram)
Insomecasesusefulinf..
分类:
其他好文 时间:
2014-11-13 19:07:09
阅读次数:
108
我们知道通过设置nologging选项,可以加快oracle的某些操作的执行速度,这在执行某些维护任务时是非常有用的,但是该选项也很危险,如果使用不当,就可能导致数据库发生ORA-26040错误。
首先,构造使用环境,
SQL> select tablespace_name,logging,force_logging from dba_tablespaces;
TABLESPACE_NAME...
分类:
其他好文 时间:
2014-11-13 18:56:37
阅读次数:
265