logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

centos7安装mysql踩过的坑及最终解决办法

一、采用wget软件及yum源安装mysql(失败)(1)先切换root用户:su root(2)安装wget软件:yum -y install wget(3)使用wget命令下载mysql的rpm包wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm(4)...

springframework.data.redis.RedisConnectionFailureException: Cannot get Jedis connection

报错如下:org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'enableRedisKeyspaceNotificationsInitializer' defined in class path resource [org/springframework/session/da

scala之函数式编程及高阶函数

1、 函数式编程使用Spark/Flink的大量业务代码都会使用到函数式编程。1.1 遍历 - foreach(1)方法描述foreach(f: (A) ⇒ Unit): Unit(2)方法说明foreachAPI说明参数f: (A) ⇒ Unit...

到底了