240 发简信
IP属地:河南
  • Mac nodejs 搭建

    1.安装nvm 安装nvm curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install...

  • postgres数据库迁移

    postgres进行迁移可以使用psql,也可以使用postgres自带工具pg_dump和pg_restore. 命令: - 备份 pg_dump -h 13.xx.xx....