码迷,mamicode.com
首页 >  
搜索关键字:component    ( 5606个结果
RMAN-06820: WARNING: failed to archive current log at primary database
12Cdataguard备库备份archivelog出现报错ProblemDescription---------------------------------------------------SQL>select*fromproduct_component_version;PRODUCTVERSIONSTATUS--------------------------------------------------------------------------------------..
分类:数据库   时间:2015-10-08 18:29:33    阅读次数:280
设计模式--组合模式
叶子对象和组合对象实现相同的接口。这就是组合模式能够将叶子节点和对象节点进行一致处理的原因。基本概念:组合模式[构造性设计模式]定义了如何将容器对象和叶子对象进行递归组合,使得客户在使用的过程中无须进行区分,可以对他们进行一致的处理。组合模式的角色:Component :组合中的对象声明接口,在适当...
分类:其他好文   时间:2015-10-08 00:18:15    阅读次数:238
@Repository @Resource
Spring的注解形式:@Repository、@Service、@Controller,它们分别对应存储层Bean,业务层Bean,和展示层Bean。@Repository、@Service、@Controller 和 @Component 将类标识为BeanSpring 自 2.0 版本开始,陆...
分类:其他好文   时间:2015-10-03 14:18:31    阅读次数:126
PCA的数学原理
PCA的数学原理PCA(Principal Component Analysis)是一种常用的数据分析方法。PCA通过线性变换将原始数据变换为一组各维度线性无关的表示,可用于提取数据的主要特征分量,常用于高维数据的降维。网上关于PCA的文章有很多,但是大多数只描述了PCA的分析过程,而没有讲述其中的...
分类:其他好文   时间:2015-10-02 19:57:54    阅读次数:259
zw版【转发·台湾nvp系列Delphi例程】HALCON Component Histogram
zw版【转发·台湾nvp系列Delphi例程】HALCON Component Histogramunit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, ....
分类:Windows程序   时间:2015-10-01 20:30:37    阅读次数:321
Install CDONTS mail component and SMTP on Windows Server 2008
原文地址:http://www.jppinto.com/2009/03/install-cdonts-mail-component-and-smtp-on-windows-server-2008/CDONTS is mail component used to send messages from ...
分类:Windows程序   时间:2015-09-29 11:25:43    阅读次数:418
Spring context:component-scan中使用context:include-filter和context:exclude-filter
Spring context:component-scan中使用context:include-filter和context:exclude-filter
分类:编程语言   时间:2015-09-28 14:45:07    阅读次数:285
Spring 被初始化两次(Spring-Task定时任务执行两次)分析和解决方法
初始问题:采用Spring-Task配置定时任务,任务执行两次,该问题在Eclipse调试环境上不出现分析问题:第一步:开始怀疑业务逻辑,通过排查和定位排除业务原因(通过日志可以查看多次执行)1 @Component("collection.car")2 public class Collectio...
分类:编程语言   时间:2015-09-24 22:27:44    阅读次数:281
NGUI控件
NGUI学习笔记一、NGUI的直接用法1. Attach a Collider:表示为NGUI的某些物体添加碰撞器,如果界面是用NGUI做的,只能这样添加。(注:用Component添加无效)。2. Attach an Anchor:表示为该物体添加了UIAnchor脚本,作用是避免像素偏移的问题3...
分类:其他好文   时间:2015-09-23 20:50:25    阅读次数:262
webservice调用报object is not an instance of declaring class错
错误原文:警告:Application{http://service.core.ws.component.creditease.com/}NLender2CoreWebServiceService#{http://service.core.ws.component.creditease.com/}riskFundInfoNoticehasthrownexception,unwindingnoworg.apache.cxf.interceptor.Fault:objectisnotaninstan..
分类:Web程序   时间:2015-09-22 19:05:35    阅读次数:890
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!