Stypstive's recent timeline updates
Stypstive

Stypstive

V2EX member #218779, joined on 2017-03-03 21:58:58 +08:00
Stypstive's recent replies
RunHiddenConsole 亲测好用 @kokutou 感谢
Aug 10, 2020
Replied to a topic by zhaoxj58 职场话题 [Offer 比较]如果是你选哪个?
我好奇你是怎样要价的?
Jul 22, 2020
Replied to a topic by aoscici MongoDB mongodb 全文搜索 同时包含多个词
```javascript

console.log('测试使用 markdown')
```
Jul 22, 2020
Replied to a topic by dtgxx MongoDB mongodb 唯一索引重复数据问题请教
或者找出来重复的数据,删除了,再建索引。

这是一个查找重复手机号的用户的数据的例子,你可以根据你业务改改。

var p = [
{
$group: {
_id: '$mobile',
count: {
$sum: 1
}
}
},
{
$match: {
count: {
$gt: 1
}
}
}
]

db.member_user.aggregate(p)
Jul 22, 2020
Replied to a topic by dtgxx MongoDB mongodb 唯一索引重复数据问题请教
使用 MongoDB 的 Bulk Operation,每 5 万条插入一次很快的。不要用 save 或 insert 方法,太慢了。
Jun 11, 2020
Replied to a topic by constantine008 职场话题 大家对五险一金怎么看待的
@xiaoliu926 能提供一下公司名吗我要去:)
dGhvdWdodG9meW91MTk5Mw==
问一下楼主找到工作了吗?
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1068 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 18:22 · PVG 02:22 · LAX 11:22 · JFK 14:22
♥ Do have faith in what you're doing.