首页 > 其他分享 >每日总结-23.5.23

每日总结-23.5.23

时间:2023-05-23 21:35:41浏览次数:38  
标签:总结 23 color text height 23.5 background 20px border

<%@ page import="san.Thesql" %>
<%@ page import="san.Pd_stu" %>
<%@ page language="java" contentType="text/html; charset=UTF-8"

         pageEncoding="UTF-8"%>

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>
<head>
  <title>信息查询</title>
  <style type="text/css">
    html,body{
      width: 99%;
      height: 99%;
    }
    h1 {
      color: #333;
      text-align: center;
      margin-top: 50px;
    }

    table {
      margin-top: 20px;
      border-collapse: collapse;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      background-color: #fff;
    }

    th, td {
      padding: 20px;
      text-align: center;
      border: 1px solid #ddd;
      font-size: 17px;
    }

    th {
      background-color: #8b8989;
      color: #fff;
      font-size: 24px;
    }

    tr:nth-child(even) {
      background-color: #f2f2f2;
    }
    input{
      border: none;
      border-radius: 10px;
      height: 27px;
    }
    .submit{
      background-color: rgb( 21, 218, 218);
      color: aliceblue;
      height: 50px;
      width: 60%;
    }
    .submit:active{
      background-color: rgb(166, 172, 175);
    }
    a{
      text-decoration: none;
      font-size: 20px;
      color: #3bc9e2;
    }
    .content {
      height: calc(95% - 0px);
      overflow-y: scroll;
    }
  </style>
</head>
<%
  Thesql thesql=new Thesql();
  Pd_stu pdStu[] = thesql.show_stu();
  int student_num = pdStu.length;
%>
<body>
<div align="center"><h1>学生联系方式</h1></div>
<div align="center"><a href="add.jsp">添加学生</a></div>
 <table width="90%" align="center">
    <tr>
      <th height="25%" width="25%">工号</th>
      <th width="25%">姓名</th>
      <th width="25%">手机号码</th>
      <th width="25%">管理</th>
    </tr>
    <tr><td colspan="5">
      <div class="content">
        <table border="1" style="font-size:18px;width: 100%;height: 100% ;margin-top: 0px">
          <%for(int i=0;i<student_num;i++){%>
          <tr>
            <td height="10%" width="25%"><%=pdStu[i].id%></td>
            <td width="25%"><%=pdStu[i].name%></td>
            <td width="25%"><%=pdStu[i].phone%></td>
            <td width="25%" align="center"><a href="person_information.jsp?id_=<%=pdStu[i].id%>" style="margin-right: 20%">查看</a>
              <a href="#">删除</a></td>
          </tr>
          <%} %>
        </table>
      </div>
    </td></tr>


  </table>
<script type="text/javascript">
</script>
</body>
</html>

 

标签:总结,23,color,text,height,23.5,background,20px,border
From: https://www.cnblogs.com/laobing6214/p/17426436.html

相关文章

  • 2023.5.23
     1#include<iostream>2#include<iomanip>3usingnamespacestd;4floatPI=3.14159f;5classShape6{7public:8virtualfloatgetArea()=0;9};10classCircle:publicShape11{12public:13floatr;14float......
  • 2023-05-23:如果交换字符串 X 中的两个不同位置的字母,使得它和字符串 Y 相等, 那么称 X
    2023-05-23:如果交换字符串X中的两个不同位置的字母,使得它和字符串Y相等,那么称X和Y两个字符串相似。如果这两个字符串本身是相等的,那它们也是相似的。例如,"tars"和"rats"是相似的(交换0与2的位置);"rats"和"arts"也是相似的,但是"star"不与"tars","rats",或"a......
  • 每日总结2023-05-23
    今天对于javaweb进行了复习以及回忆,在进行javaweb项目中使用idea进行时,webServlet注解不能正常使用,经讨论,查找资料,发现是路径错误,应该是/包名/注解名/的格式,在使用中发生了以上错误并加以改正。packageservlet;importbean.keBean;importrepository.KeRep;importjava......
  • 软件工程课程期末总结
    通过这学期<软件工程>这门课程的学习,使我获益良多,作为一名计算机专业的学生,觉得计算机方面的东西学的实在是太少了,专业知识的浅陋让我感到有点羞愧,老师告诉我们,我们在做毕业设计时,要根据<软件工程>这门课程中的有关内容来进行文档的撰写,我学到了很多,了解到如何来写毕业......
  • 5.23
    #include<iostream>#include<cmath>usingnamespacestd;classPoint{private:doublex;doubley;doublez;public:Point(doublea,doubleb,doublec):x(a),y(b),z(c){};frienddoubleoperator-(Point,Point);};template<class......
  • 2023/5/23
    L1-033出生年分数 15全屏浏览题目作者 陈越单位 浙江大学以上是新浪微博中一奇葩贴:“我出生于1988年,直到25岁才遇到4个数字都不相同的年份。”也就是说,直到2013年才达到“4个数字都不相同”的要求。本题请你根据要求,自动填充“我出生于y年,直到x岁才......
  • day77(2023.5.23)
    1.JSP简介 2.JSP运行原理 3.JSP标签的使用运行结果: 4.JSP原始标签的使用 运行结果:5.JSP的指令标签6.JSP的内置对象 7.请求转发 8.请求转发案例 运行结果: 9.JSP中的四大作用域对象 10.JS......
  • 2023冲刺国赛模拟 7.0
    T1Matrix很容易想到一个\(O(n^4)\)做法,用uint128压位,然后你发现它过了……正解考虑分治,取出矩阵中间的列\(mid\),由于跨越\(mid\)列的询问必然经过\(mid\)列上一点,因此对于\(mid\)左边的点,预处理每个点向右,向下可以到达的所有\(mid\)处的点,对于\(mid\)右边的点,......
  • 5.23每日总结
    今天学习了如何实现AndroidApp的自动登录,目前遇到了点困难,只能实现记住账户和密码不用用户再次输入的功能,还没有实现登录一次后点击应用直接进入。  ......
  • 5.23每日总结
    今天学习了如何将数据库挂到网端,具体步骤如下:在云端搭建数据库服务器搭建云端数据库服务器可以使用云服务商的数据库服务,例如:AWSRDS、阿里云RDS等。根据实际情况选择一个适合的云数据库供应商,并创建一个新的数据库实例。然后通过数据库供应商提供的远程连接工具或命令行工具,......