上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 43 下一页
摘要: ``` learn bootstrap ```## 说明1. @media(max-width:767px){body{background:#f00}}的意思是,当页面宽度小于757px的时候,使用后面的样式2. @media(min-w... 阅读全文
posted @ 2015-05-13 22:56 yufenghou 阅读(164) 评论(0) 推荐(0)
摘要: ``` learn bootstrap dota2多人联机对抗RPG 《DOTA2》,是脱离了其上一代作品《DOTA》所依赖的War3的引擎,由《DOTA》的地图核心制作者IceFrog(冰蛙)联手美国Valve公司使用他们的Source引擎... 阅读全文
posted @ 2015-05-13 22:10 yufenghou 阅读(174) 评论(0) 推荐(0)
摘要: ## 布局方式在bootstrap当中是采用网格布局的,把一个横着的一行分为12个栏。下面我们使用一个网页来演示:``` learn bootstrap dota2多人联机对抗RPG 《DOTA2》,是脱离了其上一代作品《DOTA》所依赖的War... 阅读全文
posted @ 2015-05-13 21:49 yufenghou 阅读(243) 评论(0) 推荐(0)
摘要: ### 首先新建一个html5的网页``` learn bootstrap --> ```### 然后依次加入bootstrap的内容1 加入bootstrap的css样式(视频的版本为2.0.4,我用的是3.3,不知道以后会不会出错)2 加入bootstrap的... 阅读全文
posted @ 2015-05-13 20:49 yufenghou 阅读(235) 评论(0) 推荐(0)
摘要: cc.Director:getInstance():getScheduler(): scheduleScriptFunc( function() print("dongshen") end ... 阅读全文
posted @ 2015-05-11 22:21 yufenghou 阅读(132) 评论(0) 推荐(0)
摘要: Who's in the MiddleTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 3136 Accepted Submission(s): 1... 阅读全文
posted @ 2015-05-11 11:58 yufenghou 阅读(186) 评论(0) 推荐(0)
摘要: Problem Description“今年暑假不AC?”“是的。”“那你干什么呢?”“看世界杯呀,笨蛋!”“@#$%^&*%...”确实如此,世界杯来了,球迷的节日也来了,估计很多ACMer也会抛开电脑,奔向电视了。作为球迷,一定想看尽量多的完整的比赛,当然,作为新时代的好青年,你一定还会看一些其... 阅读全文
posted @ 2015-05-10 11:56 yufenghou 阅读(184) 评论(0) 推荐(0)
摘要: local TestScene1 = class("TestScene1", function() return display.newScene("TestScene1")end)function TestScene1:ctor() local map=cc.TMXTiledMap:c... 阅读全文
posted @ 2015-05-07 17:06 yufenghou 阅读(214) 评论(0) 推荐(0)
摘要: local scheduler = require(cc.PACKAGE_NAME .. ".scheduler") local MainScene = class("MainScene", function() return display.newScene("MainScene")end)... 阅读全文
posted @ 2015-05-04 23:18 yufenghou 阅读(170) 评论(0) 推荐(0)
摘要: local TestScene1 = class("TestScene1", function() return display.newScene("TestScene1")end)function TestScene1:ctor() cc(self):addComponent("com... 阅读全文
posted @ 2015-05-03 22:24 yufenghou 阅读(173) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 43 下一页