1.1 电脑分区 1.1.1 分区原因 由于我们想要在电脑上同时安装Windows和Ubuntu系统,所以就要在window使用的内存中划分出来一段用来给Ubuntu系统使用&...
1.redis几种数据结构 ●字符串 ●无序列表 ●有序列表 ●hash 2.字符串 简单动态字符串(simple dynamic string sds)使用这种抽象类型作为redis的...
PHP支持三种类型的数组: 索引数组:具有数字索引的数组。 关联数组:具有命名键的数组。 多维数组:它包含特定数组中的一个或多...
串口通信USART Universal Asynchronous Receiver/Transmitter 通用异步串口接收/发送协议 参考:https://www.bilibili.com/video/BV1PD4y147ts/?spm_i...
在cppreference中写了: “If conversion of expression to new-type involves lvalue-to-rvalue, array-to-pointer, or function-to-pointer conversi...
目录 一、进程地址空间和页表再理解 二、线程 1.线程的概念 2. 进程与线程 3. 线程的意义 4.线程的优点缺点 4.1 优点 4.2 缺点 4.linux中线程的优缺点 4.1 ...
1. 在springboot项目中如何使用静态资源: static、public、resources是springboot可以直接访问的静态资源目录;(如果没有对应目录可以...
通过执行SpringApplication的静态run()方法,可以完成SpringBoot应用的启动。本文对SpringApplication的实例化过程进行分析。 SpringApplication初始...
1. 线性可分SVM import numpy as np import pandas as pd import matplotlib.pyplot as plt %matplotlib inline 1.1 生成模拟数据 # 导入sklearn模拟二分...
这篇文章整理自MySQL官方文档,介绍了8.0在预写式日志上实现上的修改,观点总结如下: 在8.0以前,为了保证flush list的顺序...