摘要:
wait/notify Volatile CountDownLatch CyclicBarrier 参考资料 线程通信常用的方式有: wait/notify 等待 Volatile 内存共享 CountDownLatch 并发工具 CyclicBarrier 并发工具 wait/notify 两个线 阅读全文
摘要:
1. 环境搭建 1.1.安装依赖 1.2.上传nginx压缩包并解压 1.3.进入目录并执行configure命令 1.4.编译安装 1.5.启动nginx访问 1.6.常用命令 2. 负载均衡搭建 2.1.Tomcat配置 2.2.nginx配置 2.3.访问nginx 3. 负载均衡配置 3.1 阅读全文