05
04/2018
一些java开源库
JGraphT主页:http://jgrapht.org/ 描述:JGraphT is a free Java graph library that provides mathematical graph-theory objects and algorithms. JGraphT supports various types of graphs including:directed a...
15
01/2018
在maven中引入HBase依赖包出错Missing artifact jdk.tools:jdk.tools:jar:1.7
在maven中引入如下依赖:<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-client</artifactId>
...
03
01/2018
eclipse导入其他电脑的workspace出错:Missing Maven dependencies in Eclipse project
类似的问题在stackoverflow中有提到:https://stackoverflow.com/questions/4262186/missing-maven-dependencies-in-eclipse-project 受此启发,我的解决步骤如下:1、右键项目->Maven->update projects2、将JRE调成合适的版本3、菜单栏project->clean,...