会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yufenghou
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
14
15
16
17
18
19
20
21
22
···
43
下一页
2015年5月2日
quick 均衡真随机数
摘要: math.randomseed(tostring(os.time()):reverse():sub(1, 6))local sum1=0local sum2=0local sum3=0local sum4=0for i=1,100 do local num=math.random(1,4) ...
阅读全文
posted @ 2015-05-02 11:54 yufenghou
阅读(176)
评论(0)
推荐(0)
2015年5月1日
quick uipushbutton
摘要: local rightMenu = cc.ui.UIPushButton.new("test/BlueButton.png") :onButtonPressed(function(event) print("right menu pressed") ...
阅读全文
posted @ 2015-05-01 16:19 yufenghou
阅读(255)
评论(0)
推荐(0)
2015年4月28日
cocos3 pvr.ccz 加载图片
摘要: /* CCSprite* sprite=CCSprite::create("images.pvr.ccz"); sprite->setPosition(visibleSize.width/2,visibleSize.height/2); addChild(sprite); ...
阅读全文
posted @ 2015-04-28 15:07 yufenghou
阅读(446)
评论(0)
推荐(0)
2015年4月27日
编程珠玑
摘要: local a=10local b=1local resultBooleanif a-b>0 then resultBoolean=trueelse resultBoolean=falseendlocal resultBoolean2=a-b>0print(resultBoolean)p...
阅读全文
posted @ 2015-04-27 18:00 yufenghou
阅读(122)
评论(0)
推荐(0)
quick 受伤,当时错误,是因为命令行没有拉全
摘要: local scheduler = require(cc.PACKAGE_NAME .. ".scheduler")local MainScene = class("MainScene", function() return display.newScene("MainScene")end)l...
阅读全文
posted @ 2015-04-27 06:39 yufenghou
阅读(127)
评论(0)
推荐(0)
2015年4月26日
markdonw 一个模版
摘要: 项目名称======================在这里我写一个项目概述段落分明、[空行](http://example.com/) 的项目概述。如何使用------### 排队 ###内嵌代码、**反引号** (`` ` ``) 。### 块级 ### 参数说明----------...
阅读全文
posted @ 2015-04-26 20:56 yufenghou
阅读(169)
评论(0)
推荐(0)
markdown 一个小模版
摘要: # DillingerDillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor. - Type some Markdown on the left - S...
阅读全文
posted @ 2015-04-26 20:37 yufenghou
阅读(253)
评论(0)
推荐(0)
markdown 基本语法
摘要: # font **加粗** *斜体* ~~横线~~ [title](http://127.0.0.1)#list 无须列表 *1 *2 *3 有须列表 1. 1 2. 2 3. 3#引用>这里是引用#table| Tables ...
阅读全文
posted @ 2015-04-26 20:21 yufenghou
阅读(114)
评论(0)
推荐(0)
2015年4月25日
quick cocos 场景测试
该文被密码保护。
阅读全文
posted @ 2015-04-25 01:19 yufenghou
阅读(3)
评论(0)
推荐(0)
2015年4月24日
quick cocos 跳跃实现和重力
该文被密码保护。
阅读全文
posted @ 2015-04-24 13:29 yufenghou
阅读(3)
评论(0)
推荐(0)
上一页
1
···
14
15
16
17
18
19
20
21
22
···
43
下一页
公告