AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-699058

Porcupine's questions

Martin Hope
Porcupine
Asked: 2023-08-06 08:50:44 +0800 CST

笔记本电脑音频:充电和使用耳机插孔或 USB C 适配器时发出蜂鸣声

  • 5

每当我插入 USB-C PD 充电器时,无论我使用笔记本电脑上的耳机插孔还是使用 Apple USB-C 转 3.5 毫米耳机插孔适配器,我都会听到耳机中持续发出嗡嗡声。

我很惊讶,因为我认为使用 USB-C 适配器的全部目的就是为了完全隔离这些噪音!

当我触摸我的笔记本电脑(表面由铝合金制成)时,嗡嗡声消失了(因为我的身体充当了地面!

这是因为笔记本电脑的制造质量不好吗?或者我的笔记本电脑硬件有缺陷吗?

我该如何解决这个问题?

laptop
  • 1 个回答
  • 84 Views
Martin Hope
Porcupine
Asked: 2022-11-15 06:10:30 +0800 CST

仅来自特定提交的特定文件的 Git 日志

  • 5
git log --graph --decorate --pretty=oneline --abbrev-commit --patch --full-history --follow -- "${FileP}"

印刷

* b8800d8 (HEAD -> master, origin/master, origin/HEAD) chore(export): exported to repo
| diff --git a/DotFilesSrc/DotFileTools/Linux/RepositoryTree/Zathura/zathurarc b/DotFilesSrc/DotFileTools/Linux/RepositoryTree/Zathura/zathurarc
| index c15b225..44691e8 100644
| --- a/DotFilesSrc/DotFileTools/Linux/RepositoryTree/Zathura/zathurarc
| +++ b/DotFilesSrc/DotFileTools/Linux/RepositoryTree/Zathura/zathurarc
| @@ -1,2 +1,2 @@
|  include Config.txt
| -include SolarizedDark.txt
| +include SolarizedLight.txt
...
* 300d6c6 chore(source): dirty state
| diff --git a/DotFilesSrc/DotFileTools/RepositoryTree/Zathura/zathurarc b/DotFilesSrc/DotFileTools/Linux/RepositoryTree/Zathura/zathurarc
| similarity index 100%
| rename from DotFilesSrc/DotFileTools/RepositoryTree/Zathura/zathurarc
| rename to DotFilesSrc/DotFileTools/Linux/RepositoryTree/Zathura/zathurarc
...
* 1c2327b chore: initial
  diff --git a/DotFilesSrc/DotFileTools/RepositoryTree/Zathura/zathurarc b/DotFilesSrc/DotFileTools/RepositoryTree/Zathura/zathurarc
  new file mode 100644
  index 0000000..c15b225
  --- /dev/null
  +++ b/DotFilesSrc/DotFileTools/RepositoryTree/Zathura/zathurarc
  @@ -0,0 +1,2 @@
  +include Config.txt
  +include SolarizedDark.txt

它显示所有提交中对文件的更改。

我如何显示上述信息,但仅针对一次提交说使用哈希提交b8800d8(可以是任何哈希,具体取决于提交)如下

* b8800d8 (HEAD -> master, origin/master, origin/HEAD) chore(export): exported to repo
| diff --git a/DotFilesSrc/DotFileTools/Linux/RepositoryTree/Zathura/zathurarc b/DotFilesSrc/DotFileTools/Linux/RepositoryTree/Zathura/zathurarc
| index c15b225..44691e8 100644
| --- a/DotFilesSrc/DotFileTools/Linux/RepositoryTree/Zathura/zathurarc
| +++ b/DotFilesSrc/DotFileTools/Linux/RepositoryTree/Zathura/zathurarc
| @@ -1,2 +1,2 @@
|  include Config.txt
| -include SolarizedDark.txt
| +include SolarizedLight.txt
command-line
  • 1 个回答
  • 14 Views
Martin Hope
Porcupine
Asked: 2022-04-12 08:36:52 +0800 CST

Thunderbird:将所选文件夹中的所有邮件标记为未读

  • 5

可以将所选文件夹中的所有邮件标记为已读。它对于存档目的很有用。

但是是否也可以将所选文件夹的所有消息标记为未读?这对于我需要采取行动的某些文件夹很有用。


我有一个收藏文件夹列表,我将来自各种收件箱的邮件移动到其中,我希望在移动到目标收藏文件夹后将它们标记为未读

在此处输入图像描述

email thunderbird
  • 1 个回答
  • 176 Views
Martin Hope
Porcupine
Asked: 2022-03-29 11:11:09 +0800 CST

MPV:循环播放当前播放的 flac 文件的封面艺术(如果存在多个图像)

  • 5

我有包含多个嵌入式封面艺术的 flac 文件,其中包括正面、背面、小册子等。是否可以循环浏览当前播放的 flac 文件的封面艺术(如果存在多个图像)?有什么捷径吗?

keyboard-shortcuts metadata
  • 1 个回答
  • 29 Views
Martin Hope
Porcupine
Asked: 2019-07-04 10:16:19 +0800 CST

Pandoc:使用标准化的 unicode 表情符号

  • 7

我想使用flag: Japan带有 unicode 的表情符号,U+1F1EF U+1F1F5如标准完整表情符号列表 v12.0中定义的那样,在 markdown 中(使用 Pandoc 呈现)。

鉴于此表情符号未在 Pandoc 源代码中定义:master · jgm/pandoc 中的 pandoc/Emoji.hs,我如何在文档中使用它?或者我如何在 Pandoc 源代码中定义它?

如果可能,请提出一个可以解析多个 unicode 表情符号的通用解决方案,例如:thermometer:?、:jp:??。

可扩展代码将读取 lua 文件中的 csv 文件或数据结构:

jp,??
thermometer,?

并进行字符串替换。

unicode rendering
  • 2 个回答
  • 761 Views
Martin Hope
Porcupine
Asked: 2019-07-03 01:33:02 +0800 CST

从 shell 执行 VSCode 时如何不立即返回 shell

  • 5

当我在 VSCode 窗体 Bash 中打开一个文件时,通过键入code ${FilePath}它立即返回,即我可以在关闭文件之前开始键入下一个命令。

如果我对其他编辑器做同样的事情,比如gedit ${FileFpath}提示等待我关闭文件。

我需要 Vscode 的这种行为,因为我正在执行一个在中间打开文件的 bashscript,下一个过程应该只在文件关闭后发生。

如何让 bash 提示等待我关闭文件?

bash shell
  • 1 个回答
  • 19 Views
Martin Hope
Porcupine
Asked: 2019-06-27 11:05:44 +0800 CST

在自定义命令后启用所有定义的 bash 补全

  • 5

我有一个名为的自定义脚本oEd,它基本上运行任何跟随它的 bash 命令,并在我最喜欢的编辑器中打开输出。

是否可以在此自定义脚本之后启用所有定义的 bash 完成(由我的 bashrc 支持)?

例如:我想做什么。

$ oEd man ls
$ oEd find . 

在这里,我创建oEd了它,如果它支持所有补全,它会更有用。

linux bash
  • 1 个回答
  • 134 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何减少“vmmem”进程的消耗?

    • 11 个回答
  • Marko Smith

    从 Microsoft Stream 下载视频

    • 4 个回答
  • Marko Smith

    Google Chrome DevTools 无法解析 SourceMap:chrome-extension

    • 6 个回答
  • Marko Smith

    Windows 照片查看器因为内存不足而无法运行?

    • 5 个回答
  • Marko Smith

    支持结束后如何激活 WindowsXP?

    • 6 个回答
  • Marko Smith

    远程桌面间歇性冻结

    • 7 个回答
  • Marko Smith

    子网掩码 /32 是什么意思?

    • 6 个回答
  • Marko Smith

    鼠标指针在 Windows 中按下的箭头键上移动?

    • 1 个回答
  • Marko Smith

    VirtualBox 无法以 VERR_NEM_VM_CREATE_FAILED 启动

    • 8 个回答
  • Marko Smith

    应用程序不会出现在 MacBook 的摄像头和麦克风隐私设置中

    • 5 个回答
  • Martin Hope
    Vickel Firefox 不再允许粘贴到 WhatsApp 网页中? 2023-08-18 05:04:35 +0800 CST
  • Martin Hope
    Saaru Lindestøkke 为什么使用 Python 的 tar 库时 tar.xz 文件比 macOS tar 小 15 倍? 2021-03-14 09:37:48 +0800 CST
  • Martin Hope
    CiaranWelsh 如何减少“vmmem”进程的消耗? 2020-06-10 02:06:58 +0800 CST
  • Martin Hope
    Jim Windows 10 搜索未加载,显示空白窗口 2020-02-06 03:28:26 +0800 CST
  • Martin Hope
    andre_ss6 远程桌面间歇性冻结 2019-09-11 12:56:40 +0800 CST
  • Martin Hope
    Riley Carney 为什么在 URL 后面加一个点会删除登录信息? 2019-08-06 10:59:24 +0800 CST
  • Martin Hope
    zdimension 鼠标指针在 Windows 中按下的箭头键上移动? 2019-08-04 06:39:57 +0800 CST
  • Martin Hope
    jonsca 我所有的 Firefox 附加组件突然被禁用了,我该如何重新启用它们? 2019-05-04 17:58:52 +0800 CST
  • Martin Hope
    MCK 是否可以使用文本创建二维码? 2019-04-02 06:32:14 +0800 CST
  • Martin Hope
    SoniEx2 更改 git init 默认分支名称 2019-04-01 06:16:56 +0800 CST

热门标签

windows-10 linux windows microsoft-excel networking ubuntu worksheet-function bash command-line hard-drive

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve