码迷,mamicode.com
首页 >  
搜索关键字:component    ( 5606个结果
Sping学习笔记_整合hibernate
1,Spring 指定datasource a) 参考文档,找dbcp.BasicDataSource(3种方式) c3p0 dbcp ( 数据库连接池) proxool b) 在DAO或者Service中注入dataSource@Component("u") public class U...
分类:Web程序   时间:2015-01-28 21:04:20    阅读次数:302
【InstallShield】 为什么卸载后有的文件没有删掉
1.Component的属性Permanent设置为Yes。 2.Component的ID为空。 3.Component被其他应用程序或者Feature使用。 4.设置了一个Condition,在安装时启用某个Feature,卸载时禁用该Feature。意思就是卸载的时候不卸载某个Feature,所...
分类:其他好文   时间:2015-01-28 11:03:28    阅读次数:163
Android Studio安装后Fetching android sdk component information超时的解决方案
问题描述:Android Studio 是一个全新的 Android 开发环境,基于IntelliJ IDEA. 类似 Eclipse ADT,Android Studio 提供了集成的 Android 开发工具用于开发和调试.Android Studio安装完成后,如果直接启动,Android S...
分类:移动开发   时间:2015-01-26 22:25:46    阅读次数:454
Error : The specified component was not reported by the VSS writer (Error 517) in Windows Server 2012 Backup
Error : The specified component was not reported by the VSS writer (Error 517) in Windows Server 2012 BackupTweetIn Windows Server, it is possible to ...
分类:Windows程序   时间:2015-01-26 15:08:01    阅读次数:3049
WebDriver 原理图文讲解
序网络上测试资料很多,但是都是很散乱的,于是整理下资料,就有了这个blog原理(文)WebDriver与之前Selenium的JS注入实现不同,直接利用了浏览器native support来操作浏览器。所以对于不同平台,不同的浏览器,必须依赖一个特定的浏览器的native component来实现把...
分类:Web程序   时间:2015-01-26 11:32:26    阅读次数:678
13 Asynchronous Programming
dotNet1.0BeginXXX/EndXXXdotNet2.0Event-Based Asynchronous ProgrammingAsynchronous Component PatternXXXCompleted事件/XXXAsyncdotNet4.5Task-Based Asynchro...
分类:其他好文   时间:2015-01-25 18:08:37    阅读次数:136
和大彪一起来学习-SpringMvc之第三回(注解使用详解)
简述: 在上一篇文章中,介绍了适配器和映射器的一些概念,这篇文章主要是介绍SpringMvc注解的使用,下面先从一个最简单注解程序开始,慢慢引入一些常用的注解(@Controller,@Component,@Service,@Repository,@RequestMapping,@InitBinder,@RequestParam,@PathVariable,@RequestBody ,@Re...
分类:编程语言   时间:2015-01-24 09:00:39    阅读次数:188
bootstrap例子
Bootstrap 101 Template Home Profile Messages Hello, world! This is a simple hero unit, a simple jumbotron-style component for calling extr...
分类:其他好文   时间:2015-01-23 12:45:30    阅读次数:179
storm每隔一段时间发送tuple
TickTuple可以满足每隔一段时间发送tuple,"__system" component会定时往task发送 "__tick" stream的tuple,发送频率由TOPOLOGY_TICK_TUPLE_FREQ_SECS来配置, 可以在default.ymal里面配置,也可以在代码里面通过g...
分类:其他好文   时间:2015-01-23 11:08:06    阅读次数:220
14_ Component 游戏开发组件模式
# component不同作用的程序需要保持互相隔离我们不想ai 物理 渲染 声音 等等功能 耦合在一起,像下面这样```//bad if (collidingWithFloor() && (getRenderState() != INVISIBLE)){ playSound(HIT_FLOOR)....
分类:其他好文   时间:2015-01-20 20:22:50    阅读次数:170
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!