From 47f9d4a231a116f528f9d18d738420dba7f753bd Mon Sep 17 00:00:00 2001
From: 严智鑫 <test>
Date: 星期三, 26 三月 2025 23:43:15 +0800
Subject: [PATCH] 成功使用ModbusTcp,S7连接设备并且存储到数据库

---
 gmms/WebContent/login/run.jsp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gmms/WebContent/login/run.jsp b/gmms/WebContent/login/run.jsp
index f84d3f8..1dfd45d 100644
--- a/gmms/WebContent/login/run.jsp
+++ b/gmms/WebContent/login/run.jsp
@@ -3,9 +3,9 @@
 <%@page import="toTcp.TcpMain"%>
 <%@include file="../mysqlInsert/mysql_connect.jsp"%>
 <%
-ThreadHttpServer.mains();
+//ThreadHttpServer.mains();
 //TcpMain.getElectric();
-//Manager.appStart(new String[]{url,user,password });
+Manager.appStart(new String[]{url,user,password });
 
 //response.sendRedirect("bdg.jsp");
 %>
\ No newline at end of file

--
Gitblit v1.8.0