XiaXiang 8 years ago
parent
commit
cf2babbd5d
  1. 12
      designer_base/src/com/fr/design/utils/DesignUtils.java

12
designer_base/src/com/fr/design/utils/DesignUtils.java

@ -50,12 +50,12 @@ public class DesignUtils {
* @return 启动了返回true * @return 启动了返回true
*/ */
public static boolean isStarted() { public static boolean isStarted() {
// try { try {
// new Socket("localhost", port); new Socket("localhost", port);
// return true; return true;
// } catch (Exception exp) { } catch (Exception exp) {
//
// } }
return false; return false;
} }

Loading…
Cancel
Save