码迷,mamicode.com
首页 >  
搜索关键字:down    ( 10200个结果
android edittext 点击回车会响应两次的解决方案
由于Key有Down和Up事件,所以会执行两次。class editTextOnKeyClickListener implements etOnKeyClickListener { @Override public boolean onKeyClick(View v, i...
分类:移动开发   时间:2015-04-30 19:58:48    阅读次数:137
LeetCode: Unique Paths I & II
Title:A robot is located at the top-left corner of amxngrid (marked 'Start' in the diagram below).The robot can only move either down or right at any ...
分类:其他好文   时间:2015-04-30 12:23:37    阅读次数:125
安装Python readline模块
安装Pythonreadline模块下载readline-6.2.4.1.tar.gz(http://down.51cto.com/data/1966660)运行pythonsetup.pyinstall报错:gcc:readline/libreadline.a:Nosuchfileordirectorygcc:readline/libhistory.a:Nosuchfileordirectory解决:yum-yinstallreadline-develyum-yinstall..
分类:编程语言   时间:2015-04-30 10:54:39    阅读次数:174
Material Dialogs
A beautiful, easy-to-use, and customizable dialogs API, enabling you to use Material designed dialogs down to API 8.http://aidanfollestad.com地址:https:...
分类:其他好文   时间:2015-04-29 19:39:48    阅读次数:160
android 应用开发对大图片的处理
一,下载android下载大图片(例如微博长图片)会出现OOM down掉问题解决这个问题的办法是下载图片时先得到图片的宽度和高度,如果超出规定限制则对图片进行缩放关键参数1.BitmapFactory.Options.inJustDecodeBoundsinJustDecodeBounds:boo...
分类:移动开发   时间:2015-04-29 19:16:09    阅读次数:151
git check 分支代码
1.git clone xxx.git;2.git branch -r //查看分支3.git checkout origin/分支名字 -b 本地新建分支名字 //从远程分支名字 down代码,并创建本地新分支//方便提交:4.git remote add 别名 xxxx.git //别名5.gi...
分类:其他好文   时间:2015-04-29 16:54:12    阅读次数:240
鑫鑫linux运维培训课程表
具体课程表下载地址请到:http://down.51cto.com/data/2042790
分类:系统相关   时间:2015-04-29 11:55:49    阅读次数:169
CentOS Linux解决Device eth0 does not seem to be present
ifconfig...没有看到eth0.。然后重启网卡又报下面错误。故障现象:service network restartShutting down loopback insterface: [ OK...
分类:系统相关   时间:2015-04-28 20:46:09    阅读次数:199
megacli 查看Raid卡和硬盘信息
megacli的安装通过如下链接http://down.51cto.com/data/2042596或者http://pan.baidu.com/s/1eQ2FeHc下载至windows本地桌面,然后在linux命令行用命令:rz-be,在弹出的窗口中选择刚才下载的压缩包(注意不要勾选已ASCII码方式传送文件)tarxfmegacli-8.02.21-1-mdv2012.0.x86_..
分类:其他好文   时间:2015-04-28 18:46:41    阅读次数:698
The Problem to Slow Down You(Palindromic Tree)
题目链接:http://codeforces.com/gym/100548今天晚上突然有了些兴致去学习一下数据结构,然后就各种无意中看到了Palindrome Tree的数据结构,据说是2014年新出的数据结构,也让我回想起了西安打铁时候的经历。这道题的题意其实是比较清晰的,给你两个长度200000...
分类:其他好文   时间:2015-04-28 07:03:34    阅读次数:301
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!