1.@Transactional 当标于类前时, 标示类中所有方法都进行事物处理 2.@Transactional(propagation=Propagation.NOT_SUPPORTED) 当类中某些方法不需要事物时 3.@Transactional(propagation=Propagatio ...
分类:
其他好文 时间:
2019-11-24 13:32:13
阅读次数:
52
1、将eclipse工程导入到android studio后的配置。 Error: Your project contains C++ files but it is not using a supported native build system. 在app模块的build.grade中的Bui ...
分类:
移动开发 时间:
2019-11-22 10:38:27
阅读次数:
108
1 11/20 一次性导出每年的EVImax? 2 11/20 Error: Pixel type not supported: Type. Convert the image to a floating point type or a smaller integer type, for examp ...
分类:
其他好文 时间:
2019-11-21 09:23:37
阅读次数:
67
@PostConstruct public void init() throws Exception { if (conn == null) { // System.setProperty("hadoop.home.dir", "G:/keyberos/hbase"); System.setProp ...
分类:
编程语言 时间:
2019-11-20 16:58:19
阅读次数:
277
The following models are supported: SACMODEL_PLANE - used to determine plane models. The four coefficients of the plane are its Hessian Normal form: [ ...
分类:
其他好文 时间:
2019-11-19 10:32:10
阅读次数:
105
从Oracle11.2开始,ASM不仅是一个磁盘组,他还提供了了一个卷管理器,称为ADVM(asm dynamic volume manager)。ADVM向用户提供卷管理服务,并提供标准的磁盘设备驱动程序。利用ADVM,可以在卷组中创建一个或多个卷,每个卷对应操作系统中的一个设备文件,这些卷是可以 ...
分类:
其他好文 时间:
2019-11-05 17:09:29
阅读次数:
123
如果在定位元素属性中包含了如ID等元素属性,那么在一个测试中,定位方法具体有哪几种,可以参考by模块中的By类,By的代码如下: class By(object): """ Set of supported locator strategies. """ ID = "id" XPATH = "xpa ...
分类:
其他好文 时间:
2019-11-04 15:25:16
阅读次数:
93
使用iTextSharp生成Pdf文件时报错如下: 'windows-1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for th ...
最近学习一些安全相关的知识,找到了owasp的zap工具。于是down了下来。 window下面很好用,zap.bat直接双击启动就行了。 但是想部署到服务器上。启动却碰到了个问题: org.zaproxy.zap.GuiBootstrap - ZAP GUI is not supported on ...
分类:
Web程序 时间:
2019-10-31 10:39:14
阅读次数:
261
/etc/locale.conf 中 里面默认只有一行: LANG="en_US.UTF-8"这表示系统语言是英语, 应该改成下面这样: LANG="en_US.UTF-8"LC_CTYPE="zh_CN.UTF-8"LC_ALL="en_US.UTF-8"LC_CTYPE 表示语言和类别符号,设置 ...
分类:
其他好文 时间:
2019-10-09 12:48:45
阅读次数:
131