上一页 1 ··· 4 5 6 7 8
摘要: 自己在自己的电脑上装了个Jenkins+Tomcat 玩转,没想到过了一段时间 忘记配置了 连Jenkins的默认密码都忘 。 谨以此文来记录一下Jenkins +Tomacat 的玩法: 1.下载Jenkins 不用说大家都知道去官网下载:Jenkins官方网址: http://Jenkins-c 阅读全文
posted @ 2020-07-30 14:32 tzmok 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 1.查找具体的日志里的某个指定的字段: grep error integration.json.log 2,Linux 今天学Git用到了一些 Linux 命令 $ echo "Hello ,git ">README.md=》往文件里写入东西 可以修改文件再也不用在Git上打开VI了 顺手百度了一下 阅读全文
posted @ 2020-07-03 13:40 tzmok 阅读(454) 评论(0) 推荐(0) 编辑
摘要: 1.什么是setUp()和tearDown()函数? 2.为什么我们要用setUp()和tearDown()函数? 3.我们该怎样用setUp()和tearDown()? 1.什么是setUp()和tearDown()函数? setUp()函数是在众多函数或者说是在一个类类里面最先被调用的函数,而且 阅读全文
posted @ 2020-07-01 13:14 tzmok 阅读(852) 评论(0) 推荐(0) 编辑
摘要: 1.Detail refer this Blog , it's awsome for reference https://www.cnblogs.com/taiwan/p/6954135.html 2.All the Java Basic also can refer to this blog ht 阅读全文
posted @ 2020-07-01 13:11 tzmok 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 1.1 BDD 行为驱动开发(Behavior-Driven Development) 最佳的TDD实现者从外部工作,从客户的角度出发,从客户验收测试失败来描述系统的行为。 作为BDD实现者,则需要谨慎地将验收测试写为团队中任何人都可以阅读的示例。 我们利用编写这些例子的过程,从客户获得有关我们在开 阅读全文
posted @ 2020-05-13 17:04 tzmok 阅读(373) 评论(0) 推荐(0) 编辑
摘要: 1. Navigate Files ->peject structure ->select the moudle ->clock the Sources as below 阅读全文
posted @ 2020-05-13 16:10 tzmok 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 1.File->New Project -> 2.input the name that =>Click finish 3. Put the Mouse on the Java =>New Class 4. input what you want import java.io.BufferedRea 阅读全文
posted @ 2020-05-12 16:16 tzmok 阅读(119) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8