ByteNote LogoByteNote

Navigation

  • Blog
  • 工具

    © 2025 ByteNote. All rights reserved.

    群晖 DSM 停用 Universal Search 套件

    Jun 22, 20221 min read
    sudo -i 
    
    # DSM 6+
    synoservice --disable pkgctl-SynoFinder
    
    # DSM 7+
    synosystemctl disable pkgctl-SynoFinder
    

    相关文章

    除了 gin还提供了号处理参数

    Gin框架支持使用`:`和`*`号处理参数,其中`*`号能匹配更广泛的规则。

    CSS Unicode字符集的正确使用方法和注意事项是什么?

    使用CSS Unicode字符集时,需确保字符在目标设备上正确显示,注意兼容性和编码问题,并正确使用`content`属性插入字符。

    FP16 is not supported on CPU; using FP32 instead

    The warning message states that FP16 is not supported on the CPU, so the code will use FP32 instead, potentially affecting computation speed and accuracy.

    next.js 安装 tailwindCSS

    在 Next.js 项目中安装并配置 TailwindCSS,包括安装依赖、初始化配置文件和设置代码精简。

    Cloudflare 显示the rule must be an execute with an override (Code: 20143)

    错误代码20143表示Cloudflare规则配置不当,解决方法包括检查和调整规则设置,确保正确执行,并在必要时寻求Cloudflare支持团队的帮助。