240 发简信
IP属地:浙江
  • redis清除数据

    redis-cli 如果有密码的话:auth {密码} 没密码直接FLUSHALL 查询:https://www.redis.net.cn/or...

  • zhiquan项目部署

    客户需要准备的 LDAP 邮箱,推荐163的 准备docker环境 centos: curl -fsSL https://get.docker....

  • 本地启动serve

    Open your terminal and type npm install -g http-server Go to the root fo...

  • ubuntu调整时间

    查看时间date -R或者timedatectl status 调整时间ntpdate -s time.windows.com

  • npm无法安装一些包时的解决办法

    加 --unsafe-perm比如: https://github.com/hyperledger/composer/issues/3486 另...

  • peer0.org1.example.com节点启动失败

    解决办法:在docker-compose文件中,给ca,peer,orderer都加上环境变量 https://stackoverflow.co...

  • Resize,w 360,h 240
    解决虚拟环境中无法安装openpyxl

    退出虚拟环境,用下面这句话重装一下setuptools 原文地址:https://stackoverflow.com/questions/744...

  • celery技术文章汇总

    https://blog.csdn.net/preyta/article/details/54288870 在另一个程序中调用celery需要使...

  • Docker Compose:链接外部容器的几种方式

    https://notes.doublemine.me/2017-06-12-Docker-Compose-%E9%93%BE%E6%8E%A5...