ByteNote LogoByteNote

Navigation

  • Blog
  • 工具

    © 2025 ByteNote. All rights reserved.

    Mac 重置 zerotier

    Oct 22, 20211 min read
    sudo launchctl unload /Library/LaunchDaemons/com.zerotier.one.plist
    sudo launchctl load /Library/LaunchDaemons/com.zerotier.one.plist
    

    相关文章

    使用 Litestream 同步 sqlite数据库

    使用Litestream同步SQLite数据库,通过Minio存储服务进行数据库的复制和恢复。

    什么是GPT ?

    GPT是一种基于Transformer的自然语言生成模型,通过自监督学习在预训练阶段最大化单词条件概率,在微调阶段最小化任务损失函数,具有高效利用无标签数据和适应多任务的能力,GPT-3作为最新版本,展现出强大的零样本和少样本学习能力,能生成更自然、连贯的文本。

    CondaSSLError: Encountered an SSL error. Most likely a certificate verification issue.

    CondaSSLError happens when there's a problem with the SSL certificate during a Conda operation, and to fix it, you can update Conda, check the SSL certificate, disable SSL verification as a last resort, or set custom SSL verification paths.

    iOS开发路线图

    iOS开发路线图涵盖了Objective-C和Swift语言学习、内存管理、UIKit和Foundation框架的使用、音视频处理、网络编程、架构模式、数据持久化、工具链以及学习资源等多个方面。

    Futter 中的 InputDecoration collapsed属性

    `InputDecoration.collapsed` 属性用于隐藏 Flutter 中 `TextField` 或 `TextFormField` 组件的边框,但需注意其他属性如 `hintText` 也可能被隐藏。