刘韬 преди 4 години
родител
ревизия
8c3ba747e9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      DataFusion/src/com/zskk/control/ViewController.java

+ 1 - 1
DataFusion/src/com/zskk/control/ViewController.java

@@ -76,7 +76,7 @@ public class ViewController extends Controller {
 			try (Response response = OKHTTP_CLIENT.newCall(request).execute()) {
 				if (!response.isSuccessful())
 					throw new IOException("Unexpected code " + response);
-				String dirName = "/home/zskk/桌面";
+				String dirName = "./down";
 				File file = new File(dirName);
 				if (!file.exists()) {
 					file.mkdir();