ByteNote LogoByteNote

Navigation

  • Blog
  • 工具

    © 2025 ByteNote. All rights reserved.

    群晖spk文件安装

    Nov 30, 20221 min read
    # 安装
    sudo synopkg install WireGuard.spk
    # 执行初始化脚本
    sudo /var/packages/WireGuard/scripts/start
    

    相关文章

    Uncaught Error Extension context invalidated

    该代码定义了一个名为HMRPort的类,用于处理Chrome扩展的热模块替换(HMR),包括处理连接、消息和错误,特别是当遇到“Extension context invalidated”错误时会重新加载页面。

    Unchecked runtime.lastError: The message port closed before a response was received.

    The error "The message port closed before a response was received" in a browser extension indicates a communication failure between extension parts due to premature closure of the message port, potentially caused by various issues like crashes, network errors, or malformed messages.

    更新微软Edge后,NewBing边栏快捷插件消失的解决方法

    要显示隐藏的Bing边栏插件,首先尝试通过设置中的“Discover”选项开启,如果无效则重新安装插件,必要时清除缓存或重置浏览器。

    Kotlin Multiplatform 技术

    Kotlin Multiplatform 是一种允许开发人员在多个平台上共享和重复使用代码的技术,提高了开发效率和代码质量。

    HTML列表有哪些种类?它们之间的区别是什么?

    HTML列表包括无序列表、有序列表和定义列表,分别使用 `<ul>`、`<ol>` 和 `<dl>` 标签定义,区别在于项目符号、有序编号和术语定义的呈现方式。