240 发简信
IP属地:加州
  • Python operator notes

    if you print(2**3**2) you will get 512 instead of 64 because python calc...

  • Monitor resolution issue when using Lubuntu/ubuntu in VirtualBox

    You may find that screen resolution is not same as parent machine's reso...

  • How to install Scrapy 3.1.1rc3 for Python3 on Windows and use it in Pycharm

    It is really painful if you try to install Scrapy on Windows, not mentio...