From 5b38785b33b06d877101ef639ca5d5e675c85b4d Mon Sep 17 00:00:00 2001 From: looper3339 <736321739@qq.com> Date: 星期六, 25 五月 2019 17:11:55 +0800 Subject: [PATCH] change float to flex layout --- src/main/java/com/cloud/count/CountApplication.java | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/main/java/com/cloud/count/CountApplication.java b/src/main/java/com/cloud/count/CountApplication.java index 0d67126..cfe88c1 100644 --- a/src/main/java/com/cloud/count/CountApplication.java +++ b/src/main/java/com/cloud/count/CountApplication.java @@ -13,17 +13,17 @@ public static void main(String[] args){ SpringApplication.run(CountApplication.class, args); - final Runtime runtime = Runtime.getRuntime(); - String [] brs = new String[2]; - brs[0] ="C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe"; - brs[1]="C:\\Program Files (x86)\\Internet Explorer\\iexplore.exe"; - for(String str : brs){ - try { - runtime.exec(str); +// final Runtime runtime = Runtime.getRuntime(); +// String [] brs = new String[2]; +// String str ="C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe"; +// brs[1]="C:\\Program Files (x86)\\Internet Explorer\\iexplore.exe"; +// for(String str : brs){ +// try { +// runtime.exec(str); // break; - } catch (IOException e){ - - } - } +// } catch (IOException e){ +// +// } +// } } } -- Gitblit v1.8.0