ByteNote LogoByteNote

Navigation

  • Blog
  • 工具

    © 2025 ByteNote. All rights reserved.

    Github Actions的免费时长是多少?

    Mar 13, 20231 min read

    Github Actions提供每个账号每月免费2,000个工作流分钟,超过后需要付费。同时也有一些限制条件,如最多可以同时运行20个作业、最多可以保留14天的工作流日志等。具体情况可以参考Github官方文档。

    相关文章

    前端路由的两种模式

    前端路由的两种模式是Hash模式和History模式,前者通过URL的`#`符号实现单页应用,后者利用HTML5的历史记录API实现无刷新更改链接,但需服务器端配置支持。

    SwiftUI 去掉右键选择的 Focus的默认边框

    在SwiftUI中,通过使用`.focusable()`修饰符和`.onTapGesture {}`处理程序,结合`.resignFirstResponder()`方法,可以实现点击时移除聚焦视图的边框。

    iOS 17 新版钱包和健康曝光

    iOS 17的钱包应用新增了底部导航栏和多项功能,而健康应用则增强了运动跟踪和心理健康管理。

    Flutter 使用 Dart 内置的图片压缩库

    在Flutter中,通过添加并使用`flutter_image_compress`包,可以实现图片的压缩,通过调整`quality`和`format`参数来控制压缩质量和格式。

    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.