ByteNote LogoByteNote

Navigation

  • Blog
  • 工具

    © 2025 ByteNote. All rights reserved.

    What is the home directory on Windows Subsystem for Linux?

    May 16, 20231 min read

    The home directory on Windows Subsystem for Linux is located at /home/, where is the name of the currently logged in user.

    相关文章

    商汤科简介

    商汤科技是一家总部位于香港的人工智能公司,提供包括视觉感知、语音识别等在内的解决方案,服务于多个行业,并与国际企业合作推动技术发展。

    如何用原生JS为按钮绑定多个onclick事件?

    使用原生JS的addEventListener方法可以为按钮绑定多个onclick事件。

    SwiftUI 如何实现Text视图的字体粗细+文本颜色+多行文本+对齐

    SwiftUI中可以通过设置.font、.foregroundColor、.multilineTextAlignment和.textAlignment属性来调整Text视图的字体粗细、文本颜色、多行文本和对齐方式。

    Vue3 响应式计算和侦听

    Vue 的计算属性 `computed` 可以创建不可变或可写的响应式 ref 对象,用于追踪依赖变化,而 `watch` 用于侦听响应式数据的变化。

    Vue3 vue-router 使用 keep-alive

    Vue3 中使用 vue-router 和 keep-alive 来缓存组件状态。