11 2022 档案
摘要:import java.io.IOException; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.core.JsonProcessingException; import com
阅读全文
摘要:1、Spring WebFlux 1.1、Overview 1.2、Reactive Core 1.3、DispatcherHandler 1.4、Annotated Controllers 1.5、Functional Endpoints 1.6、URI Links 1.7、CORS 1.7.1、
阅读全文
摘要:Overview history, design philosophy, feedback, getting started. Core IoC Container, Events, Resources, i18n, Validation, Data Binding, Type Conversion
阅读全文
摘要:1、Caching 1.1、Supported Cache Providers 1.1.1、 Generic 1.1.2、 JCache (JSR-107) 1.1.3、Hazelcast 1.1.4、Infinispan 1.1.5、Couchbase 1.1.6、Redis 1.1.6.1、引入
阅读全文
摘要:The reference documentation consists of the following sections: Legal Legal information. Getting Help Resources for getting help. Documentation Overvi
阅读全文
摘要:1、全局块 1.1、user指令 用于配置运行Nginx服务器的worker进程的用户和用户组。使用user指令可以指定启动运行工作进程的用户及用户组,这样对于系统的权限访问控制的更加精细,也更加安全。 | 语法 | user user [group] | | | | | 默认值 | nobody
阅读全文
摘要:1、停止Nginx服务 /usr/local/nginx/sbin/nginx -s stop 2、查找根下所有名字包含nginx的文件 find / -name nginx 3、删除nignx安装的相关文件 rm -rf /usr/local/nginx 4、停用开机自启动服务 systemctl
阅读全文