SWT StackLayout
用法 1. 设置StackLayout Composite parent = … StackLayout … Read More »
用法 1. 设置StackLayout Composite parent = … StackLayout … Read More »
将当前工作目录中,staged和unstaged文件保存起来,方便进行新的开发。untracked文件(新加的… Read More »
问题描述 Linux下使用Git,不管怎么checkout或reset,有些文件总是有diff(标注被modi… Read More »
和远程仓库进行交互时,经常要输入用户名和密码,这样很繁琐。 解决方法: git config –g… Read More »
问题描述 ComboBoxViewerCellEditor可以应用在TableViewer,TreeViewe… Read More »
SprintPoker是一个简单的,为Sprint Task分配Story Point的网页。主要功能: 创建… Read More »
有时需要自动生成名字,例如Custom1, Custom2, Custom3…..这里的名字有个特点:固定的字… Read More »
Guava提供了ImmutableList, ImmutableSet,ImmutableMap等,下面以Im… Read More »
为什么要获取active shell? 创建其它dialog或window,需要传出shell,以便构成mod… Read More »
添加Filter,相当于search功能,当某一行的内容和输入的text匹配时,该行就显示,其它行过滤掉。我写… Read More »