刘韬 4 년 전
부모
커밋
3c0315926d
2개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 2
      DataFusion/src/com/zskk/control/ViewController.java
  2. 1 1
      DataFusion/src/com/zskk/task/UpdateTask.java

+ 3 - 2
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/桌面/aaa";
+				String dirName = "/home/zskk/桌面/DICOM_URL";
 				File file = new File(dirName);
 				if (!file.exists()) {
 					file.mkdir();
@@ -108,7 +108,8 @@ public class ViewController extends Controller {
 			this.renderText(e.toString());
 
 		}
-		
+		this.renderText("succ");
+
 	}
 	public static DruidPlugin createConnectedDruidPlugin() {
 

+ 1 - 1
DataFusion/src/com/zskk/task/UpdateTask.java

@@ -35,7 +35,7 @@ public class UpdateTask implements ITask {
 			try (Response response = OKHTTP_CLIENT.newCall(request).execute()) {
 				if (!response.isSuccessful())
 					throw new IOException("Unexpected code " + response);
-				String dirName = "/zskk_system/zskk_dicomQRScp/DICOM";
+				String dirName = "/home/zskk/桌面/DICOM_URL";
 				File file = new File(dirName);
 				if (!file.exists()) {
 					file.mkdir();