摘要: sublime 4 GBK转码,中文字体设置告别错别字,rainbowbrackets括号着色配置,格式化代码 阅读全文
posted @ 2026-04-03 10:01 云牧青 阅读(25) 评论(0) 推荐(0)
摘要: Terminal终端,PSReadLine记住历史命令,tab自动补全,命令行工具推荐,解决curl报错Invoke-WebRequest : 无法绑定参数“Headers”,oh my zsh oh-my-zsh autosuggestions 阅读全文
posted @ 2026-04-02 17:05 云牧青 阅读(280) 评论(0) 推荐(0)
摘要: openclaw gateway解决:设置教程,解决:origin not allowed;control ui requires device identity;pairing required;(open the Control UI from the gateway host or allow it in gateway.controlUi.allowedOrigins)(use HTTPS or localhost secure context) 阅读全文
posted @ 2026-03-20 10:48 云牧青 阅读(6652) 评论(1) 推荐(0)
摘要: Spotify上传无法上传音乐到其服务器。但是可以先下载到电脑,再同步到手机本地。 首先音乐文件推荐m4a格式 ffmpeg -i in.flac out.m4a 修改歌曲标签信息,右键属性,详细信息的标题、参与创作的艺术家就是,也可以命令修改ffmpeg -i "in.m4a" -metadata 阅读全文
posted @ 2026-02-10 22:18 云牧青 阅读(90) 评论(0) 推荐(0)
摘要: CodeQL database create生成数据库时报错,编译成功但是无法分析 博主的解决办法是,消灭中文路径,路径中不要包含中文 搜索到的其它原因: 隐藏文件夹,jdk版本 编译命令 .\codeql database create D:\codeQL\spring-boot-learning 阅读全文
posted @ 2025-05-19 16:46 云牧青 阅读(146) 评论(0) 推荐(0)
摘要: 解决办法: 点击下载,开始转圈后断开梯子 等下载好后,再恢复梯子,然后再下载另一个,同时下载多个转圈,好像只有一个能下载成功 阅读全文
posted @ 2025-05-06 14:53 云牧青 阅读(2042) 评论(0) 推荐(0)
摘要: Exception occurred while executing 'grant': java.lang.SecurityException: grantRuntimePermission: Neither user 2000 nor current process has android.per 阅读全文
posted @ 2025-05-06 14:49 云牧青 阅读(2561) 评论(0) 推荐(0)
摘要: Windows win11编译masscan.exe,2024 解决错误:LNK2019 无法解析的外部符号 e_next_byte e_next_int32 第一步:克隆仓库 https://github.com/robertdavidgraham/masscan.git 第二部:VisualSt 阅读全文
posted @ 2024-04-16 17:20 云牧青 阅读(713) 评论(0) 推荐(0)
摘要: remount 失败 '/dev/block/sda6' is read-only adb disable-verity failed to read fstab '/dev/root' is read-only mount -o remount,rw /system mount: '/system 阅读全文
posted @ 2023-12-01 17:11 云牧青 阅读(1679) 评论(0) 推荐(0)
摘要: 介绍一些GitHub常识、玩法,以及readme规范。 包括定制个人主页,使用中英双语、badge等 一、Git连接 Linux下clone推荐ssh,因为ssh没被墙,其次Linux也不方便挂代理 Linux SSH连接与认证 Windows下可以用代理,因为要网页浏览,git代理设置见 git快 阅读全文
posted @ 2023-11-30 16:39 云牧青 阅读(179) 评论(0) 推荐(0)