简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
最近在学习elsticsearch,在解压时提示:磁盘空间不足使用:发现当初创建虚拟机的时候只用了10G,现在需要对虚拟机磁盘进行扩容
在进入docker启动的容器中,需要修改配置文件信息,但是发现vi命令不识别因为docker容器是一轻量的linux机器,相比于正常linux大小要小的多,只安装该容器必须的东西,故一些命令未安装解决办法记录:1、键盘输入命令:apt-get install vim,如果出现如下情况,则需进行第二步;2、键盘输入命令:apt-get update3、等更新完,再输入apt-get install
Q1DB::Exception: Cannot create table from metadata file /data/clickhouse/metadata/default/dwd_test.sql, error: DB::Exception: The local set of parts of table default.dwd_test doesn’t look like the set
面试知识 -- 最系统的基础知识https://github.com/Snailclimb/JavaGuide
一、拉取redis容器docker pull redisdocker images二、从github上获取redis配置文件三、创建一个dockerFileFROM redisCOPY redis.conf /usr/local/etc/redis/redis.confCMD [ "redis-server", "/usr/local/etc/redis/redis.conf" ]四、制作镜像启动
MySQL8.0以后,用的连接驱动改变了,driver必须加上.cj。如com.mysql.cj.jdbc.Driver。url为jdbc:mysql://localhost:3306/test?useSSL=false&serverTimezone=UTC。驱动更新为5.0版本的驱动不能使用。Hibernate的hibernate.cfg.xml配置为<!DOCTY
问题描述:Refused to apply style from 'http://localhost:63342/static/detail/css/all.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.在St