摘要:
一、依赖 yum install -y freetds-bin krb5-user ldap-utils libffi6 libsasl2-2 libsasl2-modules libssl1.1 locales lsb-release sasl2-bin sqlite3 unixodbc yum 阅读全文
摘要:
参考地址:https://www.dandelioncloud.cn/article/details/1441027077809229826 阅读全文
摘要:
一、安装 参考地址:http://www.tagxp.com/dianying/caozuoxitongshipin/15824.html 二、修改密码 参考地址:https://blog.csdn.net/miao0967020148/article/details/113824146 三、配置S 阅读全文
摘要:
一、下载 下载keepalived-2.2.4.tar.gz,并上传至服务器 https://www.keepalived.org/download.html 二、安装 1、解压 tar -zxvf keepalived-2.2.4.tar.gz -C /opt/module/ 2、安装依赖包 yu 阅读全文
摘要:
一、进入Web页面,点击Interpreter按钮 二、创建MySQL解释器 1、点击Create按钮 2、填写配置信息 default.url jdbc:mysql://192.168.xxx.xxx:3306/数据库名?autoReconnect=true&useSSL=false&allowP 阅读全文
摘要:
一、临时关闭 swapoff -a 二、查看效果 free -h 三、启用swap分区(不必操作) swapon -a 四、永久关闭 vim /etc/sysctl.conf #修改vm.swappiness为0 vm.swappiness=0 #保存退出后使配置生效 sysctl -p 阅读全文
摘要:
一、错误日志 2022-08-30 03:14:45 org.apache.flink.streaming.runtime.tasks.AsynchronousException: Caught exception while processing timer. at org.apache.flin 阅读全文
摘要:
一、错误日志 java.sql.BatchUpdateException: Deadlock found when trying to get lock; try restarting transaction at sun.reflect.NativeConstructorAccessorImpl. 阅读全文
摘要:
一、错误日志 org.apache.flink.runtime.io.network.netty.exception.RemoteTransportException: Error at remote task manager 'xx.xxx.xxx.xxx/xxx.xxx.xxx.xxx:3475 阅读全文
摘要:
一、删除Anaconda安装目录 rm -rf /opt/module/anaconda3 二、清除环境变量 sudo vim ~/.bashrc 将Anaconda的内容注释或删除 三、刷新配置 source ~/.bashrc 完成之后重新打开一个shell窗口即可 四、参考地址 https:/ 阅读全文