只需在程序中添加该句即可: getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN);
分类:
其他好文 时间:
2014-07-27 12:06:30
阅读次数:
183
今天略微合拢了一下笔记本,然后Ubuntu unity死掉了,Ctrl-Alt-1进入terminal, 登录后重新启动系统,发现wif不能用了。上网查了一个命令,可以检查软硬件禁用的状况:root@dean-Latitude-3330:~# rfkill list
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
2: dell...
分类:
其他好文 时间:
2014-07-26 01:59:26
阅读次数:
251
vi/etc/security/limits.confroot soft nofile 4096root hard nofile 65536root soft noproc 2047root hard noproc 16384root soft stack 10240root hard stack....
分类:
系统相关 时间:
2014-07-23 14:59:16
阅读次数:
291
今天重新安装了Linuxmint17Cinnamon系统,进行了以下的操作:一、进行系统的更新sudoapt-getdist-upgrade查看系统信息:uname-alsb_release-asudoreboot二、进行系统的中文配置1、软件源更改主要配置:主要配置:NCHC基础配置:aliyun2、在终端中安装中文语言包sudoapt-getinst..
分类:
其他好文 时间:
2014-07-23 00:18:58
阅读次数:
346
安装说明系统环境:Centos-5.5安装软件:mongodb-linux-x86_64-2.6.3.tgz下载地址:http://www.mongodb.org/downloads安装机器:192.168.3.206上传位置:/root/soft软件安装位置:/usr/local/mongodb数据存放位置:/data/mongodb/日志存放位置:/data/logs/mongodb/安装groupad..
分类:
数据库 时间:
2014-07-20 06:43:37
阅读次数:
254
功能:在linux系统上实现wifi STA与AP功能的转换
实现成果:1、添加wifi密码账户add_wifi_account;
2、wifi两种模式启动的脚本wifi_start;
3、帮助信息README_WIFI_START;...
分类:
系统相关 时间:
2014-07-19 18:27:33
阅读次数:
705
destpath='/home/hadoop/soft/hadoop-2.0.0-cdh4.5.0/cdhlib/'jarpath='/home/hadoop/soft/hadoop-2.0.0-cdh4.5.0/share/hadoop/'search='jar'iterdir(){ cd $1 ...
分类:
其他好文 时间:
2014-07-18 16:35:53
阅读次数:
225
以安装Httplib2模块为例1下载模块到https://github.com/jcgregorio/httplib2下载一款适合你的压缩包httplib2-master2解压下载的压缩包httplib2-master到某目录下3配置python在dos下的运行环境(之前需要配置系统环境变量,在系统环境变量Path后添加python安装目录,例如D:\Soft..
分类:
编程语言 时间:
2014-07-14 12:38:04
阅读次数:
330
菜鸟看这里https://help.ubuntu.com/community/WifiD ... enda_W311M最近也买了颗Tenda W311M网卡,简单说一下驱动的安装和hostapd做Soft AP的配置系统是Ubuntu 11.10,内核是Linux ubuntu 3.0.0-12-s...
分类:
系统相关 时间:
2014-07-14 00:18:10
阅读次数:
834
上一篇文章主要是参照AwesomePlayer直接用SoftwareRenderer类来显示yuv,为了能用到这个类,不惜依赖了libstagefright、libstagefright_color_conversion等动态静态库,从而造成程序具有很高的耦合度,也不便于我们理解yuv数据直接显示的深层次原因。
于是我开始研究SoftwareRenderer的具体实现,我们来提取Soft...
分类:
移动开发 时间:
2014-07-11 00:14:52
阅读次数:
509