大灰狼
大灰狼
**In fact, shortcut commands can be optimized to [Directory Style], such as:** command_ one |_ cd .. |_ clear |_ top command_ two |_ cd /home |_ clear |_ top...
**Describe the bug** ChatGPT如果回答的内容过长, 会被百度热搜挡住  **Desktop (please complete the following information):** - OS: [e.g. Windows10] - Browser [chrome 版本 110.0.5481.78(正式版本)64 位]
### 请描述您的问题 反向代理目标站是http的话没问题, 反向代理目标站是https的话会提示重定向次数过多, 这是为啥? ssl证书都是配置好了的
### 请描述您的问题 升级面板后, 不管是创建网站, 还是删除网站中的域名, 还是停止网站, 都会报类似如下错误, 咋解决? 
~https://github.com/Jason4774/MyChrome~ 这个人改出来的是真的毒.........
**如果项目环境在C盘, 程序在给文件创建软连接时会报错, 改成如下这样就不会报错了(在不给编译器提权的情况下):** 更改的文件:`JittorLLMs\models\util.py` ``` import os import subprocess ......省略未更改代码 # os.symlink(new_path[-1], os.path.join(ln_dir, f)) source = new_path[-1] target = os.path.join(ln_dir, f) cmd = f'powershell -Command "Start-Process -FilePath \'python\' -ArgumentList \'create_symlink.py...