Loading

上一页 1 2 3 4 5 6 ··· 39 下一页
摘要: curl -o- -L https://yarnpkg.com/install.sh | bash 阅读全文
posted @ 2023-02-19 16:18 .net's 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 以管理员身份打开 PowerShell(“开始”菜单 >“PowerShell” >单击右键 >“以管理员身份运行”),然后输入以下命令: 步骤 1 - 启用适用于 Linux 的 Windows 子系统 dism.exe /online /enable-feature /featurename:M 阅读全文
posted @ 2023-02-19 11:13 .net's 阅读(139) 评论(0) 推荐(0) 编辑
摘要: Define a Visual Selection Switching Between Visual Modes Toggling the Free End of a Selection Indent Once, Then Repeat Prefer Operators to Visual Comm 阅读全文
posted @ 2023-02-02 19:18 .net's 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 插入模式 Make Corrections Instantly from Insert Mode Meet Insert Normal Mode e.g. <C-o>zz Get Back to Normal Mode Paste from a Register Without Leaving In 阅读全文
posted @ 2023-02-02 18:29 .net's 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 安装最新版本的PSReadLine Install-Module PSReadLine -RequiredVersion 2.2.6 -Force 用noteapd $PROFILE打开配置文件,添加如下配置 Import-Module PSReadLine Set-PSReadLineOption 阅读全文
posted @ 2023-01-30 15:10 .net's 阅读(296) 评论(0) 推荐(0) 编辑
摘要: Tutorial: Set up a custom prompt for PowerShell or WSL with Oh My Posh Install a Nerd Font 推荐Meslo Nerd Font 安装完成后打开Windows Terminal然后按"Ctrl+Shift+,(逗 阅读全文
posted @ 2023-01-29 16:19 .net's 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 安装neovim 下载最新版本:https://github.com/neovim/neovim/releases/tag/stable 下载成功后,无须安装,解压安装包,放入合适的目录中,比如 C:\nvim-win64中。 NeoVim有两个启动程序,分别是nvim-qt.exe和nvim.ex 阅读全文
posted @ 2023-01-28 19:04 .net's 阅读(5590) 评论(0) 推荐(2) 编辑
摘要: Vim provides the :s (substitute) command for search and replace; this tip shows examples of how to substitute. On some systems, gvim has Find and Repl 阅读全文
posted @ 2023-01-12 09:38 .net's 阅读(24) 评论(0) 推荐(0) 编辑
摘要: n个元素需要n个操作 O(n) 阅读全文
posted @ 2022-09-20 22:18 .net's 阅读(10) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/26318/202112/26318-20211222185536778-1105425186.png) 阅读全文
posted @ 2021-12-22 18:56 .net's 阅读(8) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 39 下一页