设置用空格替换 Tab
1 " Indentation settings for using 4 spaces instead of tabs. 2 " Do not change 'tabstop' from its default value of 8 with this setup. 3 " set expandtab 4 " set shiftwidth=2 5 " set softtabstop=2 6 7 " Indentation settings for using hard tabs for indent. Display tabs as 8 " four characters wide. 9 set shiftwidth=4 10 set tabstop=2 11 set expandtab
· 分享一个免费、快速、无限量使用的满血 DeepSeek R1 模型,支持深度思考和联网搜索!
· 使用C#创建一个MCP客户端
· ollama系列1:轻松3步本地部署deepseek,普通电脑可用
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· 按钮权限的设计及实现