240 发简信
IP属地:浙江
  • An error occurred while installing nio4r (2.5.8)

    问题 An error occurred while installing nio4r (2.5.8), and Bundler cannot ...

    0.2 20 0 1
  • mmap

    参考 MMAP[https://spongecaptain.cool/SimpleClearFileIO/3.%20mmap.html]

  • IO 模型

    参考 看一遍就理解:IO模型详解[https://ost.51cto.com/posts/18768]

  • Python int 类型

    未完待续 Python 3 的 int 类型详解(为什么 int 不存在溢出问题?)[https://blog.51cto.com/u_1424...

  • 字符串比较中 NSNumericSearch 选项的工作原理

    未完待续 参考 字符串比较 NSNumericSearch 原理[https://blog.harrisonxi.com/2019/02/%E5...

  • brew 安装

    安装 出现错误:Failed to connect to raw.githubusercontent.com port 443 after 9 ...

  • NSProcessInfo

    概述 iOS 开发中,常常需要在 App 启动时替换域名、指定mock/代理服务器地址、关闭长连接、启动后跳转到指定页面、自动登录、设置经纬度等...

  • float 与 flex

    概述 float 与 flex 均能实现九宫格布局 HTML flex flex 需要在父视图中设置 float float 需要在子视图中设置...

  • CSS 备忘录

    对于margin和padding,百分比按照父元素的宽计算,对于定位元素,则按照父元素的高计算 未完待续