1
2
3
4
5
6
7
8
9
10
11
12
| <%@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");
| %>
|
|