程序员高效软件开发常用工具列表

程序员软件开发常用工具列表

ubuntu-linux/windowns
文本编辑: vim,gedit,kate/notepad++;
日志分析: eclipse-logviewer,glogg,gedit,kate/notepad++ AnalysePlugin;
阅读代码: vscode,eclipse/SourceInsight;
比较文档: meld/Beyond Compare;
终端工具: putty/secureCRT;
文件搜索: albert,find/Everything,listary;
文本处理: grep,sed,awk,python;
版本控制: git/svn;
设计工具: plantUML,Dia Diagram Editor/visio,EA,axure RP Pro;
简易设计: umbrello,pencil,yEd Graph Editor,LibreOffice-Draw;
随笔记录: Jupiter Notebook,有道云笔记;
屏幕截图: flameshot,kazam/FS capture;
屏幕录像: kazam,<Ctrl+Alt+Shift+r>(Gnome3)/FS capture;
在线音视频: netease-cloud-music,TencentVideo;
本地音视频: netease-cloud-music,audacious,smplayer,vlc/qqplayer;
草稿纸: xournal;

注意事项
eclipse-logviewer 插件可以配置rule列表,可以针对不同的关键字配置显示背景色前景色,支持正则表达式,log查看分析利器;
eclipse plantUML 插件可以使用plantUML实时预览uml图;https://plantuml.com/zh/eclipse

smplayer setup()
{
# sudo apt install ubuntu-restricted-addons
# sudo apt install ubuntu-restricted-extras
# sudo apt install mpv smplayer
}

smplayer setting Options()
{
Toolbars->Edit Main Toolbar->Icon size:24,
Toolbars->Edit Control bar->Icon size:24,
Preferences->General->General->Multimedia-engine:/usr/bin/mpv,
Preferences->Interfaces->Seeking->Short-Jump:05s(Selected 10s then click decrease),
Preferences->Interfaces->Seeking->Seeking-Method:Relative-Seeking,
}

猜你喜欢

转载自blog.csdn.net/halazi100/article/details/104179968