首页 > 2014年06月18日 > 全部分享
用Phaser来制作一个html5游戏——flappy bird (一)
Phaser是一个简单易用且功能强大的html5游戏框架,利用它可以很轻松的开发出一个html5游戏。在这篇文章中我就教大家如何用Phaser来制作一个前段时间很火爆的游戏:Flappy Bird,希望大家看后也能做出自己的html5游戏。大家可以先点击这里来试玩一下我已经做好的这个游戏,感受一下P...
分类:移动平台   时间:2014-06-18 21:54:00    收藏:0  评论:0  赞:0  阅读:793
2014.06.16任务
周五要提供一份可完成的SIT6000今天需要做的就是 文件的上传。(服务器上还需要写几个页面,负责显示)治疗数据的显示处理。图形的显示2014.06.16http上传文件还是有问题。 首次上传没问题,第二次出现问题
分类:其他   时间:2014-06-18 21:54:37    收藏:0  评论:0  赞:0  阅读:351
leetcode--Rotate Image
You are given annxn2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Follow up:Could you do this in-place?public class Soluti...
分类:其他   时间:2014-06-18 21:55:10    收藏:0  评论:0  赞:0  阅读:398
XCode v8.11 重量级分表分库(无视海量数据)
XCode天生就有分表分库功能,设计于2005年!历时9年,这是分表分库功能第一次针对性正式更新。在XCode里面,分表分库非常简单,在操作数据(查询/更新)前修改Meta.ConnName/Meta.TableName,指向别的连接字符串和表名,就实现了分表分库功能!实际上,XCode实体层构建数...
分类:其他   时间:2014-06-18 21:55:49    收藏:0  评论:0  赞:0  阅读:516
leetcode--Spiral Matrix
Given a matrix ofmxnelements (mrows,ncolumns), return all elements of the matrix in spiral order.For example,Given the following matrix:[ [ 1, 2, 3 ],...
分类:其他   时间:2014-06-18 21:56:26    收藏:0  评论:0  赞:0  阅读:430
leetcode--Spiral Matrix II
Given an integern, generate a square matrix filled with elements from 1 ton2in spiral order.For example,Givenn=3,You should return the following matri...
分类:其他   时间:2014-06-18 21:57:06    收藏:0  评论:0  赞:0  阅读:434
个人知识管理系统Version1.0开发记录(06)
demo view夜已深,我们先简单演示一下,完成一个小段落了。涉及工具及技术知识:图形处理软件photoshop cs6,js类库ext。思路如下:1、下载ps6,有破解版本的,dll文件覆盖即可,玩个把小时,看看文字、图片jpg、png、gif动画怎么玩的,实际用时找对应方法。2、下载ext2,...
分类:其他   时间:2014-06-18 21:59:07    收藏:0  评论:0  赞:0  阅读:508
leetcode--Valid Number
Validate if a given string is numeric.Some examples:"0"=>true" 0.1 "=>true"abc"=>false"1 a"=>false"2e10"=>trueNote:It is intended for the problem stat...
分类:其他   时间:2014-06-18 21:58:29    收藏:0  评论:0  赞:0  阅读:435
delphi的取整函数round、trunc、ceil和floor
delphi的取整函数round、trunc、ceil和floor 首先引入math单元uses math;1.Round(四舍六入五留双)功能说明:对一个实数进行四舍五入。(按照银行家算法) 例:vari, j: Integer;begini := Round(1.5); // i等于2j :=....
分类:其他   时间:2014-06-18 21:59:39    收藏:0  评论:0  赞:0  阅读:377
quick cocos2dx 滚动条
--滚动条 labar local function valueChanged(strEventName,pSender) if nil == pSender then return end ...
分类:其他   时间:2014-06-18 22:00:19    收藏:0  评论:0  赞:0  阅读:567
quick_cocos2dx 点击事件
local function onTouchBegan(x, y) 层单击事件end local function onTouchMoved(x, y) end local function onTouchEnded(x, y) print("哈哈哈") endlocal function...
分类:其他   时间:2014-06-18 22:01:04    收藏:0  评论:0  赞:0  阅读:493
jQuery图片延迟加载插件:jquery.lazyload
-----------------------------------------------------------------------------------------------class='lazy' 载入样式,data-original指向图片地址底部引入jQuery和jQuery....
分类:Web开发   时间:2014-06-18 22:01:40    收藏:0  评论:0  赞:0  阅读:448
quick_cocos2dx 调度器
定时器local sharedScheduler = CCDirector:sharedDirector():getScheduler() --自定义函数 i=1 function prForHimi() -- cocos2d.CCLuaLog("reFresh...
分类:其他   时间:2014-06-18 22:02:21    收藏:0  评论:0  赞:0  阅读:514
quick cocos2dx 判断坐标是否在精灵内部
local pos = ccp(10, 10)local sprite=display.newSprite("02.png") //创建一个精灵sprite:setPosition(ccp(10,10))self:addChild(sprite) if sprite:getBound...
分类:其他   时间:2014-06-18 22:03:06    收藏:0  评论:0  赞:0  阅读:693
PatentTips - Sleep state mechanism for virtual multithreading
BACKGROUNDThe present disclosure relates generally to information processing systems and, more specifically, to a mechanism that maintains the archite...
分类:其他   时间:2014-06-18 22:03:42    收藏:0  评论:0  赞:0  阅读:315
Httpclient httpdelete 参数
Httpclient 中常用的请求有2个,HttpPost 和 HttpGet,今天在对某个网站进行分析的时候,突然发现用到了 HttpDelete,并且传参 是 Json。1、一般 HttpPost 对传参 Json 的处理是:// 中文处理StringEntity se = new String...
分类:其他   时间:2014-06-18 22:06:14    收藏:0  评论:0  赞:0  阅读:597
TOJ--2674--最短路(spfa)
厌死了......排位 晋级赛 两连跪 。。。三角形 的那题还是 无限WA 。。。还有 明天又要早起。。。先还是来看下这题吧 话说 好久没写 最短路了 --------- spfa 是我最喜欢的最短路版本 touch me这题 其实相比其它的最短路 还是有个很让人看不懂的地方---让我纠结...
分类:其他   时间:2014-06-18 22:05:34    收藏:0  评论:0  赞:0  阅读:465
获取android 内存大小
android 内存大小
分类:移动平台   时间:2014-06-18 22:04:57    收藏:0  评论:0  赞:0  阅读:364
php 常用五种模式
/* 设计模式之单例模式$_instance 必须声明为静态的私有变量构造函数必须声明为私有,防止外部程序 new 类从而失去单例模式的意义getInstance() 方法必须设置为公有的,必须调用此方法以返回实例的一个引用:: 操作符只能访问静态变量和函数 new 对象会消耗内存使用场景:最常用的...
分类:Web开发   时间:2014-06-18 22:06:57    收藏:0  评论:0  赞:0  阅读:486
PatentTips - Increasing turbo mode residency of a processor
BACKGROUNDMany modern operating systems (OS's) use the Advanced Configuration and Power Interface (ACPI) standard, e.g., Rev. 3.0b, published Oct. 10,...
分类:其他   时间:2014-06-18 22:07:38    收藏:0  评论:0  赞:0  阅读:448
1522条   上一页 1 ... 68 69 70 71 72 ... 77 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!