V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  araraloren  ›  全部回复第 2 页 / 共 41 页
回复总数  816
1  2  3  4  5  6  7  8  9  10 ... 41  
149 天前
回复了 XLJZT 创建的主题 Rust Rust 在国内 3d 、游戏行业是否拥有更大的机会
看好 rust 在游戏领域的发展,它现在缺的只是积累,
不同意前面说的,rust 开发效率再低也比 c++高很多..
160 天前
回复了 xuelang 创建的主题 C++ C++ 创建 zip 压缩包遇到的内存问题分析 -
Why not using tar ball, it is simpler than zip.
161 天前
回复了 gooooood 创建的主题 C 求帮忙看一下这个 C 代码为什么会段错误!
161 天前
回复了 gooooood 创建的主题 C 求帮忙看一下这个 C 代码为什么会段错误!
Your test code is totally wrong.
164 天前
回复了 96452768 创建的主题 C++ set 自定義函式問題
164 天前
回复了 vah970 创建的主题 C++ c 和 c++同时学合适吗
Don't fall for c++, it's unworthy.
@devliu1 Yes, generate a uninstall.dat. That's the right way to do this.
181 天前
回复了 WhoCanBeRich 创建的主题 C++ 为什么我那么喜欢 C++??
@mightybruce Obviously rust is the future, Microsoft, Google and Cloudflare all knows that.
191 天前
回复了 iqoo 创建的主题 C++ C++ 用尽可能多的 const 是好风格吗?
@nuk c is not c++
Performance is lower than jawa/go.
Dynamic type is hard to maintain in large project.
@debuggerx 问题的关键是 go 真的没有什么值的吹的
讨厌锈儿,理解锈儿,成为锈儿
224 天前
回复了 LuckyPocketWatch 创建的主题 C++ c++如何判断二进制相同的对象?
我们 c++的程序总能搞出不一样的花样,反观 rust 就不太行
@herozzm 我觉得 python 适合调库
抛开 GIL ,这个程序就是典型的并发问题程序,因为两个线程之间没有同步
GIL 有对线程安全保证吗?我想没有
@steins2628 The code you provide has a lot of problems.
You take the `notify_watcher` from self, the `watcher` will drop end of `if` block.
The tokio::spawn can not called from handler provide for `new_debouncer`, you should using `Handler::spawn` instead.
You should clone the `tx` before pass it to async block.

```
let tx = tx.clone();
tokio::spawn(async move {
...
```
2021-09-29 10:52:40 +08:00
回复了 xtx 创建的主题 全球工单系统 随手记吃相恶心,开了会员还是有广告。
@wclebb 现在很多 APP 就算你是会员也是开屏广告一堆堆
2021-09-28 15:20:29 +08:00
回复了 xlsepiphone 创建的主题 信息安全 刚收到一个 ETC 钓鱼网站发的诈骗短信
gd.hn123g.cn/admin 用户名是 admin 密码是啥?
1  2  3  4  5  6  7  8  9  10 ... 41  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3222 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 38ms · UTC 11:37 · PVG 19:37 · LAX 04:37 · JFK 07:37
Developed with CodeLauncher
♥ Do have faith in what you're doing.