问题:点击Android项目中生成的NumberPicker的值,出现键盘,可以编辑这个值解决方案:[java] view plaincopymyNumberPicker.setDescendantFocusability(NumberPicker.FOCUS_BLOCK_DESCENDANTS);
分类:
移动开发 时间:
2014-10-15 04:31:29
阅读次数:
288
一、配置防火墙,开启80端口、3306端口CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1、关闭firewall:systemctl stop firewalld.service #停止firewallsystemctl disable firewall...
分类:
数据库 时间:
2014-10-14 14:18:18
阅读次数:
351
在虚拟机调试反VM程序的解决方法只针对VMware ,只要在.vmx文件中加入以下命令就可以了isolation.tools.getPtrLocation.disable = "TRUE"isolation.tools.setPtrLocation.disable = "TRUE"isolation...
分类:
其他好文 时间:
2014-10-13 18:24:01
阅读次数:
177
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
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 树链剖分,点剖分,边剖分,非递归版
//#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
主题 1、 禁用索引 alter index index_name on table_name disable;主题 2、 删除索引 drop index table_name.index_name;
分类:
数据库 时间:
2014-10-05 18:18:48
阅读次数:
186
1. 首先打开手机上的开发者选项,USB调试。拨号:*#*#717717#*#* ,手机会以Toast形式出现“……enable”字样。再次拨号可disable。2. Ubuntu安装mtpfs;用lsusb命令查看当前usb端口占用;3.手机连上电脑,再次lsusb,对比上次,新增的ID即小米手机...
分类:
移动开发 时间:
2014-10-03 16:26:44
阅读次数:
242
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