• HTML仿腾讯微博首页(Dreamweaver网页作业)


    🎉精彩专栏推荐 💭文末获取联系
    ✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主
    💂 作者主页: 【主页——🚀获取更多优质源码】
    🎓 web前端期末大作业: 【📚毕设项目精品实战案例 (1000套) 】
    🧡 程序员有趣的告白方式:【💌HTML七夕情人节表白网页制作 (110套) 】
    🌎超炫酷的Echarts大屏可视化源码:【🔰 echarts大屏展示大数据平台可视化(150套) 】
    🎁 免费且实用的WEB前端学习指南: 【📂web前端零基础到高级学习视频教程 120G干货分享】
    🥇 关于作者: 💬历任研发工程师,技术组长,教学总监;曾于2016年、2020年两度荣获CSDN年度十大博客之星。 十载寒冰,难凉热血;多年过去,历经变迁,物是人非。 然而,对于技术的探索和追求从未停歇。 💪坚持原创,热衷分享,初心未改,继往开来!



    一、👨‍🎓网站题目

    👩‍🔬个人博客网站、👨‍🔬个人主页介绍、个人简介、个人博客设计制作 、等网站的设计与制作。


    二、✍️网站描述

    🏷️ 大学生个人HTML网页设计作品,采用DIV CSS布局制作,页面主体内容区域宽度为1200PX。网页整体使用CSS设置了网页背景图片。页面精美包含多个排版布局,学生网页作业水平制作。

    🏅 一套优质的💯网页设计应该包含 (具体可根据个人要求而定)

    1. 页面分为页头、菜单导航栏(最好可下拉)、中间内容板块、页脚四大部分。
    2. 所有页面相互超链接,可到三级页面,有5-10个页面组成。
    3. 页面样式风格统一布局显示正常,不错乱,使用Div+Css技术。
    4. 菜单美观、醒目,二级菜单可正常弹出与跳转。
    5. 要有JS特效,如定时切换和手动切换图片轮播。
    6. 页面中有多媒体元素,如gif、视频、音乐,表单技术的使用。
    7. 页面清爽、美观、大方,不雷同。 。
    8. 不仅要能够把用户要求的内容呈现出来,还要满足布局良好、界面美观、配色优雅、表现形式多样等要求。

    三、📚网站介绍

    📔网站布局方面:计划采用目前主流的、能兼容各大主流浏览器、显示效果稳定的浮动网页布局结构。

    📓网站程序方面:计划采用最新的网页编程语言HTML5+CSS3+JS程序语言完成网站的功能设计。并确保网站代码兼容目前市面上所有的主流浏览器,已达到打开后就能即时看到网站的效果。

    📘网站素材方面:计划收集各大平台好看的图片素材,并精挑细选适合网页风格的图片,然后使用PS做出适合网页尺寸的图片。

    📒网站文件方面:网站系统文件种类包含:html网页结构文件、css网页样式文件、js网页特效文件、images网页图片文件;

    📙网页编辑方面:网页作品代码简单,可使用任意HTML编辑软件(如:Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++ 等任意html编辑软件进行运行及修改编辑等操作)。
    其中:
    (1)📜html文件包含:其中index.html是首页、其他html为二级页面;
    (2)📑 css文件包含:css全部页面样式,文字滚动, 图片放大等;
    (3)📄 js文件包含:js实现动态轮播特效, 表单提交, 点击事件等等(个别网页中运用到js代码)。


    四、🌐网站演示

    在这里插入图片描述


    五、⚙️ 网站代码

    🧱HTML结构代码

    
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>微博-随时随地发现新鲜事title>
    <style type="text/css">
    #weibo {
    	position: absolute;
    	width: 100%;
    	height: 1198px;
    	z-index: 1;
    	left: 0px;
    	top: 0px;
    }
    #weibo #top {
    	height: 55px;
    	width: 100%;
    	border-bottom-style: solid;
    	border-top-width: 2px;
    	border-top-style: solid;
    	border-top-color: #fa7d3c;
    	border-bottom-width: 1px;
    	border-bottom-color: #e9e9e9;
    }
    
    #weibo #a1170 #a115 #daohang01 {
    	height: 38px;
    	width: 115px;
    	font-family: "微软雅黑";
    	font-size: 18px;
    	color: #FFF;
    	line-height: 38px;
    	text-align: center;
    	background-color: #fc4432;
    	border-radius: 3px;
    }
    .d_over{
    	background-color:#fc3f31;
    }
    .d_out{
    	background-color:#ffffff;
    }
    a.white:link {
    	color: #353535;
    	text-decoration: none;
    }
    a.white:visited {
    	text-decoration: none;
    	color: #353535;
    }
    a.white:hover {
    	text-decoration: none;
    	color: #ffffff;
    }
    a.white:active {
    	text-decoration: none;
    }
    #weibo #a1170 #a690 #banner {
    	height: 300px;
    	width: 690px;
    }
    #weibo #a1170 #a690 #pubuliu {
    	height: 195px;
    	margin-top: 15px;
    	border-bottom-width: 1px;
    	border-bottom-style: solid;
    	border-bottom-color: #d5d5d5;
    }
    #weibo #a1170 #a340 #degnlu {
    	height: 288px;
    	width: 300px;
    	margin-top: 25px;
    	margin-left: 13px;
    	background-color: #ffffff;
    }
    #weibo #a1170 #a340 #a300_544 {
    	height: 544px;
    	width: 300px;
    	margin-top: 16px;
    	margin-left: 13px;
    	border-top-width: 2px;
    	border-top-style: solid;
    	border-top-color: #FE813F;
    }
    xiaozi {
    	font-family: "微软雅黑";
    	font-size: 11px;
    	color: #CCC;
    }
    .a_xiaozi {
    	font-family: "微软雅黑";
    	font-size: 12px;
    	color: #999;
    }
    #weibo #down {
    	height: 140px;
    	background-color: #f2f2f5;
    	width: 100%;
    	margin-top: 30px;
    }
    #weibo #down #down966 {
    	height: 140px;
    	width: 966px;
    	margin-right: auto;
    	margin-left: auto;
    }
    style>
    <link rel="stylesheet" type="text/css" href="css/style.css">
    <script type="text/javascript">
    function MM_popupMsg(msg) { //v1.0
      alert(msg);
    }
    script>
    head>
    
    <body>
    <div id="weibo">
      <div id="top">
        <div id="sousuolan">
          <table width="1236" border="0">
            <tr>
              <td width="156" height="49"><a href="index.html"><img src="images/logo.jpg" width="137" height="49" border="0" />a>td>
              <td width="392"><label for="textfield">label>
              <input name="textfield" type="text" class="sousuo" id="textfield" value="大家都在搜索:苹果反对对华加征关税" size="53" />td>
              <td width="176" class="biaopti"><a href="#"><img src="images/sousuo.png" alt="" width="29" height="29" />a>td>
              <td width="28" class="biaopti"><img src="images/shouye.jpg" width="25" height="25" />td>
              <td width="34" class="biaopti"><a href="#">首页a>td>
              <td width="18"> td>
              <td width="32" class="biaopti"><img src="images/shipin.jpg" width="25" height="25" />td>
              <td width="39" class="biaopti"><a href="#">视频a>td>
              <td width="15"> td>
              <td width="26" class="biaopti"><img src="images/faxian.jpg" width="25" height="25" />td>
              <td width="45" class="biaopti"><a href="#">发现a>td>
              <td width="12"> td>
              <td width="31" class="biaopti"><img src="images/youxi.jpg" width="25" height="25" />td>
              <td width="47" class="biaopti"><a href="#">游戏a>td>
              <td width="13"> td>
              <td width="56" class="biaopti"><a href="#">注册a>td>
              <td width="46" class="biaopti"><a href="#">登录a>td>
            tr>
          table>
        div>
      div>
      <div id="a1170">
        <div id="a115">
          <div id="daohang01" class="d_out" onmouseover="this.className='d_over'" onmouseout="this.className='d_out'">热门div>
          <div id="daohang" class="d_out" onmouseover="this.className='d_over'" onmouseout="this.className='d_out'"><a href="#" class="white">头条a>div>
          <div id="daohang" class="d_out" onmouseover="this.className='d_over'" onmouseout="this.className='d_out'"><a href="#" class="white">视频a>div>
          <div id="daohang" class="d_out" onmouseover="this.className='d_over'" onmouseout="this.className='d_out'"><a href="#" class="white">新鲜事a>div>
          <div id="daohang" class="d_out" onmouseover="this.className='d_over'" onmouseout="this.className='d_out'"><a href="#" class="white">榜单a>div>
          <div id="daohang" class="d_out" onmouseover="this.className='d_over'" onmouseout="this.className='d_out'"><a href="#" class="white">搞笑a>div>
          <div id="daohang" class="d_out" onmouseover="this.className='d_over'" onmouseout="this.className='d_out'"><a href="#" class="white">社会a>div>
          <div id="daohang" class="d_out" onmouseover="this.className='d_over'" onmouseout="this.className='d_out'"><a href="#" class="white">时尚a>div>
          <div id="daohang" class="d_out" onmouseover="this.className='d_over'" onmouseout="this.className='d_out'"><a href="#" class="white">电影a>div>
          <div id="daohang" class="d_out" onmouseover="this.className='d_over'" onmouseout="this.className='d_out'"><a href="#" class="white">美女a>div>
          <div id="daohang" class="d_out" onmouseover="this.className='d_over'" onmouseout="this.className='d_out'"><a href="#" class="white">体育a>div>
          <div id="daohang" class="d_out" onmouseover="this.className='d_over'" onmouseout="this.className='d_out'"><a href="#" class="white">动漫a>div>
        div>
        <div id="a690">
          <div id="banner">
    <div id="main">
      <div id="picbox">
        <div id="pic1" class="pics">div>
        <div id="pic2" class="pics">div>
        <div id="pic3" class="pics">div>
        <div id="pic4" class="pics">div>
        <div id="pic5" class="pics">div>
      div>
      <div id="nav">
        <li id="navli1" class="anvli navnow" value="1">li>
        <li id="navli2" class="anvli" value="2">li>
        <li id="navli3" class="anvli" value="3">li>
        <li id="navli4" class="anvli" value="4">li>
        <li id="navli5" class="anvli" value="5">li>
      div>
      <div id="pre" class="hbut">div>
      <div id="next" class="hbut">div>
    div>
          div>
          <div id="pubuliu">
            <table width="100%" border="0">
              <tr>
                <td width="49%" height="194"><a href="#"><img src="images/a01.jpg" width="324" height="184" />a>td>
                <td width="3%"> td>
                <td width="48%" class="zhegnwen"><a href="#">#我最爱的女人们##钟丽缇张伦硕吵架#a> @张伦硕 @钟丽缇Christy 两人在西班牙的街头吵了起来?张伦硕觉得自己的想法总被驳回,不如不说话。而钟丽缇却觉得自己在做决定之前有征求老公的意见,不知道他为什么生气。你会和另一半产生这种沟通不顺畅的问题吗?L我最爱的女人们的微博视频 ​​​​
     td>
              tr>
            table>
          div>
          <div id="pubuliu">
            <table width="100%" border="0">
              <tr>
                <td width="49%" height="194"><a href="#"><img src="images/a02.jpg" width="326" height="183" />a>td>
                <td width="3%"> td>
                <td width="48%" class="zhegnwen">【“少年背后的少年”剧组特辑】<a href="#"> #电影少年的你# a>背后,是一群打打闹闹的“少年”,一群互相照顾、共同向前的战友,一个用心、用热爱打造作品的团队。以及,这个剧组,看...td>
              tr>
            table>
          div>
          <div id="pubuliu">
            <table width="100%" border="0">
              <tr>
                <td width="49%" height="194"><a href="#"><img src="images/a03.jpg" width="327" height="182" border="0" />a>td>
                <td width="3%"> td>
                <td width="48%" class="zhegnwen"><a href="#">#探访操场埋尸案现场#a>【新晃一中跑道下挖出骨骸现场:警戒线内300㎡深坑】L澎湃新闻的秒拍视频 6月20日,湖南怀化市新晃侗族自治县一中的操场跑道下挖出遗骸。21日早上5点20分,澎湃记者来到事发学校,实地探访挖出遗骸的跑道。现场可以看到半个操场被围挡起来,里面拉有警戒线。td>
              tr>
            table>
          div>
        div>
        <div id="a340">
          <div id="degnlu">
            <table width="100%" border="0">
              <tr>
                <td align="right"><table width="70%" border="0">
                  <tr>
                    <td height="49"><span class="zhegnwen">    账号登录<br />
                    span><span class="zhegnwen"> span>td>
                  tr>
                  <tr>
                    <td><img src="images/line.jpg" alt="" width="279" height="11" />td>
                  tr>
                  <tr>
                    <td height="49" class="sousuo"><label for="textfield2">label>
                      <input name="textfield2" type="text" class="biaopti" id="textfield2" value="邮箱/手机号" size="30" />td>
                  tr>
                  <tr>
                    <td><span class="sousuo">
                      <input name="textfield3" type="text" class="biaopti" id="textfield3" value="请输入密码" size="30" />
                    span>td>
                  tr>
                  <tr>
                    <td class="zhegnwen"><span class="biaopti">
                      <input type="checkbox" name="checkbox" id="checkbox" />
                      记住我                               忘记密码span>td>
                  tr>
                  <tr>
                    <td height="73"><span class="biaopti"><a href="#"><img src="images/denglu.jpg" alt="" width="278" height="39" onclick="MM_popupMsg('登录成功,谢谢。')" />a>span>td>
                  tr>
                  <tr>
                    <td><span class="biaopti">还没有微博?立即注册! span>td>
                  tr>
                table>td>
              tr>
            table>
          div>
          <div id="a300_544">
            <table width="100%" border="0">
              <tr>
                <td height="52" bgcolor="#FFFFFF"><span class="zhegnwen">    微博新鲜事span>td>
              tr>
              <tr>
                <td height="74"><table width="100%" border="0">
                  <tr>
                    <td width="54%" height="51" class="zhegnwen"><a href="#">性感尤物集中营a> td>
                    <td width="10%"> td>
                    <td width="36%" rowspan="2"><a href="#"><img src="images/b01.jpg" width="123" height="72" />a>td>
                  tr>
                  <tr>
                    <td class="a_xiaozi">15分钟前td>
                    <td> td>
                    tr>
                table>td>
              tr>
              <tr>
                <td><table width="100%" border="0">
                  <tr>
                    <td width="54%" height="51" class="zhegnwen"><a href="#">不看就是a>td>
                    <td width="10%"> td>
                    <td width="36%" rowspan="2"><a href="#"><img src="images/b02.jpg" alt="" width="123" height="72" />a>td>
                  tr>
                  <tr>
                    <td class="a_xiaozi">23分钟前td>
                    <td> td>
                  tr>
                table>td>
              tr>
              <tr>
                <td><table width="100%" border="0">
                  <tr>
                    <td width="52%" height="51" class="zhegnwen"><a href="#">热门事件!这里有回复 a>td>
                    <td width="6%"> td>
                    <td width="42%" rowspan="2"><a href="#"><img src="images/b03.jpg" alt="" width="120" height="73" />a>td>
                  tr>
                  <tr>
                    <td class="a_xiaozi">26分钟前td>
                    <td> td>
                  tr>
                table>td>
              tr>
              <tr>
                <td><table width="100%" border="0">
                  <tr>
                    <td width="54%" height="51" class="zhegnwen"><a href="#">德云社的日常a> td>
                    <td width="10%"> td>
                    <td width="36%" rowspan="2"><a href="#"><img src="images/b04.jpg" alt="" width="123" height="72" />a>td>
                  tr>
                  <tr>
                    <td class="a_xiaozi">27分钟前td>
                    <td> td>
                  tr>
                table>td>
              tr>
              <tr>
                <td><table width="100%" border="0">
                  <tr>
                    <td width="54%" height="51" class="zhegnwen"><a href="#">全是千禧回忆a> td>
                    <td width="10%"> td>
                    <td width="36%" rowspan="2"><a href="#"><img src="images/b05.jpg" alt="" width="124" height="71" />a>td>
                  tr>
                  <tr>
                    <td class="a_xiaozi">33分钟前td>
                    <td> td>
                  tr>
                table>td>
              tr>
              <tr>
                <td> td>
              tr>
            table>
          div>
        div>
      div>
      <div id="down">
        <div id="down966"><table width="100%" border="0">
      <tr>
        <td> td>
      tr>
      <tr>
        <td align="center" class="biaopti"><img src="images/down01.jpg" width="23" height="22" />微博客服热线   4000-960-960    意见反馈    舞弊举报    开放平台    微博招聘    新浪网    导航     投诉处理大厅      
      
    京ICP证100780号<br />
       
    互联网药品服务许可证   京网文[2017]10291-1172号    京ICP备1200205号  <br />
    Copyright © 2009-2019 WEIBO    北京微梦创科网络技术有限公司   <img src="images/down02.jpg" width="25" height="23" />京公网安备11000002000019号 td>
      tr>
      <tr>
        <td> td>
      tr>
    table>
    div>
      div>
    div>
    <script src="js/jquery.js">script>
    <script src="js/js.js">script>
    body>
    html>
    
    
    
    
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • 73
    • 74
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • 81
    • 82
    • 83
    • 84
    • 85
    • 86
    • 87
    • 88
    • 89
    • 90
    • 91
    • 92
    • 93
    • 94
    • 95
    • 96
    • 97
    • 98
    • 99
    • 100
    • 101
    • 102
    • 103
    • 104
    • 105
    • 106
    • 107
    • 108
    • 109
    • 110
    • 111
    • 112
    • 113
    • 114
    • 115
    • 116
    • 117
    • 118
    • 119
    • 120
    • 121
    • 122
    • 123
    • 124
    • 125
    • 126
    • 127
    • 128
    • 129
    • 130
    • 131
    • 132
    • 133
    • 134
    • 135
    • 136
    • 137
    • 138
    • 139
    • 140
    • 141
    • 142
    • 143
    • 144
    • 145
    • 146
    • 147
    • 148
    • 149
    • 150
    • 151
    • 152
    • 153
    • 154
    • 155
    • 156
    • 157
    • 158
    • 159
    • 160
    • 161
    • 162
    • 163
    • 164
    • 165
    • 166
    • 167
    • 168
    • 169
    • 170
    • 171
    • 172
    • 173
    • 174
    • 175
    • 176
    • 177
    • 178
    • 179
    • 180
    • 181
    • 182
    • 183
    • 184
    • 185
    • 186
    • 187
    • 188
    • 189
    • 190
    • 191
    • 192
    • 193
    • 194
    • 195
    • 196
    • 197
    • 198
    • 199
    • 200
    • 201
    • 202
    • 203
    • 204
    • 205
    • 206
    • 207
    • 208
    • 209
    • 210
    • 211
    • 212
    • 213
    • 214
    • 215
    • 216
    • 217
    • 218
    • 219
    • 220
    • 221
    • 222
    • 223
    • 224
    • 225
    • 226
    • 227
    • 228
    • 229
    • 230
    • 231
    • 232
    • 233
    • 234
    • 235
    • 236
    • 237
    • 238
    • 239
    • 240
    • 241
    • 242
    • 243
    • 244
    • 245
    • 246
    • 247
    • 248
    • 249
    • 250
    • 251
    • 252
    • 253
    • 254
    • 255
    • 256
    • 257
    • 258
    • 259
    • 260
    • 261
    • 262
    • 263
    • 264
    • 265
    • 266
    • 267
    • 268
    • 269
    • 270
    • 271
    • 272
    • 273
    • 274
    • 275
    • 276
    • 277
    • 278
    • 279
    • 280
    • 281
    • 282
    • 283
    • 284
    • 285
    • 286
    • 287
    • 288
    • 289
    • 290
    • 291
    • 292
    • 293
    • 294
    • 295
    • 296
    • 297
    • 298
    • 299
    • 300
    • 301
    • 302
    • 303
    • 304
    • 305
    • 306
    • 307
    • 308
    • 309
    • 310
    • 311
    • 312
    • 313
    • 314
    • 315
    • 316
    • 317
    • 318
    • 319
    • 320
    • 321
    • 322
    • 323
    • 324
    • 325
    • 326
    • 327
    • 328
    • 329
    • 330
    • 331
    • 332
    • 333
    • 334
    • 335
    • 336
    • 337
    • 338
    • 339
    • 340
    • 341
    • 342
    • 343
    • 344
    • 345
    • 346
    • 347
    • 348
    • 349

    💒CSS样式代码

    @charset "utf-8";
    *
    input, button, select, textarea {
    	outline:none;
    }
    textarea {
    	font-size:13px;
    	resize:none;
    }
    #main{
    	width:690px;
    	height:300px;
    	position:relative;
    	overflow:hidden;
    
    }
    #picbox{
    	width:3500px;
    	height:300px;
    	position:absolute;
    	top:0px;
    	left:0px;
    }
    .pics{
    	width:690px;
    	height:300px;
    	float:left;
    }
    #pic1{
    	background:url(../images/gg1.jpg);
    }
    #pic2{
    	background:url(../images/gg2.jpg);
    }
    #pic3{
    	background:url(../images/gg3.jpg);
    }
    #pic4{
    	background:url(../images/gg4.jpg);
    }
    #pic5{
    	background:url(../images/gg5.jpg);
    }
    
    #nav{
    	width:200px;
    	height:22px;
    	position:absolute;
    	bottom:10px;
    	left:280px;
    }
    .anvli{
    	width:18px;
    	height:16px;
    	float:left;
    	margin-right:8px;
    	cursor:pointer;
    	background:url(../images/dot.png) 0px -16px;
    }
    
    
    
    
    
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64

    六、🥇 如何让学习不再盲目

    很多刚入门编程的小白学习了基础语法,却不知道语法的用途,不知道如何加深映像,不知道如何提升自己,这个时候每天刷自主刷一些题就非常重要(百炼成神),可以去牛客网上的编程初学者入门训练。该专题为编程入门级别,适合刚学完语法的小白练习,题目涉及编程基础语法,基本结构等,每道题带有练习模式和考试模式,可还原考试模式进行模拟,也可通过练习模式进行练习 。


    七、🎁更多干货

    1.如果我的博客对你有帮助、如果你喜欢我的博客内容,请 “👍点赞” “✍️评论” “💙收藏” 一键三连哦!

    2.💗【👇🏻👇🏻👇🏻关注我| 💬获取更多源码 | 优质文章】 带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、等! 「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!

    3.

    以上内容技术相关问题💌欢迎一起交流学习👇🏻👇🏻👇🏻💬

    在这里插入图片描述

  • 相关阅读:
    [附源码]计算机毕业设计南通大学福利发放管理系统Springboot程序
    numpy常用属性以及切片操作
    bf16 和fp16 ,fp32的区别以及相互转换逻辑
    es 未分词字段搜索过程
    sqlmap tamper脚本编写
    私有化轻量级持续集成部署方案--07-私有NPM仓库-Verdaccio
    Redis Codis 集群规范部署手册
    负载均衡:实现高效稳定的网络服务
    【Python数据分析工具】
    阿里云服务器的登录方法
  • 原文地址:https://blog.csdn.net/QQ_____365392777/article/details/128181229