MySQL学习(二)Post author:su kunPost published:2022年5月13日Post last modified:2022年5月13日Post category:webPost comments:0评论Reading time:4 mins read MySQL学习(二) 数据库的设计 多表之间的关系 分类: 一对一 eg,人与身份证号码 一对多(多… 继续阅读MySQL学习(二)
MySQL学习(一)Post author:su kunPost published:2022年5月12日Post last modified:2022年5月12日Post category:webPost comments:0评论Reading time:10 mins read MySQL学习(一) 什么是SQL Structured Query Language:结构化查询语… 继续阅读MySQL学习(一)
Docker客户端与服务端机制Post author:su kunPost published:2022年5月6日Post last modified:2022年5月10日Post category:DevOpsPost comments:0评论Reading time:9 mins read 简单介绍 当我们使用docker version命令查询docker 版本信息时,我们发现有两块内容… 继续阅读Docker客户端与服务端机制
数据结构学习(九)Post author:su kunPost published:2022年5月5日Post last modified:2022年5月10日Post category:算法与数据结构Post comments:0评论Reading time:14 mins read 技术 排序 内部排序 排序的基本概念 排序 记录序列:\{R_1,R_2,...,R_n\} 关键字… 继续阅读数据结构学习(九)
数据结构学习(八)Post author:su kunPost published:2022年5月4日Post last modified:2022年5月10日Post category:算法与数据结构Post comments:0评论Reading time:8 mins read 技术 查找 查找的基本概念 列表:由同一类型的数据元素(或记录)构成的集合,可利用任意数据结构实现 … 继续阅读数据结构学习(八)
数据结构学习(七)Post author:su kunPost published:2022年4月29日Post last modified:2022年5月10日Post category:算法与数据结构Post comments:0评论Reading time:18 mins read 非线性结构 图 图的定义与基本术语 图的定义 图(Graph)是一种网状数据结构,其形式化定义如下:… 继续阅读数据结构学习(七)
数据结构学习(六)Post author:su kunPost published:2022年4月28日Post last modified:2022年5月10日Post category:算法与数据结构Post comments:0评论Reading time:14 mins read 数据结构——用C语言描述。本节讲述非线性结构中的树。 继续阅读数据结构学习(六)