java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException? Last Updated on July 17th, 2017 by App Shah 37 comments Are you getti ...
分类:
编程语言 时间:
2018-09-03 13:51:22
阅读次数:
384
首先下载Maven的相关文件,下载地址:www.apache.org,进入官网后滑到底部 1、 2、 3、 下载完后解压,进入目录 apache-maven-3.5.4\conf 下的setting.xml文件,我是选择用Notepad++打开 直接滑到55行的位置,添加一个节点新建你的本地仓库存放 ...
分类:
其他好文 时间:
2018-09-02 21:45:43
阅读次数:
264
1 单机环境搭建 系统环境 配置jdk8 配置spark 从http://spark.apache.org/downloads.html 下载最新版spark预编译包并解压。 2 spark shell sh $ spark shell master local[2] 2018 09 02 16:1 ...
分类:
其他好文 时间:
2018-09-02 20:09:55
阅读次数:
279
ADB支持两种连接Android系统的方式,USB方式及网络方式。一般手机及平板默认会设置为USB方式。android系统底层运行着一个服务(adbd),用于相应和管理大家在电脑端的adb命令连接,这个服务在启动时会根据手机的配置监听USB连接或网络其中之一。配置的属性为:service.adb.t ...
分类:
移动开发 时间:
2018-09-02 00:03:43
阅读次数:
364
<dependency> <groupId>org.mybatis.generator</groupId> <artifactId>mybatis-generator-core</artifactId> <version>1.3.2</version> </dependency> 2. pom.xm ...
分类:
其他好文 时间:
2018-08-31 17:19:51
阅读次数:
135
零基础快速入门SpringBoot2.0 (一) 一、SpringBoot2.x依赖环境和版本新特性说明 简介:讲解新版本依赖环境和springboot2新特性概述 1、依赖版本jdk8以上, Springboot2.x用JDK8, 因为底层是 Spring framework5, 2、安装mave ...
分类:
编程语言 时间:
2018-08-31 11:50:22
阅读次数:
342
一.Maven的依赖作用域scope 1. compile:编译、测试、运行都会依赖,会打进包中。 2. rumtime:不存于编译,后期运行和测试都会参与,会打进包中。 3. test:只在test classpath下 4. provider:提供编译期使用,但是不会打进包中 5. import ...
分类:
其他好文 时间:
2018-08-31 01:20:32
阅读次数:
152
开发IDE: Intellij IDEA 2018.1 SpringBoot:1.5.9.RELEASE 热部署 大家都知道在项目开发过程中,常常会改动页面数据或者修改数据结构,为了显示改动效果,往往需要重启应用查看改变效果,其实就是重新编译生成了新的Class文件,这个文件里记录着和代码等对应的各 ...
分类:
其他好文 时间:
2018-08-27 11:18:29
阅读次数:
160
1、app:transformClassesWithJarMergingForDebug'. Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'. > com.android.build.tran ...
分类:
移动开发 时间:
2018-08-27 01:02:32
阅读次数:
239
Caused by: java.lang.ClassNotFoundException: org.aspectj.weaver.reflect.ReflectionWorld$ReflectionWorldException 1. spring 启动的时候报错,信息如下: Caused by: ja ...
分类:
编程语言 时间:
2018-08-26 18:15:54
阅读次数:
183