严智鑫
2025-03-26 47f9d4a231a116f528f9d18d738420dba7f753bd
1
2
3
4
5
6
7
8
9
10
11
<%@page import="builder.Manager"%>
<%@page import="builder.ThreadHttpServer"%>
<%@page import="toTcp.TcpMain"%>
<%@include file="../mysqlInsert/mysql_connect.jsp"%>
<%
//ThreadHttpServer.mains();
//TcpMain.getElectric();
Manager.appStart(new String[]{url,user,password });
 
//response.sendRedirect("bdg.jsp");
%>