0%

nio编程 NIO介绍 Java NIO,全称为 java non-blocking IO ,是指JDK提供得到新API。从JDK1.4开始,Java提供了一系列改进的输入/输出的新特性,被

问题 我的yaml配置 server: port: 8080 resources: static-locations: - classpath:/static/ spring: thymeleaf: cache: false checktemplatelocation: true enabled: true encoding: UTF-8 mode: HTML prefix: classpath:/templates/ suffix: .html controller目录结构 原因 其实是一个非常简单的错误,找了半天。 我么默

Mac安装Nginx 安装 brew install nginx 结果如下: ==> Installing nginx ==> Pouring nginx--1.21.6.monterey.bottle.tar.gz ==> Caveats Docroot is: /usr/local/var/www The default port has been set in /usr/local/etc/nginx/nginx.conf to 8080 so that nginx can run without sudo. nginx will load all files in /usr/local/etc/nginx/servers/. To restart nginx after an upgrade: brew services restart nginx Or, if you don't want/need

BASE定理 CAP不可能同时满足,但是分区容错性对于分布式系统来说,是必须的。如果能够同时满足CAP就好了,于是出现了BASE理论。 BASE