摘要: import org.junit.runner.RunWith; import cucumber.api.CucumberOptions; import cucumber.api.junit.Cucumber; /** * @RunWith(Cucumber.class) 这是一个运行器 ,指用Cu 阅读全文
posted @ 2019-01-08 11:13 xiaodebing 阅读(581) 评论(0) 推荐(0)
摘要: git tag -a test20190108_1 -m "fix bug" git push origin test20190108_1 git push origin :refs/tags/test20190108 阅读全文
posted @ 2019-01-08 10:28 xiaodebing 阅读(1989) 评论(0) 推荐(0)
摘要: 修改文件/etc/ssh/sshd_config : 重启服务 service sshd restart 阅读全文
posted @ 2019-01-08 08:26 xiaodebing 阅读(109) 评论(0) 推荐(0)