码迷,mamicode.com
首页 >  
搜索关键字:spring cloud config    ( 71957个结果
java日志框架与日志系统
日志框架:提供日志调用的接口,实际的日志输出委托给日志系统实现。JCL(Jakarta Commons Logging):比较流行的日志框架,很多框架都依赖JCL,例如Spring等。SLF4j:提供新的API,初衷是配合Logback使用,但同时兼容Log4j。日志系统:负责输出日志Log4j:较...
分类:编程语言   时间:2014-05-18 19:29:59    阅读次数:370
rtx客户端绿化方法+组织架构更新延迟的解决方案
rtx客户端绿化方法:1-复制客户端安装目录。2-运行以下命令,注册dll文件和ocx文件,及rtx程序注册。rtx.exe /regserverren Config.dll c.dFor %%a in (*.dll) do regsvr32.exe /s %%aFor %%a in (*.ocx)...
分类:其他好文   时间:2014-05-18 19:29:18    阅读次数:480
【转】错误:分析 EntityName 时出错
会发生这种错误的环境:ASP.NET 或 XML情况:一个原本运行正常的C#页面,因为SQL的密码更改后一直出现“分析 EntityName 时出错”错误,验证过web.config的SQL ConnectionString的密码是更改后的。在百思不得其解中,发现VisualStudio(2008)...
分类:其他好文   时间:2014-05-18 19:18:50    阅读次数:308
Android小应用-----画画板
public class MainActivity extends Activity { private ImageView iv; float startX = 0; float startY = 0; //获得一个可以被bitmap Bitmap bitmap = Bitmap.createBitmap(400, 400,Bitmap.Config.ARGB_8888); //创...
分类:移动开发   时间:2014-05-18 15:54:33    阅读次数:318
Spring零配置
@Component :标注一个普通的Spring Bean类。@Controller: 标注一个控制器组件类。@Service:标注一个业务逻辑组件类。@Repository:标注一个DAO组件类。首先要使用注解需要配置Spring自动扫描的包 将ScheduleDaoImp类注入在Spring....
分类:编程语言   时间:2014-05-18 02:24:39    阅读次数:367
linux安装php sphinx出错
安装sphinx的php客户端# wget -c http://pecl.php.net/get/sphinx-1.3.0.tgz# tar zxvf sphinx-1.3.0.tgz# cd sphinx-1.3.0# phpize# ./configure --with-php-config=/...
分类:Web程序   时间:2014-05-18 02:08:12    阅读次数:465
一个spring jdbc实例
一、使用示例 (1)springJdbcContext.xmlJava代码 springAppPROPAGATION_REQUIREDPROPAGATION_REQUIRED,-ExceptionPROPAGATION_REQUIRED,-ExceptionPROPAGATION_REQUIRED,...
分类:数据库   时间:2014-05-17 23:13:55    阅读次数:636
SSH三大框架注解整合(二)
5.使用spring注解注入service,DAOaction:@ParentPackage(value = "struts-default")@Namespace("/")@Controller@Scope("prototype")public class BookAction extends A...
分类:其他好文   时间:2014-05-17 20:52:45    阅读次数:218
Spring整合Hibernate
Spring版本:3.2.0Hibernate版本:3.6.0applicationContext配置文件: com.mysql.jdbc.Driver jdbc:mysql://localh...
分类:编程语言   时间:2014-05-17 20:39:17    阅读次数:411
Eclipse RCP 玩转 Spring
近来上一个项目想在Eclipse RCP中使用Spring,在网上Google了一下发现这方面的材料比较少,晓得Spring自个有个Spring-OSGI的项目,能够在Spring中装备OSGI效劳。但是,我仅仅想在RCP中引进Spring来管理Java Bean,不想去研讨那个东西。所以,看看有没...
分类:编程语言   时间:2014-05-17 18:15:05    阅读次数:450
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!