码迷,mamicode.com
首页 >  
搜索关键字:disabled    ( 2057个结果
win8无法从光盘启动或U盘启动
有的电脑预装win8,如果要重新装系统,可能会遇到始终无法从光盘启动或U盘启动问题,改一下BIOS就可以了。BIOS具体设置方法如下(这样设置后才能从U盘或光盘启动):1、开机点击F1进入到bios界面;2、进入Security—SecureBoot,改成Disabled;3、进入Startup—UEFI/LegacyBoot..
分类:Windows程序   时间:2014-08-11 15:18:13    阅读次数:271
web服务安装配置
本文主要是以CentOS6系列为操作系统,来安装配置web服务,并实现虚拟用户,https,和基本的用户认证等相关内容。写在前面:操作系统:CentOS6.5服务器的IP:172.16.10.9httpd的版本:httpd-2.2.15系列SElINUX状态:disabled下面开始安装配置旅程:一、web的安装配置1、安装:yum..
分类:Web程序   时间:2014-08-11 10:19:02    阅读次数:288
Cloudera hadoop-2.3.0-cdh5.1.0 在Centos 6.5 下的安装
安装前准备 1.  虚拟机3个,安装Centos 6.5, 内存设置为4GB  2.  配置yum源为163(不配置,在安装软件时,慢的要死) 3. 关闭防火墙( iptables),disabled SELinux 4. 配置静态IP,并在/etc/hosts中将Hadoop集群中的主机名加进去 安装  1. 在Cloudera官网上下载 cloudera-manager-i...
分类:其他好文   时间:2014-08-09 00:12:07    阅读次数:313
SQL SERVER 插件SQL Prompt
打开SQL,提示“SQL Prompt has been disabled due to an error with the registration of a required DLL - TextMgrP.dll. To resolve the error, repair SQL Server ...
分类:数据库   时间:2014-08-06 14:19:41    阅读次数:447
android UI布局
一、设置重复背景 在drawable文件夹下建一个mybackground.xml文件 在文件中写入:     android:src="@drawable/mybg_img"     android:tileMode="repeat"/> tileMode 属性就是用于定义背景的显示模式:          disabled 默认值,表示不使用平铺 ...
分类:移动开发   时间:2014-08-05 22:44:40    阅读次数:239
Move semantics(C++11)
/*  * Compile with:   *       g++ move_test.c -o move_test -std=c++11 -g -fno-elide-constructors  * -fno-elide-constructors disabled the return value optimize.  */ #include #include class...
分类:编程语言   时间:2014-08-04 21:47:58    阅读次数:228
html5 input的type属性启动数字输入法
html5 input的type属性启动数字输入法当文本框只能输入数字是一个很常见的需求,比如电话号码,身份证号,卡号, 数量....等等只允许数字输入,为了更好的用户体验性,直接写出 启动数字键盘的需求,我和大多数人一样用this.style.imeMode='disabled';imeMode有...
分类:Web程序   时间:2014-08-04 13:26:27    阅读次数:335
portfast与bpdu guard
BPDUguard的功能是当这个端口收到任何的BPDU就马上设为Error-Disabled状态.我们知道,当交换机STP功能启用的时候,默认所有端口都会参与STP,并发送和接受BPDU.当BPDUguard开启后,在正常情况下,一个下联寝室的端口是不会收到任何BPDU的,因为PC和小交换机都不支持STP,所以不会收发B..
分类:其他好文   时间:2014-08-02 23:36:24    阅读次数:482
C++ CheckMenuItem
菜单单选 关键点 CMenu::GetMenuState UINTGetMenuState(UINTnID,UINTnFlags)const; MF_CHECKED MF_DISABLED MF_ENABLED MF_GRAYED MF_MENUBARBREAK MF_MENUBREAK MF_SE...
分类:编程语言   时间:2014-08-01 22:37:12    阅读次数:343
yum提示This system is not registered with RHN.RHN support will be disabled.
[root@cactiez ~]# yum install mlocateLoading "security" pluginLoading "rhnplugin" pluginThis system is not registered with RHN.RHN support will be dis...
分类:其他好文   时间:2014-08-01 18:55:22    阅读次数:281
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!