CUI
CUI
## 设备信息 - 操作系统: [macOS Monterey12.0.1] - 浏览器版本: [safari15.1] - 沙拉查词版本: [v7.20.0] ## 描述问题 1.翻译功能不可用 2.划词功能不可用 所有网页的划词功能不可用,鼠标旁没有沙拉图标。 ## 复现步骤 随便查一个简单词,一直在加载。 网络没问题,页面可以打开。 1. 重新开始划词,刷新网页。 ❎无效 2. 尝试重启浏览器后,重新允许签名 ❎无效 3. 尝试重启电脑,重新打开浏览器,重新允许签名 ❎无效。...
### 请在提交 bug 之前先搜索 - [X] 我已经搜索过 [issues](https://github.com/labuladong/fucking-algorithm/issues),没有发现相同的 bug。 ### 出错的题目链接 https://leetcode.cn/problems/reverse-nodes-in-k-group/description/ ### 报错信息 `pre, cur, nxt := nil, head, head` use of untyped nil in assignment (solution.go) ### 你是否愿意提交...
确保多线程下输出顺序和输入顺序保持一致,因为输入和输出并不同时进行,所以不用加锁。进行记录输入顺序。 ```c++ #include #include #include #include class ShoppingCartManager { private: // Stores the order of item insertion std::vector order; // Maps item names to their quantities std::unordered_map cart; // Private...
### Description When I attempt to sign in, the process initially redirects me to a web page where I log into my account. However, after logging in and being redirected...
可以添加new bing吗?
### 问题描述 / Describe the bug TUN模式 docker联网 出现核心错误 ``` 02-07 08:14:06 DEBUG [DNS] hijack udp:172.29.0.2:53 from 172.29.0.1:64894 02-07 08:14:06 DEBUG [Metadata PreHandle] error: fake DNS record 172.29.0.2 missing 02-07...
`git diff | sgpt "Generate git commit message, for my changes"` ``` D:\sdk\miniconda3\Lib\site-packages\httpx\_content.py:179 in encode_json │ │ │ │ 176 def encode_json(json: Any) -> tuple[dict[str, str], ByteStream]: │ │ 177...