码迷,mamicode.com
首页 >  
搜索关键字:component    ( 5606个结果
装饰者模式
/** ?*?抽象构件 ?*/ public?abstract?class?Component?{ ???public?abstract?void?operate(); } /** ?*?具体构件 ?*/ public?class?CreateComponent?extends?Component?{ @Override pu...
分类:其他好文   时间:2014-10-13 19:04:57    阅读次数:130
Spring学习之使用标签来标记资源(@Component、@Repository、 @Service和@Controller)以及使用方式(包含如何在jsp中使用)
首先要在xml文件当中加入标下划线的部分,容器初始化时候需要扫描的包  注意: a.     扫描的包部分(下划线部分)一定要加上,默认是不会扫描所有的包的。各个包之间用’,’隔开。如过具有相同的父包,那么我们可以用父包来代替。如下划线部分,我们可以用com.bjsxt来代替。 <beans xmlns="http://www.springframework.org/schema/bean...
分类:编程语言   时间:2014-10-13 12:58:39    阅读次数:329
DevExpress控件学习总结
1、Navigation&Layout1.1BarManager如果想在窗体或用户控件(usercontrol)上添加工具条(bars)或弹出菜单(popupmenus),我们 需要把一个不可见的控件(component)BarManager(Navigation&Layout)拖放到这个窗体或用户...
分类:其他好文   时间:2014-10-12 03:27:57    阅读次数:756
plupload上传控件错误exec(this.uid, component, action, args)
plupload上传控件错误exec(this.uid, component, action, args) --undefined is not a functionFlash元素隐藏后调用控件的销毁方法就会报错,所以要在Flash元素隐藏销毁上传控件uploader.destroy();$('#l...
分类:Web程序   时间:2014-10-11 19:54:36    阅读次数:715
Delphi7下安装TMS component控件
1.启动delphi7。2.File-->Open Project ...打开TMS component 源目录下的“tmsd7.bpg”。3.在打开的窗口列表中,依次在各选项上点击鼠标右键,选择“Install”。4.将源目录下所有的pas文件、dfm文件及“tmsdefs.inc”文件拷贝到“c...
分类:Windows程序   时间:2014-10-11 16:33:55    阅读次数:667
QML Delegate中访问该持有者的方式 附加属性(转载)
http://blog.csdn.net/yuxiaohen/article/details/17226971用法很奇葩记录一下,实测可以,用于弱化delegate与持有者的依赖delegate: Component { Rectangle { id:wrapper width: parent.wi...
分类:其他好文   时间:2014-10-10 16:31:23    阅读次数:328
How a non-windowed component can receive messages from Windows -- AllocateHWnd
http://www.delphidabbler.com/articles?article=1Why do it?Sometimes we need a non-windowed component (i.e. one that isn't derived fromTWinControl) to r...
分类:Windows程序   时间:2014-10-10 11:34:04    阅读次数:229
delphi控件安装与删除
附带通用控件安装方法:----------基本安装1、对于单个控件,Componet-->install component..-->PAS或DCU文件-->install;2、对于带*.dpk文件的控件包,File-->Open(下拉列表框中选*.dpk)-->install即可;3、对于带*.b...
分类:其他好文   时间:2014-10-10 01:03:23    阅读次数:189
SSIS Script Component
WhyScriptComponentScriptComponent使我们具有在SSIS中使用.net自定义代码的功能,我们可以使用它达到以下的目的,或者说在ETL中有如下需要的时候我们应该考虑使用ScriptComponent:如果我们需要对数据做多重转换(比如在两个列上分别加上值然后求平均等),我们可以使用ScriptCo..
分类:其他好文   时间:2014-10-09 19:53:58    阅读次数:231
Spring 整合 webService
创建webservice实现类 @Component @WebService(serviceName="ledgerWebService") public class LedgerWebServcie { @WebMethod public String saveInstituteDispatch( @WebParam(name="unitName") Strin...
分类:编程语言   时间:2014-10-08 23:21:07    阅读次数:186
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!