一、对spring的理解。1、Spring是实现了工厂模式的工厂类(什么是工厂类?简单的来说就是把需要的接口定义到一个类中,需要的时候不用新建,直接从这个类中调用该接口就可以了),这个类的名字为BeanFactory(实际上就是一个接口),在程序中通常是BeanFactory的子类Applicati...
分类:
编程语言 时间:
2014-06-06 14:17:29
阅读次数:
217
上一次的实验做到可以从pc端读取到MindWave传输过来的脑电波原始数据了。
我是先定义一个结构体,该结构体对应保存所有能从硬件中取到的原始数据。 1 struct FD_DATA 2 { 3 int battery;//电量 4 int
poor_signal;//连接质量...
分类:
其他好文 时间:
2014-06-06 13:14:57
阅读次数:
492
data segmentmax_len db 10real_len db ?buf_str db 10
dup(0)CRLF DB 0AH,0DH,"$";data endscode segment assume cs:code,ds:datastart: mov
ax,data ...
分类:
其他好文 时间:
2014-06-06 11:28:44
阅读次数:
206
利用GeneratedKeyHolder获得新建数据主键值Spring利用GeneratedKeyHolder,提供了一个可以返回新增记录对应主键值的方法
:int update(PreparedStatementCreator psc, KeyHolder generatedKeyHolder)/...
分类:
数据库 时间:
2014-06-06 10:47:00
阅读次数:
276
It happened in the iron and instantaneous
stuffy car, will have top, hydraulic automatic row material, greatly reduces the
original spring cone crushe...
分类:
其他好文 时间:
2014-06-06 10:45:06
阅读次数:
310
CDlinux 0.9.7.1基于CDlinux
0.9.7.1打包,使用minileaf的spring包无线模块,加入minidwep-gtk,feedingbottle,inflator等无线工具,加入超级权限,将启动调为默认中文精简保留minidwep-gtk和feedingbottle这两个...
分类:
系统相关 时间:
2014-06-06 09:13:19
阅读次数:
539
quartz:石英,表达精确准时的意思。quartz-all-1.6.1.jar
主要用于定时任务管理。 classpath:config.properties ...
分类:
编程语言 时间:
2014-06-06 08:40:40
阅读次数:
406
#include#includetypedef struct Node{ int
data; struct Node *next;}LinkList;//就地反转int LinkListRerverse(LinkList
*head){ LinkList *q,*p; p = head->next;...
分类:
其他好文 时间:
2014-06-06 07:35:54
阅读次数:
283
在AndroidManifest.xml中, java代码段:ActivityInfo
info=this.getPackageManager() .getActivityInfo(getComponentName(),
PackageManager.GET_META_DATA); String.....
分类:
移动开发 时间:
2014-06-06 07:08:20
阅读次数:
277
1、
对于一个web应用,其部署在web容器中,web容器提供一个其一个全局的上下文环境,这个上下文环境就是ServletContext,它为后面的spring
IoC容器提供宿主环境;2、 web.xml中有配置ContextLoaderListener,也可以自定义一个实现ServletCont...
分类:
编程语言 时间:
2014-06-06 06:47:32
阅读次数:
635