摘要: nginx处理流程: nginx进程间信号的使用: 阅读全文
posted @ 2020-11-14 17:06 topass123 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 适用场景:【三个服务】 使用的5大优势: 主要组成部分 ssl/tsl安全问题 TSL通信流程: 1.client_hello 客户端发起请求,以明文传输请求信息,包含压缩算法候选列表,随机数等 2.server_hello+server_certificate+server_hello_done 阅读全文
posted @ 2020-11-14 16:57 topass123 阅读(77) 评论(0) 推荐(0) 编辑
摘要: mongodb是一个文档型数据库。 注意有别于word文档,pdf等。文档的原意是指:json document 安装mongodb然后启动 基本操作如下: 创建数据库与删除数据库【use没有创建,有就切换】 集合的使用: 更多具体使用查看: https://www.runoob.com/mongo 阅读全文
posted @ 2020-11-14 16:06 topass123 阅读(75) 评论(0) 推荐(0) 编辑