ByteNote LogoByteNote

Navigation

  • Blog
  • 工具

    © 2025 ByteNote. All rights reserved.

    Drawio 桌面客端

    Jun 29, 20227 min read

    目前最新版本

    Releases Notes for 19.0.3

    Windows Installer
    Windows No Installer
    macOS - Universal
    Linux - deb, snap, AppImage or rpm
    Google Chrome OS

    Windows intel x32 releases are marked -ia32-

    ChangeLog:

    • Plugins now disabled by default. Use --enable-plugins on command line to enable.
    • Updates to draw.io core 19.0.3. All changes from 19.0.3 are added in this build.

    相关文章

    CSS中place-items属性有什么作用?

    CSS中的`place-items`属性用于同时设置元素的垂直和水平对齐方式,适用于网格布局。

    altstore mail plugin not working

    The AltStore mail plugin is not functioning and is located at the specified path.

    在容器中搭建自己的编译环境

    通过安装Docker、构建自定义镜像、运行容器并在其中进行开发,可以搭建一个独立的编译环境,减少对主机的依赖并提高开发效率。

    群晖 pip3 安装、换源配置

    群晖系统通过下载并执行`get-pip.py`安装pip3,配置环境变量以使其可用,并更改源以优化下载速度。

    在 Nginx 的 proxy_pass 配置中末尾是否有斜杠的区别

    在 Nginx 的 `proxy_pass` 配置中,末尾是否有斜杠(`/`)决定了是否剥离 `location` 匹配的 URI 部分,进而影响如何将请求的 URI 转发给代理服务器。