zoukankan      html  css  js  c++  java
  • configure new Linux/Mac

    vim   http://www.cnblogs.com/wswang/p/5088078.html

    sublime   http://jingyan.baidu.com/article/3aed632e66dc877011809166.html

    zsh  sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

    zsh plugins  http://www.jianshu.com/p/9189eac3e52d

    https://segmentfault.com/a/1190000002658335

    sudo.plugin https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/sudo/sudo.plugin.zsh

    修改zsh作为默认的shell,chsh -s /bin/zsh(Mac/Linux reboot)

    tmux   https://github.com/linux-wang/conf-backup

    python  http://blog.csdn.net/kingppy/article/details/13080919

    virtualenv/virtualenvwrapper  http://pythonguidecn.readthedocs.io/zh/latest/dev/virtualenvs.html

    pip https://pip.pypa.io/en/stable/installing/

    pycharm active http://www.cnblogs.com/hanggegege/p/6763329.html

    xfce的亮度 https://forum.xfce.org/viewtopic.php?pid=29952(安装xbacklight)

    homebrew  /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

  • 相关阅读:
    AdaBoost
    svm算法
    DBSCAN算法
    聚类算法分类
    EM算法
    ios开发中使用FMDB
    eclipse配置mahout
    【MyBatis】Mapper XML 文件
    MyBatis Generator的使用
    IntelliJ IDEA 创建 Maven简单项目
  • 原文地址:https://www.cnblogs.com/wswang/p/5235063.html
Copyright © 2011-2022 走看看