ByteNote LogoByteNote

Navigation

  • Blog
  • 工具

    © 2025 ByteNote. All rights reserved.

    mac 局域网代理地址

    Oct 18, 20221 min read
    export http_proxy=http://192.168.194.242:1087;export https_proxy=http://192.168.194.242:1087;export ALL_PROXY=socks5://192.168.194.242:1080
    

    相关文章

    阿里云公共DNS

    阿里云公共DNS的IP地址是223.5.5.5。

    F5-TTS A Zero-Shot Capable TTS Tool with Multi-Language Support, Speed Control, and Emotional Expression

    F5-TTS is an advanced text-to-speech system offering multi-language switching, zero-shot generation, speed control, and emotional expression, ideal for various applications like smart assistants and content creation.

    linux-权限管理

    《Linux权限管理》教程涵盖了Linux系统中文件和目录的权限结构、修改权限、修改所有者和所属组的方法,以及umask默认权限的计算。

    在js中,前端开发中的10.toString(16)的理解

    在JavaScript中,使用(10).toString(16)可以将十进制数10转换为十六进制字符串"a"。

    nginx 反向代理配置多个地址

    Nginx配置通过反向代理将不同路径转发到不同的服务器地址。