function Player:addStateMachine() self.fsm_ = {} cc.GameObject.extend(self.fsm_) :addComponent("components.behavior.StateMachine") :export...
分类:
系统相关 时间:
2014-11-19 15:50:21
阅读次数:
295
The Fourier Transform will decompose an image into its sinus and cosines components. In other words, it will transform an image from its spatial domai...
分类:
其他好文 时间:
2014-11-17 12:13:58
阅读次数:
599
1、综述Activity是Android四大组件(Application Components)之一,简单来说Activity就是平常所见到的用户界面,一般情况下,一个Activity所占的窗口是满屏的,但也可以是一个小的位于其它Activity之上的浮动窗口。一个Android工程至少有一个Act...
分类:
移动开发 时间:
2014-11-14 17:22:56
阅读次数:
232
XPCOM是一个跨平台组件模型,它的全称为Cross Platform Component Object Module。XPCOM实现了一个框架(framework),这个框架中,它允许开发者打破单一整体的软件项目,而分解为多个更小的模块化碎片(pieces),这些碎片也即组件(components...
分类:
其他好文 时间:
2014-11-13 16:13:44
阅读次数:
180
安装pear 的命令如下: $ wget http://pear.php.net/go-pear.phar $ php go-pear.phar pear 安装成功! 下面用 pear 来安装phpunit pear channel-discover pear.phpunit.de pear channel-discover components.ez...
分类:
Web程序 时间:
2014-11-12 12:06:53
阅读次数:
169
在JAVA_HOME/lib下面有两个比较重要的jar文件,tools.jar和dt.jar。
tools.jar在上篇文章中做了简单的介绍。这里来介绍下dt.jar。
在Oracle官方网站搜dt.jar,找到JDK and JRE File Structure这个页面,如下
https://docs.oracle.com/javase/7/docs/technotes/tools/sol...
分类:
编程语言 时间:
2014-11-11 12:49:21
阅读次数:
255
ChangeLogBugThe combogrid has different height than other combo components. fixed.datagrid: The row element loses some class style value after calling...
原文转自:http://segmentfault.com/blog/nightire/1190000000753400译者前言这是一篇来自 StackOverflow 的问答,提问的人认为 React 相比 WebComponents有一些“先天不足”之处,列举如下:原生浏览器支持原生语法支持(意即...
分类:
Web程序 时间:
2014-11-04 13:02:56
阅读次数:
286
目录结构译者前言Native vs. Compiled原生语言对决预编译语言Internal vs. External DSLs内部与外部 DSLs 的对决Types of DSLs - explanationDSLs 的种类 - 解释Data binding数据绑定Native vs. VM原生对...
分类:
Web程序 时间:
2014-11-04 12:38:34
阅读次数:
251
在.NET程序/网站中如果要生成统计图表/图形,以前可以采用OWC(Office Web Components),如OfficeXP组件OWC10、Office2003组件OWC11。OWC采用COM-DLL方式的调用接口,但主要缺憾 是生成的图片不够美观,不够“现代”。现在,随着.NET 3.5的...
分类:
Web程序 时间:
2014-11-04 10:43:33
阅读次数:
271