最近重构的项目(Java初学中),Service层一个获取通知记录报错:org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute statement; SQL [n/a]; nested ex...
分类:
系统相关 时间:
2014-09-09 17:30:29
阅读次数:
237
Struts提供了五个标签库,即:HTML、Bean、Logic、Template和Nested。HTML标签: 用来创建能够和Struts 框架和其他相应的HTML 标签交互的HTML 输入表单Bean标签: 在访问JavaBeans 及其属性,以及定义一个新的bean 时使用Logic标签: 管...
分类:
其他好文 时间:
2014-09-05 17:56:51
阅读次数:
243
mporttypestype(x)istypes.IntType#判断是否int类型type(x)istypes.StringType#是否string类型.........--------------------------------------------------------超级恶心的模式,不用记住types.StringTypeimporttypestype(x)==types(1)#判断是否int类型type(x)==type(‘a‘)#..
分类:
编程语言 时间:
2014-09-04 19:32:21
阅读次数:
246
1 import types 2 3 aaa = 0 4 print type(aaa) 5 if type(aaa) is types.IntType: 6 print "the type of aaa is int" 7 if isinstance(aaa,int): 8 p...
分类:
编程语言 时间:
2014-09-04 01:33:27
阅读次数:
235
.On()其实.bind(), .live(), .delegate()都是通过.on()来实现的,.unbind(), .die(), .undelegate(),也是一样的都是通过.off()来实现的,这是1.8.2的源码:bind: function( types, data, fn ) { ...
分类:
Web程序 时间:
2014-09-03 11:07:46
阅读次数:
196
Arrays in Swift are value types. That means thatdatais copied when passed into yourexchangemethod, but you are trying to modify the copy to affect the...
分类:
编程语言 时间:
2014-09-02 21:07:15
阅读次数:
266
说明:涉及到的头文件(.h),目录默认都是基于 /usr/include/ 目录.1.在"/sys/types.h"中,有下列内容:1 #include 2 #ifndef __pid_t_defined3 100 typedef __pid_t pid_t;4 101 # define __pid...
分类:
系统相关 时间:
2014-09-02 00:09:53
阅读次数:
356
User-Defined Types in C...
分类:
其他好文 时间:
2014-09-01 22:50:03
阅读次数:
403
源码ex6-2.rb :types_of_people = 10x = "There are #{types_of_people} types of people." binary = "binary"do_not = "don't"y = "Those who know '#{binary}...
分类:
其他好文 时间:
2014-09-01 17:32:43
阅读次数:
171
在嵌套虚拟环境(Nested Virtualization)下,运行在hypervisor上的Virtual Machine仍可以作为hypervisor去运行其它的Virutal Machine,而KVM也支持了这种强大的特性。
而在《KVM硬件辅助虚拟化之 EPT》一文中,我们详细分析了单层虚拟机并引入硬件辅助虚拟化EPT功能的环境下,Guest OS中的虚拟地址到真实物理地址的访问方法...
分类:
其他好文 时间:
2014-08-31 18:42:51
阅读次数:
197