摘要: public class CmdExec{ private boolean programFlag = false; private static final Logger logger = Logger.getLogger(CmdExec.class); private static CmdExec cmdExec =null; public static CmdExec ... 阅读全文
posted @ 2017-11-27 14:20 『天堂有路』 阅读(1693) 评论(0) 推荐(0) 编辑
摘要: public static String faceDetect(String itemStr) throws IOException { String sRt; DatagramSocket client = new DatagramSocket(); byte[] sendBuf = itemStr.getBytes("GB2312"); ... 阅读全文
posted @ 2017-11-27 14:03 『天堂有路』 阅读(127) 评论(0) 推荐(0) 编辑