一、使用MongoDB: 1.启动MongoDB服务: 使用以下命令启动MongoDB服务: systemctl start mongod 2.连接MongoDB: 使用以下命令连...
报错信息 启动idea 2020.3.2版本莫名报如下错误: Internal error. Please refer to http://jb.gg/ide/critical-startup-errorsjava.util.concurrent....
永久关闭防火墙: systemctl disable firewalld 关闭SELINUX getenforce 查看状态 vi /etc/selinux/config SELINUX=disabled #修改为 disabled ...
前言 配置和安装可以看下面这两篇文章的 写的很详细 https://cnxiaobai.com/articles/2021/04/21/1619011285612.html https://cnxiaobai.com/articles/2021...
在了解supervisor + gunicorn + flask部署、日志管理之后,接下来则需要supervisor稳定的服务。因为,当服务器重启,supervis...
安装流程 1、安装xfce4和xrdp # xfce4基础版 sudo apt-get install xfce4 ## xfce4完整版(推荐就下这个就好了) sudo apt-get install xubuntu-desktop# xrdp...
Watermark机制 Watermark机制,就是水印机制,也叫做水位线机制。就是专门用来解决流式环境下数据迟到问题的。 MonotonousWatermark(单...
Mysql的下载地址 官网地址: lhttps://downloads.mysql.com/archives/community/ #----------安装Mysql依赖【perl net-tools】 yum install perl net-tools -...
文章目录 查看cpu是否支持直通 音频 笔记本关盖设定 BIOS设定 启动内核IOMMU支持 添加驱动黑名单 绑定核显到vfio模块 然后新建一个虚拟机安装LibreELEC ...
SpringBoot程序运行时修改主数据库配置(不需要改配置,不需要重启) 搞事背景 心路历程 搞事背景 在面试某家单位的时候,碰到...