前端作业之完成学校官方网页的制作

 (未使用框架,纯html和css制作)

注:由本人技术限制,代码复用性极差

代码

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>xxx大学</title>
    <style>
       
        .head_one{
            border-radius: 20px;

        }
        span{
            vertical-align: middle;
        }
        .top1{
            width: 100%;
            height: 25.67px;
            background-color: #c32929;
        }
        /* 回到首页 */
        a{
            text-decoration: none;
        }
        .a{
            vertical-align: text-bottom;
            font-size: smaller;
            color: aliceblue;

        }
        .b{
            display:inline-block;
            float: right;
            font-size: smaller;
            vertical-align: text-bottom;
            color: aliceblue;
        }
        .top2{
            height: 160px;
            width: 100%;
            background-color: #c32929;
            vertical-align: middle;
        }
        .c{
            width: 322px;
            height: 90px;
            margin-left: 22px;
            margin-top: 32px;
        }
        .d{
            width: 240px;
            height: 34px;
            /* margin-left: 820px; */
            border: 0;
            padding-left: 10px;
            outline: none;
            line-height: 28px;
            font-size: 12px;
            position: absolute;
            left: 1220px;
            top: 100px;
            display: block;
        }
        .e{
            width: 42px;
            height: 34px;
            position: absolute;
            left: 250px;
            top: 0px;
            background-image: url(./学校门互网站素材/搜索图标.png);
            border: 0px;
            background-color: transparent;
            outline: none;
            position: absolute;
            left: 1460px;
            top: 100px;
            display: block;
        }
        .f{
            display: flex;
            width: 100%;
            height: 45px;
            justify-content: center;
            position: relative;
            top: 0;
            left: 0;
        }
        .f>ul{
            position: absolute;
            top:auto;
        }
        .f1{
            width: 109px;
            height: 45px;
            position: relative;
            top: 0;
            left: 0;
        }

        .f1>a{
            color: #990100;
            position: absolute;
            top: 12px;
            left: 22px;
        }
        .f2{
            display: none; 
        }
        /* ul{
            display: none;
        } */
        .f1:hover{
            background-color: #ff7f00;
            
        }
        .f1:hover.f2{
            display: inline-block;
            background-color: #990100;
        }
        .g1{
            width: 100%;
            height: 280px;
        }
        .main{
            position: relative;
            width: 100%;
            height: 450px;
            overflow: hidden;
            border-radius: 5px;
        }
        .item{
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            transition: all 0.5s;
            background-size: cover;
        }
        .item1{
           background-image: url(./img/1.jpg);
        }
        .item2{
            background-image: url(./img/4.jpg);
            left: 100%;
        }
        .item3{
            background-image: url(./img/11.jpg);
            left: 200%;
        }
        input{
            position: relative;
            z-index: 100;
            display: none;
        }
        .select{
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 10px;
            z-index: 1;
            display: flex;
            justify-content: space-between;
            align-items: center;         
        }
        .select>label{
            width: 10px;
            height: 10px;
            background-color: rgb(255, 255, 255);
            border-radius: 50%;
            cursor: pointer;
            border: 1.5px solid white;
        }
        .main input:nth-of-type(1):checked ~ .select label:nth-of-type(1){
            background-color: rgb(26, 26, 26);
        }
        .main input:nth-of-type(2):checked ~ .select label:nth-of-type(2){
            background-color: rgb(26, 26, 26);
        }
        .main input:nth-of-type(3):checked ~ .select label:nth-of-type(3){
            background-color: rgb(26, 26, 26);
        }
        .main input:nth-of-type(1):checked ~ .item{
            transform: translateX(0);
        }
        .main input:nth-of-type(2):checked ~ .item{
            transform: translateX(-100%);
        }
        .main input:nth-of-type(3):checked ~ .item{
            transform: translateX(-200%);
        }
        .h{
            
            background-color: #dddddd;
            width: 100%;
            height: 294px;
            position: relative;
            top: 0;
            left: 0;
        }
        .h0{
            display: flex;
            width: 80%;
            height: 290px;
            position: absolute;
            left: 20%;
        }
        /* .h1{
            background-color: #990100;
        } */
        .h2_1{
            width: 398px;
            height: 40px;
            font-size: 20px;
            color: #990100;
            /* background-color: gold; */
        }
        .h1_1{
            /* background-color: aquamarine; */
            width: 660px;
            height: 40px;
            font-size: 20px;
            color: #990100;
            /* display: table-cell;
            text-align: center; */
            /* border-bottom: 1px #990100 solid; */
            /* text-align: center; */
        }
        .h1-1-1{
            margin: 0;
            float: left;
            display: block;
            list-style-type: none;
            /* flex-direction: column; */
            
        }
        .h1-1-1 li{
            padding-top: 10px;
        }
        .h1_1_1{
            margin: 0;
            float: right;
            display: block;
            list-style-type: none;
            /* flex-direction: column; */
        }
        .h1_1_1 li{
            padding-top: 10px;
        }

        li{
            list-style-type: none;
        }
        .h2-2-2{
            float: left;
        }
        .h2_2_1 li{
            padding-bottom:15px;
            padding-top: 2px;
        }
        .h2_2_2>a{
            color: black;
        }
        .x {
        width: 48px;
        text-align: center;
        color: #fff;
        background: #990100;
        line-height: 16px;
        font-size: 12px;
        display: block;
         }
        .s {
        width: 48px;
        text-align: center;
        color: #4E4E4E;
        line-height: 26px;
        font-size: 18px;
        display: block;
        background: #F5F5F6;
         }
         .h2-2-2-2{
            float: right;
         }
         .h2-2-2-1{
            float: left;
         }
         .h2-2-1-1{
            width: 398px;
            margin-top: 0px;
            float: left;
         }
         .i{
            width: 1004px;
            /* height: auto; */
            margin: 0 auto;
         }
         .i1{
            width: 1004px;
            height: 40px;
            line-height: 10px;
            font-size: 20px;
            color: #990100;
            border-bottom: 1px #990100 solid;
         }
         .i1-1{
            float: left;
         }
         .i1-2{
            float: right;
         }
         .j{
            width: 1004px;
            height: 300px;
            display :grid;
            grid-template-columns:repeat(3,1fr) ;
            grid-template-rows: repeat(2,1fr);
            
         }
         .j1{
            width: 320px;
            height: 136px;
            background-color: #990100;
            margin: 0;
            display: flex;
         }
         /* .j1-1{
            width: 316px;
            height: 135px;
            margin-right: 28px;
            margin-bottom: 20px;
            background: #dddddd;
            float: left;
         } */
         .k{
            width: 1130px;
            height: 210px;
            margin: 0 auto 30px;
            display: grid;
            grid-template-columns:repeat(8,1fr) ;
            /*  设置当前网格有多少行 */
            grid-template-rows: repeat(2,1fr);

         }
         .k1{
            height: 100px;
            width: 135px;
            /* background-color: #990100; */
         }
        .l{
            width: 100%;
            height: 255px;
            background: #990100;
        }
        .l1{
            width: 1004px;
            height: 255px;
            margin: 0 auto;
            background: #ff7f00;
            text-align: center;
            line-height: 120px;

        }
        
    </style>
</head>
<body>
    <div class="head_one">
        <div class="top1">
            &nbsp&nbsp&nbsp&nbsp
            <a class="a" href="">回到首页</a>
            <span>|</span>
            <a class="a" href="">English</a>
            <div class="b"> 
            <span >本站支持IPv6</span>&nbsp&nbsp&nbsp&nbsp&nbsp
            </div>
        </div>
        <div class="top2">
            <img class="c" src="./学校门互网站素材/学校名称.png" alt="">
            <input class="d" type="search">
            <input class="e" type="submit" value="  ">
        </div>
        <div class="f">
            <div class="f1"><a href="">首页</a></div>
            <div class="f1"><a href="">学校概况</a></div>
            <div class="f1"><a href="">院部设置</a></div>
            <div class="f1"><a href="">组织机构</a></div>
            <div class="f1"><a href="">人才培养</a></div>
            <div class="f1"><a href="">科学研究</a></div>
            <div class="f1"><a href="">学科建设</a></div>
            <div class="f1"><a href="">师资力量</a></div>
            <div class="f1"><a href="">招生就业</a></div>
            <div class="f1"><a href="">校园生活</a></div>
        </div>
        <ul class="f2">
            <li><a href="">学校简介</a></li>
            <li><a href="">学校章程</a></li>
            <li><a href="">历史沿革</a></li>
            <li><a href="">学校领导</a></li>
            <li><a href="">组织机构</a></li>
            <li><a href="">学校地图</a></li>
        </ul>
        
         <div class="main">
            <!-- 三个单选按钮,先默认选择第一个 -->
            <input type="radio" name="choose" id="choose1" checked>
            <input type="radio" name="choose" id="choose2">
            <input type="radio" name="choose" id="choose3">      
            <!-- 放三张图片,用背景图片表示 -->
            <div class="item item1"><a href=""><img width="100%" height="450px" src="./学校门互网站素材/永远跟党走.jpg" alt=""></a></div>
            <div class="item item2"><a href=""><img width="100%" height="450px" src="./学校门互网站素材/永远跟党走.jpg" alt=""></a></div>
            <div class="item item3"><a href=""><img width="100%" height="450px" src="./学校门互网站素材/永远跟党走.jpg" alt=""></a></div>
            <!-- 三个label标签 -->
             <span class="select">
                 <label for="choose1"></label>
                 <label for="choose2"></label>
                 <label for="choose3"></label>
             </span>
        </div>
        
        <div width="100%" height="150px">&nbsp;<br>&nbsp;</div>
        <div class="h">
            <div class="h0">
            <div class="h1">
                <div class="h1_1">
                    <ul class="h1-1-1"><li>奋斗新征程  建工新时代</li></ul>
                    <ul class="h1_1_1"><li><a href="">+Mare</a></li></ul></div>
                    <hr>
                    <ul class="h2-2-2"><li><a href=""><img src="./学校门互网站素材/不忘新征程.png" width="269px" height="200px" alt=""></a></li></ul>
                    <ul class="h2_2_1">
                        <li class="h2_2_2"><a href="">>榜样力量之六十一:让科研更&ZeroWidthSpace;有温度...</a>&nbsp;&nbsp;<span style="font-size:12px;">2024-03-07</span></li>
                        <li class="h2_2_2"><a href="">>榜样力量之六十一:让科研更&ZeroWidthSpace;有温度...</a>&nbsp;&nbsp;<span style="font-size:12px;">2024-03-07</span></li>
                        <li class="h2_2_2"><a href="">>榜样力量之六十一:让科研更&ZeroWidthSpace;有温度...</a>&nbsp;&nbsp;<span style="font-size:12px;">2024-03-07</span></li>
                        <li class="h2_2_2"><a href="">>榜样力量之六十一:让科研更&ZeroWidthSpace;有温度...</a>&nbsp;&nbsp;<span style="font-size:12px;">2024-03-07</span></li>
                        <li class="h2_2_2"><a href="">>榜样力量之六十一:让科研更&ZeroWidthSpace;有温度...</a>&nbsp;&nbsp;<span style="font-size:12px;">2024-03-07</span></li>
                        <li class="h2_2_2"><a href="">>榜样力量之六十一:让科研更&ZeroWidthSpace;有温度...</a>&nbsp;&nbsp;<span style="font-size:12px;">2024-03-07</span></li>
                    </ul>
            </div>
            <div class="h2">
                <div class="h2_1">
                <ul class="h1-1-1"><li>通知公告</li></ul>
                <ul class="h1_1_1"><li><a href="">+Mare</a></li></ul></div>
                
                <hr>
            <div class="h2-2-1-1">
                <ul class="h2-2-2-1">
                    <li>
                        <span class="s">06</span>
                        <span class="x">2024.03</span>
                    </li>
                </ul>
                <ul class="h2-2-2-2">
                    <li>
                        <a href="">关于学生体质健康测试免测申请通知</a>
                    </li>
                </ul>
            </div>
            
            <div class="h2-2-1-1">
                 <ul class="h2-2-2-1">
                    <li>
                        <span class="s">17</span>
                        <span class="x">2023.03</span>
                    </li>
                </ul> 
                 <ul class="h2-2-2-2">
                    <li>
                        <a href="">关于学生体质健康测试免测申请通知</a>
                    </li>
                </ul>
            </div>

            <div class="h2-2-1-1">
                <ul class="h2-2-2-1">
                   <li>
                       <span class="s">19</span>
                       <span class="x">2022.03</span>
                   </li>
               </ul> 
                <ul class="h2-2-2-2">
                   <li>
                       <a href="">关于学生体质健康测试免测申请通知</a>
                   </li>
               </ul>
           </div>
            </div>
            </div>
        </div>
            
        <div width="100%" height="100px">&nbsp;<br>&nbsp;</div>
        <div class="i">
            <div class="i1">
                <ul class="i1-1"><li>讲座报告</li></ul>
                <ul class="i1-2"><li><a href="">+Mare&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></li></ul>
            </div>
            <!-- <hr> -->
        <div class="j">
            <div class="j1">
                <div class="j1-1">
                    <img src="./学校门互网站素材/人物.png" alt="" width="99px" height="136px">
                </div>
                <div class="j1-1">
                    <ul>
                        <li>科技大讲堂</li>
                        <li>报告人:张三</li>
                        <li>时间:3月15日(周五)16:00</li>
                        <li>地点:图书馆</li>
                    </ul>
                </div>
            </div>
            <div class="j1">
                <div class="j1-1">
                    <img src="./学校门互网站素材/人物.png" alt="" width="99px" height="136px">
                </div>
                <div class="j1-1">
                    <ul>
                        <li>科技大讲堂</li>
                        <li>报告人:张三</li>
                        <li>时间:3月15日(周五)16:00</li>
                        <li>地点:图书馆</li>
                    </ul>
                </div>
            </div>
            <div class="j1">
                <div class="j1-1">
                    <img src="./学校门互网站素材/人物.png" alt="" width="99px" height="136px">
                </div>
                <div class="j1-1">
                    <ul>
                        <li>科技大讲堂</li>
                        <li>报告人:张三</li>
                        <li>时间:3月15日(周五)16:00</li>
                        <li>地点:图书馆</li>
                    </ul>
                </div>
            </div>
            <div class="j1">
                <div class="j1-1">
                    <img src="./学校门互网站素材/人物.png" alt="" width="99px" height="136px">
                </div>
                <div class="j1-1">
                    <ul>
                        <li>科技大讲堂</li>
                        <li>报告人:张三</li>
                        <li>时间:3月15日(周五)16:00</li>
                        <li>地点:图书馆</li>
                    </ul>
                </div>
            </div>
            <div class="j1">
                <div class="j1-1">
                    <img src="./学校门互网站素材/人物.png" alt="" width="99px" height="136px">
                </div>
                <div class="j1-1">
                    <ul>
                        <li>科技大讲堂</li>
                        <li>报告人:张三</li>
                        <li>时间:3月15日(周五)16:00</li>
                        <li>地点:图书馆</li>
                    </ul>
                </div>
            </div>
            <div class="j1">
                <div class="j1-1">
                    <img src="./学校门互网站素材/人物.png" alt="" width="99px" height="136px">
                </div>
                <div class="j1-1">
                    <ul>
                        <li>科技大讲堂</li>
                        <li>报告人:张三</li>
                        <li>时间:3月15日(周五)16:00</li>
                        <li>地点:图书馆</li>
                    </ul>
                </div>
            </div>
        </div>
        </div>

        <div class="k">
            <div class="k1"><a href=""><div><img  src="./学校门互网站素材/邮箱图片.png" alt="" width="88px" height="60px"></div>教务在线</a></div>
            <div class="k1"><a href=""><div><img  src="./学校门互网站素材/邮箱图片.png" alt="" width="88px" height="60px"></div>研究生教育</a></div>
            <div class="k1"><a href=""><div><img  src="./学校门互网站素材/邮箱图片.png" alt="" width="88px" height="60px"></div>图书资源</a></div>
            <div class="k1"><a href=""><div><img  src="./学校门互网站素材/邮箱图片.png" alt="" width="88px" height="60px"></div>财务平台</a></div>
            <div class="k1"><a href=""><div><img  src="./学校门互网站素材/邮箱图片.png" alt="" width="88px" height="60px"></div>信息公开</a></div>
            <div class="k1"><a href=""><div><img  src="./学校门互网站素材/邮箱图片.png" alt="" width="88px" height="60px"></div>校园邮箱</a></div>
            <div class="k1"><a href=""><div><img  src="./学校门互网站素材/邮箱图片.png" alt="" width="88px" height="60px"></div>校园一卡通</a></div>
            <div class="k1"><a href=""><div><img  src="./学校门互网站素材/邮箱图片.png" alt="" width="88px" height="60px"></div>教务在线</a></div>
            <div class="k1"><a href=""><div><img  src="./学校门互网站素材/邮箱图片.png" alt="" width="88px" height="60px"></div>研究生教育</a></div>
            <div class="k1"><a href=""><div><img  src="./学校门互网站素材/邮箱图片.png" alt="" width="88px" height="60px"></div>图书资源</a></div>
            <div class="k1"><a href=""><div><img  src="./学校门互网站素材/邮箱图片.png" alt="" width="88px" height="60px"></div>财务平台</a></div>
            <div class="k1"><a href=""><div><img  src="./学校门互网站素材/邮箱图片.png" alt="" width="88px" height="60px"></div>信息公开</a></div>
            <div class="k1"><a href=""><div><img  src="./学校门互网站素材/邮箱图片.png" alt="" width="88px" height="60px"></div>校园邮箱</a></div>
            <div class="k1"><a href=""><div><img  src="./学校门互网站素材/邮箱图片.png" alt="" width="88px" height="60px"></div>校园一卡通</a></div>
        </div>
    <div class="l">
        <div class="l1"> 
                <ul>
                <li>地址:中国</li>
                <li>联系我们:xxx@.com</li>
                </ul>
        </div>
    </div>
    </div>
    
</body>
</html>

结果


不嫌弃的点点关注,点点赞 ଘ(੭ˊᵕˋ)੭* ੈ✩‧

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:/a/514072.html

如若内容造成侵权/违法违规/事实不符,请联系我们进行投诉反馈qq邮箱809451989@qq.com,一经查实,立即删除!

相关文章

一些题目学习

1.打开文件添加helloworld public class Saier {public static void main(String[] args){String path"C:\\Users\\sjg\\Desktop\\abc.txt";String text"hello world";try {File file new File(path);FileWriter fileWriter new FileWriter(file,true);…

Ruby 之交租阶段信息生成

题目 我看了一下&#xff0c;这个题目应该不是什么机密&#xff0c;所以先放上来了。大概意思是根据合同信息生成交租阶段信息。 解答 要求是要使用 Ruby 生成交租阶段信息&#xff0c;由于时间比较仓促&#xff0c;变量名那些就用得随意了些。要点主要有下面这些&#xff1a…

Nginx从安装到高可用实用教程!

一、Nginx安装 1、去官网http://nginx.org/下载对应的nginx包&#xff0c;推荐使用稳定版本 2、上传nginx到linux系统 3、安装依赖环境 (1)安装gcc环境 yum install gcc-c(2)安装PCRE库&#xff0c;用于解析正则表达式 yum install -y pcre pcre-devel(3)zlib压缩和解压缩…

基于Python深度学习的中文情感分析系统(V2.0)

博主介绍&#xff1a;✌程序员徐师兄、7年大厂程序员经历。全网粉丝12w、csdn博客专家、掘金/华为云/阿里云/InfoQ等平台优质作者、专注于Java技术领域和毕业项目实战✌ &#x1f345;文末获取源码联系&#x1f345; &#x1f447;&#x1f3fb; 精彩专栏推荐订阅&#x1f447;…

【大数据存储】实验五:Mapreduce

实验Mapreduce实例——排序&#xff08;补充程序&#xff09; 实验环境 Linux Ubuntu 16.04 jdk-8u191-linux-x64 hadoop-3.0.0 hadoop-eclipse-plugin-2.7.3.jar eclipse-java-juno-SR2-linux-gtk-x86_64 实验内容 在电商网站上&#xff0c;当我们进入某电商页面里浏览…

C++基础13:C++输入输出

此专栏为移动机器人知识体系下的编程语言中的 C {\rm C} C从入门到深入的专栏&#xff0c;参考书籍&#xff1a;《深入浅出 C {\rm C} C》(马晓锐)和《从 C {\rm C} C到 C {\rm C} C精通面向对象编程》(曾凡锋等)。 12.C输入/输出 12.1 C流类 计算机的输入和输出是数据传送的过…

GitLab 新项目创建和使用

一、下载 Git 客户端 Git - Downloading Package (git-scm.com) 二、打开 Git Bash 配置 gitlab 账户 下面的信息可以登录gitlab查看 git config --global user.name "yourname"git config --global user.email "youremailXX.com" 生成ssh_key ssh-k…

【考研数学】1800基础做完了,如何无缝衔接660和880❓

基础题做完&#xff0c;不要急着强化 首先做一个复盘&#xff0c;1800基础的正确率如何&#xff0c;如果70%以下的话&#xff0c;从错题入手&#xff0c;把掌握不扎实的地方再进行巩固&#xff0c;否则接下来做题的话效率会很低。 接下来考虑习题衔接的问题。 关于线代复习的…

会声会影可以制作卡拉OK字幕吗 会声会影制作卡拉OK字幕教程 会声会影视频制作教程 会声会影模板免费下载 会声会影2023永久激活版

会声会影是一款功能强大、操作简便的视频剪辑软件&#xff0c;适合不同级别的用户使用&#xff0c;无论是初学者还是专业人员&#xff0c;都能够轻松地实现自己的创意和想法。这篇文章就一起来学习一下会声会影可以制作卡拉OK字幕吗&#xff0c;会声会影制作卡拉OK字幕教程。 …

如何配置vite的proxy

1.前言 vite项目&#xff0c;本地开发环境可以通过配置proxy代理实现跨域请求。但是生产环境&#xff0c;该配置不生效&#xff0c;一般使用 nginx 转发&#xff0c;或者后端配置cors 2.解释 server: {port: 9000,proxy: { // 本地开发环境通过代理实现跨域&#xff0c;生产…

Windows 中的硬链接、软连接、快捷方式和普通文件

在 Windows 中&#xff0c;文件可以有四种类型&#xff1a; 硬链接软连接快捷方式普通文件 当我们正常创建一个文件时&#xff0c;这个文件就是普通文件 echo hello > a.txt (Get-Item "a.txt").LinkType -eq $null # 输出 True然后我们可以为其添加一个软连接…

RedCap轻量化5G提升生产效率,多领域应用

在工业数字化时代&#xff0c;工业智能化已经成为了各行各业的发展趋势。而在这个过程中&#xff0c;5G作为新一代网络通信技术正逐渐成为工业领域的核心力量。而在5G技术的应用中&#xff0c;RedCap轻量化5G工业网关路由器便是低成本畅享5G的最佳选择。 RedCap轻量化5G工业网…

Jmeter各组件超详细介绍

1、JMeter和Loadrunner的区别&#xff1f; 2、JMeter如何开发脚本的&#xff1f;强化脚本的技术&#xff1f; 代理服务器录制脚本&#xff0c;Fiddler录制脚本&#xff0c;Badboy录制脚本&#xff0c;根据API&#xff0c;手写脚本&#xff0c;根据抓包&#xff0c;手写脚本。 …

Matlab 查找文件

1. 查找文件夹下具有指定文件名的所有路径 会遍历所有的文件夹及子文件夹 function filePath getAllFilePath(fileDir,filename) subDirs dir(fileDir); % 列出当前文件夹中的文件和文件夹 filePath []; for i 1:length(subDirs)% 判断是否为文件夹&#xff0c;如果是则递…

OpenHarmony实战:轻量级系统之配置其他子系统

除上述子系统之外&#xff0c;还有一些必要但是无需进行移植的子系统。如&#xff1a;分布式任务调度子系统、DFX子系统。 这些子系统添加方式比较简单&#xff0c;在“vendor/MyVendorCompany/MyProduct/config.json”文件中进行如下配置即可&#xff1a; {"subsystem&…

STM32 TIM DMA burst 输出变频 PWM 波形

1. 问题背景 客户需要 MCU 输出一组变频的 PWM 波形来控制外围器件&#xff0c;并且不同频率脉冲的个数也不同。STM32U5 芯片拥有 TIM1/TIM8 高级定时器&#xff0c;还有通用定时器TIM2/TIM3/TIM4/TIM5 以及 TIM15/TIM16/TIM17。TIM 模块中&#xff0c;可通过修改 ARR 寄存器的…

OSPF中配置静态路由负载分担实验简述

OSPF中配置静态路由负载分担 实验简述 在静态路由负载分担中&#xff0c;多个路由器被配置为共享负载的目标&#xff0c;以实现流量的均衡分配。 到达目的地有N条相同度量值的路径&#xff0c;默认值60&#xff0c;N条路由是等价路由&#xff0c;数据报文在N条链路上轮流发送。…

docker------docker入门

&#x1f388;个人主页&#xff1a;靓仔很忙i &#x1f4bb;B 站主页&#xff1a;&#x1f449;B站&#x1f448; &#x1f389;欢迎 &#x1f44d;点赞✍评论⭐收藏 &#x1f917;收录专栏&#xff1a;Linux &#x1f91d;希望本文对您有所裨益&#xff0c;如有不足之处&#…

php运行python脚本失败怎么解决

假设有文件&#xff1a;php_test.php python_test.py 在php文件中运行Python&#xff1a; exec("python python_test.py", $array, $ret); 如果运行Python出错并不能保存在数组array中&#xff0c;因此应该把标准错误重定向到文件中&#xff0c;以上代码改写如下&a…

国外媒体推广软文宣发:促进海外宣发新风尚,迈向国际舞台

大舍传媒http://www.dashemeijie.com 序言 伴随全球经济一体化发展趋向&#xff0c;越来越多的中国企业希望在国际舞台上表现自己的总体水平。而国外媒体软文发稿作为一种全新的海外宣传方式&#xff0c;正逐渐成为促进海外宣发新风尚的主要常用工具。接下来我们就探讨国外媒…