首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
命令和快捷键
温水小青蛙
创建于2022-03-07
订阅专栏
为啥总也记不住呢,哼
暂无订阅
共10篇文章
创建于2022-03-07
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
收集一些路径
the mappings of IP addresses to host names C:\Windows\System32\drivers\etc\hosts文件 wsl 映射在windows磁盘上
Windows 11 添加环境变量
应该写NuGet或NuGet.exe 或者添加到环境变量里 Setting the path and variables in Windows 11 Press the Windows key+X t
工具集
反编译工具 ildasm.exe ILSpy.exe JetBrains dotPeek 一些反编译工具介绍:链接
Visual Studio 调试技巧
Watch + Search Locals 和 Autos Locals: 执行的方法 所属的 local scope Autos: 断点周围 这个 scope 临时改变 执行流 临时 断点 到那一行
NPM Command
```js npm i --ignore-scripts npm start ```a aaaaaaaa
Docker 命令
摘录自:Link啊 啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊
Windows Subsystem for Linux
安装WSL: https://docs.microsoft.com/en-us/windows/wsl/install Windows 命令 Linux 命令 Google Cloud
DotNet Core 命令
```js > dotnet Foundations.dll -async ``` 啊啊啊啊啊啊啊
VS Code 的快捷键
快捷键 操作一整行 多行编辑 格式化 代码折叠 其他 啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊
Linux 命令
```js ls //列出当前目录所有文件 ll // ls -l 列出当前目录所有文件及相关信息 -h // 文件大小缩写成M -t // 按时间排序 -r // 反序 -a //列出隐藏文件 ch