zoukankan      html  css  js  c++  java
  • 每日总结

    员工培训系统:

    员工登录系统:

    复制代码
    <%@ page language="java" contentType="text/ html; charset=UTF-8"
        pageEncoding="UTF-8" import = "java.util.*"%>
        <%@page import="bean.student"%>
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="ISO-8859-1">
    <title>Insert title here</title>
    </head>
    <body>
    <pre>
    <%student Astudent=(student)request.getAttribute("Astudent");
    session.setAttribute("Astudent", Astudent);
    %>
    <table align="center" width="450">
            <h2>员工培训管理系统(员工)</h2>
            <hr>
            <tr align="center"><a href="sevelet?method=beforeupdate&user=student&ID=<%=Astudent.getSID()%>"><h3>查看、修改本人信息</h3></a></tr>
            <br>
            <tr align="center"><a href="manager2.jsp"><h3>用户权限管理</h3></a></tr>
            <br>
            <tr align="center"><a href="setsection1.jsp"><h3>设置部门参数</h3></a></tr>
            <br>
            <tr align="center"><a href="setjob1.jsp"><h3>设置职称参数</h3></a></tr>
            <br>
            <tr align="center"><a href="sevelet?method=setclass"><h3>设置培训科目参数</h3></a></tr>
            <br>
            <tr align="center"><a href="user.jsp">注销</a></tr>
        <br>
        </table>
        </pre>
    </body>
    </html>
    复制代码
  • 相关阅读:
    自动生成 Makefile 的全过程详解
    cpio实例讲解
    RPM命令手册
    SSHFS
    shell脚本命令行参数传递问题
    批量改名总结
    例解 autoconf 和 automake 生成 Makefile 文件
    Shell中的shift命令
    cpio命令详解
    Git笔记基础
  • 原文地址:https://www.cnblogs.com/ldy2396/p/14220655.html
Copyright © 2011-2022 走看看