zhuangzhuang1988

zhuangzhuang1988

V2EX member #121655, joined on 2015-06-10 22:46:59 +08:00
Today's activity rank 8160
Per zhuangzhuang1988's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
zhuangzhuang1988's recent replies
骑驴找马。
找工作, 还能咋办。
Apr 20
Replied to a topic by 339 浏览器 你会愿意为浏览器付费吗?
直接 edge 或者 chrome,基本不用第三方的。
Apr 10
Replied to a topic by iyiluo git 有人把 IDEA 的 git 客户端做出来了
还是熟悉 soucetree
Mar 20
Replied to a topic by hrzlvn ☕Vibe Coding🤖 国产模型你们试下来谁更强
我群里有人发了 qt 代码
```c++
QFile file(fileName);
QTextStream in(&file);
while (!in.atEnd())
{
QString line = in.readLine();
auto parts = line.split("^");
QByteArray decodeData = parts.at(1).toUtf8();
// processs decodeData
}
```
试了好几个 ai 工具,让精简优化下,只有 deepseek 能识别出,程序本身的意图就可以优化,bytes -> QString -> QString[] -> bytes, 可以直接优化成 bytes -> bytes 不需要乱七八糟的中间处理。
Mar 19
Replied to a topic by hrzlvn ☕Vibe Coding🤖 国产模型你们试下来谁更强
deepseek 最强
只用 mobaxterm
那就卸载不要用的插件.
Jan 26
Replied to a topic by tramm 浏览器 有什么推荐的浏览器?
Chrome+Edge
Jan 21
Replied to a topic by Need4more Windows 任务管理器的使用技巧
牛逼.
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2861 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 13:19 · PVG 21:19 · LAX 06:19 · JFK 09:19
♥ Do have faith in what you're doing.