ByteNote LogoByteNote

Navigation

  • Blog
  • 工具

    © 2025 ByteNote. All rights reserved.

    Flutter CupertinoFormSection CupertinoFormRow, and CupertinoTextFormFieldRow

    Nov 29, 20222 min read

    The CupertinoFormSection, CupertinoFormRow, and CupertinoTextFormFieldRow widgets make it easier to produce validated form fields with iOS’s sectioned visual aesthetics.

    img

    相关文章

    Linux不能删除,报错”Device or resource busy”

    在Linux系统中,由于进程号32308正在使用文件,导致无法删除并出现"Device or resource busy"错误,解决方法是先尝试重启电脑,若无效则需谨慎使用kill -9命令终止该进程后再删除文件。

    JS 类型判断封装

    该代码封装了一系列JavaScript类型判断函数,包括函数、对象、日期、数值、异步函数、Promise、字符串、布尔和数组等。

    Taro 中静态资源的引用

    Taro 支持通过 ES6 `import` 语法引用静态资源,如样式、JS、图片、JSON 文件,并提供了配置选项以在小程序样式中直接引用本地资源。

    Flutter Class 的get 和 set

    该代码示例展示了如何在Dart中使用Flutter的Person类通过getter和setter方法访问和修改name属性。

    sudo 和 sub的区别

    sudo 提供超级管理员权限,而 sub 创建独立运行的子 shell 但不提升特权。