At the time the Story of My Life was published, the idea of a disabled person as an active member of society was radical. Through there were institute...
分类:
其他好文 时间:
2014-09-12 01:11:42
阅读次数:
268
一个客户的RAC节点硬件发生了变动,重启后数据库实例无法启动,远程登陆查看ALERT日志发现大量报错:
Writing to the above trace file is disabled for now on...
Errors in file /oracle/app/diag/rdbms/XXXX/XXXX2/trace/XXXX2_ora_184464.trc:
ORA-00600:...
分类:
数据库 时间:
2014-09-10 22:32:51
阅读次数:
250
首先开机->F1进入BIOS设置
第一步:修改SecureBoot(安全启动)->Disabled
第二步:修改UEFI(统一的可扩展固定接口)/LegacyBoot(旧式启动)->Both(两者的)
-UEFI/LegacyBootPriority(-CSMSupport(CMS支持)->Yes
第三步:修改Boot->USBHDD(如果用U盘装..
分类:
其他好文 时间:
2014-09-10 19:44:01
阅读次数:
246
有一网点接触不好,因为没有接线模块,我只是将接线座重新固定接好,网络可以使用,过了一周,网络再次断线,我就让另一同事更换接线模块,结果同事告诉说更换接线模块也不行,网络还是不通。我觉得很奇怪,我告诉他,网络本来是通的,只是接线模块不好埃我将接线模块拆下,直..
分类:
其他好文 时间:
2014-09-10 19:41:52
阅读次数:
207
//两种方法设置disabled属性 $('#areaSelect').attr("disabled",true); $('#areaSelect').attr("disabled","disabled"); //三种方法移除disabled属性 $('#areaSelect').attr(...
分类:
Web程序 时间:
2014-09-10 15:29:20
阅读次数:
172
Submit disabled Dropdown...
分类:
其他好文 时间:
2014-09-09 12:36:38
阅读次数:
182
1 在CentOS上使用PHP的curl访问HTTPS页面时,出现错误“Protocol https not supported or disabled in libcurl”。表示curl未启用https,需要重新编译php所使用的curl库。cd curl-7.31.0./configure -...
分类:
其他好文 时间:
2014-09-09 11:26:08
阅读次数:
358
首先,nginx的处理得先打开accept_mutex选项,此时,只有获得了accept_mutex的进程才会去添加accept事件,也就是说,nginx会控制进程是否添加accept事件。nginx使用一个叫ngx_accept_disabled的变量来控制是否去竞争accept_mutex锁。在...
分类:
其他好文 时间:
2014-09-05 23:40:42
阅读次数:
230
一.问题描述PC机安装ubuntu14.04,使用root用户登陆。启动wireshark时,出现一下的Error对话框:Lua: Error during loading:[string "/usr/share/wireshark/init.lua"]:46: dofile has been di...
分类:
其他好文 时间:
2014-09-05 08:45:11
阅读次数:
342
#!/bin/bash
service iptables stop
chkconfig iptables off
sed -i ‘/SELINUX=enforcing/s/^/#/‘ /etc/selinux/config
sed -i ‘/#SELINUX=enforcing/a SELinux=disabled‘ /etc/selinux/config
cp /etc/sysc...
分类:
Web程序 时间:
2014-09-04 22:25:50
阅读次数:
274