码迷,mamicode.com
首页 >  
搜索关键字:hand    ( 3029个结果
简单的css js控制table隔行变色
(1)用expression 鼠标滑过变色: <style type="text/css"><!-- table { background-color:#000000; cursor:hand; width:100%; }td {onmouseover: expression(onmouseover ...
分类:Web程序   时间:2016-05-27 23:37:29    阅读次数:266
Uploadify 3.2 参数属性、事件、方法函数详解
一、属性 属性名称 默认值 说明 auto true 设置为true当选择文件后就直接上传了,为false需要点击上传按钮才上传 。 buttonClass ” 按钮样式 buttonCursor ‘hand’ 鼠标指针悬停在按钮上的样子 buttonImage null 浏览按钮的图片的路径 。 ...
分类:其他好文   时间:2016-05-27 20:26:42    阅读次数:382
Android Handler警告,SimpleDateFormat警告
1:Handler// This Handler class should be static or leaks might occur: IncomingHandler @SuppressLint("HandlerLeak") private Handler mHandler = new Hand ...
分类:移动开发   时间:2016-05-24 17:00:40    阅读次数:282
人脸数据库汇总
■Annotated Database (Hand, Meat, LV Cardiac, IMM face) (http://www2.imm.dtu.dk/~aam/)■AR Face Database (http://cobweb.ecn.purdue.edu/~aleix/aleix_face ...
分类:数据库   时间:2016-05-23 13:17:57    阅读次数:1912
MFC音乐播放器
一、继承CButton 实现按钮自绘 1.ON_WM_SETCURSOR() 改变指针 BOOL C2PicBtn::OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message){ ::SetCursor(LoadCursor(NULL, IDC_HAND ...
分类:编程语言   时间:2016-05-21 18:52:06    阅读次数:200
python 解谜 Level 1
得到第一关地址后可以进行第一关的解析了。 看起来好神秘的样子。但是也就是把字母 k 变成 m , o 变成 q ,e 变成 g。将字母对应的ASCII的值+2就行了。 i hope you didnt translate it by hand. thats what computers are fo ...
分类:编程语言   时间:2016-05-17 00:47:14    阅读次数:298
配置myeclipse可以查看class文件
http://www.cnblogs.com/snake-hand/archive/2013/06/08/3127534.html jad.exe下载地址: http://www.cr173.com/soft/62098.html#address net.sf.jadeclipse 3.3.0.ja ...
分类:系统相关   时间:2016-05-15 19:27:19    阅读次数:202
Windows 10 或将迎来自己的 Hand-off
早在 Windows 10 上线之前,其实我们就曾听闻过代号为 Redstone 的重大更新。而在今天,Reddit 用户爆出了一张疑似是近期 Redstone 版本的屏幕撷图,从图中「开启其它设备应用以继续应用进程」的选项来推测,类似 OS X Hand-off 的跨设备联动功能可能很快就要出现在 ...
分类:Windows程序   时间:2016-05-08 16:37:31    阅读次数:254
iOS文件的管理(添加,删除,拷贝,移动)
#import "ViewController.h" @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; [self handleNSFileManage]; } // 文件管理 - (void)hand ...
分类:移动开发   时间:2016-04-29 23:33:35    阅读次数:421
计算机视觉和图像处理常用的一些标准图片
airplane baboon book cat fruits hand_sample1 hand_sample2 hand_sample3 ...
分类:其他好文   时间:2016-04-29 19:20:49    阅读次数:212
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!