摘要:
1. 为右键菜单添加打开Terminal选项:su -c 'yum install nautilus-open-terminal'2.尚未用到,随用随记 阅读全文
摘要:
【测试目的】 测试加载顺序【代码片段】public class TestIt { private TestJUnit tju = null; @BeforeClass public static void enter() { System.out.println("进来了!"); } @Before public void init() { System.out.println("正在初始化。。"); tju = new TestJUnit(); System.out.println("初始化完毕!"); } @Test public 阅读全文