ByteNote LogoByteNote

Navigation

  • Blog
  • 工具

    © 2025 ByteNote. All rights reserved.

    在 VS Code 上显示 Flutter icons 和 color 预览

    Oct 28, 20223 min read

    只需要在 VS code 设置中搜索 “Flutter gutter”,勾选上 Dart: Preview Flutter Gutter Icons 选项后重启一下 VS code 就好

    image-20221026165916887

    ![image-20221026170147745](/Users/pan/Library/Application Support/typora-user-images/image-20221026170147745.png)

    相关文章

    Echarts 修改legend图例大小

    Echarts 配置中通过设置 `itemHeight` 和 `textStyle` 属性来调整图例的图标大小和文本样式。

    群晖Photos 同步照片到Google pixel 手机

    使用Syncthing服务将群晖Photos中的照片同步到Google Pixel手机,通过配置Docker容器和设置同步选项实现照片的单向传输。

    Openwrt 【谷歌】连通性检查 连接错误

    检查网络连接、DNS设置、防火墙和安全设置、地区限制、代理/VPN设置以及更新OpenWrt固件,以解决OpenWrt路由器上谷歌连通性检查的连接错误问题。

    Understanding SSH Port Forwarding A Practical Guide

    SSH port forwarding, or SSH tunneling, creates secure encrypted channels between local and remote systems, enabling secure access to services, with practical examples covering local, remote, and dynamic forwarding, common use cases, best practices, troubleshooting, and security considerations.

    React15为什么不支持异步可中断更新?

    React 15 因采用同步更新导致性能问题和卡顿,而 React 16 通过引入 Fiber 架构实现异步可中断更新,提升了性能和用户体验。