240 发简信
IP属地:广东
  • Resize,w 360,h 240
    VictoriaMetrics——indexdb源码分析1

    victoriametrics版本: v1.100.0-cluster[https://github.com/VictoriaMetrics/V...

  • Resize,w 360,h 240
    Odoo系列——模块开发1

    创建odoo模块: python odoo-bin scaffold demo odoo/addons目录展示如下: 注: 脚手架使用默认模板为...

  • 字节顺序

    中文wiki[https://zh.wikipedia.org/wiki/%E5%AD%97%E8%8A%82%E5%BA%8F] RFC 描述...

  • MySQL InnoDB 锁

    锁的类型 https://dev.mysql.com/doc/refman/8.0/en/innodb-locking.html[https:/...

  • MySQL ORDER GROUP 索引问题探讨

    MySQL 版本: SELECT VERSION(); // 8.0.23 组合索引相关的文档:https://dev.mysql.com/do...

  • MongoDB ObjectId 源码剖析

    官方对 ObjectId 的描述:https://docs.mongodb.com/manual/reference/method/Object...

  • Protocol buffer

    语法介绍 protoc --go_out=. --go-grpc_out=. api.proto--go_out 的插件是 protoc-gen...

  • Golang JSON Tag 匹配问题

    现象 疑问 json tag 不相等,即 data != DATA 为啥还可以反序列化成功呢? 源码 go/src/encoding/json/...

  • Golang HTTP Request Header 分析

    协议 https://datatracker.ietf.org/doc/html/rfc7540#section-8.1.2[https://d...