腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(48)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
编译
mongo-c-driver
关于中描述的,我正在尝试从编译
mongo-c-driver
。appear to contain CMakeLists.txt. cmake -G "Visual Studio 14 2015 Win64" \ "-DCMAKE_INSTALL_PREFIX=C:\
mongo-c-driver
" \ "-DBSON_ROOT_DIR=C:\
mongo-c-driver
"
浏览 29
修改于2017-07-14
得票数 0
3
回答
mongo-c-driver
找不到libbson
我正在尝试构建mongo-cxx-driver (最终),第一步是构建
mongo-c-driver
(需要libbson)。现在,我在
mongo-c-driver
/src/libbson/build/Debug/和
mongo-c-driver
/src/libbson/build/Release/中构建了bson-static下一步是构建
mongo-c-driver
。
浏览 1
提问于2016-07-29
得票数 2
2
回答
用于
mongo-c-driver
的BCON :通过_id查找
我已经设法用C驱动程序做了更好的事情,但还是停留在这一点上:query = BCON_NEW ( "_id", "{", "}"如果我不包含_id字段,查询就可以正常工作。如果使用_id,则不返回任何内容,也不返回错
浏览 5
修改于2015-01-05
得票数 3
1
回答
mongo-c-driver
中的bson :更新已存在字段的值
我正在使用
mongo-c-driver
,但我对BSON库有疑问。
浏览 28
提问于2020-04-17
得票数 1
1
回答
有没有可能不使用GTests来存根
mongo-c-driver
?
我写了一些使用mongodb-c-driver的基本函数。我试着用GTest写了一些测试。 在每个测试用例中,我使用( mongoc_init()和mongoc_cleanup())初始化和销毁mongoc。 当我运行一个测试用例时,一切正常,但是当我运行两个或更多测试时,我得到了一些无效的读取: ==3726== Invalid read of size 1==3726==
浏览 12
提问于2021-01-18
得票数 0
回答已采纳
2
回答
编译Mongo c驱动程序示例程序
我开始学习如何使用
mongo-c-driver
,但我在运行时遇到了编译问题我已经看过另一个stackoverflow帖子了,在这里找到了,它没有帮助。]
mongo-c-driver
/src/bcon.c:378:13: error: ‘bcon_json_prin
浏览 0
修改于2017-05-23
得票数 1
回答已采纳
1
回答
用nginx-gridfs编译nginx,在make过程中获取mongo-c-驱动程序错误。
/configure运行良好,但make在以下方面失败:/path/to/nginx-gridfs/
mongo-c-driver
/src/mongo.c:939:5: error: (near initialization for 'out.dataSize&
浏览 0
提问于2011-12-27
得票数 2
回答已采纳
1
回答
mongo c驱动程序./configure;没有这样的文件或目录
我正在尝试安装
mongo-c-driver
,下面是http://mongoc.org/libmongoc/1.14.0/installing.html。当我没有root权限时,我运行了以下命令: $ wget https://github.com/mongodb/
mongo-c-driver
/releases/download/1.17.0-rc0/mongo-c-driver/configure --prefix=
浏览 22
提问于2020-07-23
得票数 1
回答已采纳
1
回答
Nginx-gridfs编译#error在Mac中必须有64位int类型
configure than append CFLAGS=-Wno-error的指导绕过错误,然后我就被卡住了 from /usr/local/src/nginx-gridfs/
mongo-c-driver
/src/mongo.h
浏览 3
提问于2012-02-02
得票数 1
回答已采纳
1
回答
未能找到unique_ptr的多填充驱动程序
C1189 #error: "Cannot find a valid polyfill for make_unique"建筑蒙哥-c-司机git clone https://github.com/mongodb/
mongo-c-driver
--branch r1.15 这将成功构建,我可以在
浏览 14
提问于2020-09-08
得票数 1
回答已采纳
1
回答
如何在Macbook (非M1)上安装mongo db
我的问题是现在该怎么做,我必须安装
mongo-c-driver
、mongo-cxx-driver、mongo-orchestration、mongoose 谢谢 shouryasharma@Shouryas-MacBook-AirThese similarly named formulae were found:To install one of them, run (for example): brew in
浏览 16
提问于2021-04-15
得票数 0
2
回答
cmake include_directories传递给externaproject_add
mangrove ( mongo -c-driver和mongo-cxx-driver之上的mongo ODM lib ),并将其作为CMake ExternalProject_Add命令包含到我的项目中,依赖项为
mongo-c-driver
/mongo-cxx-driver #
mongo-c-driver
GIT_REPOSITORY https://所以包含来自
mongo-c-driver
的是下一个包含
浏览 24
修改于2018-12-30
得票数 0
回答已采纳
4
回答
在Windows环境下构建MongoDB C驱动程序
转到
mongo-c-driver
/src/libbson并运行cmake -G "Visual Studio 14 2015 Win64",它会显示(可能)成功。D:\works\test\
mongo-c-driver
\src\libbson>cmake -G "Visual Studio 14 2015 Win64" Current version (fromtimespec found -- Configuring done -- Generating done -- Build file
浏览 3
提问于2016-05-22
得票数 6
1
回答
为Win64构建mongo驱动程序的问题-1.16.2
cmake-build$ cmake -G "Visual Studio 14 2015 Win64" \ "-DCMAKE_PREFIX_PATH=C:\
mongo-c-driver
" \ ..\mongo-c-driver-1.16.2\cmake-build3" "-DCMAKE_INSTALL_PREFIX=C:\
m
浏览 18
提问于2020-04-01
得票数 3
回答已采纳
2
回答
libbson-1.0.dylib: mach-o,但不是为iOS模拟器错误构建的,在从Github中添加mongoSwift驱动程序之后,尝试运行项目时会显示
在运行项目时,我向Xcode项目添加了快速包依赖mongoSwift驱动程序,错误显示如下: 库未加载: /usr/local/opt/
mongo-c-driver
/lib/libbson-1.0.0
浏览 13
修改于2019-10-31
得票数 0
1
回答
mongocxx驱动程序的libbson版本问题[Windows OS]
我已经安装了mongoc驱动程序,路径c:\
mongo-c-driver
(版本1.14.0)。Visual Studio 15 2017 Win64" -DCMAKE_PREFIX_PATH=C:\
mongo-c-driver
浏览 53
提问于2019-03-21
得票数 1
回答已采纳
1
回答
在Windows上构建mongocxx驱动程序时出错
Win64" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_INSTALL_PREFIX=C:/mongo-cxx-driver" "-DLIBBSON_DIR=C:/
mongo-c-driver
/lib/pkgconfig/" "-DLIBMONGOC_DIR=C:/
mongo-c-driver
/lib/pkgconfig/" "-DBOO
浏览 1
修改于2020-06-20
得票数 2
回答已采纳
1
回答
如何用Xcode连接MongoDb
给定错误,同时安装和更新所有所需的mongodb驱动程序无法构建目标-C模块“libmongoc”
浏览 0
修改于2018-12-11
得票数 1
1
回答
用CMake生成Visual 2017项目
1_59_0\;C:\mongo-cxx-driver\include\mongocxx\v_noabi;C:\mongo-cxx-driver\include\bsoncxx\v_noabi;C:\
mongo-c-driver
\include\libmongoc-1.0;C:\
mongo-c-driver
\include\libbson-1.0;$(IncludePath)</IncludePath> <LibraryPath>c:\
mongo-c-driver
\lib\;c:\mongo-cxx
浏览 3
修改于2017-08-10
得票数 0
1
回答
如何在ubuntu中安装mongodb-c驱动程序并在co回合服务器上使用
libssl-dev libsasl2-dev$ git clone https://github.com/mongodb/mongo-c-driver.git和 ~/
mongo-c-driver
/cmake-build$cmake --构建。See also "/home/user/
mongo-c-driver
/cma
浏览 8
修改于2020-09-28
得票数 2
第 2 页
第 3 页
点击加载更多
领券