V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  liuxu  ›  全部回复第 52 页 / 共 145 页
回复总数  2899
1 ... 48  49  50  51  52  53  54  55  56  57 ... 145  
2020-08-26 16:52:12 +08:00
回复了 hertzry 创建的主题 程序员 小白吐槽一下今天 C/C++装机历程
怀旧贴,Tiny C Compiler 了解一下
2020-08-26 16:40:47 +08:00
回复了 loriann 创建的主题 Go 编程语言 问个 go 基础问题
这种方式写 C 的和 C++的用的多
很早我就在吐槽这个了
2020-08-09 22:32:30 +08:00
回复了 bear2000 创建的主题 Linux 关于 Ubuntu 系统 CPU 占用 100% 的问题
@Yut 20 现在毛病还有些,最近修复了不少但还是有少许问题
2020-07-20 10:25:31 +08:00
回复了 smallgoogle 创建的主题 Python 如何让 scrapy 返回数据?
直接 run spider,默认直接命令行输出
@loading linux 怎么切全局,好像只能 iptables 或者路由器处理
@Jirajine 哦,好像是的,之前弄了好久,最后用的 GOPROXY
@shuigui 我随口说一了句,你要不要把我吊起来审判一下
@lsk569937453 我的意思是说用了 proxychains4 后就不用 goproxy 了,或者:

liuxu:~$ export GOPROXY=https://athens.azurefd.net/

这是我以前用的,不知道现在还有没有效果,或者其他第三方:

https://goproxy.io/zh/
@Livid 275 天前的帖子再被翻出来在“程序员”节点置顶。。很多人对此帖意见颇深
楼上的各位知不知道苹果要把 x86 换成 arm 了。。
用 proxychains-ng,你这个就是被墙了
2020-07-07 21:50:17 +08:00
回复了 yangchuansheng33 创建的主题 推广 Linux Cgroup 入门教程:基本概念
@Livid 这类在 v2 持续发贴,往自己博客引,然后博客强制关注公众号才能观看全部内容,算推广么
2020-07-06 21:49:04 +08:00
回复了 sadfQED2 创建的主题 程序员 个人博客技术选型:如何优雅的使用高射炮打蚊子
有钱会这么为难吗?加钱。
2020-07-05 18:23:15 +08:00
回复了 RicardoY 创建的主题 程序员 使用 RTMP 直播有什么降低延迟的好办法吗?
低延迟用 webrtc 方案
2020-07-05 15:34:04 +08:00
回复了 yangyuhan12138 创建的主题 程序员 内核态用户态的数据拷贝,有点不明白
@louettagfh #10 https://man7.org/linux/man-pages/man2/mmap.2.html

mmap() creates a new mapping in the virtual address space of the calling process. The starting address for the new mapping is specified in addr. The length argument specifies the length of the mapping (which must be greater than 0). If addr is NULL, then the kernel chooses the (page-aligned) address at which to create the mapping; this is the most portable method of creating a new mapping. If addr is not NULL, then the kernel takes it as a hint about where to place the mapping; on Linux, the kernel will pick a nearby page boundary (but always above or equal to the value specified by /proc/sys/vm/mmap_min_addr) and attempt to create the mapping there. If another mapping already exists there, the kernel picks a new address that may or may not depend on the hint. The address of the new mapping is returned as the result of the call. The contents of a file mapping (as opposed to an anonymous mapping; see MAP_ANONYMOUS below), are initialized using length bytes starting at offset offset in the file (or other object) referred to by the file descriptor fd. offset must be a multiple of the page size as returned by sysconf(_SC_PAGE_SIZE). After the mmap() call has returned, the file descriptor, fd, can be closed immediately without invalidating the mapping.
2020-07-05 14:48:26 +08:00
回复了 zxc1234 创建的主题 问与答 请教几个问题
@zxc1234 找运营商买套餐,企业有企业专线,金融有额外独立专线
2020-07-05 14:43:12 +08:00
回复了 zxc1234 创建的主题 问与答 请教几个问题
1.不是,看指标
2.是,不过我们说的专线没你这么专
@huntrue 可把我给笑死了
2020-06-26 19:34:17 +08:00
回复了 maobukui 创建的主题 程序员 关于接私活价钱的问题,是个数据采集
把 2 年有期徒刑的钱也算上 /dog
1 ... 48  49  50  51  52  53  54  55  56  57 ... 145  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1108 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 46ms · UTC 18:34 · PVG 02:34 · LAX 11:34 · JFK 14:34
Developed with CodeLauncher
♥ Do have faith in what you're doing.