服务器准备工作
查看配置信息 CPU 配置信息 一键查看 lscpu 核数 nproc 主频 lscpu | grep "Model name" 使用情况 查看CPU使用率 htop 负载情况 uptime 终端配置 重启终端 source .bashrc . ~/.bashrc bash 插件 bash-completion tab补全 ble.sh 自...
查看配置信息 CPU 配置信息 一键查看 lscpu 核数 nproc 主频 lscpu | grep "Model name" 使用情况 查看CPU使用率 htop 负载情况 uptime 终端配置 重启终端 source .bashrc . ~/.bashrc bash 插件 bash-completion tab补全 ble.sh 自...
overview of all categories of math
phrasal verb lesson 1 Phrasal Verb Meaning have someone over hosing a social gathering at your house put on activating (e.g....
记录学习中的日语语法,干货版
常用命令 查执行过的命令 history | grep -E "anisette|dadoum|6969|docker run"
Gin基础 环境依赖 环境配置查看 —— go env 项目初始化 —— go mod init [项目名称/根目录名称] 安装包 —— go get -u github.com/gin-gonic/gin 运行 —— go run .\main.go 常用包 热加载 fresh github.com/gravityblas...
Vue 基础 软件架构体系 MVC —— Model Vue Controller MVVM —— Model View ViewModel 三种 Template用法 createApp 赋值 script:x-template + id <script type="x-template" id="why"> <div> ...
知识图谱
windows 下的codex 配置 mcp配置 方案1:绝对路径配置 参考模板: [mcp_servers.exa] args = [ "/c", "D:\\software\\programme_tool\\nodejs\\npm_data\\node_global\\exa-mcp-server.cmd" ] # 填写实际的路径 command = "cmd" type = "std...
Go 学习中遇到的难点