#dso

handsontable常规配置的中文API

常规配置:1.固定行列位置fixedRowsTop:行数//固定顶部多少行不能垂直滚动fixedColumnsLeft:列数//固定左侧多少列不能水平滚动 2.拖拽行头或列头改变行或列的大小manualColumnResize:true/false//当值为true时,允许拖动,当为false时禁止拖动man...

TestNG系列之四: TestNg依赖 dependsOnMethods

有时候,你可能需要在一个特定的顺序调用方法  执行原则: 1.被依赖的先执行;2. 再执行没配置依赖的,3.再执行需要依赖的;4.若无依赖关系,依次执行)一个方法有多个依赖时用空格隔开有两种依赖方式:  代码: packagecom.testcase...

Jenkins的slave异常:Exception in thread "main" java.lang.ClassNotFoundException: hudson.remoting.Launcher

当任务分配到slave上执行时,报如下错误:ParsingPOMsEstablishedTCPsocketon38257maven33-agent.jaralreadyuptodatemaven33-interceptor.jaralreadyuptodatemaven3-interceptor-commons.jar...

初识CrowdFunding和CrowdSourcing

最近听学术报告了解到CrowdSourcing这个词,觉得很有意思,就拿出来进行概念上的分享。然后基于关联关系,我同时也将CrowdFunding介绍进来,对比二者的区别。那么首先就是定义,下面给出官方定义:CrowdSourcing:翻译为“众包”。指从一广泛群体,特别是在线社区,获取所需想法...

Castle.Windsor依赖注入的高级应用与生存周期

usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingCastleDemo.Lib;usingCastle.Windsor;usingCastle.Windsor.Configuration.Interpre...

Castle Windsor Ioc 一个接口多个实现解决方案

CastleWindsor是微软的Ioc类库,本文主要介绍解决一个接口多个实现的解决方案以下内容不是真实的实际场景,仅仅是提供解决一个接口多个实现的思路。业务场景类先假设有一接口IHello,该接口提供一个方法SayHello(stringname),代码如下:publicinterfaceIHello{voidSay...

Aspect Oriented Programming using Interceptors within Castle Windsor and ABP Framework AOP

http://www.codeproject.com/Articles/1080517/Aspect-Oriented-Programming-using-Interceptors-witDownloadsampleapplication (orseethelateston Github)Intro...
首页上一页12下一页尾页