zoukankan      html  css  js  c++  java
  • Ubuntu 12.04 (10) Personal Environment

    Chinese Input

    =================

    I use Wubu, so Fcitx,

     

     sudo add-apt-repository ppa:fcitx-team/nightly && sudo apt-get update
     
     sudo apt-get install fcitx-rime


    Python is auto ,


    Begin with PhantomJS,

    use sudo.

    ================================================================================================

    Database Env:

         # mongodb

                       # server can  use  sudo

                       # client, here recommend robomongo ( robomongo.org)    or other client, umongo ?   not try it.


        # mysql

                   # server

                   # client, phpMysql~



    Python, Java ==> Eclipse

    ================================================================================================

       # python

       I love pip.  3 letters is easier than 'easy_install' , isn't it?

        sudo apt-get install python-pip




    Then sometimes My partners like eclipse+pydev, check this :

           http://os.51cto.com/art/201108/284072.htm


    Actually, I prefer to Sublime Text 2( ST2). Coz I dealt with more light projects much than Heavy ones.


    ST's deployment can check here:

           http://songfantasy.iteye.com/blog/1536184  or use this code:

    `     

        sudo add-apt-repository ppa:webupd8team/sublime-text-2
        sudo apt-get update
      

    `


       st2 's  package control , do some google.     You will find your garden of packages, depends on your language routine.



  • 相关阅读:
    hdu 4123 树形dp+rmq
    POJ 2761 Feed the dogs 求区间第k大 划分树
    hdu 4585 shaolin 平衡树
    *hdu 4616 Game 树形DP
    hdu 5379 Mahjong tree 树形DP入门
    CF 581F Contest Page 树形DP
    hdu 2778 LCR 模拟题
    hdu 2896 病毒侵袭 AC自动机
    hdu 2222 Keywords Search AC自动机模板题
    透过c的编程原则,来规范自己现在的一些编程习惯
  • 原文地址:https://www.cnblogs.com/pangblog/p/3320018.html
Copyright © 2011-2022 走看看