05 2023 档案

摘要:public static void main(String[] args) { File imageFile = new File("C:\\Users\\Administrator\\Pictures\\111.png"); Tesseract tesseract = new Tesseract 阅读全文
posted @ 2023-05-05 14:19 骑驴晒太阳 阅读(62) 评论(0) 推荐(0)
摘要:@PostConstructpublic void init(){ //发布端口 8000 InetSocketAddress address = new InetSocketAddress(8000); try { HttpServer httpServer = HttpServer.create 阅读全文
posted @ 2023-05-05 14:08 骑驴晒太阳 阅读(173) 评论(0) 推荐(0)