将KissfloveUtil项目集成在自己项目中。在pom.xml中加入以下配置: <dependencies> <dependency> <groupId>com.kissflove</groupId> <artifactId>kissfloveUtil</artifactId> <version ...
分类:
编程语言 时间:
2017-02-15 19:09:13
阅读次数:
158
1.spring查看源码 首先下载对应的源码包 如:spring-framework-2.5.6-with-dependencies.zip 打开spring-framework-2.5.6\dist\spring-sources.jar 即为源码包,将其添加到Source attachment中 ...
分类:
编程语言 时间:
2017-02-15 13:45:16
阅读次数:
196
Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to ...
分类:
Web程序 时间:
2017-02-14 17:43:25
阅读次数:
476
1.RDD介绍 A list of partitions > 一个许多分区的集合,分区中包含数据 A function for computing each split > 为每个分区提供一个computing的函数 A list of dependencies on other RDDs > RD ...
分类:
其他好文 时间:
2017-02-13 20:34:23
阅读次数:
307
1.在project.json中dependencies下注册Microsoft.AspNetCore.StaticFiles"(也可通过nuget安装),如下所示: "dependencies": { ...... , "Microsoft.AspNetCore.StaticFiles": "1. ...
分类:
Web程序 时间:
2017-02-13 15:23:40
阅读次数:
1465
在对Gulp有了一个初步的了解之后,我们开始构建一个较为完整的Gulp开发环境。 本文主要分为6个段落: 1. 构建项目目录结构(Directory Structure Build) 2. 插件介绍及使用方法(Tasks and dependencies) 3. 扩展优化(Extend & Opti ...
分类:
其他好文 时间:
2017-02-11 15:41:44
阅读次数:
329
一.环境准备
安装eclipse
安装jdk1.83.配置maven4.安装tomcat二、构建webservice工程1.创建mavenwebapp工程2.buildpath为jdk1.83.配置maven工程依赖pom.xml文件<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</art..
分类:
编程语言 时间:
2017-02-08 15:11:47
阅读次数:
301
需要两个包: crawler4j-4.1-jar-with-dependencies.jar slf4j-simple-1.7.22.jar(如果不加,会有警告:SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".) ...
分类:
其他好文 时间:
2017-02-05 15:30:02
阅读次数:
1052
tomcat再发布web项目时,并没有将maven的依赖包一起随项目的编译一并进行打包。 解决办法 此时可以看到"Maven Dependencies"已经被加入到Web Deployment Assembly定义中. ...
分类:
移动开发 时间:
2017-02-04 18:12:50
阅读次数:
178
一、目前版本 Microsoft ASP.NET Web API 2.2 对应程序集版本5.2.3 二、默认生成的配置文件中的内容 三、程序集的依赖整理 1.Microsoft.AspNet.WebApi 5.2.3 Dependencies:Microsoft.AspNet.WebApi.WebH ...