华顺信安技术羊皮卷
Knowledge for GPTScript
Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.
An open-source cross-platform alternative to AirDrop
Lightweight static analysis for many languages. Find bug variants with patterns that look like so...
Code security scanning tool (SAST) to discover, filter and prioritize security and privacy risks.
Morpheus SDK
[NeurIPS 2024] SWE-agent takes a GitHub issue and tries to automatically fix it, using GPT-4, or ...
A tool for analyzing the size of compiled Go binaries, offering cross-platform support, detailed ...
🦀 A LSP-based interative call graph generator
@huacnlee 也就是说 ruby.taobao.org 放弃维护了对吗?
@libuchao @hoowolf @tieqixia 官网的真人头像,哈哈哈
人气不旺,发个 ruby-china 的后台界面出来 就旺了。。。
这绝对是一家具备黑客精神的公司;)
#49 楼 @oneapm 可惜了,只能下次再报名,谢谢回复;)
@oneapm 满了没有,今天能直接去吗?
#46 楼 @luonet 现在报名还有效吗?
#16 楼 @quakewang 谢谢大牛
#13 楼 @iBachue 不能,只在 https 下能够准确重现
#10 楼 @hging 举个例子,某个网站用了 CDN,那么域名解析的时候会根据来源的省份给你不同的 ip,我想要在一个机器上测试所有的 CDN 节点的响应,就必须每个节点 ip 连接上去,然后手动设置 Host
#8 楼 @hging 可以肯定的是对方服务器 https 库实现的问题。可能这属于 net/http 库没有完成某些特性,不一定是 bug。我目前临时解决办法是:先用 ip 连接设置 host,判断如果 https 是返回 400 的话,再用 host 去连接。其他人如果遇到此类问题,可以参考一下。
#6 楼 @hging 这个没法识别的,如果只看 http request header 部分的话是完全一致的。按这么理解的话,那在 https 的情况下就不能用 ip 连接再设置 host 了。
#3 楼 @steven_yue 就是因为它显示的请求都一样,但是返回差太远,用其他语言测试都是正常的,所以才说是 http 的 bug。我给的代码是完全可以重现的。
#1 楼 @hooooopo 你用其他任何语言的任何库都不会存在这种问题,返回的 http status code 肯定是一致的。
testtest