确保你的VS Code环境中已经正确配置了Python解释器。你可以通过按下Ctrl + Shift + P,然后输入Python: Select Interpreter来选...

确保你的VS Code环境中已经正确配置了Python解释器。你可以通过按下Ctrl + Shift + P,然后输入Python: Select Interpreter来选...
语法易错点 传结构的值时,结构体的对象类型会被转换为接收者定义的类型 值在使用时要初始化,不然会报访问nil对象runtime error: invalid memory a...
$ ssh-keygen -t rsa -C "您的邮箱地址"输入密钥备注名,回车 配置~/.ssh/config 将公钥配置至github
4C21U-2KK9Q-M8130-4V2QH-CF810
4C21U-2KK9Q-M8130-4V2QH-CF810
解决mac terminal git没法自动补全问题 brew install bash-completiongit clone https://github.com/git...
兄弟们,相信我,重新下载安装最快了!!!
而且不会出bug
编辑 .vmx 文件并将 修改为
Property 'sockets' does not exist on type 'EggSocketNameSpace' 修改为
socket test tool (base on lite-server) Clone this repository:git clone https://github.c...
安装 mongodb (ubuntu20) 对外开放 mongodb 打开配置文件 修改绑定 ip 重启 mongodb 查看用户名列表
更快速的包管理器 yarn 安装 使用(在项目根目录下执行)
配置的端口不生效问题 表现在 7001 端口占用时,config.app.cluster.listen.port 参数不生效 解决在 egg-bin 检测端口占用之后,除了添...
解决每次使用 docker 都要sudo 创建docker组 将当前用户加入docker组 重启服务 刷新docker成员
每次使用 git 都要输入账号密码问题
first step second step third step if curl fail, your need to add nvm host open hosts ap...
overwrite fileecho "text" > filename expend to fileecho "text" >> filename