会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
汜慕魂落
博客园
首页
新随笔
联系
订阅
管理
2025年8月1日
Windows Git 非常慢 非常卡
摘要: 解决方法: 【有效】windows service 中找到 Microsoft PC Manager Service, 关闭并禁用自启。亲测有效、立竿见影。 另有一说法,清除临时文件夹: %homepath%\AppData\Local\Temp
阅读全文
posted @ 2025-08-01 18:43 须小弥
阅读(323)
评论(0)
推荐(1)
2021年8月2日
vscode tab 快捷键不能用了
摘要: 按tab没有效果,在terminal按tab也没自动补全,而是在切换标签页。 按 ctrl+m 再试试
阅读全文
posted @ 2021-08-02 18:08 须小弥
阅读(597)
评论(0)
推荐(0)
2021年7月20日
解决crontab定时任务只能按照固定时间开始执行,不能实现立即执行的问题
摘要: import org.quartz.TriggerUtils; import org.quartz.impl.triggers.CronTriggerImpl; import org.springframework.boot.SpringApplication; import org.springf
阅读全文
posted @ 2021-07-20 18:08 须小弥
阅读(1049)
评论(0)
推荐(0)
2021年3月31日
并发查询ElasticSearch, 根据分片来实现
摘要: 并发查询ES,根据分片的个数来设置并发 获取所有的分片 设置并发 每个线程都可以使用scroll全量查询分片数据. 直连分片的这种方式有可能会导致ES集群压力增加,只能适用于低频、需要快速导出数据的场景,不能过度依赖. 所用到的依赖: <dependencies> <dependency> <gro
阅读全文
posted @ 2021-03-31 11:19 须小弥
阅读(1464)
评论(0)
推荐(0)
2020年12月14日
解决 springboot 中用原生的quartz 无法使用autowired自动注入service or mapper
摘要: 添加如下两个类即可自动注入,无需变动其他代码。 import org.quartz.Scheduler; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context
阅读全文
posted @ 2020-12-14 11:16 须小弥
阅读(856)
评论(0)
推荐(0)
2020年11月25日
[摘抄]数据湖,大数据的下一个变革
摘要: 原文链接(InfoQ技术实验室): https://baijiahao.baidu.com/s?id=1647072061942337482&wfr=spider&for=pc 让数据产生价值才叫成功。早期有不少的公司引入了 Hadoop,将企业的各种结构化非结构化数据加载至 Hadoop 环境当中
阅读全文
posted @ 2020-11-25 09:44 须小弥
阅读(239)
评论(0)
推荐(0)
2020年11月1日
linux localhost 借助nginx 支持https
摘要: 解决ssl模块缺失的问题 the "ssl" parameter requires ngx_http_ssl_module https://my.oschina.net/litengteng/blog/1800751 详细的安装过程 https://www.cnblogs.com/maggieq83
阅读全文
posted @ 2020-11-01 08:57 须小弥
阅读(400)
评论(0)
推荐(0)
2020年10月20日
mac os 下 android studio 选择模拟器设备的时候一直显示Loading
摘要: 上图是我修复之后的。 rt,重启电脑后无效。adb kill-server然后adb start-server 无效。 后来突然试试flutter doctor 命令,发现提示如下: [@mac:~]$ flutter doctor -v Waiting for another flutter co
阅读全文
posted @ 2020-10-20 23:25 须小弥
阅读(1471)
评论(0)
推荐(0)
2020年8月25日
SpringBoot 项目遇到错误: Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986
摘要: SpringBoot项目脑袋憨憨的遇到了如下报错, 14:36:42 [http-nio-8691-exec-1] INFO o.a.coyote.http11.Http11Processor - Error parsing HTTP request header Note: further occ
阅读全文
posted @ 2020-08-25 14:48 须小弥
阅读(966)
评论(0)
推荐(0)
2020年8月21日
nexus-2.12.0-01 shiro漏洞升级
摘要: 2020年8月17日 近期shiro被爆漏洞,需升级至1.6.0 公司用nexus中使用了低版本的shiro,需要升级。因此采用仅替换jar包的方式来解决。经测试,在nexus-2.12.0-01/nexus/WEB-INF/lib 下的jar包做如下替换即可 encoder-1.2.2.jar 新
阅读全文
posted @ 2020-08-21 15:34 须小弥
阅读(1084)
评论(3)
推荐(1)
下一页
公告