码迷,mamicode.com
首页 >  
搜索关键字:eve    ( 10269个结果
HDU 3377 Plan
Problem DescriptionOne day, Resty comes to an incredible world to seek Eve -- The origin of life. Lilith, the sister of Eve, comes with him. Although ...
分类:其他好文   时间:2016-01-17 14:54:25    阅读次数:161
Fluent Interface - 链式调用
从下面这样一个对外暴露接口的调用开始:1234567QueryUserEvent event =newQueryUserEvent();event.setName(name);event.setAge(18);event.setType(QueryUserEvent.TYPE_NORMAL);eve...
分类:其他好文   时间:2015-12-12 15:34:01    阅读次数:196
事件绑定和时间取消
//事件绑定function bindFn(obj,Event,fn){ if(obj.addEventListener) //addEventListener 兼容标准浏览器 (IE标准,谷歌,火狐) { obj.addEventListener(Eve...
分类:其他好文   时间:2015-11-27 12:34:49    阅读次数:137
键盘按键操作例子
按回车后调用CommonEventfunction PressEnterEvent(eve) { var currKey = 0, e = e || event; currKey = e.keyCode || e.which || e.charCode; if (currKey == 13) { C...
分类:其他好文   时间:2015-11-17 14:13:29    阅读次数:132
HDU 1528 Card Game Cheater(打扑克)
Description:Adam and Eve play a card game using a regular deck of 52 cards. The rules are simple. The players sit on opposite sides of a table, facing...
分类:其他好文   时间:2015-11-09 20:37:03    阅读次数:222
? D - 粉碎叛乱F - 其他起义
D - 粉碎叛乱 Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmit Status Practice HDU 1528Description Adam and Eve play a card game ...
分类:其他好文   时间:2015-11-07 23:14:49    阅读次数:301
dom自定义属性 兼容 index值获取
function getIndex(Eve,obj){ for(var i = 0;i<obj.length;i++){ obj[i].setAttribute("index",i);//设置自定义属性的值 } if(window.addEventListener){ obj[0]....
分类:其他好文   时间:2015-11-04 14:41:43    阅读次数:132
CustomView的手势缩放总结
两种方法:一,利用ScaleGestureDetector。代码在customview中。 设为View的成员变量; 构造方法中传入OnScaleGestureListener,覆写缩放的三个方法; 覆写customView的onTouchEven(MotionEvent event)方法,将eve...
分类:其他好文   时间:2015-10-27 20:20:05    阅读次数:179
Linux的安装 CentOS-7.1
说明: 首先,版本:7.1版:CentOS-7-x86_64-Everything-1503-01.iso 下载自:http://mirrors.163.com/centos/7/isos/x86_64/CentOS-7-x86_64-Everything-1503-01.iso 我下的这个是Eve...
分类:系统相关   时间:2015-10-24 14:15:32    阅读次数:483
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!