• 每日总结


    员工培训系统:

    职称设置界面1:

    复制代码
    <%@ page language="java" contentType="text/html; charset=UTF-8"
        pageEncoding="UTF-8"%>
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Insert title here</title>
    </head>
    <body>
    <form action="sevelet?method=set&user=job" method="post" onsubmit="return chech(this)">
        <table align="center" width="450">
        <tr>
            <td align="center" width="450">
                <h2>设置职称参数</h2>
                <hr>
            </td>
        </tr>
            <td align="center">编号:</td>
            <td><input align="center" type="text" name="ID"/></td>
        </tr>
        <tr>
            <td align="center">名称:</td>
            <td><input type="text" name="name"/></td>
        </tr>
        <tr>
            <td align="center" colspan="2">
                <input type="submit" value="确认">
            </td>
        </tr>
        <tr align="center"><td><a href="user.jsp">注销</a></td></tr>
        <br>
        <tr align="center"><td><a href="setjob1.jsp">返回上一级</a></td></tr>
        <br>
        </table>
        </form>
    </body>
    </html>
    复制代码

    职称设置界面2:

    复制代码
    <%@ page language="java" contentType="text/ html; charset=UTF-8"
        pageEncoding="UTF-8" import = "java.util.*"%>
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="ISO-8859-1">
    <title>Insert title here</title>
    </head>
    <body>
    <pre>
    <table align="center" width="450">
            <h2>部门参数设置</h2>
            <hr>
            <tr align="center"><a href="setjob.jsp"><h3>增加职称</h3></a></tr>
            <br>
            <tr align="center"><a href="sevelet?method=jobset"><h3>删除、修改职称</h3></a></tr>
            <br>
            <tr align="center"><a href="loginM.jsp"><h3>返回上一级</h3></a></tr>
            <br>
            <tr align="center"><a href="user.jsp">注销</a></tr>
        <br>
        </table>
        </pre>
    </body>
    </html>
    复制代码
  • 相关阅读:
    两路归并算法
    个性化搜索引擎调研(三)
    编程珠玑开篇磁盘文件排序问题
    Lucene里经常被聊到的几个话题
    成就霸业的座右铭(绝对经典)
    别人对你的态度,决定了你的命运
    iBATIS缓存实现分析[转]
    Taste/Thoth:Taste Architecture 概览【转Beyond Search】
    中文分词算法笔记
    ConcurrentModificationException主要原因及处理方法
  • 原文地址:https://www.cnblogs.com/ldy2396/p/14220662.html
Copyright © 2020-2023  润新知