码迷,mamicode.com
首页 >  
搜索关键字:down    ( 10200个结果
LeetCode: Maximum Depth of Binary Tree 题解
Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root node down to the farthest le...
分类:其他好文   时间:2014-05-23 11:54:10    阅读次数:317
android手势事件 快速移动 长按触摸屏 按下触摸屏,并拖动
/* 用户按下触摸屏、快速移动后松开public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) {//参数解释:// e1:第1个ACTION_DOWN MotionEvent// ...
分类:移动开发   时间:2014-05-23 11:46:44    阅读次数:332
Unity3D快捷键 未完待续
Unity3D点选Object+F Object在当前视角居中CTRL+1/2 Scene/Game视图的切换MonoDevelopCTRL+K 删除光标所在行的该行后面的代码CTRL + ALT +C 注释/不注释该行CTRL+ DOWN 像鼠标滚轮一样向下拖CTRL + UP 像鼠标滚轮一样向上...
分类:其他好文   时间:2014-05-23 02:39:51    阅读次数:237
Python load json file with UTF-8 BOM header - Stack Overflow
Python load json file with UTF-8 BOM header - Stack Overflow 12 down voteacceptedYou can open with codecs:import jsonimport codecsjson.load(codecs.ope...
分类:编程语言   时间:2014-05-19 23:02:20    阅读次数:507
android 关于Make sure the plugin is properly configured问题的解决办法
这个问题引发的原因最初的报错是:[2013-10-14 10:01:58 - XXX] The connection to adb is down, and a severe error has occured.[2013-10-14 10:01:58 - XXX] You must restart...
分类:移动开发   时间:2014-05-19 18:30:21    阅读次数:336
sql server 2008 配置管理器 提示错误 "远程过程调用失败。(0x800706be)" 或者shutting down(0x80041033)
打开sql server 2008 配置管理器提示如下图所示的错误 或者如下图所示的错误 在网上查找相关资料后,找到解决方法如下: 卸载 Microsoft sql server 2012 Express LocalDB 即可
分类:数据库   时间:2014-05-19 13:54:09    阅读次数:1397
手势识别:GestureDetector
当用户触摸屏幕的时候,会产生许多手势,例如down,up,scroll,filing等等,我们知道View类有个View.OnTouchListener接口,通过重写他的onTouch(Viewv,MotionEventevent)方法,我们可以处理一些touch事件,但是这个方法太过简单,如果.....
分类:其他好文   时间:2014-05-19 08:46:19    阅读次数:256
springMVC项目异步处理请求的错误Async support must be enabled on a servlet and for all filters involved in async
从github上down下来一个项目,springMVC-chat。作者全是用的注解,也就是零配置。 这可苦了我,经过千辛万苦,最终集成到现在的项目中有一点样子了,结果报出来下面的错误。红色部分。解决方法为,在web.xml中也就是springMVC的总配置文件中加上一句话: true 这句话的位置一定要放正确,否则,一切都是徒劳。至于配置spring异步支持(其实是配置servlet异...
分类:编程语言   时间:2014-05-18 18:32:49    阅读次数:499
事件传递机制总结
事件系统组成元素: 1. 每一个事件被包装为一个MotionEvent 2. 描述一个事件的位置(location)     --ACTION_DOWN     --ACTION_UP     --ACTION_MOVE     --ACTION_POINTER_DOWN     --ACTION_POINTER_UP     --ACTION_CANCEL 3.事件的元数...
分类:其他好文   时间:2014-05-18 06:34:46    阅读次数:264
UVA 133(循环链表)
C - The Dole Queue Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Description  The Dole Queue  In a serious attempt to down...
分类:其他好文   时间:2014-05-18 03:10:48    阅读次数:326
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!