分享一个纯HTML的后台数据统计管理UI框架模板源码

纯HTML的后台数据统计管理UI框架模板源码

有很多好看的样式

以及各种图表

表格

大量的图标

源码

<!DOCTYPE html>
<html lang="en"><head><!-- Required meta tags --><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><title>Home</title><!-- plugins:css --><link rel="stylesheet" href="vendors/mdi/css/materialdesignicons.min.css"><link rel="stylesheet" href="vendors/base/vendor.bundle.base.css"><!-- endinject --><!-- plugin css for this page --><link rel="stylesheet" href="vendors/datatables.net-bs4/dataTables.bootstrap4.css"><!-- End plugin css for this page --><!-- inject:css --><link rel="stylesheet" href="css/style.css"><!-- endinject --><link rel="shortcut icon" href="images/favicon.png" />
</head>
<body><div class="container-scroller"><!-- partial:partials/_navbar.html --><nav class="navbar col-lg-12 col-12 p-0 fixed-top d-flex flex-row"><div class="navbar-brand-wrapper d-flex justify-content-center"><div class="navbar-brand-inner-wrapper d-flex justify-content-between align-items-center w-100">  <a class="navbar-brand brand-logo" href="index.html"><img src="images/logo.svg" alt="logo"/></a><a class="navbar-brand brand-logo-mini" href="index.html"><img src="images/logo-mini.svg" alt="logo"/></a><button class="navbar-toggler navbar-toggler align-self-center" type="button" data-toggle="minimize"><span class="mdi mdi-sort-variant"></span></button></div>  </div><div class="navbar-menu-wrapper d-flex align-items-center justify-content-end"><ul class="navbar-nav mr-lg-4 w-100"><li class="nav-item nav-search d-none d-lg-block w-100"><div class="input-group"><div class="input-group-prepend"><span class="input-group-text" id="search"><i class="mdi mdi-magnify"></i></span></div><input type="text" class="form-control" placeholder="Search now" aria-label="search" aria-describedby="search"></div></li></ul><ul class="navbar-nav navbar-nav-right"><li class="nav-item dropdown mr-1"><a class="nav-link count-indicator dropdown-toggle d-flex justify-content-center align-items-center" id="messageDropdown" href="#" data-toggle="dropdown"><i class="mdi mdi-message-text mx-0"></i><span class="count"></span></a><div class="dropdown-menu dropdown-menu-right navbar-dropdown" aria-labelledby="messageDropdown"><p class="mb-0 font-weight-normal float-left dropdown-header">Messages</p><a class="dropdown-item"><div class="item-thumbnail"><img src="images/faces/face4.jpg" alt="image" class="profile-pic"></div><div class="item-content flex-grow"><h6 class="ellipsis font-weight-normal">David Grey</h6><p class="font-weight-light small-text text-muted mb-0">The meeting is cancelled</p></div></a><a class="dropdown-item"><div class="item-thumbnail"><img src="images/faces/face2.jpg" alt="image" class="profile-pic"></div><div class="item-content flex-grow"><h6 class="ellipsis font-weight-normal">Tim Cook</h6><p class="font-weight-light small-text text-muted mb-0">New product launch</p></div></a><a class="dropdown-item"><div class="item-thumbnail"><img src="images/faces/face3.jpg" alt="image" class="profile-pic"></div><div class="item-content flex-grow"><h6 class="ellipsis font-weight-normal"> Johnson</h6><p class="font-weight-light small-text text-muted mb-0">Upcoming board meeting</p></div></a></div></li><li class="nav-item dropdown mr-4"><a class="nav-link count-indicator dropdown-toggle d-flex align-items-center justify-content-center notification-dropdown" id="notificationDropdown" href="#" data-toggle="dropdown"><i class="mdi mdi-bell mx-0"></i><span class="count"></span></a><div class="dropdown-menu dropdown-menu-right navbar-dropdown" aria-labelledby="notificationDropdown"><p class="mb-0 font-weight-normal float-left dropdown-header">Notifications</p><a class="dropdown-item"><div class="item-thumbnail"><div class="item-icon bg-success"><i class="mdi mdi-information mx-0"></i></div></div><div class="item-content"><h6 class="font-weight-normal">Application Error</h6><p class="font-weight-light small-text mb-0 text-muted">Just now</p></div></a><a class="dropdown-item"><div class="item-thumbnail"><div class="item-icon bg-warning"><i class="mdi mdi-settings mx-0"></i></div></div><div class="item-content"><h6 class="font-weight-normal">Settings</h6><p class="font-weight-light small-text mb-0 text-muted">Private message</p></div></a><a class="dropdown-item"><div class="item-thumbnail"><div class="item-icon bg-info"><i class="mdi mdi-account-box mx-0"></i></div></div><div class="item-content"><h6 class="font-weight-normal">New user registration</h6><p class="font-weight-light small-text mb-0 text-muted">2 days ago</p></div></a></div></li><li class="nav-item nav-profile dropdown"><a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" id="profileDropdown"><img src="images/faces/face5.jpg" alt="profile"/><span class="nav-profile-name">Louis Barnett</span></a><div class="dropdown-menu dropdown-menu-right navbar-dropdown" aria-labelledby="profileDropdown"><a class="dropdown-item"><i class="mdi mdi-settings text-primary"></i>Settings</a><a class="dropdown-item"><i class="mdi mdi-logout text-primary"></i>Logout</a></div></li></ul><button class="navbar-toggler navbar-toggler-right d-lg-none align-self-center" type="button" data-toggle="offcanvas"><span class="mdi mdi-menu"></span></button></div></nav><!-- partial --><div class="container-fluid page-body-wrapper"><!-- partial:partials/_sidebar.html --><nav class="sidebar sidebar-offcanvas" id="sidebar"><ul class="nav"><li class="nav-item"><a class="nav-link" href="index.html"><i class="mdi mdi-home menu-icon"></i><span class="menu-title">Dashboard</span></a></li><li class="nav-item"><a class="nav-link" data-toggle="collapse" href="#ui-basic" aria-expanded="false" aria-controls="ui-basic"><i class="mdi mdi-circle-outline menu-icon"></i><span class="menu-title">UI Elements</span><i class="menu-arrow"></i></a><div class="collapse" id="ui-basic"><ul class="nav flex-column sub-menu"><li class="nav-item"> <a class="nav-link" href="pages/ui-features/buttons.html">Buttons</a></li><li class="nav-item"> <a class="nav-link" href="pages/ui-features/typography.html">Typography</a></li></ul></div></li><li class="nav-item"><a class="nav-link" href="pages/forms/basic_elements.html"><i class="mdi mdi-view-headline menu-icon"></i><span class="menu-title">Form elements</span></a></li><li class="nav-item"><a class="nav-link" href="pages/charts/chartjs.html"><i class="mdi mdi-chart-pie menu-icon"></i><span class="menu-title">Charts</span></a></li><li class="nav-item"><a class="nav-link" href="pages/tables/basic-table.html"><i class="mdi mdi-grid-large menu-icon"></i><span class="menu-title">Tables</span></a></li><li class="nav-item"><a class="nav-link" href="pages/icons/mdi.html"><i class="mdi mdi-emoticon menu-icon"></i><span class="menu-title">Icons</span></a></li><li class="nav-item"><a class="nav-link" data-toggle="collapse" href="#auth" aria-expanded="false" aria-controls="auth"><i class="mdi mdi-account menu-icon"></i><span class="menu-title">User Pages</span><i class="menu-arrow"></i></a><div class="collapse" id="auth"><ul class="nav flex-column sub-menu"><li class="nav-item"> <a class="nav-link" href="pages/samples/login.html"> Login </a></li><li class="nav-item"> <a class="nav-link" href="pages/samples/login-2.html"> Login 2 </a></li><li class="nav-item"> <a class="nav-link" href="pages/samples/register.html"> Register </a></li><li class="nav-item"> <a class="nav-link" href="pages/samples/register-2.html"> Register 2 </a></li><li class="nav-item"> <a class="nav-link" href="pages/samples/lock-screen.html"> Lockscreen </a></li></ul></div></li><li class="nav-item"><a class="nav-link" href="documentation/documentation.html"><i class="mdi mdi-file-document-box-outline menu-icon"></i><span class="menu-title">Documentation</span></a></li></ul></nav><!-- partial --><div class="main-panel"><div class="content-wrapper"><div class="row"><div class="col-md-12 grid-margin"><div class="d-flex justify-content-between flex-wrap"><div class="d-flex align-items-end flex-wrap"><div class="mr-md-3 mr-xl-5"><h2>Welcome back,</h2><p class="mb-md-0">Your analytics dashboard template.</p></div><div class="d-flex"><i class="mdi mdi-home text-muted hover-cursor"></i><p class="text-muted mb-0 hover-cursor">&nbsp;/&nbsp;Dashboard&nbsp;/&nbsp;</p><p class="text-primary mb-0 hover-cursor">Analytics</p></div></div><div class="d-flex justify-content-between align-items-end flex-wrap"><button type="button" class="btn btn-light bg-white btn-icon mr-3 d-none d-md-block "><i class="mdi mdi-download text-muted"></i></button><button type="button" class="btn btn-light bg-white btn-icon mr-3 mt-2 mt-xl-0"><i class="mdi mdi-clock-outline text-muted"></i></button><button type="button" class="btn btn-light bg-white btn-icon mr-3 mt-2 mt-xl-0"><i class="mdi mdi-plus text-muted"></i></button><button class="btn btn-primary mt-2 mt-xl-0">Download report</button></div></div></div></div><div class="row"><div class="col-md-12 grid-margin stretch-card"><div class="card"><div class="card-body dashboard-tabs p-0"><ul class="nav nav-tabs px-4" role="tablist"><li class="nav-item"><a class="nav-link active" id="overview-tab" data-toggle="tab" href="#overview" role="tab" aria-controls="overview" aria-selected="true">Overview</a></li><li class="nav-item"><a class="nav-link" id="sales-tab" data-toggle="tab" href="#sales" role="tab" aria-controls="sales" aria-selected="false">Sales</a></li><li class="nav-item"><a class="nav-link" id="purchases-tab" data-toggle="tab" href="#purchases" role="tab" aria-controls="purchases" aria-selected="false">Purchases</a></li></ul><div class="tab-content py-0 px-0"><div class="tab-pane fade show active" id="overview" role="tabpanel" aria-labelledby="overview-tab"><div class="d-flex flex-wrap justify-content-xl-between"><div class="d-none d-xl-flex border-md-right flex-grow-1 align-items-center justify-content-center p-3 item"><i class="mdi mdi-calendar-heart icon-lg mr-3 text-primary"></i><div class="d-flex flex-column justify-content-around"><small class="mb-1 text-muted">Start date</small><div class="dropdown"><a class="btn btn-secondary dropdown-toggle p-0 bg-transparent border-0 text-dark shadow-none font-weight-medium" href="#" role="button" id="dropdownMenuLinkA" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><h5 class="mb-0 d-inline-block">26 Jul 2018</h5></a><div class="dropdown-menu" aria-labelledby="dropdownMenuLinkA"><a class="dropdown-item" href="#">12 Aug 2018</a><a class="dropdown-item" href="#">22 Sep 2018</a><a class="dropdown-item" href="#">21 Oct 2018</a></div></div></div></div><div class="d-flex border-md-right flex-grow-1 align-items-center justify-content-center p-3 item"><i class="mdi mdi-currency-usd mr-3 icon-lg text-danger"></i><div class="d-flex flex-column justify-content-around"><small class="mb-1 text-muted">Revenue</small><h5 class="mr-2 mb-0">$577545</h5></div></div><div class="d-flex border-md-right flex-grow-1 align-items-center justify-content-center p-3 item"><i class="mdi mdi-eye mr-3 icon-lg text-success"></i><div class="d-flex flex-column justify-content-around"><small class="mb-1 text-muted">Total views</small><h5 class="mr-2 mb-0">9833550</h5></div></div><div class="d-flex border-md-right flex-grow-1 align-items-center justify-content-center p-3 item"><i class="mdi mdi-download mr-3 icon-lg text-warning"></i><div class="d-flex flex-column justify-content-around"><small class="mb-1 text-muted">Downloads</small><h5 class="mr-2 mb-0">2233783</h5></div></div><div class="d-flex py-3 border-md-right flex-grow-1 align-items-center justify-content-center p-3 item"><i class="mdi mdi-flag mr-3 icon-lg text-danger"></i><div class="d-flex flex-column justify-content-around"><small class="mb-1 text-muted">Flagged</small><h5 class="mr-2 mb-0">3497843</h5></div></div></div></div><div class="tab-pane fade" id="sales" role="tabpanel" aria-labelledby="sales-tab"><div class="d-flex flex-wrap justify-content-xl-between"><div class="d-none d-xl-flex border-md-right flex-grow-1 align-items-center justify-content-center p-3 item"><i class="mdi mdi-calendar-heart icon-lg mr-3 text-primary"></i><div class="d-flex flex-column justify-content-around"><small class="mb-1 text-muted">Start date</small><div class="dropdown"><a class="btn btn-secondary dropdown-toggle p-0 bg-transparent border-0 text-dark shadow-none font-weight-medium" href="#" role="button" id="dropdownMenuLinkA" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><h5 class="mb-0 d-inline-block">26 Jul 2018</h5></a><div class="dropdown-menu" aria-labelledby="dropdownMenuLinkA"><a class="dropdown-item" href="#">12 Aug 2018</a><a class="dropdown-item" href="#">22 Sep 2018</a><a class="dropdown-item" href="#">21 Oct 2018</a></div></div></div></div><div class="d-flex border-md-right flex-grow-1 align-items-center justify-content-center p-3 item"><i class="mdi mdi-download mr-3 icon-lg text-warning"></i><div class="d-flex flex-column justify-content-around"><small class="mb-1 text-muted">Downloads</small><h5 class="mr-2 mb-0">2233783</h5></div></div><div class="d-flex border-md-right flex-grow-1 align-items-center justify-content-center p-3 item"><i class="mdi mdi-eye mr-3 icon-lg text-success"></i><div class="d-flex flex-column justify-content-around"><small class="mb-1 text-muted">Total views</small><h5 class="mr-2 mb-0">9833550</h5></div></div><div class="d-flex border-md-right flex-grow-1 align-items-center justify-content-center p-3 item"><i class="mdi mdi-currency-usd mr-3 icon-lg text-danger"></i><div class="d-flex flex-column justify-content-around"><small class="mb-1 text-muted">Revenue</small><h5 class="mr-2 mb-0">$577545</h5></div></div><div class="d-flex py-3 border-md-right flex-grow-1 align-items-center justify-content-center p-3 item"><i class="mdi mdi-flag mr-3 icon-lg text-danger"></i><div class="d-flex flex-column justify-content-around"><small class="mb-1 text-muted">Flagged</small><h5 class="mr-2 mb-0">3497843</h5></div></div></div></div><div class="tab-pane fade" id="purchases" role="tabpanel" aria-labelledby="purchases-tab"><div class="d-flex flex-wrap justify-content-xl-between"><div class="d-none d-xl-flex border-md-right flex-grow-1 align-items-center justify-content-center p-3 item"><i class="mdi mdi-calendar-heart icon-lg mr-3 text-primary"></i><div class="d-flex flex-column justify-content-around"><small class="mb-1 text-muted">Start date</small><div class="dropdown"><a class="btn btn-secondary dropdown-toggle p-0 bg-transparent border-0 text-dark shadow-none font-weight-medium" href="#" role="button" id="dropdownMenuLinkA" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><h5 class="mb-0 d-inline-block">26 Jul 2018</h5></a><div class="dropdown-menu" aria-labelledby="dropdownMenuLinkA"><a class="dropdown-item" href="#">12 Aug 2018</a><a class="dropdown-item" href="#">22 Sep 2018</a><a class="dropdown-item" href="#">21 Oct 2018</a></div></div></div></div><div class="d-flex border-md-right flex-grow-1 align-items-center justify-content-center p-3 item"><i class="mdi mdi-currency-usd mr-3 icon-lg text-danger"></i><div class="d-flex flex-column justify-content-around"><small class="mb-1 text-muted">Revenue</small><h5 class="mr-2 mb-0">$577545</h5></div></div><div class="d-flex border-md-right flex-grow-1 align-items-center justify-content-center p-3 item"><i class="mdi mdi-eye mr-3 icon-lg text-success"></i><div class="d-flex flex-column justify-content-around"><small class="mb-1 text-muted">Total views</small><h5 class="mr-2 mb-0">9833550</h5></div></div><div class="d-flex border-md-right flex-grow-1 align-items-center justify-content-center p-3 item"><i class="mdi mdi-download mr-3 icon-lg text-warning"></i><div class="d-flex flex-column justify-content-around"><small class="mb-1 text-muted">Downloads</small><h5 class="mr-2 mb-0">2233783</h5></div></div><div class="d-flex py-3 border-md-right flex-grow-1 align-items-center justify-content-center p-3 item"><i class="mdi mdi-flag mr-3 icon-lg text-danger"></i><div class="d-flex flex-column justify-content-around"><small class="mb-1 text-muted">Flagged</small><h5 class="mr-2 mb-0">3497843</h5></div></div></div></div></div></div></div></div></div><div class="row"><div class="col-md-7 grid-margin stretch-card"><div class="card"><div class="card-body"><p class="card-title">Cash deposits</p><p class="mb-4">To start a blog, think of a topic about and first brainstorm party is ways to write details</p><div id="cash-deposits-chart-legend" class="d-flex justify-content-center pt-3"></div><canvas id="cash-deposits-chart"></canvas></div></div></div><div class="col-md-5 grid-margin stretch-card"><div class="card"><div class="card-body"><p class="card-title">Total sales</p><h1>$ 28835</h1><h4>Gross sales over the years</h4><p class="text-muted">Today, many people rely on computers to do homework, work, and create or store useful information. Therefore, it is important </p><div id="total-sales-chart-legend"></div>                  </div><canvas id="total-sales-chart"></canvas></div></div></div><div class="row"><div class="col-md-12 stretch-card"><div class="card"><div class="card-body"><p class="card-title">Recent Purchases</p><div class="table-responsive"><table id="recent-purchases-listing" class="table"><thead><tr><th>Name</th><th>Status report</th><th>Office</th><th>Price</th><th>Date</th><th>Gross amount</th></tr></thead><tbody><tr><td>Jeremy Ortega</td><td>Levelled up</td><td>Catalinaborough</td><td>$790</td><td>06 Jan 2018</td><td>$2274253</td></tr><tr><td>Alvin Fisher</td><td>Ui design completed</td><td>East Mayra</td><td>$23230</td><td>18 Jul 2018</td><td>$83127</td></tr><tr><td>Emily Cunningham</td><td>support</td><td>Makennaton</td><td>$939</td><td>16 Jul 2018</td><td>$29177</td></tr><tr><td>Minnie Farmer</td><td>support</td><td>Agustinaborough</td><td>$30</td><td>30 Apr 2018</td><td>$44617</td></tr><tr><td>Betty Hunt</td><td>Ui design not completed</td><td>Lake Sandrafort</td><td>$571</td><td>25 Jun 2018</td><td>$78952</td></tr><tr><td>Myrtie Lambert</td><td>Ui design completed</td><td>Cassinbury</td><td>$36</td><td>05 Nov 2018</td><td>$36422</td></tr><tr><td>Jacob Kennedy</td><td>New project</td><td>Cletaborough</td><td>$314</td><td>12 Jul 2018</td><td>$34167</td></tr><tr><td>Ernest Wade</td><td>Levelled up</td><td>West Fidelmouth</td><td>$484</td><td>08 Sep 2018</td><td>$50862</td></tr></tbody></table></div></div></div></div></div></div><!-- content-wrapper ends --><!-- partial:partials/_footer.html --><footer class="footer"><div class="d-sm-flex justify-content-center justify-content-sm-between"><span class="text-muted text-center text-sm-left d-block d-sm-inline-block"></span><span class="float-none float-sm-right d-block mt-1 mt-sm-0 text-center"></span></div></footer><!-- partial --></div><!-- main-panel ends --></div><!-- page-body-wrapper ends --></div><!-- container-scroller --><!-- plugins:js --><script src="vendors/base/vendor.bundle.base.js"></script><!-- endinject --><!-- Plugin js for this page--><script src="vendors/chart.js/Chart.min.js"></script><script src="vendors/datatables.net/jquery.dataTables.js"></script><script src="vendors/datatables.net-bs4/dataTables.bootstrap4.js"></script><!-- End plugin js for this page--><!-- inject:js --><script src="js/off-canvas.js"></script><script src="js/hoverable-collapse.js"></script><script src="js/template.js"></script><!-- endinject --><!-- Custom js for this page--><script src="js/dashboard.js"></script><script src="js/data-table.js"></script><script src="js/jquery.dataTables.js"></script><script src="js/dataTables.bootstrap4.js"></script><!-- End custom js for this page-->
</body></html>

最后是工程源码地址:https://download.csdn.net/download/Highning0007/89150648

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

如若内容造成侵权/违法违规/事实不符,请联系编程知识网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

Vue Router基础知识整理

Vue Router基础知识整理 1. 安装与使用&#xff08;Vue3&#xff09;安装使用 2. 配置路径别名和VSCode路径提示&#xff08;了解&#xff09;3. 使用查询字符串或路径传参query动态路由 与 params 4. router-link、定义别名、定义路由名称、编程式导航定义别名 aliasrouter-li…

本地搭建属于你自己的AI搜索引擎 支持多家AI模型

FreeAskInternet 是一个完全免费、私有且本地运行的搜索聚合器&#xff0c;并使用 MULTI LLM 生成答案&#xff0c;无需 GPU。用户可以提出问题&#xff0c;系统将进行多引擎搜索&#xff0c;并将搜索结果合并到LLM中&#xff0c;并根据搜索结果生成答案。全部免费使用。 项目…

笔记本电脑上的聊天机器人: 在英特尔 Meteor Lake 上运行 Phi-2

对应于其强大的能力&#xff0c;大语言模型 (LLM) 需要强大的算力支撑&#xff0c;而个人计算机上很难满足这一需求。因此&#xff0c;我们别无选择&#xff0c;只能将它们部署至由本地或云端托管的性能强大的定制 AI 服务器上。 为何需要将 LLM 推理本地化 如果我们可以在典配…

VScode配置launch+tasks[自己备用]

VScode配置launchtasks[自己备用]&#xff0c;配置文件详解 launch.json 字段 name &#xff1a;启动配置的名称&#xff0c;也就是显示在调试配置下拉菜单中的名字&#xff0c;如果添加了多个配置可以用此作为区分 字段 program &#xff1a;可执行文件完整路径。 ① 由于 C…

8thWall vs. AR.js

对于熟悉 JavaScript、WebGL 和 HTML5 等 Web 技术的数字创作者来说&#xff0c;8th Wall 提供了功能丰富且强大的 AR 开发平台&#xff0c;尽管价格较高。 然而&#xff0c;新手开发人员和专注于基于标记的 AR 的开发人员可能会发现 AR.js 更易于使用且更经济实惠。 1、8th Wa…

STM32 F103 C8T6开发笔记14:与HLK-LD303-24G测距雷达通信

今日尝试配通STM32 F103 ZET6与HLK-LD303-24G测距雷达的串口通信解码 文章提供测试代码...... 目录 HLK-LD303-24G测距雷达外观&#xff1a; 线路连接准备&#xff1a; 定时器与串口配置准备&#xff1a; 定时器2的初始化&#xff1a; 串口1、2初始化&#xff1a; 串口1、2自定…

PHP一句话木马

一句话木马 PHP 的一句话木马是一种用于 Web 应用程序漏洞利用的代码片段。它通常是一小段 PHP 代码&#xff0c;能够在目标服务器上执行任意命令。一句话木马的工作原理是利用 Web 应用程序中的安全漏洞&#xff0c;将恶意代码注入到服务器端的 PHP 脚本中。一旦执行&#xf…

python-matplotlib(二)3D图形绘制

一、绘制线形图 Axes3D.plot 函数用来绘制线形图。 import matplotlib.pyplot as plt import numpy as npfrom mpl_toolkits.mplot3d import Axes3Dfig plt.figure() ax fig.add_subplot(projection3d)x np.linspace(-10, 10, 1000) y np.linspace(-10, 10, 1000) z np.…

MySQL 试图

视图功能在 5.0 以后的版本启用 视图是一张虚表。数据表确实包含了具体数据并且保存到硬盘中的实表。视图使用数据检索语句动态生 成的一张虚表。每一次数据服务重启或者系统重启之后&#xff0c;在数据库服务启动期间&#xff0c;会使用创建视图的语 句重新生成视图中的数据&…

命令模式

命令模式&#xff1a;将一个请求封装为一个对象&#xff0c;从而使你可用不同的请求对客户进行参数化&#xff1b;对请求排队或记录请求日志&#xff0c;以及支持可撤销的操作。 命令模式的好处&#xff1a; 1、它能较容易地设计一个命令队列&#xff1b; 2、在需要的情况下&a…

VScode插件发布

背景 上期在初涉 VS Code 插件开发-CSDN博客中&#xff0c;通过Yeoman工具创建了第一个插件项目&#xff0c;在helloworld的基础上修改&#xff0c;实现预期的功能后&#xff0c;需要将VScode插件发布到插件市场中使用。 官方文档&#xff1a;Publishing Extensions | Visual…

Spectral Adversarial MixUp for Few-Shot Unsupervised Domain Adaptation论文速读

文章目录 Spectral Adversarial MixUp for Few-Shot Unsupervised Domain Adaptation摘要方法Domain-Distance-Modulated Spectral Sensitivity (DoDiSS&#xff09;模块Sensitivity-Guided Spectral Adversarial Mixup (SAMix)模块 实验结果 Spectral Adversarial MixUp for F…