rushpu's recent timeline updates
rushpu

rushpu

V2EX member #256700, joined on 2017-09-27 16:14:14 +08:00
rushpu's recent replies
用像素点多点匹配应该是最快的,这里有一个我用过的音游脚本就是这样,https://github.com/yujianke100/HBR-AutoBeat
Nov 15, 2024
Replied to a topic by crc8 Python 为什么 Python 会有那么多人喜欢用?
语言之争,日经贴
Sep 5, 2024
Replied to a topic by McreeWu 程序员 关于远程执行(ansible 等工具)相关问题
你可以看下这个,基于 ansible ,https://github.com/ansible/awx/blob/devel/docs/clustering.md
金属球棍
可以用 dask.bag.read_text
https://examples.dask.org/bag.html
Dec 1, 2021
Replied to a topic by among MongoDB mongodb 中的递归查找子目录
Jul 30, 2021
Replied to a topic by dream4ever MongoDB MongoDB 按题型保持一定比例抽题
把你数据库的 timestamp 搞成 NumberLong 型的,
然后
aggregate([
{
"$group": {
"_id": {
"$dateToString": {
"format": "%Y-%m-%d",
"date": {
"$add": [
new Date(0),
"$timestamp"
]
}
}
},
"count": { "$sum": 1 }
}
}
])
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5120 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 30ms · UTC 09:30 · PVG 17:30 · LAX 02:30 · JFK 05:30
♥ Do have faith in what you're doing.