实训
princebear123
这个作者很懒,什么都没留下…
展开
-
高级实训第一阶段
安装kubernetes环境:windows,需要提前安装好 virtualbox 和 docker toolbox。kubernetes 介绍Kubernetes 是 Google 开源的容器集群管理系统,它构建在目前流行的 Docker 技术之上,为容器化的应用提供资源调度、部署运行、服务发现、扩容缩容等一整套功能。下载相关文件,配置环境变量创建一个e:\k8s文件夹。下载:https://storage.googleapis.com/minikube/releases/v0.25.原创 2020-10-09 22:30:42 · 162 阅读 · 0 评论 -
summaryreport(中级实训)
summaryreport阶段一阶段二阶段三本次实训历时五周,共分为三个阶段,每个阶段都有不同的收获。阶段一阶段一其实是为了实训后面的内容打下基础。在阶段一,我通过自学认识、了解并且掌握了Vim编辑文本、运行ant指令编译Java、利用Junit3来测试单元代码以及利用sonar来完善代码风格。在后续阶段中我认为用处最大的是Junit和sonar,因为eclipse的存在,Vim和ant...原创 2019-12-08 20:23:52 · 237 阅读 · 0 评论 -
Part3 testreport
Part3 testreport模块设计testturn()testJump()testRock()testBound()测试结果模块设计junit 采用 junit3.8 版本testturn()初始化的Jumper alice方向应该是北方即Direction = 0,turn()了一次以后应该为45public void testturn() { ActorWorld worl...原创 2019-11-24 18:40:06 · 135 阅读 · 0 评论 -
Part3 designreport
Part3 designreportInception: clarify the details of the problem:Inception: clarify the details of the problem:a. What will a jumper do if the location in front of it is empty, but the location two c...原创 2019-11-24 12:37:17 · 114 阅读 · 0 评论 -
Vi,Java,Ant,Junit的自学报告
Vi,Java,Ant,Junit的自学报告1、Vi/Vim1.1、Vi/Vim是什么1.2、一般模式常用语法1.3、编辑模式常用语法1、Vi/Vim1.1、Vi/Vim是什么VI 是 Unix 操作系统和类 Unix 操作系统中最通用的文本编辑器。VIM 编辑器是从 VI 发展出来的一个性能更强大的文本编辑器。可以主动的以字体颜色辨别语法的正确性,方便程序设计。VIM 与 VI 编辑器完...原创 2019-11-10 18:59:06 · 115 阅读 · 0 评论