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
*/
public static boolean isStarted() {
// try {
// new Socket("localhost", port);
// return true;
// } catch (Exception exp) {
//
// }
try {
new Socket("localhost", port);
return true;
} catch (Exception exp) {
}
return false;
}

Loading…
Cancel
Save