码迷,mamicode.com
首页 >  
搜索关键字:component    ( 5606个结果
Aspose 强大的服务器端 excel word ppt pdf 处理工具
Aspose强大的服务器端 excel word ppt pdf 处理工具http://www.aspose.com/java/word-component.aspx
分类:Web程序   时间:2014-07-01 20:12:23    阅读次数:172
spring <context:component-scan>使用说明(转)
在xml配置了这个标签后,spring可以自动去扫描base-pack下面或者子包下面的java文件,如果扫描到有@Component @Controller@Service等这些注解的类,则把这些类注册为bean注意:如果配置了那么标签就可以不用再xml中配置了,因为前者包含了后者。另外还提供了....
分类:编程语言   时间:2014-07-01 11:35:32    阅读次数:172
Intents and Intent Filters
An Intent is a messaging object you can use to request an action from another app component. Although intents facilitate communication between components in several ways, there are three fundament...
分类:其他好文   时间:2014-07-01 08:54:18    阅读次数:414
Intents and Intent Filters
An Intent is a messaging object you can use to request an action from another app component. Although intents facilitate communication between components in several ways, there are three fundament...
分类:其他好文   时间:2014-06-30 19:28:20    阅读次数:225
Swing圆角边框的实现
Swing圆角边框实现Swing圆角边框的实现方法:packagecom.justplay.basic; importjava.awt.Color; importjava.awt.Component; importjava.awt.Graphics; importjava.awt.Insets; importjavax.swing.border.Border; /** *Swing *设置圆角边框(可以自定义边框的颜色) *可以为..
分类:Windows程序   时间:2014-06-28 06:01:13    阅读次数:521
[Hadoop] 令人迷惑的版本
由于Hadoop还处于初期高速发展的节点,加上它又是开源的,因此它的版本一直很混乱,Hadoop一些主要的特性有: Append:支持文件追加功能,如果想使用HBase,需要这个特性。 RAID : 在保证数据可靠的前提下,通过引入校验码减少数据块数目。详细链接:https://issues.apache.org/jira/browse/HDFS/component/12313080 ...
分类:其他好文   时间:2014-06-27 10:32:09    阅读次数:272
Head First装饰模式(Decorator)
装饰者模式是动态的将责任附加到另一个对象上,由这个对象负责;这个装饰与被装饰的组件接口一致,因此对使用该组件的客户透明;其中的关键点是装饰者可以在所委托被装饰者的行为之前和之后,加上自己的行为,已达到特点的目的。 代码如下: -------------Component //装饰者模式一般使用抽象类 public abstract class Beverage {...
分类:其他好文   时间:2014-06-27 09:09:56    阅读次数:269
OpenMax的接口与实现
OpenMax IL层的接口定义由若干个头文件组成,这也是实现它需要实现的内容,它们的基本描述如下所示。OMX_Types.h:OpenMax Il的数据类型定义OMX_Core.h:OpenMax IL核心的APIOMX_Component.h:OpenMax IL 组件相关的 APIOMX_Au...
分类:其他好文   时间:2014-06-26 20:38:06    阅读次数:221
openmax component类的继承关系
向OpenCORE里继承一个新的codec时,需要用到OpenMAX接口规范对该codec进行封装,即要定义一个用于封装的类(wrapper),实现OpenMAX规定的集中核心方法(omxcoremethods)。若该codec是一个音频解码器,则该类继承OmxComponentAudio类;若是视...
分类:其他好文   时间:2014-06-26 19:18:20    阅读次数:218
UIPanel
【UIPanel】 UIPanel is a component that collects and manages all widgets underneath it. UIPanel is responsible for creating the actual draw calls using....
分类:其他好文   时间:2014-06-25 09:19:41    阅读次数:305
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!