240 发简信
IP属地:贵州
  • from lxml import etree ImportError: DLL load failed: 找不到指定的模块

    爬取数据的时候 用lxml解析数据的时候提示我 from lxml import etree ImportError: DLL load fai...

  • django 中model踩的坑之AttributeError: type object ** has no attribute 'objects'

    django 中model踩的坑之AttributeError: type object ** has no attribute 'object...

  • nginx启动报错(1113:......)

    今天使用windows版本的nginx启动时遇到(1113: No mapping for the Unicode character exis...

  • 如何关闭某正在运行的端口的进程

    如何关闭某正在运行的端口? 1、打开cmd,输入: netstat -o -n -a | findstr :8000 结果: LISTENING...