码迷,mamicode.com
首页 >  
搜索关键字:disable    ( 2955个结果
Android Disable NumberPicker的编辑功能
问题:点击Android项目中生成的NumberPicker的值,出现键盘,可以编辑这个值解决方案:[java] view plaincopymyNumberPicker.setDescendantFocusability(NumberPicker.FOCUS_BLOCK_DESCENDANTS);
分类:移动开发   时间:2014-10-15 04:31:29    阅读次数:288
CentOS 7.0编译安装Nginx1.6.0+MySQL5.6.19+PHP5.5.14方法分享
一、配置防火墙,开启80端口、3306端口CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1、关闭firewall:systemctl stop firewalld.service #停止firewallsystemctl disable firewall...
分类:数据库   时间:2014-10-14 14:18:18    阅读次数:351
在虚拟机调试反VM程序的解决方法
在虚拟机调试反VM程序的解决方法只针对VMware ,只要在.vmx文件中加入以下命令就可以了isolation.tools.getPtrLocation.disable = "TRUE"isolation.tools.setPtrLocation.disable = "TRUE"isolation...
分类:其他好文   时间:2014-10-13 18:24:01    阅读次数:177
Filter组件开发中的SDK基类分析
DirectShow SDK提供了一套开发Filter的基类源代码。基于这些基类开发Filter将大大简化开发过程。1、CBaseObject大部分SDK类都从CBaseObject类(参见combase.h)中继承而来的。[cpp] view plaincopyclass CBaseObject  {    private:        // Disable the copy construc...
分类:其他好文   时间:2014-10-09 17:01:19    阅读次数:269
[zz]How to Disable SELinux
How to Disable SELinuxYou've setup a new system, or installed something new on your Linux system and its not working. You get the feeling that SELinux...
分类:系统相关   时间:2014-10-07 02:00:12    阅读次数:403
hdu5044 Tree 树链剖分,点剖分,边剖分,非递归版
hdu5044 Tree 树链剖分,点剖分,边剖分,非递归版 //#pragma warning (disable: 4786) //#pragma comment (linker, "/STACK:16777216") //#pragma comment(linker, "/STACK:60400000,60400000") //HEAD #include #include #i...
分类:其他好文   时间:2014-10-06 21:36:10    阅读次数:663
SQL Server 中索引的禁用与删除
主题 1、 禁用索引 alter index index_name on table_name disable;主题 2、 删除索引 drop index table_name.index_name;
分类:数据库   时间:2014-10-05 18:18:48    阅读次数:186
小米2S 连接Ubuntu Android Studio
1. 首先打开手机上的开发者选项,USB调试。拨号:*#*#717717#*#* ,手机会以Toast形式出现“……enable”字样。再次拨号可disable。2. Ubuntu安装mtpfs;用lsusb命令查看当前usb端口占用;3.手机连上电脑,再次lsusb,对比上次,新增的ID即小米手机...
分类:移动开发   时间:2014-10-03 16:26:44    阅读次数:242
Linux关闭IPV6
ipv6目前我们还不需要,但系统安装完成后它会作为模块常驻核心,没有必要,可以通过如下两种方式把它关闭;方法1:#编辑/etc/sysctl.conf,添加如下一行net.ipv6.conf.all.disable_ipv6=1#编辑/etc/sysconfig/networkNETWORKING_IPV6=yes更改为NETWORKING_IPV6=no#保存退出,并..
分类:系统相关   时间:2014-09-29 21:29:01    阅读次数:197
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!