廖井涛
2023-12-25 a532b5a35113b2ba9eb89ad0f26cecd0966db2e7
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");
%>