Noel Bra

Results 5 issues of Noel Bra

ERROR: selenium 4.1.0 has requirement urllib3[secure]~=1.26, but you'll have urllib3 1.25.11 which is incompatible. 可以更新下requirements.txt中相关依赖的版本了

I cloned a website containing Chinese, but it looks weird. Original site ![image](https://user-images.githubusercontent.com/64629436/189400054-86ffaac6-1373-45f7-81ee-36099435c15d.png) Cloned site ![image](https://user-images.githubusercontent.com/64629436/189400189-4b94a1e9-f0f0-4587-bcf3-d2e9589cba19.png)

when i use `docker-compose up -d` command to start the project. All the modules run correctly except MySQL. And then i try use `docker logs crmeb_mysql` to show logs of...

作者您好,对您该项目很感兴趣,请问如何练习您,或对该项目做贡献呢

大佬你好, Request.RawURL 的值是直接来自于 Send() 方法传入的地址。如果使用 SetQueryString() 等方法设置查询字符,并不会影响到 RawURL 字段。 这里想请教大佬两个问题: 1. RawURL 这个字段表示的是什么意思? 2. 如果我想要获取到包括 query 参数在内的完整请求 URL 地址,我应该怎么做?