mayunyi's recent timeline updates
mayunyi

mayunyi

V2EX member #559252, joined on 2021-10-21 15:41:29 +08:00
mayunyi's recent replies
Oct 19, 2023
Replied to a topic by Livid 互联网 nohello
在的
Oct 17, 2023
Replied to a topic by 934604562 商业模式 机械臂集成、工业互联网相关
是研发吗
May 23, 2023
Replied to a topic by aqtata MongoDB 请教一个查询统计的语句
db.collection.aggregate([
{
$group: {
_id: { date: "$date" },
count: { $sum: 1 },
id_count: { $addToSet: "$id" },
name_count: { $addToSet: "$name" }
}
},
{
$project: {
_id: 0,
date: "$_id.date",
count: 1,
id_count: { $size: "$id_count" },
name_count: { $size: "$name_count" }
}
},
{
$sort: { date: 1 }
}
])
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1122 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 22ms · UTC 17:58 · PVG 01:58 · LAX 10:58 · JFK 13:58
♥ Do have faith in what you're doing.