exiledkingcc 最近的时间轴更新
exiledkingcc's repos on GitHub
C · 16 人关注
zcrypto
a minimal crypto lib for limited environment
Java · 3 人关注
zerorpc-java
zerorpc java implements, see http://www.zerorpc.io/ for detail
C++ · 2 人关注
minicode
a mini unicode library
Python · 2 人关注
mole
a simple encrypted proxy based on socks5, inspired by shadowsocks.
C++ · 0 人关注
ccnt
校园网认证客户端
Java · 0 人关注
java-cfgs
java config lib supporting for multiple sources and formats
C++ · 0 人关注
leetcode-snippets
C++ · 0 人关注
molecpp
Python · 0 人关注
my-python-scripts
python scripts
Python · 0 人关注
Nuitka
Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, and 3.10. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.
Python · 0 人关注
pypdf
A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files
0 人关注
supervisor
Supervisor process control system for UNIX
Python · 0 人关注
think_complexity
codes for the book Think Complexity
0 人关注
viseron
Self-hosted, local only NVR and AI Computer Vision software. With features such as object detection, motion detection, face recognition and more, it gives you the power to keep an eye on your home, office or any other place you want to monitor.
exiledkingcc

exiledkingcc

V2EX 第 360444 号会员,加入于 2018-11-02 15:13:45 +08:00
exiledkingcc 最近回复了
建议用上工具,包括但不限于 ruff black mypy 。
这些工具都可以帮助你写出更好的代码。
@wsseo 这种心态能搞得好?现在新的编程语言哪个不是社区建设?像这种藏着掖着的,何必在它上面浪费时间?另外,想一想几年前的吹得牛逼轰轰方舟编译器,现在在哪里?
编译器要注册才能下载的编程语言,不会有什么前途的。
本来就不能关闭啊,ctrl+C 的信号只会给到主线程,其它线程不会自动结束。
解决方法:C++用 jthread 或者把 thread 中循环加判断,自己退出;或者,不用 join ,用 detach 。
128 天前
回复了 czita 创建的主题 git 依赖的库比较大,提交到 GIT 上吗?
小项目用 submodule
大项目用 repo
2023-10-28 16:46:01 +08:00
回复了 csfreshman 创建的主题 C++ c++ string 函数优化后,执行反而耗时很高,求解惑
remove_ctrl_opt 都是错的没发现吗? dst 要先 clear 。
即便改对了也是不行,因为 remove_ctrl 有 RVO 优化,楼上已经提到了。
另外,为什么不用 std::copy_if 或者 std::move_if ?
根本就没必要判断!
只会给使用特殊号码的人带来麻烦!
遇到过很多这种完全多余的限制了!
少写点 BUG 不好吗!!!
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2709 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 14:34 · PVG 22:34 · LAX 06:34 · JFK 09:34
Developed with CodeLauncher
♥ Do have faith in what you're doing.