linux
四葉草の幸運
这个作者很懒,什么都没留下…
展开
-
鸟哥私房菜
转载:https://github.com/CyC2018/CS-Notes/blob/master/notes/Linux.md#%E5%BF%AB%E6%8D%B7%E9%94%AE目录一、常用操作以及概念快捷键求助1. --help2. man3. info4. doc关机1. who2. sync3. shutdownPATHsudo...转载 2018-11-21 19:18:17 · 1877 阅读 · 0 评论 -
操作系统
转载:https://github.com/CyC2018/CS-Notes/blob/master/notes/Linux.md目录一、常用操作以及概念快捷键求助1. --help2. man3. info4. doc关机1. who2. sync3. shutdownPATHsudo包管理工具发行版VIM 三个模式GNU...转载 2018-11-21 19:23:33 · 301 阅读 · 0 评论 -
Mysql
转载:https://github.com/CyC2018/CS-Notes/blob/master/notes/MySQL.md目录一、索引B+ Tree 原理1. 数据结构2. 操作3. 与红黑树的比较MySQL 索引1. B+Tree 索引2. 哈希索引3. 全文索引4. 空间数据索引索引优化1. 独立的列2. 多列索引3. 索引列...转载 2018-11-21 19:45:24 · 126 阅读 · 0 评论 -
数据库系统原理
转载:https://github.com/CyC2018/CS-Notes/blob/master/notes/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E5%8E%9F%E7%90%86.md目录一、事务概念ACID1. 原子性(Atomicity)2. 一致性(Consistency)3. 隔离性(Isolatio...转载 2018-11-21 19:58:18 · 150 阅读 · 0 评论 -
分布式
转载:https://github.com/CyC2018/CS-Notes/blob/master/notes/%E5%88%86%E5%B8%83%E5%BC%8F.md目录一、分布式锁数据库的唯一索引Redis 的 SETNX 指令Redis 的 RedLock 算法Zookeeper 的有序节点1. Zookeeper 抽象模型2. 节点类型3. 监听器...转载 2018-11-21 20:08:27 · 143 阅读 · 0 评论