码迷,mamicode.com
首页 >  
搜索关键字:shake    ( 120个结果
HTML5 手机摇一摇实现
目录结构引入jQuery:jquery-1.11.1.min.jshtml代码 摇一摇功能 使劲晃动您的手机 尚未摇动 shake.js/** Author: Alex Gibson* https://github.com/alexgibson...
分类:移动开发   时间:2015-08-17 13:41:14    阅读次数:240
[Java第一个游戏]JFrame文本框下贪吃蛇
刚刚接触java的文本框绘图的知识点,然后就可以按照老师的提醒做一些简单的游戏,对JFrame加深一下,下面就贪吃蛇给出一些源代码,其实正真的实现的代码并不多,只是稍微处理一下就可以明白,下面代码均有注释!第一个类shake类importjava.awt.Color;importjava.awt.....
分类:编程语言   时间:2015-08-15 22:45:25    阅读次数:134
JQuery中xxx is not a function或者can not find $
在项目中,遇到以上两个错误,反复折腾了好久,js代码写得没有问题,jquery的文件也引入了,就是反复的报告错误,xxx is not a function。如图:就是这样的错误,shake is not a function,我也是日了狗了,shake明明是我在其他的js的文件中,拓展的Jquer...
分类:Web程序   时间:2015-08-09 01:41:57    阅读次数:252
深度搜索(2)
DescriptionThe doggie found a bone in an ancient maze, which fascinated him a lot. However, when he picked it up, the maze began to shake, and the dog...
分类:其他好文   时间:2015-08-06 12:56:02    阅读次数:130
Jquery实现抖动效果
参考文档:jQuery 的扩展,实现抖动效果背景:在项目中,登录页验证用户名和密码是否匹配,如果不匹配,则抖动输入框,提示用户输入错误。将如下代码写到JS文件中: 1 jQuery.fn.shake = function (intShakes /*Amount of shakes*/, intDis...
分类:Web程序   时间:2015-08-05 21:54:04    阅读次数:335
hdu 1010 Tempter of the Bone
hdu 1010 的传送门The doggie found a bone in an ancient maze, which fascinated him a lot. However, when he picked it up, the maze began to shake, and the doggie could feel the ground sinking. He realized th...
分类:其他好文   时间:2015-08-05 16:28:39    阅读次数:88
hoj-1010 Tempter of the Bone
DescriptionThe doggie found a bone in an ancient maze, which fascinated him a lot. However, when he picked it up, the maze began to shake, and the dog...
分类:其他好文   时间:2015-08-02 18:13:13    阅读次数:81
Android摇晃检测ShakeDetector
最近做一个程序要实现一个Shake手机的特性。 想到这个功能可能应用广泛,比如摇晃手机换图片、截图、洗牌、结束当前程序等,所以找了些资料,并加以改进,将此功能封装成类(ShakeDetector),方便今后使用。...
分类:移动开发   时间:2015-07-30 00:52:15    阅读次数:139
cocos js 自定义抖动动作
自定义抖动动作,记录备查 1 /** 2 * 自定义抖动动作 3 */ 4 var Shake = cc.ActionInterval.extend({ 5 //节点初始位置 6 nodeInitialPos:null, 7 //X轴抖动幅度 8 nodeShak...
分类:Web程序   时间:2015-07-23 13:28:46    阅读次数:639
Ombrophobic Bovines - POJ 2391
DescriptionFJ's cows really hate getting wet so much that the mere thought of getting caught in the rain makes them shake in their hooves. They have d...
分类:其他好文   时间:2015-07-23 06:39:06    阅读次数:130
120条   上一页 1 ... 6 7 8 9 10 ... 12 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!