240 发简信
IP属地:上海
  • overlayfs 中如何表示文件删除

    众所周知,overlayfs 引入了 lower 和 upper 两层,再加一个 merge 层展示,低层的文件只读不写,上层的文件可以发生读写...

  • 物化视图

    物化视图(Materialized View)是数据库管理系统中的一个概念,它是一种数据库对象,用于存储和预先计算复杂查询的结果,以提高查询性能...

  • git 惯用缩写

    WIP => Work in progress, do not merge yet. // 开发中 LGTM => Looks good to ...

  • sd 更新 1.6 报错,mac m2 没有对应 pip 包

    需要源码编译 ERROR: No matching distribution found for tensorflow_io git clone...

  • go-playground/validator 默认值问题

    对于 status 其实我的逻辑是必须传,切必须是 0 或者 1,但是实际逻辑中如果传 0 会提示 required 不匹配,只能将 requi...

  • logrotate 原理

    https://zhuanlan.zhihu.com/p/90507023[https://zhuanlan.zhihu.com/p/90507...

  • mac 刷新 dns

    配置一个别名,然后就可以使用

  • git pull error: cannot lock ref

    error: cannot lock ref 'refs/remotes/origin/xxx': 'refs/remotes/origin/x...

  • vim 捕获组

    方案来自 gpt 我: vim 如何一次性替换多个字符 gpt: 在 Vim 中,可以使用替换命令 :%s 来一次性替换多个字符。该命令的语法如...