Files
OFD/WebContent/view/welcome.jsp

24 lines
810 B
Plaintext
Raw Normal View History

2026-03-18 10:19:33 +08:00
<%@ 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>