摘要: 一、主分区、扩展分区和逻辑分区 1、概念 主分区:也叫引导分区,最多能创建4个,最少有1个,当主分区创建了4个后,主分区和扩展分区就没有存在于这个世界上的理由了。 扩展分区:最多一个。严格意义上来讲它不是一个真正意义上的分区,它仅仅是一个指向下一个分区的指针,这种指针结构将形成一个单向链表。这样在主 阅读全文
posted @ 2019-09-17 20:20 kgcqw 阅读(9162) 评论(1) 推荐(1) 编辑
摘要: 4.1私人定制(根据数据的type来对数据进行限制) 4.1.1字符串长度和格式 当定义一个字符串属性时,我们可以定制它的长度和格式 eg username: type:string pattern:"[a-z0-9]{8,64}" #用正则表达式定义字符串的格式 minLength:8 #字符串最 阅读全文
posted @ 2019-03-15 13:50 kgcqw 阅读(1351) 评论(0) 推荐(0) 编辑
摘要: 3.1简化数据模型 通过可重用定义来重构出现有重复定义的文档 eg.当在文档中多次出现关于person的定义时 阅读全文
posted @ 2019-03-15 11:39 kgcqw 阅读(2961) 评论(0) 推荐(0) 编辑
摘要: 2.1从一个最简单的API文档开始 #声明OPENAPI规范的版本 swagger:"2.0" #声明API相关信息,如版本信息、描述信息 info: version:1.0.0 title:Simple API description:A simple API to learn how to wr 阅读全文
posted @ 2019-03-15 10:24 kgcqw 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 1.1 Swagger swagger是干啥的? 简单但功能强大的api表达工具 1.2OpenAPI规范 是REST API的API描述格式。OpenAPI 规范帮助我们描述一个API的基本信息,比如: 有关该API的一般性描述(Info) 可用路径(/资源) (path) 在每个路径上的可用操作 阅读全文
posted @ 2019-03-15 08:36 kgcqw 阅读(298) 评论(0) 推荐(0) 编辑
摘要: Turning:Are you pay attention?Good.If you are not listening carefully you will miss things,important things.I will not repeat myself and you will not 阅读全文
posted @ 2019-02-13 22:12 kgcqw 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 对于自动执行的step,这个向导只显示需要向用户提供的用户说明。对于自动执行的步骤,这个文件使用一个模板来创建文件或执行一个REXX exec,UNIX shell 脚本或JCL job自动化文件 step可以包含子step,但不能超过五层迭代关系。 任何step可以引用其他step,但在每个ste 阅读全文
posted @ 2018-12-03 13:49 kgcqw 阅读(105) 评论(0) 推荐(0) 编辑
摘要: One of the primary tasks of a computer system's administrator is keeping the system's data secure.One way this is done is by performing timely backup 阅读全文
posted @ 2017-10-13 10:24 kgcqw 阅读(236) 评论(0) 推荐(0) 编辑
摘要: As we have wandered(徘徊,漫步) around our Linux system,one thing has become abundantly(丰富的,大量的,十分清楚的) clear: a typical Linux system has a lot of files! Th 阅读全文
posted @ 2017-10-08 14:59 kgcqw 阅读(309) 评论(0) 推荐(0) 编辑
摘要: When it comes to networking,there is probably nothing that cannot be done with Linux.Linux is used to build all sorts of networking systems and applia 阅读全文
posted @ 2017-10-05 12:08 kgcqw 阅读(321) 评论(0) 推荐(0) 编辑