6、MESH CREATIONSkinning允许单个的对象,将会受到多于一根骨头的影响。为了做到这一点的精灵需要转换为一个网格。随便选择一个精灵,然后我们来到 Skinning面板。先看Type of Mesh 的选项0~3 , 值越大网格越密集。 7、BIND SMOOTH SKIN事先准备如下: 本节是在上一个Mesh Creation的基础上的。生成Mesh后我们来全选,然后单击...
分类:
编程语言 时间:
2015-01-03 07:07:15
阅读次数:
332
This lesson describes what is really happening when you use the angularfactory and how you can make your factories even more dynamic in creation.This ...
分类:
Web程序 时间:
2014-12-28 00:28:20
阅读次数:
343
原文:查询SQLSERVER执行过的SQL记录有的时候,需要知道SQLSERVER执行了什么语句,可以用下面的方法: SELECT TOP 1000--创建时间QS.creation_time,--查询语句SUBSTRING(ST.text,(QS.statement_start_offset/2)...
分类:
数据库 时间:
2014-12-24 20:05:02
阅读次数:
196
在oracle11g中,每张表在起初创建时,默认是不分配区段给此对象。当首次插入数据时,会分配对应的区段。对应控制参数为deferred_segment_creation=true如果要保持跟低版本保持一致的属性,可以设定此参数值为flasealtersystemsetdeferred_segment_creation=falsescope=both;在..
分类:
数据库 时间:
2014-12-24 18:22:13
阅读次数:
161
自定义UI控件,需继承 View类或View的子类,并重载View类中的一些方法,不必都重载,但至少要重载onDraw( )。
类别
方法
描述
Creation
Constructors
onFinishInflate()
当View和它的所有子对象从XML中导入之后,调用此方法
...
分类:
其他好文 时间:
2014-12-22 00:57:15
阅读次数:
238
Visual Components(可视化组件)There are new components and gameObjects that have been added with UI that allow for ease of creation and GUI specific functio...
分类:
编程语言 时间:
2014-12-16 14:57:50
阅读次数:
297
正文:1、Oracle11g默认对空表不分配segment,故使用exp导出Oracle11g数据库时,空表不会导出。2、设置deferred_segment_creation 参数为FALSE后,无论是空表还是非空表,都分配segment。 在sqlplus中,执行如下命令: SQL>al...
分类:
数据库 时间:
2014-12-09 19:03:55
阅读次数:
212
今天把项目从hibernate3升级到4的时候报错:DisablingcontextualLOBcreationascreateClob()methodthrewerror:java.lang.reflect.InvocationTargetException错误原因分析:可能是里面多了没有用的MySQL的驱动包,现在用的是oracle数据库,删了就好了在applicationContext.xml里..
分类:
其他好文 时间:
2014-12-07 06:55:54
阅读次数:
986
http://community.southpawtech.com/content/template-project-creation-best-practices Template Project Creation Best Practices how to create a template project in 3.8.0.rc04 and above. 如何在tactic 3....
分类:
其他好文 时间:
2014-11-28 18:40:09
阅读次数:
256
Recently I had a client inquire as to how one would insert a hyperlink into a CRM email template. While the Email Template creation area contains many...
分类:
其他好文 时间:
2014-11-24 14:57:10
阅读次数:
328