用Eclipse创建Maven webapp项目时报错Dynamic Web Module 3.0 requires Java 1.6 错误 其实这个问题就是两者不匹配的问题Dynamic Web Module 和JDK 版本不匹配,具体问题看problems 两种方法解决, (1)上面Java 是 ...
分类:
编程语言 时间:
2017-06-17 22:32:23
阅读次数:
218
Number one: Don't multitask.//三心二意 Be present , Be that moment. Number two: Don't pontificate.//好为人师 The true listening requires a setting aside of on ...
分类:
其他好文 时间:
2017-06-17 13:02:19
阅读次数:
336
原文错误提示: emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU accele ...
分类:
其他好文 时间:
2017-06-14 13:08:06
阅读次数:
146
公司的框架是基于sea设计的,基本的使用都差不多。sea是模块加载器,主要是倾向于js模块的加载。像什么requires,exprots 然后就是sea是遵循CMD规范,之前对什么CMD,AMD,node的Modules规范迷迷糊糊,停留在他们都是按照这样的规则去设计的理解层面上。 sea的介绍: ...
分类:
其他好文 时间:
2017-06-12 17:13:36
阅读次数:
122
今天在eclipse里报这个错误: Android requires compiler compliance level 5.0 or 6.0. Found '1.4' instead. Please fix project properties 找了一下解决方法: 1. 项目 右键 ->andro ...
分类:
移动开发 时间:
2017-06-11 10:27:02
阅读次数:
151
Description Transmitting and memorizing information is a task that requires different coding systems for the best use of the available space. A well k ...
分类:
其他好文 时间:
2017-06-10 12:15:37
阅读次数:
209
fatal error C1189: #error : This file requires _WIN32_WINNT to be #defined at least to 0x0403. Value 0x0501 or higher is recommended. 在stdafx.h 当中添加 # ...
分类:
其他好文 时间:
2017-06-09 20:19:19
阅读次数:
131
编译安装nginx却requires the PCRE library,然后安装他们呢? ...
分类:
其他好文 时间:
2017-06-09 19:12:56
阅读次数:
186
当前方法,假定方法名是save() 1、事务传播级别是REQUIRED,当save()被调用时(假定被另一类中commit()调用),如果save()中的代码抛出异常,即便被捕获,commit()中的其他代码都会roll back 2、是REQUIRES_NEW,如果save()中的代码抛出异常,并 ...
分类:
其他好文 时间:
2017-06-08 17:55:02
阅读次数:
5656
环境 数据库: oracle 11g JAR: org.springframework:spring-jdbc:4.3.8.RELEASE org.mybatis:mybatis:3.4.2 概念 REQUIRED(默认): 表示当前方法必须运行在事务中。如果当前事务存在,方法将会在该事务中运行。否... ...
分类:
数据库 时间:
2017-06-07 15:37:37
阅读次数:
315