From 138b959cc11dc9a73b0c766030b99ba1180d8650 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期一, 11 十一月 2024 14:32:48 +0800
Subject: [PATCH] 11

---
 src/main/java/com/se/simu/service/UwService.java |   21 ---------------------
 1 files changed, 0 insertions(+), 21 deletions(-)

diff --git a/src/main/java/com/se/simu/service/UwService.java b/src/main/java/com/se/simu/service/UwService.java
index fd477b5..f6edbc6 100644
--- a/src/main/java/com/se/simu/service/UwService.java
+++ b/src/main/java/com/se/simu/service/UwService.java
@@ -13,12 +13,6 @@
 import javax.annotation.Resource;
 import java.io.*;
 
-/**
- * 鍐呮稘姹傝В鍣ㄦ湇鍔$被
- *
- * @author WWW
- * @date   2024-09-29
- */
 @Slf4j
 @Service
 @SuppressWarnings("ALL")
@@ -36,12 +30,6 @@
         return _rainfall;
     }
 
-    /**
-     * 鍒涘缓闄嶉洦鏂囦欢
-     * <p>
-     * https://blog.csdn.net/Dark_Drgon/article/details/139739924
-     * C:\Program Files\matlab\R2020a\runtime\win64
-     */
     public void createRainFile(DataPo data) throws Exception {
         String filePath = config.getInPath() + File.separator + data.getInPath() + File.separator + config.getRaingage();
         String startTime = StringHelper.YMDHMS_FORMAT.format(data.getStartTime());
@@ -105,7 +93,6 @@
                 log.error(errorLine);
             }
 
-            // 绛夊緟绋嬪簭鎵ц缁撴潫骞惰緭鍑虹姸鎬�
             int exitCode = process.waitFor();
 
             return sb.toString();
@@ -138,14 +125,6 @@
         }
     }
 
-    /**
-     * 鎵ц鍛戒护琛�,骞剁瓑寰呭懡浠ゆ墽琛屽畬姣�
-     *
-     * https://www.cnblogs.com/stars-one/p/16482964.html
-     * @param cmd 鍛戒护,window璁板緱瑕佷娇鐢╟md /c寮�澶�,濡俢md /c ipconfig
-     * @throws IOException
-     * @throws InterruptedException
-     */
     private String execCmdLine(String cmd) throws IOException, InterruptedException {
         Process process = Runtime.getRuntime().exec(cmd);
 

--
Gitblit v1.9.3