Logo liubang's blog
liubang's blog

  • Archives
  • Categories
  • 标签
    • Algorithm

    • C++

    • Go

    • Java

    • Storage

    • 所有标签

  • 专栏
    • LeetCode

  • categories
    • Programming

    • Reading

    • Linux

    • 所有分类


/

  • Github RSS

  • Language
    • English
    • 简体中文

  • Mode

c++编程之指针,引用和内存动态分配

February 23, 201817 min read Liu Bang ProgrammingC++

指针,引用和动态分配内存是 C/C++语言中最强大的特性,这些特性使得程序员能够直接操作计算机中非常珍贵的记忆体资源,进而对内存进行最大性能和高效的使用。

Read More

c++编程之面向对象

February 13, 20187 min read Liu Bang ProgrammingC++

假如你想组装一台电脑,你会去硬件商店购买主板、处理器、内存条、硬盘、机箱、电源,然后将它们组装在一起,然后打开电源,电脑就能运行。

Read More

PHP7虚拟机

November 29, 201713 min read Liu Bang ProgrammingCCompilerPhp

结合参考资料梳理 PHP 7 虚拟机的执行模型、核心结构与运行流程。

Read More

PHP和线程

October 12, 20176 min read Liu Bang ProgrammingCPhp

介绍 PHP 与线程模型之间的关系,并结合参考资料理解相关实现与限制。

Read More

理解c语言中的声明

September 12, 20171 min read Liu Bang ProgrammingCSp

梳理 C 语言中复杂声明的阅读方法,帮助理解指针、数组和函数声明的组合规则。

Read More

PHP扩展开发之迭代器

August 28, 20173 min read Liu Bang ProgrammingCPhp

介绍如何在 PHP 扩展中为自定义对象实现迭代器接口,提升可用性与语言集成度。

Read More

PHP扩展开发之对象处理器(Object Handlers)

August 27, 20175 min read Liu Bang ProgrammingCPhp

介绍 PHP 扩展中的 object handlers 机制,以及如何通过它定制对象行为。

Read More

PHP扩展开发之打造一个简易的ArrayBuffer

August 25, 20178 min read Liu Bang ProgrammingCPhp

ArrayBuffer 又叫二进制数组,是一个用来表示通用的,固定长度的二进制数据缓冲区。你不能直接操纵 ArrayBuffer 的内容。

Read More

PHP扩展开发之自定义对象的存储

August 24, 20178 min read Liu Bang ProgrammingCPhp

介绍在 PHP 扩展开发中如何设计和管理自定义对象的底层存储结构。

Read More

数据结构之hashtable

August 22, 20174 min read Liu Bang ProgrammingAlgorithmDs

哈希表又叫散列表,是实现字典操作的中有效数据结构。通常来说,一个 hash table 包含了一个数据,其中的数据通过 index 来访问。

Read More
  • ««
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • »»
Profile
liubang
liubang
Whether you are an antelope or a lion, you ought to dash forward without hesitation when the sun rises.
Baidu
China
关于
Taxonomies
C++ 18 C 14 Php 8 Sp 5 C++17 4 Java 4 Stack 4 C++11 3 DP 3 JNI 3 ALL 32
LeetCode 14
2026 1 2025 1 2023 1 2022 13 2021 1 2020 1 2019 4 2018 10 2017 15
Posts
  • BloomFilter中的数学推导
    January 1, 2025
  • 使用LLVM的libFuzzer进行fuzzy test
    May 23, 2023
  • Rust和C++: 泛型和特例化
    November 12, 2022
  • Rust和C++: 可变性、移动和所有权
    November 1, 2022
  • Linux磁盘IO
    February 25, 2022
  • 一文讲透 AI 九大核心概念
    April 12, 2026
  • BloomFilter中的数学推导
    January 1, 2025
  • 使用LLVM的libFuzzer进行fuzzy test
    May 23, 2023
  • Rust和C++: 泛型和特例化
    November 12, 2022
  • Rust和C++: 可变性、移动和所有权
    November 1, 2022
Actions
Go back Reload Copy URL

liubang's blog

刘邦的博客

Copyright © 2019-2026 LiuBang. All Rights Reserved.
Build with ❤️ from the Hugo and the HBS theme.