⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.jsp

📁 学生信息管理系统简单实现 可以简单得实现现阶段学生信息得增加 修改 删除 查看
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>

<%

%>
<html>
<head>
<title>主页</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
<script language="javascript" type="">
var newWindow = null;
function openNewWindow(pageUrl,pageName){
  if(newWindow == null || newWindow.closed() == true)
    newWindow = window.open(pageUrl, pageName, "top=0,left=0,toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,location=yes,status=yes");
    newWindow.focus();
}
</script>
<style type="text/css">
<!--
.style1 {color: #D4D0C8}
body {
	background-color: #CCCCCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>

<body>
<table width="90%"  border="0" align="center">
  <tr>
    <td height="103">&nbsp;</td>
  </tr>
  <tr>
    <td height="30"><table width="100%"  border="0" bgcolor="#999999">
      <tr>
        <td width="17%" height="23" class="style1">&nbsp;</td>
        <td width="11%" class="style1">&nbsp;</td>
        <td width="11%" class="style1"><a href="newsHome.jsp" target="_blank">新闻动态</a></td>
        <td width="15%" class="style1"><a href="stuInfoManageHome.jsp" target="_blank">学生信息管理</a></td>
        <td width="16%" class="style1"><a href="chooseCourseHome.jsp" target="_blank">学生选课管理</a></td>
        <td width="12%" class="style1"><a href="messegeBoardHome.jsp" target="_blank">留言板管理</a></td>
        <TD class="style1">&nbsp;</TD>
        </tr>
    </table></td>
  </tr>
  <tr>
    <td height="431" align="center" valign="top"><table width="100%"  border="0">
      <tr>
        <td width="16%" height="427" valign="top" class="style1"><table width="100%"  border="0">
          <tr>
            <td height="24" colspan="2">校内职能部门</td>
            </tr>
          <tr>
            <td width="19%" height="22">&nbsp;</td>
            <td width="81%">图书馆</td>
          </tr>
          <tr>
            <td height="22">&nbsp;</td>
            <td>校团委</td>
          </tr>
          <tr>
            <td height="22">&nbsp;</td>
            <td>网络中心</td>
          </tr>
          <tr>
            <td height="22">&nbsp;</td>
            <td>科技协会</td>
          </tr>
          <tr>
            <td height="22">&nbsp;</td>
            <td>研究生院</td>
          </tr>
          <tr>
            <td height="22">&nbsp;</td>
            <td>成教学院</td>
          </tr>
		  <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td height="23" colspan="2">校外友情链接</td>
            </tr>
          <tr>
            <td height="22">&nbsp;</td>
            <td>大学城</td>
          </tr>
          <tr>
            <td height="22">&nbsp;</td>
            <td>铁路信息查询</td>
          </tr>
		  <tr>
            <td height="22">&nbsp;</td>
            <td>天气查询</td>
          </tr>
		  <tr>
            <td height="22">&nbsp;</td>
            <td>教育部</td>
          </tr>
		  <tr>
            <td height="22">&nbsp;</td>
            <td>&nbsp;</td>
          </tr>
		  <tr>
            <td height="22">&nbsp;</td>
            <td>&nbsp;</td>
          </tr>
        </table></td>
        <td width="84%" class="style1">&nbsp;</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td height="31">&nbsp;</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -