上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 34 下一页
摘要: 【JaveSE】MD5加密 1、apache commons-codec.jar,一般工程,不引入spring的情况 import org.apache.commons.codec.digest.DigestUtils; /** * MD5加密之方法一 * @explain 借助apache工具类D 阅读全文
posted @ 2022-08-01 18:04 翠微 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 查看使用的时区 date -R 设置时区 # tzselect5,9,1,1 Please select a continent or ocean. 选择Asia Please select a country. 选择China Please select one of the following 阅读全文
posted @ 2022-08-01 10:06 翠微 阅读(244) 评论(0) 推荐(0) 编辑
摘要: TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block 磁盘使用量超过洪泛阶段水印,索引具有只读允许删除块 解决:扩充磁盘,重启ES 给磁盘扩容后关闭 阅读全文
posted @ 2022-07-30 22:16 翠微 阅读(3066) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/zty1317313805/article/details/121931692 spring: rabbitmq: host: rabbitmq port: 5672 username: guest password: guest connection-t 阅读全文
posted @ 2022-07-29 14:41 翠微 阅读(413) 评论(0) 推荐(0) 编辑
摘要: 【ElasticSearch】去掉重复数据 https://blog.csdn.net/qq_33697094/article/details/109735592 https://blog.csdn.net/qq_33697094/article/details/109735592 https:// 阅读全文
posted @ 2022-07-28 15:00 翠微 阅读(544) 评论(0) 推荐(0) 编辑
摘要: 【MySQL】优化 性能查看 1、解释SQL,explain 2、show profile mysql 5.1以后版本引入的 开启 mysql> set profiling = 1; 给每一个查询生成一个整形的标识 mysql> show profiles; 查看查询具体耗时在哪里 mysql> s 阅读全文
posted @ 2022-07-22 11:08 翠微 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 增加简体繁体转换按钮 1、增加工具栏按钮,neditor\neditor.config.js toolbars: [ [ "selectall", // 全选 ... 'simple', // 简体 'tradition', // 繁体 ] ] 2、添加按钮提示文字,neditor\i18n\zh- 阅读全文
posted @ 2022-07-19 15:35 翠微 阅读(104) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_44749491/article/details/130123065 中国一共分了5个时区 哈尔滨 Asia/Harbin 长白时区GMT+8:30上海 Asia/Shanghai 标准时区 GMT+8重庆 Asia/Chongqing 陇蜀时区GM 阅读全文
posted @ 2022-07-15 14:31 翠微 阅读(421) 评论(0) 推荐(0) 编辑
摘要: 【Redis】配置 下载:https://download.redis.io/releases/ 【spring boot】配置 spring: redis: database: 5 host: redis port: 6379 password: dyt#88352636 timeout: 600 阅读全文
posted @ 2022-07-15 13:12 翠微 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 安装 npm install --save vue-json-viewer 使用 import JsonViewer from 'vue-json-viewer' export default { name: 'logRecord', components:{ JsonViewer }, data( 阅读全文
posted @ 2022-07-14 14:26 翠微 阅读(401) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 34 下一页