- 博客(2)
- 资源 (1)
- 收藏
- 关注
原创 【mongodb】副本集设置,事务操作实现 find_many_and_update()
我们尝试直接使用事务操作,报错:pymongo.errors.OperationFailure: Transaction numbers are only allowed on a replica set member or mongos, full error: {‘ok’: 0.0, ‘errmsg’: ……实现mongodb find_many_and_update() 功能,需要先给mongodb服务设置副本集,才能支持事务操作。错误提示就是mongodb需要有副本集才能支持事务操作。
2024-09-20 15:18:09
448
原创 【python】多维列表转换为一维列表(列表扁平化处理)
此方法用递归实现多维列表转换为一维列表,不论深度和列表里元素类型(int, str, tuple)甚至字典都可以扁平化。
2023-03-15 13:53:11
934
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人