V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  aladdinding  ›  全部回复第 2 页 / 共 12 页
回复总数  238
1  2  3  4  5  6  7  8  9  10 ... 12  
246 天前
回复了 lingyan190 创建的主题 程序员 求沉浸式翻译的代替品
trancy 完美替代
语言就是工具,以后会有更好的,op 没必要一直纠结一门语言
python 自己写点小东西还是不错的,要工程化还得是 java 、go
@ZSeptember 确实有这一点原因,平时开发工作就已经满了,没时间研究面试,我也想提前准备,给面试者一个良好的面试体验
271 天前
回复了 Poluk 创建的主题 程序员 学生目前想入台 MacAir,想寻求点宝贵建议
mac air 15 寸 16+512g ,程序员少不了开会,大屏还是有必要的
271 天前
回复了 besscroft 创建的主题 程序员 被裁员了~
楼主愿意转 py 、go 后端开发么,有意可以私聊
292 天前
回复了 robking 创建的主题 Kubernetes k8s 前景
绝对比写业务好
297 天前
回复了 thinkm 创建的主题 程序员 如何帮一个文科生女性用上 ChatGPT
人工代理
304 天前
回复了 harlansboy 创建的主题 程序员 Mac 版本的剪贴板工具 v1.0.0 发布
觉得 window 更需要这类 app
316 天前
回复了 busterian 创建的主题 程序员 好消息: ddr5 内存条价格崩了
抱歉 Apple 还是 8g 1500 大洋
看了大家的评价 优先看核心数,所以选择 i5 了
@coolmint 同黑苹果,m 系列出来就脱坑了,这个就留着上网了
331 天前
回复了 BeforeTooLate 创建的主题 Apple MacBook Air 新 15 寸怎么样,值得入手吗?
8 + 256 就算了吧
341 天前
回复了 nigga 创建的主题 NGINX 最好的免费开源 Nginx 监控审计日志工具?
腾讯云日志服务
360 天前
回复了 wwvvance 创建的主题 Go 编程语言 go net/http header 的使用疑问
因为 http header 可以重复多次 比如 cookie
推特你关注一个活跃大佬,就会慢慢给你推送的
重写 conn 的 read 方法就行了,可以看下 cmux 这个库
2023-04-20 13:43:51 +08:00
回复了 iorilu 创建的主题 程序员 现在还有多少开发觉得一定要用 mac 的
win 找个好用的剪切板历史都找不到
2023-04-07 14:07:25 +08:00
回复了 Andor_Chen 创建的主题 推广 送几本“通透”的《流畅的 Python (第 2 版)》
冲冲冲
2023-04-03 15:49:08 +08:00
回复了 aladdinding 创建的主题 问与答 go net/http transport 内存泄漏
@picone 准确的说还有 proxy

// connectMethod is the map key (in its String form) for keeping persistent
// TCP connections alive for subsequent HTTP requests.
//
// A connect method may be of the following types:
//
// connectMethod.key().String() Description
// ------------------------------ -------------------------
// |http|foo.com http directly to server, no proxy
// |https|foo.com https directly to server, no proxy
// |https,h1|foo.com https directly to server w/o HTTP/2, no proxy
// http://proxy.com|https|foo.com http to proxy, then CONNECT to foo.com
// http://proxy.com|http http to proxy, http to anywhere after that
// socks5://proxy.com|http|foo.com socks5 to proxy, then http to foo.com
// socks5://proxy.com|https|foo.com socks5 to proxy, then https to foo.com
// https://proxy.com|https|foo.com https to proxy, then CONNECT to foo.com
// https://proxy.com|http https to proxy, http to anywhere after that
type connectMethod struct {
_ incomparable
proxyURL *url.URL // nil for no proxy, else full proxy URL
targetScheme string // "http" or "https"
// If proxyURL specifies an http or https proxy, and targetScheme is http (not https),
// then targetAddr is not included in the connect method key, because the socket can
// be reused for different targetAddr values.
targetAddr string
onlyH1 bool // whether to disable HTTP/2 and force HTTP/1
}
2023-04-03 15:38:35 +08:00
回复了 aladdinding 创建的主题 问与答 go net/http transport 内存泄漏
@Reficul MaxIdleConns MaxIdleConns 默认都是 0 ,没有限制的
1  2  3  4  5  6  7  8  9  10 ... 12  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   892 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 34ms · UTC 23:04 · PVG 07:04 · LAX 16:04 · JFK 19:04
Developed with CodeLauncher
♥ Do have faith in what you're doing.