09 2020 档案

摘要:一、Nginx同Apache一样都是一种WEB服务器。基于REST架构风格,以统一资源描述符(Uniform Resources Identifier)URI或者统一资源定位符(Uniform Resources Locator)URL作为沟通依据,通过HTTP协议提供各种网络服务。 Nginx使用 阅读全文
posted @ 2020-09-23 10:42 jentary 阅读(211) 评论(0) 推荐(0) 编辑
摘要:1.删除文件:先删除本地缓存,重新加到缓存区,重新提交 git rm -r --cached . git add . git commit -m 'update .gitignore' git push origin master 2.初始化提交项目 Git 全局设置 git config --gl 阅读全文
posted @ 2020-09-08 10:23 jentary 阅读(151) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/free-wings/p/10254998.html 1.服务端(消息提供者) springboot amqp 默认非持久化 <parent> <groupId>org.springframework.boot</groupId> <artifactI 阅读全文
posted @ 2020-09-02 19:05 jentary 阅读(266) 评论(0) 推荐(0) 编辑
摘要:<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/P 阅读全文
posted @ 2020-09-02 17:05 jentary 阅读(167) 评论(0) 推荐(0) 编辑