|
@@ -44,7 +44,7 @@ public class PicDownloadFaced extends Thread {
|
|
|
String hour = dir.split("\\_")[3];
|
|
|
String dirs = year + "/" + year + month + day + "/" + hour;
|
|
|
int i = 0;
|
|
|
- File photoDir = new File("/Users/gengaoliu" + dirs);
|
|
|
+ File photoDir = new File("/shipAnalysis/HDImages" + dirs);
|
|
|
photoDir.mkdirs();
|
|
|
for (String imageUrl : imageUrls) {
|
|
|
boolean isSuccess = false;
|