码迷,mamicode.com
首页 >  
搜索关键字:component    ( 5606个结果
c#pdf查看器
Free Spire.PDF for .NET is a Community Edition of the Spire.PDF for .NET, which is a totally free PDF component for commercial and personal use. As a ...
分类:Windows程序   时间:2015-05-10 18:49:56    阅读次数:150
Lookup component 用法
Lookup component 类似于Tsql的join子句,select a.* ,b.*from dbo.tis aleft join dbo. tdes bon a.code=b.codeLookup component的组成分析两个输入,一个是上游数据流的输入 dbo.tis,一个是要查找...
分类:其他好文   时间:2015-05-10 12:46:34    阅读次数:110
DCOM 找不到 office word 的解决方法
1. 在运行里面 输入 comexp.msc -322.在“DCOM配置”中,为IIS账号配置操作Word(其他Office对象也一样)的权限。具体操作:“组件服务(Component Service)”->计算机(Computers)->我的电脑(My Computer)->DCOM配置(DC.....
分类:其他好文   时间:2015-05-10 00:56:15    阅读次数:1607
Conditional Split component 用法
Conditional Split 用于将数据流按照条件进行拆分,每一个output 都有name和condition。数据流逐行按照condition进行match,如果match,那么改行会进入相应的output。如果数据行跟所有的condition都不match,那么改行会进入defaulto...
分类:其他好文   时间:2015-05-09 14:55:34    阅读次数:110
OLE DB Command transformation 用法
OLE DB Command transformation component能够引用参数,逐行调用sqlcommand,This transformation is typically used for running parameterized queries。1,自定义属性OLE DB Com...
分类:数据库   时间:2015-05-09 13:10:39    阅读次数:166
反编译之神硕微信营销软件
今天在52看到了神硕微信营销软件的破解,感觉有意思,我也去下载了2.2版本的,安装-查壳-脱壳-反编译-调用-修改-破解成功!下面是运行流程(老实说,我不知道这个软件是做什么的,而且里面的电话号码不是真实的名字) 下面是调用完成后: 主要的问题有: 01.在窗体初始化System.Component...
分类:微信   时间:2015-05-08 20:00:31    阅读次数:358
OleDB Destination 用法1
OleDB Destination component 是将数据流load 到destination,共有5种Data Access Mode,一般的Destination component 内部实现的原理是使用 insert 语句将数据插入到database中。如果 OleDB Destinat...
分类:数据库   时间:2015-05-08 17:57:11    阅读次数:178
Derived Column 用法
Derived Column Component 用法是为数据流增加派生列,Derived column 有两种用法:add as new column 或 replace 。图中,增加一个 Derived Column Name是Countryadd as new column:derived c...
分类:其他好文   时间:2015-05-08 10:48:07    阅读次数:109
Spring singleton bean 与 prototype bean 的依赖
本文同步至: ##问题 我们知道,Spring bean 默认的 scope 是 singleton(单例),但有些场景(比如多线程)需要每次调用都生成一个实例, 此时 scope 就应该设为 prototype。如: @Component @Scope("prototype...
分类:编程语言   时间:2015-05-07 19:03:00    阅读次数:104
OleDb Source component 简单应用
OleDb Source component 主要是从DB中获取数据,传递给下游组件,OleDb Source component的强大之处在于 query data 的mode有四种,如图Table or View:直接传递table或viewTable name or view name var...
分类:数据库   时间:2015-05-07 18:46:03    阅读次数:167
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!