From bbcf2610e6e1a66923ff3ba615e6a44c94f6be57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=A1=E5=9D=82=E6=98=B4?= Date: Wed, 2 Apr 2025 11:32:07 +0800 Subject: [PATCH] archive: homework4 test1 --- homework4/.idea/MarsCodeWorkspaceAppSettings.xml | 6 ++++++ homework4/.idea/copyright/profiles_settings.xml | 8 ++++++++ homework4/.idea/encodings.xml | 7 +++++++ homework4/.idea/misc.xml | 10 ++++++++++ homework4/.idea/vcs.xml | 6 ++++++ homework4/src/main/webapp/forward.jsp | 9 +++++++++ homework4/src/main/webapp/login.jsp | 9 +++++++++ 7 files changed, 55 insertions(+) create mode 100644 homework4/.idea/MarsCodeWorkspaceAppSettings.xml create mode 100644 homework4/.idea/copyright/profiles_settings.xml create mode 100644 homework4/.idea/encodings.xml create mode 100644 homework4/.idea/vcs.xml create mode 100644 homework4/src/main/webapp/forward.jsp create mode 100644 homework4/src/main/webapp/login.jsp diff --git a/homework4/.idea/MarsCodeWorkspaceAppSettings.xml b/homework4/.idea/MarsCodeWorkspaceAppSettings.xml new file mode 100644 index 0000000..05ed8ba --- /dev/null +++ b/homework4/.idea/MarsCodeWorkspaceAppSettings.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/homework4/.idea/copyright/profiles_settings.xml b/homework4/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000..dfbcbb2 --- /dev/null +++ b/homework4/.idea/copyright/profiles_settings.xml @@ -0,0 +1,8 @@ + + + + + + \ No newline at end of file diff --git a/homework4/.idea/encodings.xml b/homework4/.idea/encodings.xml new file mode 100644 index 0000000..aa00ffa --- /dev/null +++ b/homework4/.idea/encodings.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/homework4/.idea/misc.xml b/homework4/.idea/misc.xml index 6ed36dd..e2044d1 100644 --- a/homework4/.idea/misc.xml +++ b/homework4/.idea/misc.xml @@ -1,4 +1,14 @@ + + + + + + \ No newline at end of file diff --git a/homework4/.idea/vcs.xml b/homework4/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/homework4/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/homework4/src/main/webapp/forward.jsp b/homework4/src/main/webapp/forward.jsp new file mode 100644 index 0000000..ec515fd --- /dev/null +++ b/homework4/src/main/webapp/forward.jsp @@ -0,0 +1,9 @@ +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + + 中转页 + + + + + diff --git a/homework4/src/main/webapp/login.jsp b/homework4/src/main/webapp/login.jsp new file mode 100644 index 0000000..c61dba0 --- /dev/null +++ b/homework4/src/main/webapp/login.jsp @@ -0,0 +1,9 @@ +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + + 用户登录 + + + + +