IntelliJ IDEA使用笔记
阅读全文2020.5.23,主页文章列表只取 update time 倒序排列后的前30篇,浏览全站文章列表请至 归档 页。
IntelliJ IDEA使用笔记
iTerm2使用笔记
iTerm2使用笔记
阅读全文Spring-Data-JPA
JPA(Java Persistence API) 使用笔记
阅读全文Linux-常用命令
常用 Linux 命令笔记
阅读全文Elasticsearch
Elasticsearch 笔记
阅读全文Spring-Test
Spring/Spring Boot/JUnit 测试相关笔记
阅读全文Kubernetes/K8S-基础
Kubernetes/K8S 使用笔记
Kubernetes 官方文档
https://kubernetes.io/docs/home/
https://kubernetes.io/zh/docs/home/
学习 Kubernetes 最权威的文档。Kubernetes 官网源码和文档本身就是在 GitHub 开源的,中文版文档由国内的大神在维护,翻译的还不错。默认查看的是最新版文档,一些老版本文档可能没有中文版。
Spring-Boot
Spring Boot 学习笔记
Spring Boot 官网
https://spring.io/projects/spring-boot
官方参考文档
Spring Boot Reference Documentation
https://docs.spring.io/spring-boot/docs/current/reference/html/index.html
源码
spring-projects / spring-boot
https://github.com/spring-projects/spring-boot
Google-Guava 使用笔记
Google Java类库Guava使用笔记
阅读全文Apache-Kafka
kafka笔记
阅读全文面试准备04-Java虚拟机
Java面试准备笔记之JVM虚拟机
阅读全文MySQL-InnoDB 存储引擎
MySQL InnoDB 存储引擎、事务相关笔记
Chapter 14 The InnoDB Storage Engine
https://dev.mysql.com/doc/refman/5.7/en/innodb-storage-engine.html
Linux-iptables
Linux 防火墙 iptables
https://www.netfilter.org/
MySQL-DataTypes 数据类型
Linux-FirewallD
CentOS7 以上的发行版都自带了 FirewallD 防火墙的,FirewallD 取代了 iptables 防火墙。
https://firewalld.org/
Kubernetes/K8S-kubectl
Kubernetes/K8S kubectl 命令行工具使用笔记
kubectl reference docs (页面下面有所有 kubectl 子命令的 doc 链接)
https://kubernetes.io/docs/reference/kubectl/kubectl/
Spring-Data-MongoDB
Spring Data MongoDB 使用笔记
阅读全文MySQL-Server 服务端管理
MySQL 服务端配置、变量
Chapter 5 MySQL Server Administration
https://dev.mysql.com/doc/refman/5.7/en/server-administration.html
Linux-常用配置
linux配置笔记
阅读全文MySQL-Performance_Schema
Performance_Schema 性能相关信息库
Chapter 25 MySQL Performance Schema
https://dev.mysql.com/doc/refman/5.7/en/performance-schema.html
MySQL-SQL语句
MySQL SQL 语句
Chapter 13 SQL Statements
https://dev.mysql.com/doc/refman/5.7/en/sql-statements.html