parent
9fd2271d4b
commit
37e48c69e5
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,19 @@
|
||||
<%--
|
||||
Created by IntelliJ IDEA.
|
||||
User: 5300 PC 二合一
|
||||
Date: 2025/4/3
|
||||
Time: 16:31
|
||||
To change this template use File | Settings | File Templates.
|
||||
--%>
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" pageEncoding="UTF-8"%>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<head>
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body>
|
||||
Success!
|
||||
信息已在控制台输出!
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,25 @@
|
||||
<%--
|
||||
Created by IntelliJ IDEA.
|
||||
User: 5300 PC 二合一
|
||||
Date: 2025/4/3
|
||||
Time: 16:56
|
||||
To change this template use File | Settings | File Templates.
|
||||
--%>
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||||
<html>
|
||||
<head>
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body>
|
||||
展示车位信息:<br>
|
||||
车位编号:${parking.parkingID}
|
||||
<br>
|
||||
车位位置:${parking.parkingLocation}
|
||||
<br>
|
||||
车位状态:${parking.parkingStatus}
|
||||
<br>
|
||||
收费标准:${parking.parkingFee}
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,24 @@
|
||||
<%--
|
||||
Created by IntelliJ IDEA.
|
||||
User: 5300 PC 二合一
|
||||
Date: 2025/4/3
|
||||
Time: 11:20
|
||||
To change this template use File | Settings | File Templates.
|
||||
--%>
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||||
<html>
|
||||
<head>
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body>
|
||||
展示用户信息:<br>
|
||||
用户编号:${user.userID}
|
||||
<br>
|
||||
用户姓名:${user.userName}
|
||||
<br>
|
||||
用户密码:${user.userPassword}
|
||||
<br>
|
||||
用户电话:${user.userNumber}
|
||||
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,19 @@
|
||||
<%--
|
||||
Created by IntelliJ IDEA.
|
||||
User: 5300 PC 二合一
|
||||
Date: 2025/4/2
|
||||
Time: 19:47
|
||||
To change this template use File | Settings | File Templates.
|
||||
--%>
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" pageEncoding="UTF-8"%>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<head>
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body>
|
||||
Success!
|
||||
信息已在控制台输出!
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,29 @@
|
||||
<%--
|
||||
Created by IntelliJ IDEA.
|
||||
User: 5300 PC 二合一
|
||||
Date: 2025/4/3
|
||||
Time: 16:33
|
||||
To change this template use File | Settings | File Templates.
|
||||
--%>
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<head>
|
||||
<title>车位信息</title>
|
||||
</head>
|
||||
<body>
|
||||
<form action="cheweixinxi/object" method="post">
|
||||
车位编号:<input type="text" name="parkingID">
|
||||
<br>
|
||||
车位位置:<input type="text" name="parkingLocation">
|
||||
<br>
|
||||
车位状态:<input type="text" name="parkingStatus">
|
||||
<br>
|
||||
收费标准:<input type="text" name="parkingFee">
|
||||
<br>
|
||||
<input type="submit" value="添加">
|
||||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,26 @@
|
||||
<%--
|
||||
Created by IntelliJ IDEA.
|
||||
User: 5300 PC 二合一
|
||||
Date: 2025/4/3
|
||||
Time: 16:59
|
||||
To change this template use File | Settings | File Templates.
|
||||
--%>
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||||
<html>
|
||||
<head>
|
||||
<title>添加车位信息</title>
|
||||
</head>
|
||||
<body>
|
||||
<form action="cwxx/add" method="post">
|
||||
车位编号:<input type="text" name="parkingID">
|
||||
<br>
|
||||
车位位置:<input type="text" name="parkingLocation">
|
||||
<br>
|
||||
车位状态:<input type="text" name="parkingStatus">
|
||||
<br>
|
||||
收费标准:<input type="text" name="parkingFee">
|
||||
<br>
|
||||
<input type="submit" value="添加">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,27 @@
|
||||
<%--
|
||||
Created by IntelliJ IDEA.
|
||||
User: 5300 PC 二合一
|
||||
Date: 2025/4/3
|
||||
Time: 11:17
|
||||
To change this template use File | Settings | File Templates.
|
||||
--%>
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||||
<html>
|
||||
<head>
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body>
|
||||
<form action="yhgl/add" method="post">
|
||||
用户编号:<input type="text" name="userID">
|
||||
<br>
|
||||
用户姓名:<input type="text" name="userName">
|
||||
<br>
|
||||
用户密码:<input type="text" name="userPassword">
|
||||
<br>
|
||||
用户电话:<input type="text" name="userNumber">
|
||||
<br>
|
||||
<input type="submit" value="添加">
|
||||
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,29 @@
|
||||
<%--
|
||||
Created by IntelliJ IDEA.
|
||||
User: 5300 PC 二合一
|
||||
Date: 2025/4/2
|
||||
Time: 19:41
|
||||
To change this template use File | Settings | File Templates.
|
||||
--%>
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<head>
|
||||
<title>用户管理</title>
|
||||
</head>
|
||||
<body>
|
||||
<form action="yonghuguanli/object" method="post">
|
||||
用户编号:<input type="text" name="userID">
|
||||
<br>
|
||||
用户姓名:<input type="text" name="userName">
|
||||
<br>
|
||||
用户密码:<input type="text" name="userPassword">
|
||||
<br>
|
||||
用户电话:<input type="text" name="userNumber">
|
||||
<br>
|
||||
<input type="submit" value="添加">
|
||||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue