码迷,mamicode.com
首页 >  
搜索关键字:down    ( 10200个结果
ACM解题之在线翻译 Give Me the Number
Give Me the NumberTime Limit: 2 Seconds Memory Limit: 65536 KBNumbers in English are written down in the following way (only numbers less than 109 ...
分类:其他好文   时间:2014-10-24 14:14:20    阅读次数:342
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 leaf node. 解题思路:直接DFS。 代码: /**...
分类:其他好文   时间:2014-10-24 13:04:21    阅读次数:147
[DevExpress]ChartControl 创建Drill-Down样式的Title
关键代码: /// /// 创建Drill-Down样式的Title /// /// ChartControl /// title文字 /// 是否可见 public static void AddDrillDownTitle(this ChartControl chart, stri...
分类:其他好文   时间:2014-10-24 12:51:05    阅读次数:108
Codeforces Round #242 (Div. 2) A. Squats
Pasha has many hamsters and he makes them work out. Today, n hamsters (n is even) came to work out. The hamsters lined up and each hamster either sat down or stood up. For another exercise, Pasha n...
分类:其他好文   时间:2014-10-24 11:06:01    阅读次数:238
vim 常用快捷键 二[转]
键盘移动 (Move)一切都从键盘的移动k-> 上 upj-> 下 downh-> 左 leftl-> 右 rightz-> 重画屏幕,当前光标变成屏幕的第一行 (redraw current line at top of window)CTRL-f-> 跳到下一页 (page down)CTRL-...
分类:系统相关   时间:2014-10-23 14:07:47    阅读次数:311
Android第二十四期 - 游戏公告跑马灯效果
代码已经整理好,效果如下:地址:http://down.51cto.com/data/1887395
分类:移动开发   时间:2014-10-23 12:44:41    阅读次数:199
MacBook 常用快捷键
Mac OS X系统图形表示方法 ? = shift ? = control ? = option / alt  Home=fn + ?  End=fn + ?  Page Up=fn + ▲ Page Down=fn + ▼  删除后一个字符(普通键盘的Delete)=fn + delete  截图保存整个屏幕到桌面=shift + command + 3  保存整个屏幕到剪...
分类:系统相关   时间:2014-10-22 18:17:27    阅读次数:345
dispatchTouchEvent(),onInterceptTouchEvent()和onTouchEvent()的事件分发
在布局文件里,假设有3层 , 一层是button, textview等常见组件, 二层是嵌套的RelativeLayout, 三层是LinearLayout, 而一个触摸屏幕的事件无非就是ACTION_DOWN, ACTION_MOVE, ACTION_UP.  而手指从按下到松开离开屏幕, 其实事件分发的传递已经经过了这三层. 这里说下它的处理过程, 也算是巩固记忆了. 首先, dis...
分类:其他好文   时间:2014-10-22 18:14:12    阅读次数:215
android事件分发笔记
1.SimpleOnGestureListener遇到的问题:自己定义一个按钮继承自Button,一开始改变按钮颜色的操作放在onTouchEvent的ATION_DOWN里触发。这时问题来了,放在ScrollView里面,发现如果碰到按钮去滑动时,会触发按钮改变颜色,显然这是不对的。后来查了一下,...
分类:移动开发   时间:2014-10-22 12:41:56    阅读次数:211
Android第二十期 - 微信的主体构架
代码已经整理好了,还加了侧边栏的slidingmenu,自己试试吧。地址:http://down.51cto.com/data/1886297
分类:微信   时间:2014-10-22 06:34:13    阅读次数:324
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!