V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  araraloren  ›  全部回复第 3 页 / 共 42 页
回复总数  836
1  2  3  4  5  6  7  8  9  10 ... 42  
2023-10-31 13:12:42 +08:00
回复了 XLJZT 创建的主题 Rust Rust 在国内 3d 、游戏行业是否拥有更大的机会
看好 rust 在游戏领域的发展,它现在缺的只是积累,
不同意前面说的,rust 开发效率再低也比 c++高很多..
2023-10-20 10:24:07 +08:00
回复了 xuelang 创建的主题 C++ C++ 创建 zip 压缩包遇到的内存问题分析 -
Why not using tar ball, it is simpler than zip.
2023-10-19 12:47:00 +08:00
回复了 gooooood 创建的主题 C 求帮忙看一下这个 C 代码为什么会段错误!
2023-10-19 12:37:30 +08:00
回复了 gooooood 创建的主题 C 求帮忙看一下这个 C 代码为什么会段错误!
Your test code is totally wrong.
2023-10-16 11:09:31 +08:00
回复了 96452768 创建的主题 C++ set 自定義函式問題
2023-10-16 09:02:23 +08:00
回复了 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.
2023-09-29 10:55:09 +08:00
回复了 WhoCanBeRich 创建的主题 C++ 为什么我那么喜欢 C++??
@mightybruce Obviously rust is the future, Microsoft, Google and Cloudflare all knows that.
2023-09-19 09:52:35 +08:00
回复了 iqoo 创建的主题 C++ C++ 用尽可能多的 const 是好风格吗?
@nuk c is not c++
2023-08-18 16:02:44 +08:00
回复了 realNewBee 创建的主题 Python Python 做后端,相对于 Java 或者 go 来说,到底差在哪?
Performance is lower than jawa/go.
Dynamic type is hard to maintain in large project.
2023-08-18 14:03:39 +08:00
回复了 imbigbao 创建的主题 Go 编程语言 我为什么放弃 Go 语言? 转载觉得写的还不错, 轻喷^_^
@debuggerx 问题的关键是 go 真的没有什么值的吹的
讨厌锈儿,理解锈儿,成为锈儿
2023-08-17 10:10:05 +08:00
回复了 LuckyPocketWatch 创建的主题 C++ c++如何判断二进制相同的对象?
我们 c++的程序总能搞出不一样的花样,反观 rust 就不太行
2023-08-17 09:55:30 +08:00
回复了 ohayoo 创建的主题 Python 请问 Python 3.11 版本是对线程安全做了什么更改吗?
抛开 GIL ,这个程序就是典型的并发问题程序,因为两个线程之间没有同步
GIL 有对线程安全保证吗?我想没有
2023-08-11 09:09:12 +08:00
回复了 steins2628 创建的主题 Rust 两次 move 以后怎样保证 tokio channel 有足够长的生命周期?
2023-08-10 10:42:26 +08:00
回复了 steins2628 创建的主题 Rust 两次 move 以后怎样保证 tokio channel 有足够长的生命周期?
@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.
2023-08-09 09:57:33 +08:00
回复了 steins2628 创建的主题 Rust 两次 move 以后怎样保证 tokio channel 有足够长的生命周期?
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 ... 42  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2932 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 36ms · UTC 11:18 · PVG 19:18 · LAX 03:18 · JFK 06:18
Developed with CodeLauncher
♥ Do have faith in what you're doing.