eclipse - 在HDFS上创建目录
1.在eclipse中配置好maven 2.创建maven项目 3.在pom.xml中导入相应依赖 1 <dependencies> 2 <dependency&g ...
1.在eclipse中配置好maven 2.创建maven项目 3.在pom.xml中导入相应依赖 1 <dependencies> 2 <dependency&g ...
1 //文件名更改 2 @Test 3 public void testRename() throws IOException, InterruptedException, URISy ...
1.先下载maven并配置好maven环境变量。之后在idea中配置好maven和tomcat 2.创建maven项目 在项目中的pom.xml中导入相应的依赖 ...
1 @Test 2 public void testDelete() throws IOException, InterruptedException, URISyntaxExceptio ...