小编Dan*_*log的帖子

Word中的双蓝线

为什么每当我在单词中输入“能够”或“假设”时,我都会在单词下方看到这些双蓝线。它们不是波浪形的,所以我认为它们不是语法错误。我用谷歌搜索,但他们只支持单条蓝色波浪线,而且他们在谈论样式错误。我相当确定我没有风格错误,我只是想让它消失,因为它真的分散了我的注意力。谢谢你们的帮助

microsoft-word

9
推荐指数
1
解决办法
4万
查看次数

在 Git Bash 上安装 Anaconda 并尝试 conda activate 导致重复的 CommandNotFoundErrors

我最近更新了我的 Git Bash 和 Anaconda 安装,并且我正在尝试使用 Anaconda 从 VSCode 中运行 Git Bash。问题是,每当我从 VSCode 中打开集成终端时,终端都不会显示(基本)标签,并且当我运行时conda activate,它返回 CommandNotFoundError:

If using 'conda activate' from a batch script, change your
invocation to 'CALL conda.bat activate'.

To initialize your shell, run

    $ conda init <SHELL_NAME>

Currently supported shells are:
  - bash
  - cmd.exe
  - fish
  - tcsh
  - xonsh
  - zsh
  - powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after …
Run Code Online (Sandbox Code Playgroud)

git-bash visual-studio-code anaconda

5
推荐指数
2
解决办法
5269
查看次数