博文

目前显示的是 九月, 2017的博文

VPS 测速

登录VPS wget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py chmod + x speedtest.py ./speedtest.py ./speedtest.py --server 5890 3.节点 ( http://www.speedtest.net/speedtest-servers-static.php )

jetbrains 注册服务器

1. 连接vps 2. ```shell    wget http://home.ustc.edu.cn/~mmmwhy/jetbrain.sh && sh ./jetbrain.sh    ```    保持默认,回车。得到License sever地址 3. pycharm选择License sever方式激活

Spyder代码自动补齐

1. conda install rope  or pip install rope 2. tool->preferences->ipython console ->advanced setting    选择use the greedy completer和autocall ->full