摘要: 1. 下载wget yum install wget 2. 下载redis cd ~ mkdir soft cd soft wget https://download.redis.io/releases/redis-6.2.1.tar.gz 3. 看README.md tar -xzvf redis 阅读全文
posted @ 2021-03-07 13:30 MartialWorldFish 阅读(73) 评论(0) 推荐(0) 编辑
摘要: MySQL max_allowed_packet设置及问题 场景: 当日志中出现了诸如:“Package for query is too large (xxxxxxxx > 4194304). You can change this value on the server by setting t 阅读全文
posted @ 2020-11-07 16:11 MartialWorldFish 阅读(19742) 评论(0) 推荐(0) 编辑
摘要: MySQL数据库备份还原 阅读全文
posted @ 2020-11-03 20:29 MartialWorldFish 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 一、查看字符集 查看MYSQL数据库服务器和数据库字符集 方法一: show variables like '%character%'; 方法二: show variables like 'collation%'; 查看MYSQL所支持的字符集 show charset; 查看库的字符集 语法:sh 阅读全文
posted @ 2020-11-03 20:20 MartialWorldFish 阅读(273) 评论(0) 推荐(0) 编辑
摘要: 你是否碰到word2010或2013打开后不能编辑,一直未响应的问题呢,解决方法如下-- 在开始-运行中输入winword /a进入无加载项word(因为正常进入word无法编辑)。 依次进入word选项--高级--显示--禁用硬件图形加速,打开看是否好了呢。嘎嘎 什么?还没好,在硬件加速下面有个“ 阅读全文
posted @ 2020-11-03 20:12 MartialWorldFish 阅读(5359) 评论(0) 推荐(0) 编辑
摘要: 在编写mybatis的xml中会出现大面积黄色背景提示,看起来比较不舒服,怎么去掉黄色背景呢?按如下步骤即可。 1、使用idea快捷键 ctrl + alt+ s 打开Settings。 找到Editor -> Inspections的配置页面,去掉SQL中No data sources confi 阅读全文
posted @ 2020-09-30 09:02 MartialWorldFish 阅读(746) 评论(0) 推荐(0) 编辑
摘要: 1:Intellij IDEA运行报Command line is too long解法 报错内容: Error running 'ServiceStarter': Command line is too long. Shorten command line for ServiceStarter o 阅读全文
posted @ 2020-04-26 20:09 MartialWorldFish 阅读(1546) 评论(0) 推荐(0) 编辑
摘要: 原文:Windows下RabbitMQ安装及配置 阅读全文
posted @ 2020-04-13 14:07 MartialWorldFish 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 处理这个网络问题我也尝试了多种方法,把这些方法记录下来希望能帮到一些朋友 第一种 驱动篇 查看驱动型号 lspci | grep Wireless 笔者的是Intel Corporation Centrino Wireless-N 1000 [Condor Peak] 下载对应驱动 到驱动下载地址下 阅读全文
posted @ 2020-04-01 22:39 MartialWorldFish 阅读(2059) 评论(0) 推荐(0) 编辑
摘要: 本文测试环境: CentOS 7 64-bit Minimal MySQL 5.7 卸载mariadb [root@local ~]# rpm -qa | grep mariadb mariadb-libs-5.5.64-1.el7.x86_64 [root@local ~]# rpm -e mar 阅读全文
posted @ 2020-03-26 11:23 MartialWorldFish 阅读(449) 评论(0) 推荐(0) 编辑