ByteNote LogoByteNote

Navigation

  • Blog
  • 工具

    © 2025 ByteNote. All rights reserved.

    解决MAC 删除了windows 分区后,开机还有 windows引导

    May 17, 20221 min read

    删除了windows 分区后,开机还有 windows引导,这个问题很好解决!

    重新开机,电脑响一声,按 command+option+P+R (PC键盘是 win+alt+p+r ),可以多次反复按,直到电脑自动重启,电脑会清除以前的启动项的。清除成功后,就没有了,以后开机自动进 macOS。

    相关文章

    Vue3 滚动hook的封装和使用

    本文介绍了如何在Vue3中封装和使用滚动hook,包括滚动到底部、检查是否滚动到底部以及保持滚动位置在底部的方法。

    Flutter Add desktop support to an existing Flutter app

    To add desktop support to an existing Flutter app, update the Flutter SDK, configure dependencies in pubspec.yaml, run `flutter create .`, modify main.dart, and use `flutter run -d [platform]` to launch on Windows or macOS.

    Flutter Textarea 设备背景色

    Flutter TextFormField设置为不可编辑,背景色为白色,提示文本为“请输入日志内容”,支持多行输入。

    Linux 系统如何恢复电脑摄像头默认设置?

    通过终端命令查看并重置摄像头参数,如亮度、对比度等,同时建议备份当前参数以便还原。

    CSS 将匹配那些没有 hidden 属性的元素?

    CSS通过使用`:not([hidden])`选择器来匹配并应用样式于所有未设置`hidden`属性的元素。