廖井涛
2024-03-04 9304249873268653bc6acd58538506e34933af9d
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");
%>