04 2022 档案
摘要:1.基本环境 1.1 jdk 1.2 maven 1.配置MAVEN_HOME环境变量 2.配置setting.xml,指定本地仓库和使用的远程仓库 <!-- profile--> <profile> <id>JDK-1.8</id> <activation> <activeByDefault>tr
阅读全文
摘要:Servlet 规范 https://www.cnblogs.com/yumu77/p/13888346.html#_label0**** tomcat
阅读全文
摘要:awk 工作流 1.读 2.执行 3.重复 程序结构 1.BEGIN block 2.记录处理结果 3.END block 语法 Usage: awk [POSIX or GNU style options] -f progfile [--] file ... Usage: awk [POSIX o
阅读全文
摘要:Kubernetes权威指南 1 Kubernetes 入门 1.4 Kubernetes基本概念和术语 1.4.1 Master Master是集群控制节点,运行着一组关键进程 Kubernates API Server:提供HTTP Rest接口的关键服务进程 Kubernates Contro
阅读全文