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.



  • 相关阅读:
    辞职后的第二个星期
    最近似乎应该休眠了.
    文件.二进制转换
    AVL树
    ajax 的同步和异步
    在SQL Server实现最短路径的搜索
    网页嵌套com例子
    Vs2005 dll 设置def导出函数
    [转]ATL开发一个ActiveX
    Atl COM发布与优化
  • 原文地址:https://www.cnblogs.com/pangblog/p/3320018.html
Copyright © 2011-2022 走看看