所须要jar包:mybatis-3.x.x.jar 、假设须要和spring整合,还须要增加相关的包1:看项目文件夹 红颜色不要关心2:依照步骤:1:增加jar包2:创建数据源(configuration.xml)创建数据库(此处省略) ...
分类:
其他好文 时间:
2015-03-13 14:17:13
阅读次数:
160
操作环境
windows + jboss eap 6.2 + MyEclipse 10.0
配置远程接口
在jboss企业版的jboss-eap-6.2\standalone\configuration的目录中standalone.xml 用于配置NativeMa...
分类:
其他好文 时间:
2015-03-13 12:42:53
阅读次数:
196
/****源文件安装过程演示****/(1)运行httpd-2.4.12中的configure文件[root@localhosthttpd-2.4.12]#./configure--prefix=/usr/local/apache--enable-so--enable-rewritecheckingforchosenlayout...Apache
checkingforworkingmkdir-p...yes
checkingforgrepthathandleslonglin..
分类:
其他好文 时间:
2015-03-13 09:27:11
阅读次数:
444
一、源文件结构概述GNU组织提供的都是源代码,供用户自行编译使用。比如著名的apacheweb服务器就是典型的源文件:我们可以下载这个源代码,在windows平台上通过firezillar上传到linux机器上:[root@localhost~]#cd/yum/bin_src/[root@localhostbin_src]#lltotal4940
-rw-r--r--..
分类:
其他好文 时间:
2015-03-13 09:26:11
阅读次数:
926
OTG_FS general core configuration register (OTG_FS_GCCFG)Bit 21 NOVBUSSENS: VBUS sensing disable optionWhen this bit is set, VBUS is considered intern...
分类:
其他好文 时间:
2015-03-13 09:14:40
阅读次数:
257
- ## 报循环引用警告的配置 ## ____ ``` /** * 数据源配置 * 数据源配置个人觉得还是xml好些。用xml配置改动增加配置只需重启 * * @author doctor * * @time 2015年3月3日 下午2:57:10 */ @Configuration public ...
分类:
编程语言 时间:
2015-03-13 00:33:26
阅读次数:
220
#?Global?logging?configuration
log4j.rootLogger=info,?stdout,fileout
#?Console?output...
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j....
分类:
其他好文 时间:
2015-03-12 22:46:51
阅读次数:
167
zabbix api调用api能干什么Zabbix API allows you to programmatically retrieve and modify the configuration of Zabbix and provides access to historical data.
It is widely used to:
Create new applications to w...
Spring目前支持以注解的形式执行定时、周期任务,实现起来非常方便!!
1.spring xml配置文件中加入包扫描
2.添加类及方法注释
@configuration
@EnableScheduling
3.添加任务注释
@Scheduled
class代码如下:
将每5秒打印出当前时间
@Configuration
@EnableScheduling
pub...
分类:
编程语言 时间:
2015-03-12 17:19:03
阅读次数:
179
所需要jar包:mybatis-3.x.x.jar 、如果需要和spring整合,还需要加入相关的包1:看项目目录 红颜色不要关心2:按照步骤:1:加入jar包2:创建数据源(configuration.xml)创建数据库(此处省略)[html] view plaincopyprint?3:创建实体...
分类:
其他好文 时间:
2015-03-12 17:01:14
阅读次数:
178