• web完善之路


    11.24

    今天对web系统进行完善,并加入jsp 的部分:没遇到什么问题。明天计划继续完善。

    代码部分:

    <%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
    <%@ page import="com.pp.DBU" %>
    <%@page import = "java.sql.*" %>
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Insert title here</title>
    </head>
    <body>

    <form action="shanchu" border="1">
    <table align = "center" border = "1">
    <tr>
    <td>请再次输入要删除的姓名:</td>
    <td>
    <input type="text" name="xingming">
    </td>
    </tr>
    <tr align="center">
    <td colspan="2">
    <input type="submit" value="确定">
    </td>
    </tr>
    </table>
    </body>
    </html>

    <%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>管理员界面</title>
    </head>
    <body>
    <form>
    <table align="center" border="1">

    <tr align="center">
    <td colspan="2">
    <input type="submit" value="增加学生对象" formaction="xuesheng.jsp" formmethod="get">
    </td>
    </tr>
    <tr align="center">
    <td colspan="2">
    <input type="submit" value="减少学生对象" formaction="delete.jsp" formmethod="get">
    </td>
    </tr>
    <tr align="center">
    <td colspan="2">
    <input type="submit" value="登记编辑分数" formaction="xuesheng.jsp" formmethod="get">
    </td>
    </tr>
    <tr align="center">
    <td colspan="2">
    <input type="submit" value="按学号查找学生成绩" formaction="xuehao.jsp" formmethod="get">
    </td>
    </tr>
    <tr align="center">
    <td colspan="2">
    <input type="submit" value="按姓名查找学生成绩" formaction="xingming.jsp" formmethod="get">
    </td>
    </tr>
    <tr align="center">
    <td colspan="2">
    <input type="submit" value="按成绩分数排序" formaction="chengji.jsp" formmethod="get">
    </td>
    </tr>
    </table>
    </form>
    </body>
    </html>

  • 相关阅读:
    性能测试的bug【杭州多测师】【杭州多测师_王sir】
    Typescript: 当出现错误时,不编译文件成js文件
    git基础命令
    获取页面宽度
    详解linux下的串口通讯开发
    货源清单的配置
    物料在工厂中未被维护
    quota配额配置
    采购组织不对工厂负责
    拓端tecdat:Python金融时间序列模型ARIMA 和GARCH 在股票市场预测应用
  • 原文地址:https://www.cnblogs.com/092e/p/14170059.html
Copyright © 2020-2023  润新知