03 2020 档案
摘要:established best practices can guide us through these initial steps. In this tutorial . reports data from sensor devices installed in customers’ homes
阅读全文
摘要:[TOC] NIO三大核心:Buffer、Channel、Selector 1. 每个Channel都会对应一个Buffer 2. Selector对应一个线程,多个Channel会注册到一个Selector上 3. 程序切换到哪个Channel是由事件决定的,Selector会根据不同的事件,在各
阅读全文
摘要:[TOC] 状态监控 redis stat "安装"
阅读全文
摘要:[TOC] docker 安装部署 Dockerfile "Dockerfile文件详解" 修改镜像源为国内 创建镜像,创建容器
阅读全文
摘要:将maven仓库改为阿里仓库 在${MAVEN_HOME}/conf/settings.xml中的mirrors里面加上 <mirror> <id>alimaven</id> <mirrorOf>*</mirrorOf> <name>aliyun maven</name> <url>http://m
阅读全文
摘要:编译配置插件:maven-compiler-plugin <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <!-- 常用配置示例、说明 --> <c
阅读全文