240 发简信
IP属地:江苏
  • Resize,w 360,h 240
    美化 Windows 终端:PowerShell

    1. 安装 scoop 2. 使用 scoop 安装 ConEmu 3. 打开 ConEmu 在 Settings 里面将默认 shell 设置...

  • Iterables

    https://javascript.info/iterable 什么是 iterable for...of 如何使用 什么是 array-li...

  • 在 Python virtual environment 中安装 Django

    环境:Ubuntu 18.04 LTS 为什么要在 Python 虚拟环境中安装 Django?答:这样可以在开发环境中使用不同版本的 Djan...

  • Kitematic 问题解决:We're sorry. There seems to be an error: context canceled

    操作系统:Windows 10 ProfessionalDocker Desktop: 2.0.0.3 (31259)Kitematic: v1...

  • Node.js 包管理工具:npm

    npm 是 NodeJS 默认的包管理工具,如果已正确安装了 NodeJS,则 npm 也已经一起安装好了。npm 能帮助用户: 从 npm 服...

  • 【/usr/bin/env: node: No such file or directory】 的解决办法

    今早突然想升级下 npm,在 ubuntu (windows 10 子系统)下,输入了如下的命令: 没成功,错误提示:/usr/bin/env:...

  • NodeJS 版本管理工具:nvm

    GitHub repo: github.com/creationix/nvm nvm 是什么 nvm (Node Version Manager...

  • apt-get 常用命令

    sudo apt-get update sudo apt-get upgrade sudo apt-get install xxx sudo a...

  • Linux 命令(积累更新)

    查看文件,包括换行符: 使用 sudo 执行上一条命令(忘记加 sudo 执行 root 命令时候很有用)(ubuntu) 给 ubuntu 换...