240 发简信
IP属地:广东
  • Git Push Failed

    错误提示:Push failed: Failed with error: unable to access 'https://github.co...

  • pip 命令使用报错

    错误描述: Traceback (most recent call last): File "/home/achilles/.local/b...

  • Ubuntu 启动 Terminal 提示警告

    Traceback (most recent call last):File "/usr/lib/python2.7/runpy.py", li...

  • Resize,w 360,h 240
    pip install uWSGI==2.0.17.1

    执行 pip install uWSGI==2.0.17.1 控制台输出信息如下: Collecting uwsgiUsing cached h...

  • Pycharm 连接 MySQL ERROR:1452

    在pycharm环境下连接MySQL数据库 执行命令 python manage.py migrate 控制台报错: (1452, 'Canno...

  • Ubuntu环境变量恢复

    问题:系统找不到环境变量 在终端输入:ls 后显示: root@wei:/etc# ls Command 'ls' is available i...

  • Ubuntu安装openssh-server 依赖错误

    错误描述:下列软件包有未满足的依赖关系: openssh-server : 依赖: openssh-client (= 1:6.6p1-2ubu...

  • Ajax跨域问题的Chrome插件解决方案

    在提交ajxa数据的时候,服务器明明接受到了post的数据,但是就是接受不到服务器发回的状态, 按F12谷歌报错是这样的: XMLHttpReq...