github,sourcetree
开发IDE:
VS2008(C、C++)、PyCharm(Python开发)
代码查看和编辑:
Subtime Text(推荐使用),EditPlus ,Vim
笔记:
有道云笔记,偶尔用下evernote,MarkdownPad Pro(windows下使用,体验很好)
虚拟机软件:
VMware,VirtualBox
串口调试和远程管理:
SecureCRT 5.0(串口连接),winscp(服务器/客户端之间传输文件)
github,sourcetree
VS2008(C、C++)、PyCharm(Python开发)
Subtime Text(推荐使用),EditPlus ,Vim
有道云笔记,偶尔用下evernote,MarkdownPad Pro(windows下使用,体验很好)
VMware,VirtualBox
SecureCRT 5.0(串口连接),winscp(服务器/客户端之间传输文件)
今天看到了google官网上发布的chrome更新信息,据说是支持64位的稳定版,速度和效率都得到了很大的提升,所以好奇心驱使下试着卸载了32位,重装64位,但是安装后总是加载不了页面,连基本的设置插件页面都打不开,尴尬极了!最后实在没办法,就只好试着使用兼容模式运行,竟然可以,但是打不开优酷网站,太麻烦了!有解决方法?在plugins中已经设置启用adobe flash和google flash。
set nocompatible "与vi不一致 filetype off set rtp+=~/.vim/bundle/vundle/ "载入特定目录插件 "set rtp+=$HOME/.vim/bundle/vundle/ "Windows下 call vundle#rc() "plugin "vimscripts账号下的项目直接填写名称即可 Bundle 'snipMate' "其它需填写用户/资源名称 Bundle 'gmarik/vundle' "非github上资源 Bundle 'git://git.wincent.com/command-t.git' "indent Bundle 'php.vim-html-enhanced' "color Bundle 'Lucius' filetype plugin indent on