背景 最近在测试环境重启后,redis启动遇到了三个警告 第一个警告:The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. 第二个警告:overcommit_memory is set to 0! Background…
洛谷 P1063 题意:在一串项链中,是环状的,第 i 颗珠子有两个能量a[i]和a[i1],第i1颗珠子有两个能量a[i1]和a[i2],可以合并两个珠子,得到a[i]*a[i1]*a[i2]的能量,这两个珠子合并成a[i]和a[i2]的新珠子,问通过…
当启动一个不连接数据库的springboot时,会报错
Cannot determine embedded database driver class for database type NONE 是因为springboot在启动时,会扫描DataSource相关配置的包所以SpringBootApplication(exclude {DataSourceAutoConfiguration.c…