cxiaobao's recent timeline updates
cxiaobao

cxiaobao

V2EX member #62797, joined on 2014-05-16 11:29:54 +08:00
Today's activity rank 16067
cxiaobao's recent replies
ID: 156
谢谢
Dec 8, 2025
Replied to a topic by KelleyV9 生活 今天 30 了,祝我生日快乐。
生日快乐
Oct 15, 2025
Replied to a topic by opentrade 推广 RustDesk 即将突破 100K stars
特地登录上来一下,感谢大佬,一直在用,非常棒。
Sep 2, 2025
Replied to a topic by piller 生活 陌生人祝我一声生日快乐吧
生日快乐!
Apr 10, 2025
Replied to a topic by hwdq0012 C++ c++调试遇到奇怪问题
template <class T>
1018 static inline std::unique_ptr<T> fromJsonString(const std::string&& str)
1019 {
1020 std::unique_ptr<T> model = std::make_unique<T>();
1021 privates::jsonType<T>::type::from_jsonStr(std::move(*model), std::move(str), 0, static_cast<int>(str.length() - 1));
1022 ~~~~~~~~~~~~~~ model 是移动语义进入 from_jsonStr 方法的,如果 from_jsonStr 取走了数据所有权,model 会被清空
1023 return model;
~~~~~~~~~ 这里不应该返回 model ,因为 model 可能已经被清空了,
通常,from_jsonStr 应该返回一个对象,这个对象取得了原本 model 中的数据,应该考虑返回这个对象
1024 }
才注意到,真的被限制了。
Sep 20, 2024
Replied to a topic by cainiaochaocai NAS 自组 NAS,求指点
畅网 n100 开发板(带 m2 一转 4 ):750
M2 转 6 口 SATA:100
3D 打印 NAS 机箱(带 2.5 盘位 x2 ):300
6 盘位 QNAS 背板:250
9 寸散热风扇 x2: 50

3.5 x 6 + 2.5 x 2 + M2 x 4
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1390 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 23:58 · PVG 07:58 · LAX 16:58 · JFK 19:58
♥ Do have faith in what you're doing.