摘要: 首先在 pom.xml 配置依赖 <dependency> <groupId>org.redisson</groupId> <artifactId>redisson</artifactId> <version>3.13.3</version> <exclusions> <exclusion> <gr 阅读全文
posted @ 2022-03-29 21:48 Demon90s 阅读(123) 评论(0) 推荐(0)
摘要: CentOS 安装 在centos上使用源码编译 ftp://lovemiemie.xyz/pub/install_package/ubuntu/redis-4.0.2.tar.gz 解压后进入 redis-4.0.2 目录 输入 make 编译完成。 进入 src 目录。 ./redis-serv 阅读全文
posted @ 2022-03-29 19:56 Demon90s 阅读(17) 评论(0) 推荐(0)
摘要: 以下,只有一个函数的接口是函数式接口: @FunctionalInterface public interface Functor { void run(); } 它可以接收lambda表达式,可以通过以下方式: 阅读全文
posted @ 2022-03-29 15:22 Demon90s 阅读(27) 评论(0) 推荐(0)