c++ - 什么是 Blob ?

标签 c++ terminology

我看到了几篇提到 C++ blob 的文章。这是什么?

我见过一些这样使用它的代码:

char blob[100];

element = lst->putBlob(blob, strlen(blob));

代码在这里并不重要,我只想知道“blob”是什么。

最佳答案

“Blob”代表 Binary large object .

关于c++ - 什么是 Blob ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7798615/

相关文章:

user-interface - 什么是 MVP 和 MVC,有什么区别?

c++ - 英特尔 MIC 卸载——它如何与 STL 配合使用?

c++ - 错误 C2143 : syntax error : missing ';' before 'template'

c++ - 使用宏定义-c++ 获取错误

functional-programming - “关闭”到底是什么意思?

xml - 标签和元素有什么区别?

python - 描述列表如何工作的这个属性的术语是什么?

MySQL 概念 : session vs connection

c++ - 在内联函数的定义中使用 constexpr 变量时可能发生的 ODR 违规(在 C++14 中)

c++ - 获取应用程序的 Widgets 树