相关文章
低成本IC上岸攻略—IC设计网课白嫖篇
数字电路基础
清华大学 王红主讲:数字电子技术基础 西安电子科技大学 任爱锋主讲:数字电路与逻辑设计
模拟电路基础
上交大 郑益慧主讲:模拟电子技术基础 清华大学 华成英主讲:模拟电子技术基础
半导体物理:
西…
编程日记
2025/1/23 11:41:54
Windows下Eclipse C/C++开发环境配置教程
1.下载安装Eclipse 官网下载eclipse-installer(eclipse下载器),或者官方下载对应版本zip。 本文示例: Eclipse IDE for C/C Developers Eclipse Packages | The Eclipse Foundation - home to a global community, the Eclipse ID…
编程日记
2025/1/22 7:37:54
[论文精读]The minimal preprocessing pipelines for the Human Connectome Project
论文原文:The minimal preprocessing pipelines for the Human Connectome Project - ScienceDirect 未完待续 1. 论文逐段精读
1.1. Abstract ①The Human Connectome Project (HCP) includes multiple magnetic resonance imaging (MRI) data ②HCP needs more p…
编程日记
2025/1/19 16:44:11
ubuntu 安装 gnome 安装 xrdp
先安装xrdp
更新 apt-get
sudo apt-get update && apt-get upgrade安装图形包
apt-get install xubuntu-desktop安装 xrdp
apt-get install xrdp安装 xfce4
apt-get install xfce4配置 xfce4 Add xfce to the xfce desktop window manager autorun by fixing the …
编程日记
2025/1/17 0:14:13
SpringBoot整合redis
创建相关模块|工程 引入Redis依赖 <!-- redis--><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-data-redis</artifactId></dependency>配置redis
spring:#redis的配置redis:hos…
编程日记
2025/1/24 2:40:00
小知识(6) el-table表格选中行和回显行(vue3)
el-table表格选中行和回显行 官方文档说明 https://element-plus.org/zh-CN/component/table.html#table-%E6%96%B9%E6%B3%95 环境:vue3element-plus
选中行selection
<el-table ref"baseTableRef" row-key"id" border :selection"tr…
编程日记
2025/1/17 15:05:51
docker 部署tig监控服务
前言
tig对应的服务是influxdb grafana telegraf 此架构比传统的promethus架构更为简洁,虽然influxdb开源方案没有集群部署,但是对于中小型服务监控需求该方案简单高效 本文以docker-compose来演示这套监控体系的快速搭建和效果。
部署
docker-compos…
编程日记
2025/1/11 15:11:34
【STM32】HAL库——串口中断只接收到两个字符
【STM32】HAL库——串口中断只接收到两个字符 一、问题描述二、解决方法三、原因分析 一、问题描述
环境:STM32CubeMX(6.7.0)MDK-ARM(V5.36.0.0)STM32F103C8T6
使用XCOM发送字符串(总共8个字符),单片机进行解析为ModBus协议失败…
编程日记
2025/1/23 4:53:55