Robert Huang
Robert Huang
在配置文件中,按照说明配置download.zip=disable,并且重新启动服务后, web界面还是还是有打包下载的按键。 调试home.js 866行, folderView.enableDownloadZip的值还是为true;
WebSocketTest failed, if build shared in Windows and test in powershell/cmd rather than WSL shell.
**Describe the bug** WebSocketTest failed, integration_test_client.exe abort() has been called. **To Reproduce** Steps to reproduce the behavior: 1. Open 'x64 Native Tools Command Prompt for VS 20XX' terminal 2. Create...
**Describe the bug** **To Reproduce** Steps to reproduce the behavior: 1. Open Developer PowerShell for Visual Studio. 2. Go to build directory. 3. conan install .. -s compiler="Visual Studio" -s...
``` ping` %kmsroot% | find /i "来自" >nul && ( goto :EOF ) || ( goto fail ) ``` 可以改为 ``` ping %kmsroot% | find /i "TTL" >nul && (...