摘要: 一、Gin框架介绍 1.1 简介 A. 基于httprouter开发的web框架。 http://github.com/julienschmidt/httprouter B. 提供Martini风格的API,但比Martini要快40倍 C. 非常轻量级,使用起来非常简洁 1.2 Gin框架的安装与 阅读全文
posted @ 2018-08-20 19:02 Ambition-LC 阅读(1029) 评论(0) 推荐(0) 编辑
摘要: 一、web编程基础 1.1 web工作方式 1.2 HTTP协议详解 a、http 请求包体 GET /domains/example/ HTTP/1.1 //请求行: 请求方法 请求URI HTTP协议/协议版本 Host:www.iana.org //服务端的主机名 User-Agent:Moz 阅读全文
posted @ 2018-08-20 19:01 Ambition-LC 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 第1章 大纲 CI/CD, DevOps介绍 Git安装与使用 Jenkins安装与使用 权限管理 参数化构建 Master-Slave 流水线(Pipeline) 邮件通知 应用案例 第2章 环境 操作系统:CentOS7.4 第3章 CI/CD, DevOps介绍 持续集成(Continuous 阅读全文
posted @ 2018-08-20 15:30 Ambition-LC 阅读(1503) 评论(0) 推荐(0) 编辑