摘要:
Spring Web http request请求流程: 首先介绍这边你需要知道的继承体系,DispacherServlet继承自FrameworkServlet,FrameworkServlet继承自HttpServletBean,HttpServletBean继承自HttpServlet,Htt 阅读全文
摘要:
使用了很长时间的springboot了,一直都知道它简单易用,简化了框架的搭建过程,但是还是不知道它是如何启动的,今天就跟着springboot的源码,去探探这其中的奥妙 以下是spring应用的启动: @SpringBootApplication public class Application 阅读全文
摘要:
镜像操作 screen s name 新建 screen r name 重新连接 ctrl+a+z断开 将本地配置发布到远程主机 scp r zoomkeeper/ 192.168.30.151:/data 将本地的zoomkeeper配置发布到192.168.30.151这台服务器的data目录下 阅读全文