1. Class, object and referenceRecall that class is nothing more than a blueprint that describes how an instance of this type will look and feel in mem...
分类:
其他好文 时间:
2015-04-11 16:08:23
阅读次数:
163
本文章由cartzhang编写,转载请注明出处。 所有权利保留。
文章链接:
作者:cartzhang
Kinect小小玩偶游戏----小小潜水员
一、游戏说明
通过Kinect控制小玩偶来玩Unreal游戏,左右手抬起可左右移动;右手举过头顶,可跳起;还可以发射蜗牛子弹来攻击小鱼。使用UE4的2D效果来实现。
先睹为快,萌萌哒的小小主角:
二...
分类:
其他好文 时间:
2015-04-08 15:06:08
阅读次数:
278
一个user可以有很多article,一个article对应一个user。在article的migration中public function up() { Schema::create('articles', function(Blueprint $table) ...
分类:
其他好文 时间:
2015-03-03 23:26:06
阅读次数:
280
compass frameworks //查看compass支持的框架//使用blueprint框架来创建应用(网格布局)compass create m_grid --using blueprint//新版本的compass中已经不再内置blueprint,需要手动安装,或将compass降级到旧...
分类:
其他好文 时间:
2015-02-07 20:20:53
阅读次数:
186
【转载】 今天在执行compass create my-grid –using blueprint 命令时发现报错 google了一下,说是新版compass已经不包括compass-bluprint了。 所以我尝试执行命令 “gem install compass-blueprint”,自己手动安...
分类:
Web程序 时间:
2015-01-30 15:08:14
阅读次数:
205
1.全局观:sails理念,框架结构2.试用sails的scaffolding工具,创建model,创建controller,3.启动server,试用blueprint,4.进阶:4.0 数据库config4.1 model关系规则,4.2 sails console, 操纵model数据,了解s...
分类:
其他好文 时间:
2015-01-15 20:05:28
阅读次数:
219
karaf@root> log:display2015-01-12 10:48:03,950 | WARN | rint Extender: 3 | XBeanNamespaceHandler | 66 - org.apache.xbean.blueprint- 3.11.1 |Could not ...
分类:
其他好文 时间:
2015-01-12 12:54:48
阅读次数:
362
FushionCharts官网:http://www.fusioncharts.com/在线Demo:http://www.fusioncharts.com/free/demos/Blueprint/ 首先我们需要做的准备工作就是下载一个FusionCharts数据包,里面包括了我们后面将试用的Ja...
分类:
其他好文 时间:
2015-01-12 10:49:23
阅读次数:
185
UE4的蓝图就跟C++等编程语言在概念上是非常类似的。在蓝图中你可以定义变量、函数、宏等等,高级点的,它还可以被继承。这还不算,我们还可以定义蓝图接口,规范子类的行为。基本上C++中可以做的,蓝图也可以做到,而且是所见即所得,拖拖拽拽,即时编译,立即生效。...
分类:
其他好文 时间:
2015-01-11 06:16:54
阅读次数:
353
做惯了后台程序的我们,是否对前端编程有兴趣么,通过CSS框架,使我们很容易的开发出基于Div+CSS布局的页面来,今天让我们了解下大名鼎鼎的blueprint CSS框架吧!它的官方网站:http://www.blueprintcss.org/首先你应该申明好CSS,这很简单,通过在页面的head区...
分类:
Web程序 时间:
2014-12-30 16:34:23
阅读次数:
146