简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
Exception: Java gateway process exited before sending its port number
    特别要注意,我这个问题是:“Exception: Java gateway process exited before sending its port number”,而不是下面这个:“Exception: Java gateway process exited before sending the driver its port nu
安装YCM时的两个错误:YouCompleteMe unavailable no module named builtins 和 hash mismatch
对于第一个问题,可以cd/home/yourusername/.vim/bundle/YouCompleteMe,然后执行git submodule update --init --recursive。这是因为网络很慢,导致要依赖的文件还没有下载全,所以可以先把文件下载了对于第二个问题,是在执行./install.py --clang-completer时出现的,这是因为https:/...
在没有sudo权限的linux服务器上安装ipython
第一步:用pip安装ipython到用户目录pip install --user ipython第二步:创建一个名字叫ipython的文件,然后copy下面的内容到该文件#!/usr/bin/python# -*- coding: utf-8 -*-import reimport sysfrom IPython import start_ipythonif __name__ ...
到底了