Nginx 反向代理原理解析

Nginx 反向代理原理解析 介绍 Nginx 是开源的轻量级 Web 服务器、反向代理服务器,以及负载均衡器和 HTTP 缓存器。其特点是高并发,高性能和低内存。最大能支持 50000 个并发

Java 8 Cheat Sheet

Java 8 Cheat Sheet (int a) -> a * 2; // Calculate the double of a a -> a * 2; // or simply without type (a, b) -> a + b; // Sum of 2 parameters If the lambda is more than one expression we can use { } and return (x, y) -> { int sum = x + y; int avg = sum / 2; return avg; } A lambda expression cannot stand alone in Java, it need to be associated to a functional interface.

Strapi Slug 系统的建立

Strapi Slug 系统的建立 在前一篇文章的基础上进行,即Docker上的Strapi如何建立Slug系统,本文给出了修改步骤。 本文针对中文标题的生成,用到