240 发简信
IP属地:香港
  • 通过 type 和 object 看 Python3 中面向对象的两大关系

    type 在 Python3 中的 metaclass 这篇文章中,我们知道了所有类型对象都是通过 type 或 type 的子类实例化的。 可...

  • Python3 中的 metaclass

    一、你需要了解下面知识 Python 中的类也是对象(type)Python 中对象的创建(__call__)Python 中对象的创建 (__...

  • conda activate env_name 时添加指定的环境变量

    一、创建一个Python环境: conda create --name env_name python=3.7 二、进入到环境目录,并创建下面的...

  • 使用 .tgz 压缩包安装 MongoDB Community Edition

    一、安装 MongoDB 所需依赖包: Ubuntu 18.04: sudo apt-get install libcurl4 openssl ...