V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  araraloren  ›  全部回复第 1 页 / 共 40 页
回复总数  790
1  2  3  4  5  6  7  8  9  10 ... 40  
@devliu1 Yes, generate a uninstall.dat. That's the right way to do this.
3 天前
回复了 WhoCanBeRich 创建的主题 C++ 为什么我那么喜欢 C++??
@mightybruce Obviously rust is the future, Microsoft, Google and Cloudflare all knows that.
13 天前
回复了 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 真的没有什么值的吹的
讨厌锈儿,理解锈儿,成为锈儿
46 天前
回复了 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 密码是啥?
@icepy 还需要谷歌服务 做啥用?
2021-09-16 10:22:08 +08:00
回复了 salmon5 创建的主题 Java Oracle JDK 并没有“真”免费
你们理解错了,人家说的 free 是自由
2021-09-15 16:44:32 +08:00
回复了 dante6733 创建的主题 Linux 为什么国内互联网公司喜欢用 Centos 而不是 Ubuntu?
发行版之间的差异很大...
我以前用 ubuntu,给人的感觉就是很不协调,尤其是包管理的命名..
而 centos fedora 的包命名就很整齐..
2021-09-14 15:28:55 +08:00
回复了 wobuhuicode 创建的主题 程序员 预算 1~ 2 W,配置一台什么样的主机?
我前些日子 刚配的
5700G + 吹雪 B550-A +
威刚 3200MHZ 32G + 爱国者 P3000 1T + 西数 2T +
ID COOLING 240 水冷 + 电源 STR650MW
2021-09-14 15:25:25 +08:00
回复了 wobuhuicode 创建的主题 程序员 预算 1~ 2 W,配置一台什么样的主机?
@araraloren 有显示器啊,那算了。。
2021-09-14 15:24:14 +08:00
回复了 wobuhuicode 创建的主题 程序员 预算 1~ 2 W,配置一台什么样的主机?
华为 新出的 一体机 MATE STATION X 吗?
1  2  3  4  5  6  7  8  9  10 ... 40  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1945 人在线   最高记录 6067   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 53ms · UTC 15:24 · PVG 23:24 · LAX 08:24 · JFK 11:24
Developed with CodeLauncher
♥ Do have faith in what you're doing.