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>
    复制代码
  • 相关阅读:
    linux用户管理初级(上)
    定时任务实战
    linux定时任务
    Linux 命令行基础(一)
    Linux 操作系统发展历程及系统版本选择
    Linux文件的权限
    Linux硬连接和软连接
    Linux 文件的属性
    linux 正则表达式
    centos7 设置时间同步
  • 原文地址:https://www.cnblogs.com/ldy2396/p/14220655.html
Copyright © 2011-2022 走看看