会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
岑惜
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
17
18
19
20
21
22
23
24
25
···
49
下一页
2022年6月10日
idea - 警告 The IDE is running low on memory and this might affect performance. Please consider increasing available heap. 解决
摘要: 1.背景 启动idea警告提示 The IDE is running low on memory and this might affect performance. Please consider increasing available heap 这是idea配置的最大缓存不够用导致 最新版本的
阅读全文
posted @ 2022-06-10 11:30 岑惜
阅读(13911)
评论(0)
推荐(0)
2022年6月6日
vue - vant组件库 - card组件 修改 thumb属性的图片 参数后不及时刷新解决
摘要: 使用 //强制刷新组件 this.$forceUpdate()
阅读全文
posted @ 2022-06-06 02:52 岑惜
阅读(585)
评论(0)
推荐(0)
2022年5月29日
vue 请求报错 Network Error ,没有其他报错信息-解决
摘要: 报错 Network Error ,就没有其他了, 原因 这是因为后端接口写错了,本该是post请求,参数注解正确,但是请求注解错误,就会报这个跨域错误,同时前置通知的代码不进入,切记 ,这是服了这个老6 改为 @PostMapping 即可
阅读全文
posted @ 2022-05-29 15:09 岑惜
阅读(6859)
评论(0)
推荐(0)
2022年5月20日
linux - solr 安装 与创建 core
摘要: 1.去apache官网下载solr的tgz版本压缩文件 官网路径 https://solr.apache.org/downloads.html win10 教程在这里 solr -window 安装与启动 - 岑惜 - 博客园 (cnblogs.com) 2.将压缩文件上传linux,放入需要的文件
阅读全文
posted @ 2022-05-20 08:07 岑惜
阅读(513)
评论(0)
推荐(0)
linux - .tgz 文件是 .tar.gz的缩写
摘要: .tgz 文件是 .tar.gz的缩写 解压指令 tar -zxvf <压缩文件路径> -C <存放的目标路径>注意,这个-C 是大写C 如 tar -zxvf LibreOffice_7.3.2_Linux_x86-64_rpm.tar.gz -C /home/plug/libreoffice7.
阅读全文
posted @ 2022-05-20 06:56 岑惜
阅读(348)
评论(0)
推荐(0)
2022年5月12日
linux - 安装win字体
摘要: cd /usr/share/fonts mkdir win cd win Windows中的字体文件夹font,复制进软件目录 win10位置在 C:\Windows\Fonts 把这里文件拷贝到其他地方,然后xshel 指令 rz 来上传到 win 目录 分别执行 sudo mkfontscale
阅读全文
posted @ 2022-05-12 06:08 岑惜
阅读(357)
评论(0)
推荐(0)
linux - 安装 libreoffice7.3.2
摘要: 将包下载到自己指定位置的指令wget -P /home/plug/libreoffice7.3.2 https://mirrors.cloud.tencent.com/libreoffice/libreoffice/stable/7.3.2/rpm/x86_64/LibreOffice_7.3.2_
阅读全文
posted @ 2022-05-12 05:46 岑惜
阅读(2342)
评论(0)
推荐(0)
2022年5月11日
centOS 7 -防火墙端口配置详解
摘要: 1.配置好了redis的远程访问,发现无法远程连接,然后端口无法连接,这是防火墙没有开启该端口,如果是云服务器则需要在安全策略组开启端口 2.下面的是虚拟机的服务器 指令 firewall-cmd --zone=public --query-port=6379/tcp 发现为no,表示防火墙未开启该
阅读全文
posted @ 2022-05-11 11:30 岑惜
阅读(213)
评论(0)
推荐(0)
2022年5月10日
hadoop - 安装详解【包括jdk配置】
摘要: 1.准备虚拟机,安装linux系统 我安装的是centos7 , 在阿里镜像下载的, 地址 http: //mirrors.aliyun.com/centos/7.9.2009/isos/x86_64/CentOS-7-x86_64-DVD-2009.iso 历史版本目录地址 http: //mir
阅读全文
posted @ 2022-05-10 12:15 岑惜
阅读(399)
评论(0)
推荐(0)
2022年4月2日
gateway - 使用 implements GlobalFilter, Ordered 做全局拦截器的坑-简单总结
摘要: 我被坑了 1.背景 因为spring boot 和spring cloud 出现远程攻击漏洞,不得不升级到最新的,而最新的不支持以前用的微服务框架,需要重新搭建 不再支持zuul网关,只能更换功能强大的gateway 。。。。。。。巨坑来了,没有老师,没有详细的文档,只能把博客都翻了一遍,最后虽然成
阅读全文
posted @ 2022-04-02 01:21 岑惜
阅读(1481)
评论(0)
推荐(0)
上一页
1
···
17
18
19
20
21
22
23
24
25
···
49
下一页
公告