ZHOUXING1997

Results 5 comments of ZHOUXING1997

集群的链接是否可以使用 -c 参数呢? 公司的redis集群使用命令行是可以在本地使用的,但是工具会报 Cluster is ended

> 我也遇到同样的问题,群连接的时候报错 等待大佬修复吧

在 goland eap 版本中拿到报错 GoLand 2023.3 Beta java.lang.Throwable: Slow operations are prohibited on EDT. See SlowOperations.assertSlowOperationsAreAllowed javadoc. at com.intellij.openapi.diagnostic.Logger.error(Logger.java:376) at com.intellij.util.SlowOperations.assertSlowOperationsAreAllowed(SlowOperations.java:101) at com.intellij.util.indexing.FileBasedIndexScanUtil.ensureUpToDate(FileBasedIndexScanUtil.java:47) at com.intellij.util.indexing.FileBasedIndexScanUtil.processAllKeys(FileBasedIndexScanUtil.java:77) at com.intellij.util.indexing.FileBasedIndexImpl.processAllKeys(FileBasedIndexImpl.java:814) at com.intellij.psi.search.FilenameIndex.processAllFileNameCharSequences(FilenameIndex.java:51) at...

ok,我更新试一下。 周星 ***@***.***   ------------------ 原始邮件 ------------------ 发件人: "LinWanCen/show-comment" ***@***.***>; 发送时间: 2023年11月30日(星期四) 上午7:44 ***@***.***>; ***@***.******@***.***>; 主题: Re: [LinWanCen/show-comment] 会破坏goland的项目索引 (Issue #48) 报错是说在 UI 线程执行了个慢操作,之前写异步的时候没看源码用了两个不是异步的方法包裹,尝试修改如下,你更新到 2.12 版本看看。 DumbService.getInstance(project).runReadActionInSmartMode(() -> ApplicationManager.getApplication().runReadAction(() -> { 改成 DumbService.getInstance(project).smartInvokeLater(() ->...

抱歉,不太方便。 这个是非Model文件,就是我在编辑非model文件的时候,经常报错   周星 ***@***.***   ------------------ 原始邮件 ------------------ 发件人: ***@***.***>; 发送时间: 2024年4月3日(星期三) 晚上6:06 收件人: ***@***.***>; 抄送: ***@***.***>; ***@***.***>; 主题: Re: [maiqingqiang/go-orm-helper] 一直报错 (Issue #15) file:///test.go 这个文件方便发一下吗? — Reply to this email...