📓 Linux C/C++

更多

  • 缩略图
    Google gRPC 编译、安装、使用

    Google gRPC(Google Remote Procedure Call)是一个高性能、开源的远程过程调用框...

    🕒 2024年11月19日
  • 缩略图
    C++ std::ref 引用包装器

    std::ref 是 C++ 标准库中的一个工具,用于将对象封装为引用包装器 ,从而实现将原...

    🕒 2024年10月21日
  • 缩略图
    C++ std::bind 函数适配器

    std::bind 是 C++11 引入的一个函数适配器,它可以将函数或可调用对象与其参数绑定...

    🕒 2024年10月16日
  • 缩略图
    C++ operator new/delete 函数重载

    在 C++ 中,operator new 和 operator delete 是用于动态内存分配和释放的运算符。...

    🕒 2024年9月26日
  • 缩略图
    C++ new/delete 使用场景

    new 和 delete 是 C++ 中非常重要的两个关键字,其作用是实现动态对象的管理。正确...

    🕒 2024年9月26日
  • 缩略图
    C++ Boost Bidirectional Maps 

    Boost.Bimap 是 C++ Boost 库中的一个组件,它提供了一种双向映射的容器,即键和值...

    🕒 2024年7月16日
  • 缩略图
    C++ Boost Interval Container Library

    Boost Interval Container Library(简称 Boost.Icl)是 Boost 库中的一个子库,专...

    🕒 2024年5月31日
  • 缩略图
    Google Protobuf 安装

    Google Protocol Buffers(简称 Protobuf)是一种由 Google 开发的,用于定义结构...

    🕒 2024年5月27日
  • 缩略图
    Windows Protobuf 编译安装

    Protocol Buffers(protobuf)主要用于在不同系统、不同语言之间进行高效的数据序...

    🕒 2024年5月27日
  • 缩略图
    Google Protobuf 语言

    Protocol Buffers 使用了一种中立、平台无关的语言来定义数据结构,使得不同编程语...

    🕒 2024年5月26日

📓 PYTHON

更多

  • 缩略图
    Python 对象拷贝问题

    在 Python 中涉及到对象拷贝主要有两个问题: 1. 深浅拷贝 深拷贝和浅拷贝的主要区...

    🕒 2024年10月27日
  • 缩略图
    Google Protobuf 安装

    Google Protocol Buffers(简称 Protobuf)是一种由 Google 开发的,用于定义结构...

    🕒 2024年5月27日
  • 缩略图
    Google Protobuf 语言

    Protocol Buffers 使用了一种中立、平台无关的语言来定义数据结构,使得不同编程语...

    🕒 2024年5月26日
  • 缩略图
    Python Protocol Buffers

    Google Protocol Buffers(简称 Protobuf)是一种由 Google 开发的数据序列化格式...

    🕒 2024年5月25日
  • 缩略图
    C++ 调用 Python 对象

    🕒 2024年4月10日
  • 缩略图
    Python Joblib 工具使用

    joblib 是一个Python库,用于在Python中高效地保存和加载对象,特别是那些包含大型...

    🕒 2024年3月9日
  • 缩略图
    Chroma Hello World

    Chroma is the open-source embedding database. Chroma makes it easy to build L...

    🕒 2023年10月7日
  • 缩略图
    Faiss 向量检索库

    Faiss(Facebook AI Similarity Search)是由 Facebook AI 团队开发的一个开源库,...

    🕒 2023年10月6日
  • 缩略图
    Python 模块和包

    模块有什么用呢?何不把所有的 py 代码都放在一个文件中呢? 大量代码在一个文件中...

    🕒 2023年7月7日
  • 缩略图
    Python 继承和多态

    在 Python 中,继承和多态是面向对象编程的两个重要概念。它们允许你创建和组织代...

    🕒 2023年7月7日

📓 数据结构

更多

📓 机器学习

更多