首页 > 其他分享 >2023.4.3每日总结

2023.4.3每日总结

时间:2023-04-03 21:14:48浏览次数:39  
标签:总结 每日 padding rgb nbsp 2023.4 font border size

<%@ 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">
body {
 background-color: #F5DEB3 
}
.content {
    height: calc(90vh - 100px);
    overflow-y: scroll;
    }
         
table {
    /*表格边框为实线或者是空心双线*/
    border-collapse: collapse;
    /*边框与边框的空间*/
    border-spacing: 0;
    padding: 40px ;
}

a {
    color: rgb(60, 114, 53);
    text-decoration: none;
    font-size: 12px;
}

a:hover {
    color: rgb(60, 114, 53);
    text-decoration: underline;
    font-size: 12px;
}

a:visited {
    color: rgb(0, 106, 78);
    font-size: 12px;
}
/*整个tab层居中,宽度为600px*/
#tabDiv {
    height:550px;
    margin: 1em auto;
    padding-bottom: 10px;
    border-right: rgb(30,144,255) 2px solid;
    border-top: rgb(30,144,255) 2px solid;
    border-left: rgb(30,144,255) 2px solid;
    border-bottom: rgb(30,144,255) 2px solid;
    background: #ffffff;
}
/*tab头的样式*/
#tabsHead {
    padding-left: 0px;
    height: 26px;
    background-color: rgb(179, 247, 19);
    font-size: 1em;
    margin: 1px 0px 0px;
    color: rgb(179, 247, 19);
    line-height: 26px;
}
/*已选tab头(超链接)的样式*/
.curtab {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    border-right: rgb(209, 226, 49) 1px solid;
    font-weight: bold;
    float: left;
    cursor: pointer;
    background: #ffffff;
}
/*未选tab头(超链接)的样式*/
.tabs {
    border-right: rgb(209, 226, 49) 1px solid;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-weight: normal;
    float: left;
    cursor: pointer;
}
p {
    font-size: 12pt;
    text-indent: 2em;
}
li {
      border-bottom-style: solid;
      border-bottom-color: #EEE;
      border-bottom-width: thin;
      height: 25px;
    font-family: "宋体";
    font-size: 20pt;
}
</style>
<script type="text/jscript">    
        //显示tab(tabHeadId:tab头中当前的超链接;tabContentId要显示的层ID)
        function showTab(tabHeadId,tabContentId) 
        {
            //tab层
            var tabDiv = document.getElementById("tabDiv");
            for(i=0; i<tabHeads.length; i++) 
            { 
                //将超链接的样式设为未选的tab头样式
                tabHeads[i].className='tabs'; 
            }
        }
        
</script>
</head>
<%
    String all_leaf=request.getParameter("all_leaf");
    String the_leaf=request.getParameter("the_leaf");
    if(the_leaf==null){
        the_leaf="1";
    }
    all_leaf="10";
    int the_leaves=Integer.valueOf(the_leaf);
    int all_leaves=Integer.valueOf(all_leaf);
%>
<body>
<h1 align="center">课 程 浏 览</h1>
<form action="" method="get">
    <table id="tabDiv" border="1" style="font-size:18px;width:780px">
    <tr>
    <td style="height:45px;width:250px;">
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;编号:
    <input text="text" id="lesson_num" size="10px" placeholder="课程编号" style="font-size:18px"></td>
    
    <td style="height:45px;width:250px">
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;身份:
        <select name="who" style="font-size:18px">
            <option value="" disable select hidden>查看</option>
            <option value="自己">显示自己课程</option>
            <option value="所有人">显示所有课程</option>
        </select>
    </td>
    
    <td style="height:45px;width:240px" align="center">操作</td>
    <td><button id="s_l_num" style="height:45px;width:60px">查询</button></td>
    </tr>
    <tr><td colspan="4">

    </td></tr>
    <tr>
    <td style="width:100%;height:30px" colspan="4">
    <div style="text-align:center;">
    <a href="Browse_lesson.jsp?the_leaf=<%=the_leaves-1 %>&all_leaf=<%=all_leaf %>" style="font-size:18px">
    <%if(the_leaves!=1) %><u>上一页</u></a>
    <%for(int i=1;i<=all_leaves;i++) {%>
        <a href="Browse_lesson.jsp?Browse_lesson.jsp?the_leaf=<%=i %>&all_leaf=<%=all_leaf %>"><u style="font-size:18px">
        <%if(i==the_leaves)%><font color="red"><%out.print(i); %></font></u></a>
    <%} %>
    <%if(the_leaves<10) {%><a href="Browse_lesson.jsp?the_leaf=<%=the_leaves+1 %>
    &all_leaf=<%=all_leaf %>" style="font-size:18px;"><u>下一页</u></a>
    <%} %>
    </div>
    </td></tr>

    
    </table>
    </form>
</body>
</html>

 

标签:总结,每日,padding,rgb,nbsp,2023.4,font,border,size
From: https://www.cnblogs.com/wllovelmbforever/p/17284431.html

相关文章

  • Iain McQueen:从移动应用开发中总结出的五个教训
    编者注:本文编译自IainMcQueen发表在Posterous上的博文“WhatILearnedBuildingaMobileFriendlyWebApp”。自今年11月19日发布第一版Swiperoo起,Dave和我就开始时不时谈论开发初期遇到的各种问题。我想,一定也有很多其他移动应用开发者会遇到和我们一样的问题,因此,在这里把......
  • 4.03每日总结
    今天课上老师花了四节课的时间让我们展示自己团队选择的项目从团队成员到电梯演讲再到原型展示我们团队选的是【A26】基于电厂排放物报告的表格结构化重建这一项目。目前为止只做了个简单的界面。许多功能还没有办法实现。 ......
  • 今日总结0328
    今天是周二,上午上了英语口语,介绍了我的家乡吉林省的美食。数据库上讲了范式的概念,这是判断一个数据库建立合理与否的标准。下午的python讲了文件的操作。今日进程,实现底部导航栏的应用,参考ButtonNavigation设计,自定义了几个fragment,在menu中添加,实现底部导航栏跳转页面。......
  • 今日总结0327
    今天的软件工程课上,老师向我们讲解了外包杯的一些事项,进行了选题和结组开发,要求在这周完成业务逻辑流程。我们选的是随手买车载购物平台,这道题要求实现顾客在网约车上随手购物,车主要浏览信息、补货,管理平台管理车主、设备、广告。我负责的是车主端APP的开发。......
  • 4月3日课后总结
    4/3课后总结数据的演变史用单个文件储存数据命名格式可能不规范借助软件开发规范将文件存入文件夹文件数量可能会很大,多次读取也会占用大量资源借助数据库将数据单独存放在一台计算机上,可以解决上述问题数据存储发展史单机状态数据存储在自己电脑上,无法实现数......
  • 每日一练
    1..笑笑买贺卡(贪心算法)题目:新年快到了,笑笑打算给他的好朋友们发贺年卡,而且它已经选好了自己要购买的贺卡的样式.俗话说得好,货比三家,笑笑来到了商店,看了各个商铺这种贺卡的价钱.不仅如此,笑笑还记住了每个商铺的存货量.已知笑笑打算购买m张贺卡,问他最少花多少钱.输入格式:......
  • 分布式ID生成方案总结
    什么是分布式ID分布式ID是指,在分布式环境下可用于对数据进行标识且易存储的全局唯一的ID标识。为什么需要分布式ID对于单体系统来说,主键ID可能会常用主键自动的方式进行设置,这种ID生成方法在单体项目是可行的。对于分布式系统,分库分表之后,就不适应了,比如订单表数据量太大了,分......
  • Spark面试经典系列之数据倾斜解决方案的“银弹”是什么? 本节我们对Spark数据倾斜解决
    Spark面试经典系列之数据倾斜解决方案的“银弹”是什么?本节我们对Spark数据倾斜解决方案进行回顾和总结:1、   数据倾斜运行的症状和危害。如果发行数据倾斜,往往发现作业任务运行特别缓慢,出现OOM内存溢出等现象。2、   如果两个RDD进行操作,其中1个RDD数据不是那么多,我们把这......
  • mysql总结
    MyiSAM和innodbMyiSAM:非聚集索引、B+树、叶子结点保存data地址;innodb:聚集索引、B+树、聚集索引中叶子结点保存完整data,innodb非聚集索引需要两遍索引,innoDB要求表必须有主键;innodb为什么要用自增id作为主键:自增主键:顺序添加,页写满开辟新的页;非自增主键(学号等):主键值随机,有碎片......
  • 2023.03.29总结
    题目1:洛谷P2024题意有\(n\)个动物,每个动物都是\(A,B,C\)中的一种,其中\(A\)吃\(B\),\(B\)吃\(C\),\(C\)吃\(A\)。给定两种食物链关系。第一种说法是1XY,表示\(X\)和\(Y\)是同类。第二种说法是2XY,表示\(X\)吃\(Y\)。这两种关系有\(k\)条,一条关系......