码迷,mamicode.com
首页 >  
搜索关键字:disabled    ( 2057个结果
Zabbix3.0完整部署
0. 准备工作 0.1 初始化 #!/bin/sh yum clean all systemctl stop firewalld.service systemctl disable firewalld.service sed -i 's/enforcing/disabled/g' /etc/seli ...
分类:其他好文   时间:2016-10-10 16:45:22    阅读次数:345
linux 搭建配置
关系 防火墙 service iptables stop设置防火墙不在启动 setup firewall -> run tool->disabled->ok查看ip ifconfigping ip连接ftp winscpportable.exe上传资料 上传到 /usr/local/src 下 分配 ...
分类:系统相关   时间:2016-10-10 01:30:45    阅读次数:285
500 OOPS: vsftpd: both local and anonymous access
配置ftp服务器,有如下报错 C:\netos74\bin>ftp 10.20.100.252Connected to 10.20.100.252.500 OOPS: vsftpd: both local and anonymous access disabled!Connection closed ...
分类:数据库   时间:2016-10-08 18:46:27    阅读次数:449
前端基本功—javascript 第六天
按钮不可用 button 不可以用 disabled 不可用的意思 btn.disabled = “disabled” || btn.disabled = true; 灰色 注意: 定时器之 setTimeout() setInterval(fn,5000); 每隔 5秒钟,就去执行函数fn一次 s ...
分类:编程语言   时间:2016-10-04 16:16:41    阅读次数:120
开机显示Press F1 to Resume,按F1才能进入系统的解决办法
1.开机按DEL键进入BIOS,选择StandardCMOSFeatures(标准CMOS功能设置)2.把“waitfor‘F1‘if‘error"的项改为"Disabled”按F10保存退出。注:如还会出现,则需换个CMOS电池。
分类:其他好文   时间:2016-10-03 00:50:32    阅读次数:137
安装Linux后需要调整的一些参数【Linux调优】
1、关闭SELinux功能修改配置文件(永久生效)[root@alon~]#sed-i‘s#SELINUX=enforcing#SELINUX=disabled#‘/etc/selinux/config ##用sed命令修改SELinux的状态 [root@alon~]#grepSELINUX=disable/etc/selinux/config##检查是否修改成功 SELINUX=disabled临时关闭SELinux(临时生..
分类:系统相关   时间:2016-10-02 07:16:07    阅读次数:320
Dell Laptop Touchpad Disabled
方法一:利用笔记本功能组合键Fn+F3,如果不行可以尝试下面方法。方法二:通过戴尔提供工具实现。具体操作步骤:开始菜单>打开控制面板>DellTouchpad戴尔触摸板控制程序界面如下图所示:
分类:其他好文   时间:2016-09-29 11:29:15    阅读次数:183
"System Protection" is disabled in Win10 default settings
We could find some important clue in Restore Point because "System Protection" of volume C is enabled in Windows default settings. Lots of data in "My ...
分类:Windows程序   时间:2016-09-27 23:22:54    阅读次数:254
普通表空间的热备及模拟故障恢复
创建目录:[oracle@host02 ~]$ mkdir hot_bk 先查看归档是否打开(热备一定要打开) SQL> archive log list Database log mode No Archive Mode Automatic archival Disabled Archive de ...
分类:其他好文   时间:2016-09-27 22:57:36    阅读次数:273
Intel HAXM is required to run this AVD. VT-x is disabled in BIOS.
IntelHAXMisrequiredtorunthisAVD.VT-xisdisabledinBIOS.进入BIOS开机按F2(或者Fn+F2)Configuration下的IntelVirtualTechnology改为Enabled(按确定进行修改)
分类:移动开发   时间:2016-09-26 18:17:16    阅读次数:726
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!