V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  lonewolfakela  ›  全部回复第 16 页 / 共 16 页
回复总数  305
1 ... 7  8  9  10  11  12  13  14  15  16  
2019-08-21 12:58:57 +08:00
回复了 Newyorkcity 创建的主题 问与答 WSL 中使用 debian 有办法换 apt 源吗?
事实上你需要的是先用 http 源,然后安装 apt-transport-https,这之后就可以改用 https 源了。
出现这样的问题是因为 Debian 的 apt 默认没有 https 支持的原因
2019-08-17 17:24:53 +08:00
回复了 ioiioi 创建的主题 问与答 有什么工具可以将 mkv(mka)中的背景音乐剥离出来吗?
如果是多条音轨的话在 MKVToolNix 里就会显示成多条音轨的,如果你只看到一条的话那就是本来就混在一起分不开了。
2019-08-16 11:10:14 +08:00
回复了 beric 创建的主题 问与答 win10 下的 cmd 运行命令为何要加上 exe?
用 where 命令看看有没有同名的可执行的东西吧
2019-08-07 22:48:19 +08:00
回复了 codechaser 创建的主题 C++ c++访问其他源文件定义的数组
@codechaser
Appendix C (C++11, C.1.2)

“ Change: A name of file scope that is explicitly declared const, and not explicitly declared extern, has internal linkage, while in C it would have external linkage

Rationale: Because const objects can be used as compile-time values in C++, this feature urges programmers to provide explicit initializer values for each const. This feature allows the user to put const objects in header files that are included in many compilation units.”
2019-08-06 16:58:10 +08:00
回复了 codechaser 创建的主题 C++ c++访问其他源文件定义的数组
C++中的 const 附带 imply "internal linkage" ,大体上可以理解为 const 默认就是 const static。
1 ... 7  8  9  10  11  12  13  14  15  16  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1117 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 19ms · UTC 18:40 · PVG 02:40 · LAX 10:40 · JFK 13:40
Developed with CodeLauncher
♥ Do have faith in what you're doing.