上一页 1 2 3 4 5 6 7 ··· 18 下一页
摘要: #基础镜像 FROM ubuntu:22.04 AS builder LABEL stage=plat #增加环境变量 ENV GOARCH amd64 ENV GOOS linux ENV GOBIN $GOROOT/bin/ ENV GOTOOLS $GOROOT/pkg/tool/ ENV G 阅读全文
posted @ 2022-09-11 17:57 lingr7 阅读(255) 评论(1) 推荐(0) 编辑
摘要: 访问网址 https://code.visualstudio.com/docs/supporting/faq#_previous-release-versions 可知 | Windows 64 bit zip | https://update.code.visualstudio.com/{vers 阅读全文
posted @ 2022-09-08 15:11 lingr7 阅读(209) 评论(0) 推荐(0) 编辑
摘要: eidt 现有 session 阅读全文
posted @ 2022-09-01 11:02 lingr7 阅读(904) 评论(2) 推荐(0) 编辑
摘要: vscode 中的合并行功能,要在 帮助->显示所有命令 中输入 合并行 找到; notepad++ 中的合并行功能,在 编辑->行操作->合并行,快捷键为ctrl j 而我的需求是合并行,并且不添加空格。 一种是是使用正则表达式,把换行符删除掉; 一种是home键 删除键不停地按,手动删除换行; 阅读全文
posted @ 2022-05-14 20:26 lingr7 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 系统信息 键 值 GPU Nvidia GeForce GTX 1650 CPU AMD R5 4600H operation system 版本 Windows 10 专业版 21H2 根据官网Conformant Products - The Khronos Group Inc 查询到硬件上对o 阅读全文
posted @ 2022-05-10 22:06 lingr7 阅读(1591) 评论(0) 推荐(0) 编辑
摘要: 找了个项目,遇到bug https://github.com/Johnserf-Seed/TikTokDownload/issues/143 又遇到问题,写了个Dockerfile来解决 https://github.com/Johnserf-Seed/TikTokWeb/pull/2 终于成功下载 阅读全文
posted @ 2022-04-24 11:44 lingr7 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 自动获取书签软件V0505+PdgCntEditor详解 https://blog.csdn.net/qq_42732229/article/details/118360102 想法是想要给pdf文件制作书签,这个问题从我使用淘宝购买书籍的pdf文件开始就存在了,大概在2020年的3月就存在了。 P 阅读全文
posted @ 2022-03-30 20:32 lingr7 阅读(838) 评论(0) 推荐(0) 编辑
摘要: 这个软件的使用体验是非常棒的。属于用过这个软件和没用过这个软件的人生都是不一样的。 免费,速度快。 世界上最快的磁盘空间分析器。至少在我试用的几个软件中,这个确实是最快的。 名医开药了属于是。 另外,这也让我对磁盘空间占用整理有了一个新的思考。 常常关注的内容,可能并没有占用多少存储空间,比如我常用 阅读全文
posted @ 2022-03-26 21:27 lingr7 阅读(230) 评论(0) 推荐(0) 编辑
摘要: idea里java软件终端的日志可以设置导出到一个文本文件,但是这种文本文件又太大了,一般的文本编辑器,打开会卡死崩溃。 这时候使用EmEditor即可。 阅读全文
posted @ 2022-03-10 21:40 lingr7 阅读(469) 评论(0) 推荐(0) 编辑
摘要: Python控制台 Backend QtAgg is interactive backend. Turning interactive mode on. 解决办法, 在.py文件的运行配置处编辑运行配置。 去除勾选:使用Python控制台运行。 阅读全文
posted @ 2022-01-06 20:01 lingr7 阅读(2092) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 18 下一页