IP属地:四川
准备工作 准备一个c文件: ELF文件结构: ELF header elf的头,存放了一些描述性的信息 e_hsize:elf header的大...
之前的服务器换了,重新装一次,正好记录一下 测试结果:
1. nginx进程模型: master进程:主进程,管理worker,接收来自外界的信号分发给workerworker进程:工作进程,处理客户...
默认静态资源的路径: classpath:/META-INF/resources/, classpath:/resources/, classp...
快放假了上班没啥事,参考https://segmentfault.com/a/1190000038551193[https://segmentf...
@SpringBootApplication注解是@SpringBootConfiguration, @EnableAutoConfigurat...
版本: @Configuration, @Bean @Configuration替代了xml配置文件, 表明当前类是配置类@Bean代替了bea...
操作docker进程: 启动docker: systemctl start docker 停止docker: systemctl stop do...
环境:centos 7 x64kafka_2.11-2.4.0.tgzapache-zookeeper-3.5.8-bin.tar.gzjdk-...