这一节和老师简单的学习了下KVM的入门知识,主要包括了如何通过图形界面安装VM,基本的配置以及最基本的几个命令。豆子对其他平台的虚拟机比较熟悉,ESXi,Hyper-V,XenServer等等,KVM和这3大平台比较起来,知名度要低一些,豆子搜索了一下网上的对比评价,Flexiant发布了一份..
分类:
其他好文 时间:
2015-01-08 11:35:12
阅读次数:
238
spring 调度类初始化失败,分析是jar包冲突,日志如下:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scheduler' defined in file [D:\InstallApplication\apache-tomcat-7.0.23\wtpwebap...
分类:
编程语言 时间:
2015-01-07 20:56:15
阅读次数:
340
严重: Servlet.service() for servlet [springmvc] in context with path [/testcs_dn-web] threw exception [Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested ex...
分类:
移动开发 时间:
2015-01-04 17:10:56
阅读次数:
333
HTTP Status 500 - Request processing failed; nested exception is java.lang.NullPointerException
type Exception report
message Request processing failed; nested exception is java.lang.NullPoi...
分类:
编程语言 时间:
2015-01-04 10:04:07
阅读次数:
582
Normal class(Non-nested class) can only be public, abstract or final.For nested classes, static is allowed.Nested classes(private, public, protected) ...
分类:
编程语言 时间:
2015-01-02 01:11:24
阅读次数:
161
如jqGrid treegrid配置中提到的,treeReader属性很重要。了解分层数据管理-嵌套集合模式的基本概念,将会更容易配置这个属性。treeReader配置 默认嵌套集合模型的(nested set model)treeReader配置如下treeReader:{level_fie...
分类:
其他好文 时间:
2014-12-31 12:50:28
阅读次数:
839
1、错误描述
(mx.messaging.messages::ErrorMessage)#0
body = (null)
clientId = "18CE3B03-9709-9DA8-7634-340C23317FDD"
correlationId = "3161DF25-D056-D694-E5CF-963E4FE036D9"
destination = "waitContro...
分类:
数据库 时间:
2014-12-29 23:08:06
阅读次数:
565
严重: StandardWrapper.Throwableorg.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction; nested exception is java.sql.SQLException: Connections co...
分类:
数据库 时间:
2014-12-27 17:36:41
阅读次数:
324
Functionals“To become significantly more reliable, code must become more transparent. In particular, nested conditions and loops must be viewed with g...
分类:
其他好文 时间:
2014-12-27 16:05:34
阅读次数:
283
一、什么是嵌套类及内部类? 可以在一个类的内部定义另一个类,这种类称为嵌套类(nested classes),它有两种类型: 静态嵌套类和非静态嵌套类。静态嵌套类使用很少,最重要的是非静态嵌套类,也即是被称作为 内部类(inner)。嵌套类从JDK1.1开始引入。其中inner类又可分为三种:...
分类:
编程语言 时间:
2014-12-25 11:15:44
阅读次数:
284