黑色格调qss

/*菜单*/
/*QMenu Start*/
QMenu
{
    text-align: left;
    width: 246px;
    color: rgb(200, 200, 200);
    background-color: rgb(35, 35, 35);
    margin: 0px;
    padding: 0px;
    border: 1px solid rgb(100, 100, 100);
    font: 15px "Microsoft Yahei";
}
QMenu::item
{
    text-align: left;
    height: 70px;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 7px;
    border-width: 0px;
}
QMenu::item:hover
{
    color: rgb(200, 200, 200);
    background-color: rgb(35, 35, 35);
    border: 1px solid rgb(21,197, 212);
}
QMenu::item:selected
{
    color: rgb(200,200,200);
    background-color: rgb(20, 59, 63);
    border: 1px solid rgb(21, 197, 212);
}
QMenu::item:disabled
{
    color: rgb(100, 100, 100);
    background-color: rgb(35, 35, 35);
    border: 1px solid rgb(100,100,100);
}
/*QMenu End*/

/*基本按钮*/
/*QPushButton Start*/
QPushButton
{
    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(45, 45, 45),stop:1.0 rgb(25, 25, 25));
    color: rgb(200, 200, 200);
    border: 1px solid rgb(70, 70, 70);
    border-radius: 2px;
    font: 15px "Microsoft Yahei";
}
QPushButton:hover
{
    border: 1px solid rgb(21, 197, 212);
}
QPushButton:pressed
{
    background-color: rgb(20, 59, 63);
    border: 1px solid rgb(21, 197, 212);
    color: rgb(200, 200, 200);
}
QPushButton:checked
{
    background-color: rgb(20, 59, 63);
    border: 1px solid rgb(21, 197, 212);
    color: rgb(200, 200, 200);
}
QPushButton:disabled
{
    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(45, 45, 45), stop:1.0 rgb(25, 25, 25));
    color: rgb(100, 100, 100);
    border: 1px solid rgb(70, 70, 70);
}
/*QPushButton End*/

/*单选框*/
/*QRadioButton Start*/
QRadioButton
{
    color: rgb(200, 200, 200);
    spacing: 8px;
    font: 15px "Microsoft Yahei";
}
QRadioButton::indicator
{
    width: 21px;
    height: 21px;
}
QRadioButton::indicator:unchecked
{
    image: url(:/Night/QRadioButton/radiobtn_dark_normal.png);
}
QRadioButton::indicator:unchecked:hover
{
    image: url(:/Night/QRadioButton/radiobtn_dark_hover.png);
 }
QRadioButton::indicator:checked
{
    image: url(:/Night/QRadioButton/radiobtn_dark_pressed.png);
}
QRadioButton::indicator:disabled
{
    image: url(:/Night/QRadioButton/radiobtn_dark_disable.png);
}
/*QRadioButton End*/


/*复选框*/
/*QCheckBox Start*/
QCheckBox
{
    color: rgb(200, 200, 200);
    spacing: 8px;
    font: 15px "Microsoft Yahei";
}
QCheckBox::indicator:unchecked
{
    image: url(:/Night/QCheckBox/checkbox_dark_normal.png);
}
QCheckBox::indicator:unchecked:hover
{
    image: url(:/Night/QCheckBox/checkbox_dark_hover.png);
}
QCheckBox::indicator:checked
{
    image: url(:/Night/QCheckBox/checkbox_dark_pressed.png);
}
QCheckBox::indicator:disabled
{
    image: url(:/Night/QCheckBox/checkbox_dark_disable.png);
}
/*QCheckBox End*/

/*文本框*/
/*静态文本*/
/*QLabel Start*/
/*白色文字*/
QLabel
{
    color: rgb(200, 200, 200);
    background-color: rgb(20, 20, 20);
}
/*蓝色文字*/
QLabel
{
    color: rgb(21, 197, 212);
    background-color: rgb(20, 20, 20);
}
/*QLabel End*/
/*单行输入文本框*/
/*QLineEdit Start*/
QLineEdit
{
    background-color: rgb(20, 20, 20);
    color: rgb(200, 200, 200);
    border: 1px solid rgb(100, 100, 100);
    font: 15px "Microsoft Yahei";
}
QLineEdit:hover
{
    border: 1px solid rgb(21, 197, 212);
    color: rgb(200, 200, 200);
}
QLineEdit:focus
{
    border: 1px solid rgb(21, 197, 212);
    color: rgb(200, 200, 200);
}
QLineEdit:disabled
{
    color: rgb(20, 20, 20);
    border: 1px solid rgb(60, 60, 60);
    background-color: rgb(60, 60, 60);
}
/*QLineEdit End*/

/*多行输入文本框*/
/*QTextEdit Start*/
QTextEdit
{
    background-color: rgb(20, 20, 20);
    color: rgb(200, 200, 200);
    border: 1px solid rgb(100, 100, 100);
    font: 15px "Microsoft Yahei";
}
QTextEdit:hover
{
    border: 1px solid rgb(21,197, 212);
    color: rgb(200,200,200);
}
QTextEdit:disabled
{
    color: rgb(60, 60, 60);
    border: 1px solid rgb(60, 60, 60);
    background-color: rgb(20, 20, 20);
}
/*QTextEdit End*/

/*TAB页*/
/*QTabBar Start*/
QTabWidget::pane
{
    border-top: 2px solid rgb(100, 100, 100);
    position: absolute;
    background-color: rgb(100, 100, 100);
}
QTabBar::tab
{
    color: rgb(200, 200, 200);
    background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(45, 45, 45), stop:1.0 rgb(25, 25, 25));
    border: 2px solid rgb(100, 100, 100); 
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 2px;
    font: 15px "Microsoft Yahei";
}
QTabBar::tab:hover
{
    background: qlineargradient(x1:0 , y1:0, x2:0, y2:1, stop:0 rgb(45, 45, 45), stop:1.0 rgb(25, 25, 25));
    border: 2px solid rgb(21,197,212);
}
QTabBar::tab:selected
{
    color: rgb(200, 200, 200); 
    border: 2px solid rgb(21, 197, 212); 
    background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(45, 45, 45), stop:1.0 rgb(25, 25, 25)); 
}
QTabBar::tab:disabled
{
    color: rgb(100, 100, 100); 
    border: 2px solid rgb(100, 100, 100); 
    background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(45, 45, 45), stop:1.0 rgb(25, 25, 25)); 
}
/*QTabBar End*/

/*对话框*/
/*Dialog Start*/
/* 需用多个组件 */
/*对话框标题*/
QWidget#widget_dialogTitle
{
    background-color: rgb(50, 50, 50);
    border: 1px solid rgb(70, 70, 70);
    border-radius: 2px;
    color: rgb(200, 200, 200);
    font: 15px "Microsoft Yahei";
}
/*对话框主界面*/
/*非悬浮海图上*/
QWidget#widget_dialogMain
{
    background-color: rgb(35, 35, 35);
    border: 1px solid rgb(45, 45, 45);
    border-radius: 2px;
    color: rgb(200, 200, 200);
    font: 15px "Microsoft Yahei";
}
/*悬浮海图上*/
QWidget#widget_dialogMain
{
    background-color: rgba(35, 35, 35, 51);
    border: 1px solid rgb(45, 45, 45);
    border-radius: 2px;
    color: rgb(200, 200, 200);
    font: 15px "Microsoft Yahei";
}
/*对话框关闭按钮*/
QPushButton#button_close
{
    border-image: url(:/Night/Dialog/close_dark_normal.png);
}
QPushButton#button_close:hover
{
    border-image: url(:/Night/Dialog/close_dark_hover.png);
}
QPushButton#button_close:pressed
{
    border-image: url(:/Night/Dialog/close_dark_pressed.png);
}
/*Dialog End*/

/*树形菜单*/
/*QTreeWidget Start*/
QTreeWidget
{
    color: rgb(200, 200, 200);
    border: 1px solid rgb(100, 100, 100);
    background-color: rgb(20, 20, 20);
    font: 15px "Microsoft Yahei";
}
QHeaderView::section
{
    background-color: rgb(20, 20, 20);
    color: rgb(200, 200, 200);
    height: 30px;
}
QTreeWidget::item
{
    color: rgb(200, 200, 200);
    border: 1px solid rgb(100, 100, 100);
    background-color: rgb(20, 20, 20);
    height: 30px;
}
QTreeWidget::item:hover
{
    color: rgb(200, 200, 200);
    border: 1px solid rgb(100, 100, 100);
    background-color: rgb(20, 50, 55);
}
QTreeWidget::item:selected, QTreeWidget::branch:selected
{
    color: rgb(200, 200, 200);
    border: 1px solid rgb(100, 100, 100);
    background-color: rgb(20, 59, 63);
}
QTreeWidget::branch:has-children:closed
{
    image: url(:/Night/QTreeWidget/tree_fold_dark.png);
}
QTreeWidget::branch:has-children:open
{
    image: url(:/Night/QTreeWidget/tree_unfold_dark.png)
}
QTreeWidget::branch:has-children:open:hover
{
    image: url(:/Night/QTreeWidget/tree_unfold_dark.png)
}
QTreeWidget::branch:has-children:closed:hover
{
    image: url(:/Night/QTreeWidget/tree_fold_dark.png)
}
/*QTreeWidget End*/

/*进度条*/
/*QProgressBar Start*/
/*不勾选进度条的textVisible属性*/
QProgressBar
{
    height: 6px;
    border-radius: 8px;
    border: 1px solid rgb(100, 100, 100);
    background-color: rgb(20, 20, 20);
    font: 15px "Microsoft Yahei";
}
QProgressBar::chunk
{
    border-radius: 6px;
    background-color: qlineargradient(x1: 0 , y1: 0, x2: 0, y2: 1,stop:0 rgb(21, 197, 212),stop:1.0 rgb(11, 118, 127));
}
/*文字需使用单独控件*/
QLabel
{
    color: rgb(200, 200, 200);
}
/*QProgressBar End*/

/*表格*/
/*QTableWidget Start*/
QTableWidget
{
    color: rgb(200, 200, 200);
    background-color: rgb(35, 35, 35);
    selection-color: rgb(200, 200, 200);
    selection-background-color: rgb(60, 60, 60);
    border: 1px solid rgb(63, 63, 63);
    font: 15px "Microsoft Yahei";
}

QTableWidget::item
{
    border-right: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
    border-left: 1px solid rgb(63, 63, 63);
    border-top: 1px solid rgb(63, 63, 63);
}
QTableWidget::item:selected
{
    background-color: rgb(50, 50, 50);
    border: 1px solid rgb(0, 0, 0);
    border-left: 0px;
    border-right: 0px;
}
QTableWidget::item:hover
{
    border: 1px solid rgb(0, 0, 0);
    background-color: rgb(60, 60, 60);
}
QHeaderView::section
{
    color: rgb(200, 200, 200);
    background-color: rgb(60, 60, 60);
    border: 1px solid rgb(76, 76, 76);
    font: 15px "Microsoft Yahei";
}
QHeaderView::section:horizontal
{
    border-left: 1px solid rgb(20, 20, 20);
    border-right: 1px solid rgb(76, 76, 76);
}
QHeaderView::section:vertical
{
    border-top: 1px solid rgba(20, 20, 20);
    border-bottom: 1px solid rgba(76, 76, 76);
}
/*QTableWidget End*/

/*数值组合框*/
/*QSpinBox Start*/
QSpinBox 
{
    color: rgb(200, 200, 200);
    padding-right: 5px; 
    padding-left: 5px; 
    border: 1px solid rgb(100, 100, 100);
    background-color: rgb(20, 20, 20);
    font: 15px "Microsoft Yahei";
}
QSpinBox:hover
{
    border: 1px solid rgb(21, 197, 212);
}
QSpinBox:pressed
{
    border: 1px solid rgb(21, 197, 212);
}
QSpinBox:disabled
{
    background-color: rgb(20, 20, 20);
    color: rgb(100, 100, 100);
    border: 1px solid rgb(100, 100, 100);
}
QSpinBox::up-button
{
    subcontrol-origin: padding;
    subcontrol-position: top right; 
    width: 20px;
    border: 1px solid rgb(100, 100, 100);
    border-top: transparent;
    border-right: transparent;
}
QSpinBox::up-button:hover
{
    border: 1px solid rgb(21, 197, 212);
    border-top: transparent;
    border-right: transparent;
}
QSpinBox::up-button:pressed 
{
    background-color: rgb(21, 197, 212);
    border: 1px solid rgb(21, 197, 212);
    border-bottom: transparent;
    border-right: transparent;
}
QSpinBox::up-button:disabled 
{
    background-color: rgb(20, 20, 20);
    border: 1px solid rgb(100, 100, 100);
    border-top: transparent;
    border-right: transparent;
}
QSpinBox::up-arrow
{
    image: url(:/Night/QSpinBox/spin_up_dark_normal.png);
}
QSpinBox::up-arrow:pressed
{
    image: url(:/Night/QSpinBox/spin_up_dark_pressed.png);
}
QSpinBox::up-arrow:disabled, QSpinBox ::up-arrow:off
{
    image: url(:/Night/QSpinBox/spin_up_dark_disable.png); 
}
QSpinBox::down-button
{
    subcontrol-origin: padding;
    subcontrol-position: bottom right; 
    width: 20px;
    border: 1px solid rgb(100, 100, 100);
    border-bottom: transparent;
    border-right: transparent;
}
QSpinBox::down-button:hover
{
    border: 1px solid rgb(21, 197, 212);
    border-bottom: transparent;
    border-right: transparent;
}
QSpinBox::down-button:pressed 
{
    background-color: rgb(21, 197, 212);
    border: 1px solid rgb(21, 197, 212);
    border-bottom: transparent;
    border-right: transparent;
}
QSpinBox::down-button:disabled
{
    background-color: rgb(20, 20, 20);
    border: 1px solid rgb(100, 100, 100);
    border-bottom: transparent;
    border-right: transparent;
}
QSpinBox::down-arrow
{
    image: url(:/Night/QSpinBox/spin_down_dark_normal.png);
}
QSpinBox::down-arrow:pressed
{
    image: url(:/Night/QSpinBox/spin_down_dark_pressed.png);
}
QSpinBox::down-arrow:disabled,QSpinBox ::down-arrow:off 
{
    image: url(:/Night/QSpinBox/spin_down_dark_disable.png);
}
/*QSpinBox End*/

/*下拉式组合框*/
/*QComboBox Start*/
QComboBox
{
    color: rgb(200, 200, 200);
    border: 1px solid rgb(100, 100, 100);
    background-color: rgb(20, 20, 20);
    font: 15px "Microsoft Yahei";
    combobox-popup: 0;
}

QComboBox:editable
{
    color: rgb(200, 200, 200);
    border: 1px solid rgb(100, 100, 100);
    background-color: rgb(20, 20, 20);
}

QComboBox:checked
{
    background-color: rgb(20, 20, 20);
}

QComboBox::drop-down
{
    width: 20px;
    border: 1px solid rgb(100, 100, 100);
}

QComboBox::drop-down:disable
{
    border: none;
}
QComboBox QAbstractItemView
{
    outline: 0px;
    color: rgb(200, 200, 200);
    background-color: rgb(20, 20, 20);
    selection-background-color: rgb(60, 60, 60);
    selection-color: rgb(200, 200, 200);
}
QComboBox:disabled

    color: rgba(100, 100, 100);
    border: 1px solid rgb(100, 100, 100);
    background-color: rgb(20, 20, 20);
}
QComboBox::down-arrow 
{
    image: url(:/Night/QComboBox/droplist_dark_normal.png);
}
QComboBox::down-arrow:disabled
{
    image: url(:/Night/QComboBox/droplist_dark_disable.png);
}

/*QComboBox End*/

/*滑动条*/
/*QScrollBar Start*/
QScrollBar:vertical
{
    border: 1px solid rgb(50, 50, 50);
    background-color: rgb(20, 20, 20);
    width: 34px;
    margin: 0px;
}
QScrollBar::add-line:vertical 
{
    image: url(:/Night/QScrollBar/slider_down_dark.png);
    subcontrol-position: bottom;
    subcontrol-origin: margin;
    /*margin-bottom:1px;*/
}
QScrollBar::sub-line:vertical
{
    image: url(:/Night/QScrollBar/slider_up_dark.png);
    subcontrol-position: top;
    subcontrol-origin: margin;
}
QScrollBar::handle:vertical
{
    background-color: rgb(50, 50, 50);
    min-height: 28px;  
    margin: 25 3 25 3;
}
QScrollBar::handle:vertical:hover
{
    background-color: rgb(80, 80, 80);
}
QScrollBar::handle:vertical:pressed
{
    background-color: rgb(120, 120, 120);
}
QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical
{
    background: none;
}
QScrollBar:horizontal
{
    border: 1px solid rgb(50, 50, 50);
    background-color: rgb(20, 20, 20);
    height: 34px;
    margin: 0px;
}
QScrollBar::add-line:horizontal
{
    image: url(:/Night/QScrollBar/slider_right_dark.png);
    subcontrol-position: right;
    subcontrol-origin: margin;
}
QScrollBar::sub-line:horizontal
{
    image: url(:/Night/QScrollBar/slider_left_dark.png);
    subcontrol-position: left;
    subcontrol-origin: margin;
}
QScrollBar::handle:horizontal
{
    background-color: rgb(50, 50, 50);
    min-width: 28px;  
    margin: 3 25 3 25;
}
QScrollBar::handle:horizontal:hover
{
    background-color: rgb(80, 80, 80);
}
QScrollBar::handle:horizontal:pressed
{
    background-color: rgb(120, 120, 120);
}
QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal
{
    background: none;
}
/*QScrollBar End*/

/*状态指示灯*/
/*status Start*/
/*正常状态*/
QLabel
{
    width: 20px;
    height: 20px;
    background-color: rgb(0, 200, 0);
    border: 0px;
    border-raduis: 10px;
}
/*故障状态*/
QLabel
{
    width: 20px;
    height: 20px;
    background-color: rgb(230, 45, 45);
    border: 0px;
    border-raduis: 10px;
}
/*告警状态*/
QLabel
{
    width: 20px;
    height: 20px;
    background-color: rgb(220, 220, 0);
    border: 0px;
    border-raduis: 10px;
}
/*离线状态*/
QLabel
{
    width: 20px;
    height: 20px;
    background-color: rgb(125, 145, 150);
    border: 0px;
    border-raduis: 10px;
}

/*界面标题栏*/
QWidget
{
    width: 1920px;
    height: 61px;
    border-image: url(:/Night/Title/titlebar_dark_normal.png);
}
/*底部菜单*/
QPushButton
{
    border-image: url(:/Night/MainBtn/mainbtn_dark_normal.png);
    color: rgb(21, 197, 212);
}
QPushButton:hover
{
    border-image: url(:/Night/MainBtn/mainbtn_dark_hover.png);
}
QPushButton:pressed
{
    border-image: url(:/Night/MainBtn/mainbtn_dark_pressed.png);
}

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

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

相关文章

WARNING: pip is configured with locations that require TLS/SSL

在pycharm中运行pip下载软件包遇到该问题:WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available 原因:没有安装openssl; 到https://slproweb.com/products/Win32OpenSSL.ht…

Python实现逻辑回归与判别分析--西瓜数据集

数据 数据data内容如下: 读取数据: import numpy as np import pandas as pd data pd.read_excel(D:/files/data.xlsx) 将汉字转化为01变量: label [] for i in data[好瓜]:l np.where(i 是,1,0)label.append(int(l)) data[label] lab…

【unity笔记】一、常见技术名词解析(HDRP/URP)

一、简介 在Unity中,Shader是用于控制图形渲染过程中顶点和像素处理的程序。Shader通常用于定义物体在屏幕上呈现的外观,包括光照、纹理、颜色和其他视觉效果。Shader编写在特定的着色语言中,如HLSL(High-Level Shading Language…

计算机网络重要知识点

OSI 七层模型 是国际标准化组织提出的一个网络分层模型。 TCP/IP 四层模型 是目前被广泛采用的一种模型,我们可以将 TCP / IP 模型看作是 OSI 七层模型的精简版本,由以下 4 层组成: 应用层传输层网络层网络接口层 复杂的系统需要分层,因为每…

Vue中实现锚点滚动至指定区域

简介 本文将指导你如何使用Vue.js构建一个通过实现一个智能化的侧边栏导航功能,让用户能够一键跳转到不同类型的报告区域,大大提升操作便捷性。 项目背景 想象一下,你是xxxx科技有限公司的一名前端开发工程师,负责优化公司管理…

Parker派克驱动器C3M050D6F11I20F30M00S0

Parker派克驱动器C3M050D6F11I20F30M00S0 要想了解软盘和光盘中的信息,就必须把他们分别插入到软盘驱动器和光盘驱动器中,供计算机对上面的数据信息进行识别和处理。 软盘驱动器和光盘驱动器都位于机箱中,只把它们的"嘴巴"露在外面…

mysql中 什么是锁

大家好。上篇文章我们讲了事务并发执行时可能带来的各种问题,今天我们来聊一聊mysql面试必问的问题–锁。 一、解决并发事务带来问题的两种基本方式 1. 并发事务访问相同记录的情况 并发事务访问相同记录的情况大致可以划分为3种: 读-读情况&#xf…

【解析APK】

解析APK文件是Android开发和逆向工程中的重要任务。APK(Android Package)文件是包含Android应用程序的所有内容的压缩文件,类似于Windows的.exe文件或macOS的.app文件。解析APK文件可以帮助你了解应用程序的内部结构、资源和代码。 APK文件的…

21.1 文件-文件的重要性、ioutil包

1. 文件的重要性 文件的本质就是硬盘中的数据,包括各种程序、文档、多媒体甚至系统配置。 各种类UNIX操作系统的一个重要特征就是将一切皆视为文件。 可以象访问文件一样访问键盘、打印机等硬件设备可以象访问文件一样访问管道、套接字等内核资源 各种类UNIX操作…

从 Solana 课程顺利毕业获得高潜岗位,他的 Web3 开发探险之旅

在 TinTinLand 的学习,给了我入门 Web3 行业的 Entry Ticket,我认为这张 Ticket 是非常宝贵和重要的。 Alex,一位从某家知名研究所毅然辞职,踏入Web3世界的年轻开发者,凭借在 TinTinLand 推出的「Solana 黑客松先锋训练…

超级马里奥-小游戏

学习目标: 练习Java面向对象的编程思想; 巩固Java语言基础,数据类型、集合、数组等; 深刻理解Java的三大特性,封装、继承、多态; 效果展示:

标准盒模型和怪异盒模型的区别

CSS盒模型: 内容区(content)内边距(padding)边框(border)外边距(margin) 分为标准盒模型和IE盒模型/怪异盒模型 为了正确设置元素在所有浏览器中的宽度和高度&#xf…

【星海出品】Linux大文件处理

在未生成大文件之前最好使用专门的日志管理工具(如logrotate)来管理日志文件的滚动和备份。这些工具通常具有更好的性能和更高的可靠性。 文件可以同时被写入和读取,在并发读写同一个文件时,可能会遇到性能瓶颈或竞争条件 用户 -…

人工智能入门学习教程分享

目录 1.首先安装python,官网地址:Download Python | Python.org,进入网址,点击Windows链接 2.下载完成之后,进行傻瓜式安装,如果不选安装路径,默认会安装到C:\Users\Administrator\AppData\Local\Programs\Python\Python38目录下。 3.配置python环境变量,即把python的…

vue3打字机效果

简易明了&#xff0c;需要的小伙伴直接走起&#xff01; <template><div><div><p>{{ text }}</p></div></div> </template><script setup> import { onMounted, ref } from "vue";const shuzu ref("欢…

《思考总结》

思考总结 ==标题==:卷积操作的作用1. **特征提取**2. **参数共享**3. **降维和数据压缩**4. **提升计算效率**5. **平滑和去噪**卷积操作示例输入图像卷积核卷积过程总结==标题==:上卷积什么是上卷积(反卷积/转置卷积)上卷积的作用上卷积的实现1. **最近邻插值(Nearest Ne…

AI大模型时代:一线大厂为何竞相高薪招揽AI产品经理?

前言 在当今日新月异的科技浪潮中&#xff0c;人工智能&#xff08;AI&#xff09;技术已经渗透至各行各业&#xff0c;成为推动社会进步的重要力量。在这样的背景下&#xff0c;AI产品经理这一新兴职位逐渐崭露头角&#xff0c;成为各大企业竞相争夺的稀缺人才。那么&#xf…

【SkyWalking】启用apm-trace-ignore-plugin追踪忽略插件

背景 使用Agent采集追踪数据的时候&#xff0c;想排除某些路径&#xff0c;比如健康检查等&#xff0c;这样可以减少上报的数据&#xff0c;也可以去除一些不必要的干扰数据。 加载插件 在agent/optional-plugins目录中有个apm-trace-ignore-plugin-${version}.jar插件&…

【电机控制】FOC算法验证步骤——PWM、ADC

【电机控制】FOC算法验证步骤 文章目录 前言一、PWM——不接电机1、PWMA-H-50%2、PWMB-H-25%3、PWMC-H-0%4、PWMA-L-50%5、PWMB-L-75%6、PWMC-L-100% 二、ADC——不接电机1.电流零点稳定性、ADC读取的OFFSET2.电流钳准备3.运放电路分析1.电路OFFSET2.AOP3.采样电路的采样值范围…

HCIA 15 AC+FIT AP结构WLAN基础网络

本例配置AC+FIT,即瘦AP+AC组网。生活中家庭上网路由器是胖AP,相当于AC+FIT二合一集成到一个设备上。 1.实验介绍及拓扑 某企业网络需要用户通过 WLAN 接入网络,以满足移动办公的最基本需求。 1. AC 采用旁挂核心组网方式,AC 与AP 处于同一个二层网络。 2. AC 作为DHCP …