码迷,mamicode.com
首页 >  
搜索关键字:disabled    ( 2057个结果
《The Story of My Life》Introductiom - Historical and Literary Context - Education of the Deaf and Blind
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一个节点的数据库无法启动:ORA-00600: internal error code, arguments: [4:kgstmLdiToMicroTs], [1], [], [], [], [
一个客户的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
联想X1 carbon boot
首先开机->F1进入BIOS设置 第一步:修改SecureBoot(安全启动)->Disabled 第二步:修改UEFI(统一的可扩展固定接口)/LegacyBoot(旧式启动)->Both(两者的) -UEFI/LegacyBootPriority(-CSMSupport(CMS支持)->Yes 第三步:修改Boot->USBHDD(如果用U盘装..
分类:其他好文   时间:2014-09-10 19:44:01    阅读次数:246
思科交换机 err-disabled 故障
有一网点接触不好,因为没有接线模块,我只是将接线座重新固定接好,网络可以使用,过了一周,网络再次断线,我就让另一同事更换接线模块,结果同事告诉说更换接线模块也不行,网络还是不通。我觉得很奇怪,我告诉他,网络本来是通的,只是接线模块不好埃我将接线模块拆下,直..
分类:其他好文   时间:2014-09-10 19:41:52    阅读次数:207
JQuery设置和去除disabled属性
//两种方法设置disabled属性 $('#areaSelect').attr("disabled",true); $('#areaSelect').attr("disabled","disabled"); //三种方法移除disabled属性 $('#areaSelect').attr(...
分类:Web程序   时间:2014-09-10 15:29:20    阅读次数:172
Submit disabled Dropdown
Submit disabled Dropdown...
分类:其他好文   时间:2014-09-09 12:36:38    阅读次数:182
CentOS6.5上给curl安装ssl时错误解决
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
Nginx9-5
首先,nginx的处理得先打开accept_mutex选项,此时,只有获得了accept_mutex的进程才会去添加accept事件,也就是说,nginx会控制进程是否添加accept事件。nginx使用一个叫ngx_accept_disabled的变量来控制是否去竞争accept_mutex锁。在...
分类:其他好文   时间:2014-09-05 23:40:42    阅读次数:230
[RK_2014_0905]ubuntu中,wireshark启动提示:Lua: Error during loading: [string "/usr/share/wireshark/init.lua"]:46: dofile has been disabled
一.问题描述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
Network_config.sh
#!/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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!