24 lines
810 B
Plaintext
24 lines
810 B
Plaintext
<%@ page language="java" contentType="text/html; charset=UTF-8"
|
||
pageEncoding="UTF-8"%>
|
||
<html>
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
<title>Insert title here</title>
|
||
</head>
|
||
<body>
|
||
|
||
<div title="欢迎使用" style="padding:20px;overflow:hidden; color:red; " >
|
||
<p style="font-size: 25px; line-height: 30px; height: 30px;">欢迎使用学生成绩管理系统</p>
|
||
<p>开发人员:李月恒</p>
|
||
<p>开发周期:2025/05/06 --- 2025/05/16(共计10天)</p>
|
||
<hr />
|
||
<h2>系统环境</h2>
|
||
<p>系统环境:Windows</p>
|
||
<p>开发工具:Eclipse</p>
|
||
<p>Java版本:JDK 1.8</p>
|
||
<p>服务器:tomcat 9.0</p>
|
||
<p>数据库:MySQL 8.1</p>
|
||
<p>系统采用技术: Servlet+Jsp+Jdbc+dbutils+EasyUI+jQuery+Ajax+面向接口编程</p>
|
||
</div>
|
||
</body>
|
||
</html> |