完成的效果如下查看效果并下载Step 1:先了解border的原理:Step 2:HTML代码结构Html代码StartPauseStopForwardForwardRewindRewindEjectEjectStep 3:画背景圆,position:relativeCss代码.playContai...
分类:
Web程序 时间:
2014-08-25 11:18:54
阅读次数:
238
动画与动作,在quick中都有对其封装,所以我们还是来看一下吧。
总的来说,对于帧动画,quick封装的方法我们可以经常使用,这是非常方便的,下面直接上代码来直观感受下,
比如,14张帧图片,采用cocos2d-x lua的方法来写是这样的,
local sp = display.newSprite("grossini_dance_01.png", display.cx, display.c...
分类:
其他好文 时间:
2014-08-24 23:56:23
阅读次数:
486
exists(sql 返回结果集为真)notexists(sql 不返回结果集为真)如下:表AID NAME1 A12 A23 A3表BID AID NAME11B122B232B3表A和表B是1对多的关系 A.ID=>B.AIDSELECTID,NAMEFROMAWHEREEXIST (SELEC...
分类:
数据库 时间:
2014-08-24 19:14:23
阅读次数:
250
在用mongo进行查询时,$exists表示是否document是否包含这个field,即使field的value为null也算是包含。$exists
Syntax: { field: { $exists: } }
When is true, $exists matches the documents that contain the field, including documents w...
分类:
其他好文 时间:
2014-08-24 11:43:02
阅读次数:
187
安装命令:
sudo apt-get install pepperflashplugin-nonfree
sudo update-pepperflashplugin-nonfree –install
卸载命令:
sudo update-pepperflashplugin-nonfree –unins...
分类:
其他好文 时间:
2014-08-24 03:40:01
阅读次数:
277
Given a stringS, find the longest palindromic substring inS. You may assume that the maximum length ofSis 1000, and there exists one unique longest pa...
分类:
其他好文 时间:
2014-08-23 21:35:21
阅读次数:
264
Qt Quick Qt creator自带的入门 example。 Qt designer 在 windows 下用起来还是很不方便,所以基本上直接用 code editor 反而更轻松。喜欢creator很重要一点就是因为它NB的代码补全。 首先我们创建一个 qt quick 工程。把资源文...
分类:
其他好文 时间:
2014-08-23 16:41:11
阅读次数:
247
Problem Description
N(3
Each player has a unique skill rank. To improve their skill rank, they often compete with each other. If two players want to compete, they must choose a referee among oth...
分类:
其他好文 时间:
2014-08-23 15:27:21
阅读次数:
253
Android手机有个挺好的功能,它允许你往桌面上放窗口小部件(widget),有一个叫相框的小部件,可以让你选择一张相片,截取一部分,放在相框里。我桌面上就放了几个相框,里面是我女儿的照片,隔阵子换一换,挺喜欢。这次的实例受相框小部件启发而成,我称之为挖头像,先看看运行效果。...
分类:
其他好文 时间:
2014-08-23 15:25:11
阅读次数:
412
Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent cell, where "adjace...
分类:
其他好文 时间:
2014-08-23 15:07:40
阅读次数:
190