安装后如果需要手动添加Sevice,可以按照如下方法:Apache版本:httpd-2.2.15_win32Apache Service Monitor 提示:“No services installed”安装Service1)运行2)键入命令:cmd3)进入Apache安装目录下的bin目录:cd...
分类:
其他好文 时间:
2014-09-01 10:31:12
阅读次数:
228
Errors occurred during thebuild.
Errors running builder 'Maven Project Builder' on project'ebus.transaction'.
org/codehaus/plexus/archiver/jar/JarArchiver
两种方式参考:
第一种:在pom.xml文件里的maven-compiler-...
分类:
Web程序 时间:
2014-08-31 21:30:11
阅读次数:
710
很多时候我们使用hibernate的session时,都是让session在某一运行环境中保持其唯一。例如在同一线程内用同一个session,在同一方法内用同一session,这样我们就可以用session里面缓存好的数据。但,我想说的不是缓存,且听我一一道来。
最近试用spring3.0.2+struts2.18+hibernate3.3.2学习搭建一个web项目,出现了一个相当郁...
分类:
数据库 时间:
2014-08-31 17:19:11
阅读次数:
256
SymptomThe full error message is as follows:Error logging in. Unable to process the database transaction. Error:DBMS API library 'oci.dll' loading fai...
分类:
数据库 时间:
2014-08-31 15:47:11
阅读次数:
585
Say you have an array for which theithelement is the price of a given stock on dayi.If you were only permitted to complete at most one transaction (ie...
分类:
其他好文 时间:
2014-08-31 13:05:01
阅读次数:
176
一、引言上一篇文章,学习了AOP相关知识,并做了一个简单的Hello world。本文在上篇文章的基础上,进一步学习下Spring的声明式事务。二、相关概念1. 事务(Transaction)——它是一个操作序列,这些操作要么都执行,要么都不执行,它是一个不可分割的工作单位2. 事务的几大特性(A、...
分类:
编程语言 时间:
2014-08-31 00:22:10
阅读次数:
343
MySQL复制中slave延迟监控http://imysql.com/2014/08/30/mysql-faq-howto-monitor-slave-lag.shtml在MySQL复制环境中,我们通常只根据 Seconds_Behind_Master 的值来判断SLAVE的延迟。这么做大部分情况下...
分类:
数据库 时间:
2014-08-30 20:26:49
阅读次数:
311
SQLite 事务(Transaction)事务(Transaction)是一个对数据库执行工作单元。事务(Transaction)是以逻辑顺序完成的工作单位或序列,可以是由用户手动操作完成,也可以是由某种数据库程序自动完成。事务(Transaction)是指一个或多个更改数据库的扩展。例如,如果您正在创建一个记录或者更新一个记录或者从表中删除一个记录,那么您正在该表上执行事务。重要的是要控制事务...
分类:
数据库 时间:
2014-08-30 19:07:39
阅读次数:
490
hudson插件的安装: (1)系统管理中的管理插件:(2)选择 available,就可以查询到相关的插件
分类:
其他好文 时间:
2014-08-30 18:55:19
阅读次数:
220
Methods and systems are provided to control the execution of a virtual machine (VM). A VM Monitor (VMM) accesses VM Control Structures (VMCS) indirect...
分类:
其他好文 时间:
2014-08-30 01:10:40
阅读次数:
383