相关文章
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
AIGC实战——深度学习 (Deep Learning, DL)
AIGC实战——深度学习 0. 前言1. 深度学习基本概念1.1 基本定义1.2 非结构化数据 2. 深度神经网络2.1 神经网络2.2 学习高级特征 3. TensorFlow 和 Keras4. 多层感知器 (MLP)4.1 准备数据4.2 构建模型4.3 检查模型4.4 编译模型4.5 训练模型4.6 评估模型 小结系列链接 0. 前言
…
编程日记
2025/1/23 4:39:40