码迷,mamicode.com
首页 >  
搜索关键字:disabled    ( 2057个结果
运行sqlplus时遇到cannot restore segment prot after reloc: Permission denied
运行sqlplus时遇到cannotrestoresegmentprotafterreloc:Permissiondenied,网上说可以吧SELinux关掉,但是我看了下我的系统已经关掉了,具体是编辑/etc/sysconfig/selinux,把SELINUX=enforcing一行注释掉,然后新加入一行:SELINUX=disabled,但是我这样做了以后,问题依旧,..
分类:数据库   时间:2014-07-23 00:26:48    阅读次数:234
Apache服务器之一理论讲解(Apache)
前期做这个实验的时候:httpd:SELINUX(事先让其处于DISABLED状态)getenforcesetenforce0编辑/etc/sysconfig/selinuxselinux的3种选择:disabledpermissiveenforcing3种选择;Disabled就不用说了,permissive就是selinux有效,但是即使你违反了策略的话它让你继续操作,但是..
分类:其他好文   时间:2014-07-22 18:28:22    阅读次数:234
百度地图API --地理位置定位
jQuery环境添加分公司/门店 所属企业* " disabled> 分公司/门店名* 联系人* 手机号* 联系QQ E-mail 分组 ...
分类:Windows程序   时间:2014-07-18 17:16:14    阅读次数:708
对unidbgrid的单元格操作
一、使某行某列单元格disabled:1.UniStringGrid->Options->goEditing=true2.UniStringGrid->ExtEvents->add eventbeforeeditfunction beforeedit(editor, context, eOpts) ...
分类:数据库   时间:2014-07-14 22:20:05    阅读次数:741
CComboBox(组合框)控件 学习要点
CComboBox(组合框)控件CComboBox类常用成员CComboBox插入数据CComboBox删除数据CComboBox运用示例一、CComboBox控件常用属性 Disabled Visible type 数据二、CComboBox类常用成员((CComboBox*)GetDlgItem...
分类:其他好文   时间:2014-07-14 08:30:39    阅读次数:259
cobbler之ks文件示例
#platform=x86, AMD64, or Intel EM64T#version=DEVEL# Firewall configuration,关闭防火墙firewall --disabled# Install OS instead of upgrade,每次安装均为全新安装install# ...
分类:其他好文   时间:2014-07-13 23:02:34    阅读次数:318
openwrt wireless配置通过uci使其生效
2.配置无线 vi /etc/config/wireless config wifi-device  wlan0         option type     mac80211         option channel  5         # REMOVE THIS LINE TO ENABLE WIFI:         # 删除或注释掉option disabled...
分类:其他好文   时间:2014-07-09 12:37:59    阅读次数:339
InnoDB: Operating system error number 87 in a file operation. 错误87的解决方法
InnoDB: Operating system error number 87 in a file operation. 错误87的解决方法140628 8:10:48 [Note] Plugin 'FEDERATED' is disabled.140628 8:10:48 InnoDB: The...
分类:数据库   时间:2014-07-07 21:36:13    阅读次数:810
SqlServer禁用启用触发器、外键约束
--启用or禁用指定表所有外键约束 alter table tbname NOCHECK constraint all alter table tbname CHECK constraint all--查看约束select name , is_disabled from sys.forei...
分类:数据库   时间:2014-07-03 22:41:58    阅读次数:416
<rhel6+pptpd+freeradius+mysql>
本文档来学习实验环境,内容实验结果全部在机房校验,全部正确无误。系统环境:RHEL6 x86_64 selinux and iptables disabled软件下载:http :// poptop . sourceforge . net / yum / stable / rhel 6/ftp://...
分类:数据库   时间:2014-07-01 12:22:09    阅读次数:280
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!