parent
9bf4d4bf82
commit
196dbff2ec
@ -1,926 +0,0 @@ |
|||||||
<template> |
|
||||||
<view> |
|
||||||
<view class="tabledetails"> |
|
||||||
<!-- <img class="logobg" src="http://image.keyitest.cn/static/index/cspx/banner.png" alt="" /> --> |
|
||||||
<!-- <img class="logobg" src="http://image.keyitest.cn/static/banner/train_banner_01.png" alt="" /> --> |
|
||||||
<u-swiper class="logobg" :list="swipelist" mode='round'></u-swiper> |
|
||||||
<view style="margin:15px 0 23px 0;text-align: center;"> |
|
||||||
<img class="deyalimg" src="/static/index/rjkk.png" alt=""> |
|
||||||
<p style="color: #999999;font-size:28rpx;">软件可靠性测试主要岗位及职责 </p> |
|
||||||
</view> |
|
||||||
<view style="background-color: #FFFFFF;padding:12px;width: 100%;border-radius: 10rpx;"> |
|
||||||
<u-table font-size='22' padding='10rpx 1rpx'> |
|
||||||
<u-tr> |
|
||||||
<view style="width:13%;"> |
|
||||||
<u-th >序号</u-th> |
|
||||||
</view> |
|
||||||
<view style="width:29%;"> |
|
||||||
<u-th >岗位名称</u-th> |
|
||||||
</view> |
|
||||||
<view style="width:58%;"> |
|
||||||
<u-th >岗位职责</u-th> |
|
||||||
</view> |
|
||||||
</u-tr> |
|
||||||
<u-tr> |
|
||||||
<view style="width:13%;"><u-td>1</u-td></view> |
|
||||||
<view style="width:29%;"><u-td>静态测试工程师</u-td></view> |
|
||||||
<u-td > |
|
||||||
<view style="text-align: left;padding:10rpx;line-height: 17px;"> |
|
||||||
负责利用文档审查、代码审查和静态分析,对文档的一致性进行审查, |
|
||||||
对软件源码进行控制流、数据流、接口和质量度量等分析 |
|
||||||
</view> |
|
||||||
</u-td> |
|
||||||
</u-tr> |
|
||||||
<u-tr> |
|
||||||
<view style="width:13%;"><u-td>2</u-td></view> |
|
||||||
<view style="width:29%;"><u-td>单元测试工程师</u-td></view> |
|
||||||
<u-td > |
|
||||||
<view style="text-align: left;padding:10rpx;line-height: 17px;"> |
|
||||||
负责对软件单元以及单元之间的功能、接口、数据结构和逻辑等进行动态测试 |
|
||||||
</view> |
|
||||||
</u-td> |
|
||||||
</u-tr> |
|
||||||
<u-tr> |
|
||||||
<view style="width:13%;"><u-td>3</u-td></view> |
|
||||||
<view style="width:29%;"><u-td>配置项测试工程师</u-td></view> |
|
||||||
<u-td > |
|
||||||
<view style="text-align: left;padding:10rpx;line-height: 17px;"> |
|
||||||
负责对独立软件配置项的功能、性能和接口等各项需求进行动态测试 |
|
||||||
</view> |
|
||||||
</u-td> |
|
||||||
</u-tr> |
|
||||||
<u-tr> |
|
||||||
<view style="width:13%;"><u-td>4</u-td></view> |
|
||||||
<view style="width:29%;"><u-td>系统测试工程师 </u-td></view> |
|
||||||
<u-td > |
|
||||||
<view style="text-align: left;padding:10rpx;line-height: 17px;"> |
|
||||||
负责对完整集成的软硬件系统的任务能力、功能、性能和接口等各项 |
|
||||||
</view> |
|
||||||
</u-td> |
|
||||||
</u-tr> |
|
||||||
<u-tr> |
|
||||||
<view style="width:13%;"><u-td>5</u-td></view> |
|
||||||
<view style="width:29%;"><u-td>功能测试工程师 </u-td></view> |
|
||||||
<u-td > |
|
||||||
<view style="text-align: left;padding:10rpx;line-height: 17px;"> |
|
||||||
对软件(系统)的功能需求逐项进行测试,包括正常/异常场景、功能控制流程、状态转换、 |
|
||||||
模式切换、超负荷/饱和/最坏情况和合法/非法边界等 |
|
||||||
</view> |
|
||||||
</u-td> |
|
||||||
</u-tr> |
|
||||||
<u-tr> |
|
||||||
<view style="width:13%;"><u-td>6</u-td></view> |
|
||||||
<view style="width:29%;"><u-td>性能测试工程师 </u-td></view> |
|
||||||
<u-td > |
|
||||||
<view style="text-align: left;padding:10rpx;line-height: 17px;"> |
|
||||||
负责对软件(系统)的性能需求逐项进行测试,包括数据精度、时间精度、 |
|
||||||
空间占用、数据传输吞吐量和软件并发处理能力等 |
|
||||||
</view> |
|
||||||
</u-td> |
|
||||||
</u-tr> |
|
||||||
<u-tr> |
|
||||||
<view style="width:13%;"><u-td>7</u-td></view> |
|
||||||
<view style="width:29%;"><u-td>接口测试工程师 </u-td></view> |
|
||||||
<u-td > |
|
||||||
<view style="text-align: left;padding:10rpx;line-height: 17px;"> |
|
||||||
负责对软件(系统)的接口需求进行逐项测试,包括信息格式、信息内容、 |
|
||||||
时间特性、丢帧、错帧和误码等 |
|
||||||
</view> |
|
||||||
</u-td> |
|
||||||
</u-tr> |
|
||||||
<u-tr> |
|
||||||
<view style="width:13%;"><u-td>8</u-td></view> |
|
||||||
<view style="width:29%;"><u-td>安全性测试工程师</u-td></view> |
|
||||||
<u-td > |
|
||||||
<view style="text-align: left;padding:10rpx;line-height: 17px;"> |
|
||||||
负责对软件(系统)功能和信息安全性进行测试,包括故障处理模式、异常事件容错、信息保密与防护等 |
|
||||||
</view> |
|
||||||
</u-td> |
|
||||||
</u-tr> |
|
||||||
<u-tr> |
|
||||||
<view style="width:13%;"><u-td>9</u-td></view> |
|
||||||
<view style="width:29%;"><u-td>可编程逻辑器件 测试工程师 </u-td></view> |
|
||||||
<u-td > |
|
||||||
<view style="text-align: left;padding:10rpx;line-height: 17px;"> |
|
||||||
负责完成软件单元、配置项和系统的功能、性能、接口和逻辑等测试以及时序测试和功耗分析等 |
|
||||||
</view> |
|
||||||
</u-td> |
|
||||||
</u-tr> |
|
||||||
</u-table> |
|
||||||
</view> |
|
||||||
<view style="margin-bottom:23px;text-align: center;margin-top:15px"> |
|
||||||
<img class="deyalimg" src="http://image.keyitest.cn/static/index/cspx/10.png" alt=""> |
|
||||||
<p style="color: #999999;font-size:28rpx;">培养专业测试专项人才</p> |
|
||||||
</view> |
|
||||||
<view style="background-color: #FFFFFF;padding: 13px;"> |
|
||||||
<view class="practice" style="background-color:transparent;padding: 0;margin:0"> |
|
||||||
<img class="lighr" src="http://image.keyitest.cn/static/index/testpx/6.png" alt=""> |
|
||||||
<view style="color:#808080;font-size:24rpx;width:58vw;margin-top:5px;"> |
|
||||||
<p style="color: #1A1A1A;font-size: 30rpx;font-weight: bold;">智能软件测试协同创新班</p> |
|
||||||
<p style="margin:7px 0"> |
|
||||||
<span>线下课程</span> |
|
||||||
<span style="color: #FC3D3D;margin: 0 5px;">20</span> |
|
||||||
<span>课时</span> |
|
||||||
</p> |
|
||||||
<p>单元测试、配置项测试、测试管理课程等</p> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view> |
|
||||||
<view class="master"> |
|
||||||
<p> — 创新班简介 — </p> |
|
||||||
</view> |
|
||||||
<view> |
|
||||||
<view style="display: flex;justify-content: space-between;"> |
|
||||||
<img class="innovate" src="http://image.keyitest.cn/static/index/cspx/17.png" alt=""> |
|
||||||
<img class="innovate" src="http://image.keyitest.cn/static/index/cspx/11.png" alt=""> |
|
||||||
</view> |
|
||||||
<p style="color:#808080;font-size:25rpx;margin-top:10px;line-height: 22px;">北京关键科技股份有限公司联合各大高校共同成立“智能软件测试协同创新实验室”,设立智能软件测试协同创新班, |
|
||||||
依据工信部“软件可靠性测试”相关标准要求,开展人才培养,通过项目实践提高学生动手能力、促进学生在校理论学习,增加就业机会。 |
|
||||||
</p> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view style="margin-bottom:23px;text-align: center;margin-top:15px ;"> |
|
||||||
<img class="deyalimg" src="http://image.keyitest.cn/static/index/testpx/7.png" alt=""> |
|
||||||
<p style="color: #999999;font-size:28rpx;">助您职业发展未来可期</p> |
|
||||||
</view> |
|
||||||
<view class="practice" style="justify-content: initial;"> |
|
||||||
<img class="lighrt" src="http://image.keyitest.cn/static/index/testpx/8.png" alt=""> |
|
||||||
<view style="color:#808080;font-size:24rpx;margin:18px 0 0 25px;"> |
|
||||||
<p style="color: #1A1A1A;font-size: 30rpx;font-weight: bold;">精品课程 </p> |
|
||||||
<p style="margin:7px 0">理论+实际,持续更新最前沿实用技术</p> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view class="practice" style="justify-content: initial;"> |
|
||||||
<img class="lighrt" src="http://image.keyitest.cn/static/index/testpx/9.png" alt=""> |
|
||||||
<view style="color:#808080;font-size:24rpx;margin:10px 0 0 25px;width:55vw;"> |
|
||||||
<p style="color: #1A1A1A;font-size: 30rpx;font-weight: bold;">专家讲师 </p> |
|
||||||
<p style="margin:10px 0">一线工程师+项目负责人+领域专家</p> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view class="practice" style="justify-content: initial;"> |
|
||||||
<img class="lighrt" src="http://image.keyitest.cn/static/index/testpx/10.png" alt=""> |
|
||||||
<view style="color:#808080;font-size:24rpx;margin:10px 0 0 25px;width:55vw;"> |
|
||||||
<p style="color: #1A1A1A;font-size: 30rpx;font-weight: bold;">线下课程 </p> |
|
||||||
<p style="margin:10px 0">专家线上授课+师傅带徒弟,一线工程师手把手 项目实操</p> |
|
||||||
|
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view class="practice" style="justify-content: initial;"> |
|
||||||
<img class="lighrt" src="http://image.keyitest.cn/static/index/testpx/11.png" alt=""> |
|
||||||
<view style="color:#808080;font-size:24rpx;margin:10px 0 0 25px;width:55vw;"> |
|
||||||
<p style="color: #1A1A1A;font-size: 30rpx;font-weight: bold;">技术认证 </p> |
|
||||||
<p style="margin:10px 0">国家工信部人才交流中心可靠性测试领域唯一合 作伙伴</p> |
|
||||||
|
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view class="practice" style="justify-content: initial;"> |
|
||||||
<img class="lighrt" src="http://image.keyitest.cn/static/index/testpx/12.png" alt=""> |
|
||||||
<view style="color:#808080;font-size:24rpx;margin:10px 0 0 25px;width:55vw;"> |
|
||||||
<p style="color: #1A1A1A;font-size: 30rpx;font-weight: bold;">多元就业 </p> |
|
||||||
<p style="margin:10px 0">关键科技内聘,客户企业推荐云测平台灵活就业, 自主择业</p> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view v-if="courselist.length>0" style="margin-bottom:23px;text-align: center;margin-top:15px ;"> |
|
||||||
<img class="deyalimg" src="http://image.keyitest.cn/static/index/cspx/6.png" alt=""> |
|
||||||
<p style="color: #999999;font-size:28rpx;">针对企业用人需求进行线下课程培训</p> |
|
||||||
</view> |
|
||||||
<!-- border: 1px solid #F5F7FA; --> |
|
||||||
<view v-for="(item,key) of courselist" :key="key" style='font-size:11px;line-height: 18px;border-left: 1px solid #F5F7FA;border-right: 1px solid #F5F7FA;'> |
|
||||||
<view class="headert"> |
|
||||||
<view class="table_heade">{{item.index}} 、{{item.courseName}}</view> |
|
||||||
<view style="width:.5px;background-color:#CFDDDD;height:26px"></view> |
|
||||||
<view class="table_kheade" >课时</view> |
|
||||||
</view> |
|
||||||
<view v-if='item.children.length>0'> |
|
||||||
<view class="bodyt" v-for="(itemd,key) of item.children" |
|
||||||
:style="{'border-bottom':itemd.orderNum==item.children.length?'none':'1rpx solid #CFDDDD;'}"> |
|
||||||
<view class="table_obody">{{itemd.orderNum}}</view> |
|
||||||
<!-- <view style="width:.5px;background-color:#CFDDDD;height:26px"></view> --> |
|
||||||
<view class="table_tbody">{{itemd.courseName}}</view> |
|
||||||
<!-- <view style="width:.5px;background-color:#CFDDDD;height:26px"></view> --> |
|
||||||
<view v-if='itemd.period.slice(-1)==0' class="table_hbody">{{itemd.period.slice(0,1)}}</view> |
|
||||||
<view v-else class="table_hbody">{{itemd.period}}</view> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<!-- <view > |
|
||||||
<img style="width: 100%;height:100vw; margin: 15px 0;" src="/static/index/classshour.png" alt=""> |
|
||||||
</view> --> |
|
||||||
<view class="master"> |
|
||||||
<view class="xline"></view> |
|
||||||
<p> 掌握的测试技能 </p> |
|
||||||
<view class="xline"></view> |
|
||||||
</view> |
|
||||||
<view class="interface"> |
|
||||||
<view class="testet"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/37.png" alt="" /> |
|
||||||
<p>静态测试</p> |
|
||||||
</view> |
|
||||||
<view class="testet"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/38.png" alt="" /> |
|
||||||
<p>单元测试</p> |
|
||||||
</view> |
|
||||||
<view class="testet"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/cspx/2.png" alt="" /> |
|
||||||
<p>配置项</p> |
|
||||||
</view> |
|
||||||
<view class="testet"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/43.png" alt="" /> |
|
||||||
<p>系统测试</p> |
|
||||||
</view> |
|
||||||
<view class="testet"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/cspx/4.png" alt="" /> |
|
||||||
<p>功能测试</p> |
|
||||||
</view> |
|
||||||
<view class="testet"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/40.png" alt="" /> |
|
||||||
<p>性能测试</p> |
|
||||||
</view> |
|
||||||
<view class="testet"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/cspx/3.png" alt="" /> |
|
||||||
<p>接口测试</p> |
|
||||||
</view> |
|
||||||
<view class="testet"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/41.png" alt="" /> |
|
||||||
<p>安全测试</p> |
|
||||||
</view> |
|
||||||
<!-- <view class="testet"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/cspx/1.png" alt="" /> |
|
||||||
<p>可编辑逻辑器件测试</p> |
|
||||||
</view> --> |
|
||||||
</view> |
|
||||||
<view style="margin-bottom:23px;text-align: center;"> |
|
||||||
<img class="deyalimg" src="/static/index/rjkk.png" alt=""> |
|
||||||
<p style="color: #999999;font-size:28rpx;">软件可靠性测试产业人才岗位能力要素 </p> |
|
||||||
</view> |
|
||||||
<view style="background-color: #FFFFFF;padding:12px;width: 100%;border-radius: 10rpx;"> |
|
||||||
<u-table font-size='22' padding='10rpx 1rpx'> |
|
||||||
<u-tr> |
|
||||||
<view style="width:18%;"> |
|
||||||
<u-th> |
|
||||||
<view style="font-size: 13px;">维度</view> |
|
||||||
</u-th> |
|
||||||
</view> |
|
||||||
<view style="width:18%;"> |
|
||||||
<u-th> |
|
||||||
<view style="font-size: 13px;">要素</view> |
|
||||||
</u-th> |
|
||||||
</view> |
|
||||||
<view style="width:64%;"> |
|
||||||
<u-th> |
|
||||||
<view style="font-size: 13px;">说明</view> |
|
||||||
</u-th> |
|
||||||
</view> |
|
||||||
</u-tr> |
|
||||||
<u-tr> |
|
||||||
<view style="width:18%;"><u-td>专业知识</u-td></view> |
|
||||||
<view style="width:18%;" > |
|
||||||
<u-td > |
|
||||||
<u-td class="tdplas">基础知识</u-td> |
|
||||||
<u-td class="tdplasd"> 专业知识</u-td> |
|
||||||
</u-td> |
|
||||||
</view> |
|
||||||
<u-td > |
|
||||||
<u-td class="tdplas"> |
|
||||||
<view style="text-align: left;padding:10rpx;height: 60px;"> |
|
||||||
指相应岗位人才应掌握的通用知识,主要包括基本理论、 |
|
||||||
相关标准与规范知识以及有关法律法规、安全、隐私等 |
|
||||||
</view> |
|
||||||
</u-td> |
|
||||||
<u-td class="tdplasd"> |
|
||||||
<view style="text-align: left;padding:10rpx;height: 60px;"> |
|
||||||
指相应岗位人才完成工作任务所必备的知识, |
|
||||||
主要指与具体岗位要求相适应的理论知识、技术要求和操作规程等 |
|
||||||
</view> |
|
||||||
</u-td> |
|
||||||
</u-td> |
|
||||||
</u-tr> |
|
||||||
<u-tr> |
|
||||||
<view style="width:18%;"><u-td>技术技能</u-td></view> |
|
||||||
<view style="width:18%;" > |
|
||||||
<u-td > |
|
||||||
<u-td class="tdplas">基本技能</u-td> |
|
||||||
<u-td class="tdplasd">专业技能</u-td> |
|
||||||
</u-td> |
|
||||||
</view> |
|
||||||
<u-td > |
|
||||||
<u-td class="tdplas"> |
|
||||||
<view style="text-align: left;padding:10rpx;height: 60px;"> |
|
||||||
指相应岗位人才为完成工作任务所应具备的对基础知识应用的水平以及熟练程度 |
|
||||||
</view> |
|
||||||
</u-td> |
|
||||||
<u-td class="tdplasd"> |
|
||||||
<view style="text-align: left;padding:10rpx;height: 60px;"> |
|
||||||
指相应岗位人才为完成工作任务所应具备的对专业知识应用的水平以及对特殊工具使用的掌握 |
|
||||||
</view> |
|
||||||
</u-td> |
|
||||||
</u-td> |
|
||||||
</u-tr> |
|
||||||
<u-tr> |
|
||||||
<view style="width:18%;"><u-td>工程实践</u-td></view> |
|
||||||
<view style="width:18%;"><u-td>经验 </u-td></view> |
|
||||||
<u-td > |
|
||||||
<view style="text-align: left;padding:10rpx;line-height: 17px;"> |
|
||||||
指相应岗位人才在实际工程与项目推进中应当具备的经验 |
|
||||||
</view> |
|
||||||
</u-td> |
|
||||||
</u-tr> |
|
||||||
<u-tr> |
|
||||||
<view style="width:18%;"><u-td>综合能力</u-td></view> |
|
||||||
<view style="width:18%;"><u-td>软能力 </u-td></view> |
|
||||||
<u-td> |
|
||||||
<view style="text-align: left;padding:10rpx;line-height: 17px;"> |
|
||||||
指相应岗位人才为完成工作任务所应具备的行为特征和综合素质, |
|
||||||
包括学习追踪、沟通协调、需求与趋势分析、业务场景把握等技能 |
|
||||||
</view> |
|
||||||
</u-td> |
|
||||||
</u-tr> |
|
||||||
</u-table> |
|
||||||
</view> |
|
||||||
<view style="margin-bottom:23px;text-align:center;margin-top: 15px;"> |
|
||||||
<img class="deyalimg" src="http://image.keyitest.cn/static/index/testpx/13.png" alt=""> |
|
||||||
<p style="color: #999999;font-size:28rpx;">零基础入学+不限专业/性别+应/往届生均可</p> |
|
||||||
</view> |
|
||||||
<view style="display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;"> |
|
||||||
<view class="statictosol" style="height: 270px;"> |
|
||||||
<img style="width:39vw ;height:26vw;" src="http://image.keyitest.cn/static/index/testpx/14.png" alt=""> |
|
||||||
<p style="color:#1A1A1A;font-size: 1rem;font-weight: bold;margin:10px 0 ;">零基础、易入门 </p> |
|
||||||
<view class="linblue"></view> |
|
||||||
<p >学习过程中代码内容相对较少,不需要精通Java、C等编程语言,从基础学习,容易学。</p> |
|
||||||
</view> |
|
||||||
<view class="statictosol" style="height: 270px;"> |
|
||||||
<img style="width:39vw ;height:26vw;" src="http://image.keyitest.cn/static/index/testpx/15.png" alt=""> |
|
||||||
<p style="color:#1A1A1A;font-size: 1rem;font-weight: bold;margin:10px 0 ;">人才缺口大</p> |
|
||||||
<view class="linblue"></view> |
|
||||||
<p >根据人才市场统计,国内软件测试人才缺口超过30万,且逐年递增。</p> |
|
||||||
</view> |
|
||||||
<view class="statictosol" style="height: 270px;"> |
|
||||||
<img style="width:39vw ;height:26vw;" src="http://image.keyitest.cn/static/index/testpx/16.png" alt=""> |
|
||||||
<p style="color:#1A1A1A;font-size: 1rem;font-weight: bold;margin:10px 0 ;">发展方向广</p> |
|
||||||
<view class="linblue"></view> |
|
||||||
<p >各行各业都需要软件测试人才,尤其是IT互联网、军工行业、能源行业、汽车行业</p> |
|
||||||
</view> |
|
||||||
<view class="statictosol" style="height: 270px;"> |
|
||||||
<img style="width:39vw ;height:26vw;" src="http://image.keyitest.cn/static/index/testpx/17.png" alt=""> |
|
||||||
<p style="color:#1A1A1A;font-size: 1rem;font-weight: bold;margin:10px 0 ;">薪资待遇高</p> |
|
||||||
<view class="linblue"></view> |
|
||||||
<p >软件测试工程师招聘市场价,起步月薪6-10K,优秀学员年薪可达20万;工</p> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view style="margin-bottom:23px;text-align: center;margin-top: 20px;"> |
|
||||||
<img class="deyalimg" src="http://image.keyitest.cn/static/index/cspx/8.png" alt=""> |
|
||||||
<p style="color: #999999;font-size:28rpx;">所学技术实际应用率高,证书含金量高</p> |
|
||||||
</view> |
|
||||||
<view class="teams" style="text-align: center;margin-top: 20px;"> |
|
||||||
<img style="width: 69vw;height: 48vw;margin: 0;" src="http://image.keyitest.cn/static/index/testpx/50.png" alt=""> |
|
||||||
<p style="color:#1A1A1A;font-size:1rem;font-weight: bold;margin:10px 0 ;">《软件可靠性测试工程师》等级证书</p> |
|
||||||
<p style="text-align: left;line-height:22px">1.进入北京关键科技股份有限公司测试人才库且获得创新实验室颁发的培训证书。</p> |
|
||||||
<p style="text-align: left;line-height:22px">2.在校期间获得带薪实习机会,丰富真实项目开发履历。</p> |
|
||||||
<p style="text-align: left;line-height:22px">3.高薪就业,毕业后成为关键科技的正式员工,成长为优秀的软件测试工程师。</p> |
|
||||||
<p style="text-align: left;line-height:22px">4.经培训的学生可以自愿考取工信部初级、中级软件可靠性测试证书,工作满三年后,可以考取高级证书。</p> |
|
||||||
</view> |
|
||||||
<view style="margin-bottom:23px;text-align: center;margin-top: 20px;"> |
|
||||||
<img class="deyalimg" src="http://image.keyitest.cn/static/index/cspx/9.png" alt=""> |
|
||||||
<p style="color: #999999;font-size:28rpx;">促进学生在校理论学习,增加就业机会 </p> |
|
||||||
</view> |
|
||||||
<view style="display: flex;margin-bottom:25px ;"> |
|
||||||
<view v-if="currenttab==1" class="tableclas" >西安科技大学</view> |
|
||||||
<view class="tableclas" v-else style="background: #FFFFFF;color: #999999;" @click="taclick('1')">西安科技大学</view> |
|
||||||
<view v-if="currenttab==2" class="tableclas">重庆工程学院</view> |
|
||||||
<view class="tableclas" v-else style="background: #FFFFFF;color: #999999;" @click="taclick('2')">重庆工程学院</view> |
|
||||||
</view> |
|
||||||
<view style="background-color: #FFFFFF;padding:13px;display"> |
|
||||||
<view v-if="currenttab==1"> |
|
||||||
<view style="display: flex;justify-content: space-between;"> |
|
||||||
<img class="innovate" style="height: 26vw;" src="http://image.keyitest.cn/static/index/cspx/14.png" alt=""> |
|
||||||
<img class="innovate" style="height: 26vw;" src="http://image.keyitest.cn/static/index/cspx/12.png" alt=""> |
|
||||||
</view> |
|
||||||
<p style="color:#808080;font-size:25rpx;margin:15px 0; line-height: 22px;text-indent:25px;"> 11月15日上午,智能软件测试协同创 |
|
||||||
新实验室成立仪式在西安科技大学计算机学院隆重举行,该实验室由北京关键科技股份有限公司与西安科技大学共同成立。关键科技董事长焦华春女士、 |
|
||||||
总经理张怀珠、总经理助理牛中东、工业和信息化部人才交流中心人才发展处程宇处长、西安科技大学副校长黄英维等领导和嘉宾出席会议。 </p> |
|
||||||
<img style="width: 100%;height: 26vw;" src="http://image.keyitest.cn/static/index/cspx/13.png" alt=""> |
|
||||||
<view style='display:flex;align-items: center;margin-bottom: 10px;'> |
|
||||||
<view class='vertical'></view> |
|
||||||
<view style="font-weight: bold;">报名条件</view> |
|
||||||
</view> |
|
||||||
<p style="color:#808080;font-size:25rpx;margin:10px 0; line-height: 22px">西安科技大学计算机学院在读学生,热爱计算机、向往软件测试技术的同学均可报名(软件工程专业优先)。</p> |
|
||||||
<view style='display:flex;align-items: center;margin-bottom: 10px;'> |
|
||||||
<view class='vertical'></view> |
|
||||||
<view style="font-weight: bold;">培训内容</view> |
|
||||||
</view> |
|
||||||
<p style="color:#808080;font-size:25rpx;margin:10px 0; line-height: 22px">学员将参加静态测试、单元测试、配置项测试、 |
|
||||||
测试管理等课程学习。(注:详见课程计划,不占用正常上课时间,学员不需要承担任何费用。) |
|
||||||
</p> |
|
||||||
<!-- <view style='display:flex;align-items: center;margin-bottom: 10px;'> |
|
||||||
<view class='vertical'></view> |
|
||||||
<view style="font-weight: bold;">如何报名</view> |
|
||||||
</view> |
|
||||||
<p style="color:#808080;font-size:25rpx;margin:10px 0; line-height: 22px">计算机学院组织学生报名工作,有意向的同 |
|
||||||
学加入QQ群【群号:949918433】,实名制入QQ群后关注群消息。 |
|
||||||
</p> --> |
|
||||||
<!-- <view class="online" @click="popcilk('sign')">在线报名</view> --> |
|
||||||
</view> |
|
||||||
<view v-if="currenttab==2"> |
|
||||||
<view style="display: flex;justify-content: space-between;"> |
|
||||||
<img class="innovate" style="height: 26vw;" src="http://image.keyitest.cn/static/index/cspx/17.png" alt=""> |
|
||||||
<img class="innovate" style="height: 26vw;" src="http://image.keyitest.cn/static/index/cspx/15.png" alt=""> |
|
||||||
</view> |
|
||||||
<p style="color:#808080;font-size:25rpx;margin:15px 0; line-height: 22px;text-indent:25px;">12月21日上午,软件测试创新中心成立 |
|
||||||
仪式暨软件可靠性测试创新班开班仪式在重庆工程学院行政楼隆重举行,该创新中心在工业和信息化部人才交流中心指导下,由北京关键科技股份有限公司 |
|
||||||
与重庆工程学院共同成立。工业和信息化部人才交流中心人才发展处副处长唐林、人才发展处干部慕雅竹,重庆工程学院党委副书记常务副校长张业平, |
|
||||||
关键科技董事长焦华春、总经理张怀珠、副总经理郭克成、总经理助理校企合作负责人牛中东等领导和嘉宾出席会议。 </p> |
|
||||||
<img style="width: 100%;height: 26vw;" src="http://image.keyitest.cn/static/index/cspx/16.png" alt=""> |
|
||||||
<view style='display:flex;align-items: center;margin-bottom: 10px;'> |
|
||||||
<view class='vertical'></view> |
|
||||||
<view style="font-weight: bold;">报名条件</view> |
|
||||||
</view> |
|
||||||
<p style="color:#808080;font-size:25rpx;margin:10px 0; line-height: 22px">重庆工程学院在读学生,热爱计算机、 |
|
||||||
向往软件测试技术的同学均可报名(限定招生人数 50人)。</p> |
|
||||||
<view style='display:flex;align-items: center;margin-bottom: 10px;'> |
|
||||||
<view class='vertical'></view> |
|
||||||
<view style="font-weight: bold;">培训内容</view> |
|
||||||
</view> |
|
||||||
<p style="color:#808080;font-size:25rpx;margin:10px 0; line-height: 22px">学员将参加静态测试、单元测试、配置项测试、系统测试、测试管理等课程学习。 |
|
||||||
(注:详见课程计划,不占用正常上课时间,学员不需要承担任何费用。) |
|
||||||
</p> |
|
||||||
<!-- <view style='display:flex;align-items: center;margin-bottom: 10px;'> |
|
||||||
<view class='vertical'></view> |
|
||||||
<view style="font-weight: bold;">如何报名</view> |
|
||||||
</view> |
|
||||||
<p style="color:#808080;font-size:25rpx;margin:10px 0; line-height: 22px">计算机学院组织学生报名工作,有意向的同学加入QQ群【群号:208131247】, |
|
||||||
实名制入QQ群后关注群消息。 |
|
||||||
</p> --> |
|
||||||
<!-- <view class="online" @click="popcilk('sign')">在线报名</view> --> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view style="margin-bottom:23px;text-align: center;margin-top: 20px;"> |
|
||||||
<img class="deyalimg" src="http://image.keyitest.cn/static/index/testpx/51.png" alt=""> |
|
||||||
<p style="color: #999999;font-size:28rpx;">多形态择业,保障就业工作</p> |
|
||||||
</view> |
|
||||||
<view class="practice" style="justify-content: initial;"> |
|
||||||
<img class="lighrt" style="width:43vw ;" src="http://image.keyitest.cn/static/index/testpx/52.png" alt=""> |
|
||||||
<view style="color:#808080;font-size:24rpx;margin:18px 0 0 20px;width: 80vw;"> |
|
||||||
<p style="color: #1A1A1A;font-size: 30rpx;font-weight: bold;">自主选择就业 </p> |
|
||||||
<p style="margin:7px 0">优势线下实操项目真实,所学技术实际应用率高,证书含金量高。</p> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view class="practice" style="justify-content: initial;"> |
|
||||||
<img class="lighrt" style="width:43vw ;" src="http://image.keyitest.cn/static/index/testpx/53.png" alt=""> |
|
||||||
<view style="color:#808080;font-size:24rpx;margin:18px 0 0 20px;width: 80vw;"> |
|
||||||
<p style="color: #1A1A1A;font-size: 30rpx;font-weight: bold;">择优录取 </p> |
|
||||||
<p style="margin:7px 0">培训结束后,根据考核成绩和技术能力,关键科技择优录用。</p> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view class="practice" style="justify-content: initial;"> |
|
||||||
<img class="lighrt" style="width:43vw ;" src="http://image.keyitest.cn/static/index/testpx/54.png" alt=""> |
|
||||||
<view style="color:#808080;font-size:24rpx;margin:18px 0 0 20px;width: 80vw;"> |
|
||||||
<p style="color: #1A1A1A;font-size: 30rpx;font-weight: bold;">推荐录取 </p> |
|
||||||
<p style="margin:7px 0">公司的合作伙伴和合作的客户,优先推荐其录用。</p> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view class="practice" style="justify-content: initial;"> |
|
||||||
<img class="lighrt" style="width:43vw ;" src="http://image.keyitest.cn/static/index/testpx/55.png" alt=""> |
|
||||||
<view style="color:#808080;font-size:24rpx;margin:18px 0 0 20px;width: 80vw;"> |
|
||||||
<p style="color: #1A1A1A;font-size: 30rpx;font-weight: bold;">灵活就业 </p> |
|
||||||
<p style="margin:7px 0">关键科技自有云测平台灵活就业、灵活用工。</p> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view style="height:50px;"></view> |
|
||||||
<view class="submitt"> |
|
||||||
<view class="bottbtn" @click="onlinesign" style="height: 55px;"> |
|
||||||
<img src="/static/index/baoming.png" alt=""> |
|
||||||
<p>在线报名</p> |
|
||||||
</view> |
|
||||||
<view class="bottbtn" @click="popcilk('seek')" style="background:#E9F0FA;"> |
|
||||||
<img src="/static/index/duihuazixun.png" alt=""> |
|
||||||
<p>立即咨询</p> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<u-modal title='温馨提示' v-model="tokenshow" content="您还没有登录" confirm-text='现在就去' cancel-text='稍等一下' show-cancel-button='true' |
|
||||||
cancel-color='#1578ED' confirm-color='#1578ED' @confirm="confirms" @cancel='tokenshow=false'></u-modal> |
|
||||||
<u-toast ref="uToast" /> |
|
||||||
</view> |
|
||||||
</template> |
|
||||||
|
|
||||||
<script> |
|
||||||
export default { |
|
||||||
data() { |
|
||||||
return { |
|
||||||
tokenshow:false, |
|
||||||
isPopupShow:false, |
|
||||||
signobj:{name:'',qq:'',wechat:''}, |
|
||||||
currenttab:1, |
|
||||||
educationLevelshow:false, |
|
||||||
educationList:[{value:1,label:'高中'},{value:1,label:'大专'},{value:1,label:'本科'},{value:1,label:'硕士'}], |
|
||||||
courselist:'',//培训课程列表 |
|
||||||
wxUserInfo:null,//微信基本信息 |
|
||||||
register:null, |
|
||||||
swipelist:[ |
|
||||||
'http://image.keyitest.cn/static/banner/train_banner_01.png', |
|
||||||
'http://image.keyitest.cn/static/index/cspx/banner.png' |
|
||||||
], |
|
||||||
} |
|
||||||
}, |
|
||||||
onLoad(optipn) { |
|
||||||
let currenttab=optipn.currenttab |
|
||||||
if(currenttab){ |
|
||||||
this.currenttab=currenttab |
|
||||||
} |
|
||||||
this.wxUserInfo = uni.getStorageSync('wxUserInfo'); |
|
||||||
this.register = uni.getStorageSync('register'); |
|
||||||
console.log('register--',this.register) |
|
||||||
console.log('wxUserInfo---',this.wxUserInfo) |
|
||||||
this.http.quickGet(`/train/course/list?pageNum=1&pageSize=100`).then(res=>{ |
|
||||||
console.log('res---', res) |
|
||||||
this.courselist = res.data.rows; |
|
||||||
if(this.courselist.length>0){ |
|
||||||
this.courselist.sort((a,b)=>{ |
|
||||||
return a.orderNum-b.orderNum |
|
||||||
}) |
|
||||||
this.courselist.forEach(item=>{ |
|
||||||
if(item.children.length>0){ |
|
||||||
item.children.sort((a,b)=>{ |
|
||||||
return a.orderNum-b.orderNum |
|
||||||
}) |
|
||||||
if(item.orderNum==1){ |
|
||||||
item.index='一' |
|
||||||
}else if(item.orderNum==2){ |
|
||||||
item.index='二' |
|
||||||
}else if(item.orderNum==3){ |
|
||||||
item.index='三' |
|
||||||
}else if(item.orderNum==4){ |
|
||||||
item.index='四' |
|
||||||
}else if(item.orderNum==5){ |
|
||||||
item.index='五' |
|
||||||
} |
|
||||||
} |
|
||||||
}) |
|
||||||
console.log('课程培训列表--', this.courselist) |
|
||||||
} |
|
||||||
}) |
|
||||||
}, |
|
||||||
methods: { |
|
||||||
onlinesign(){ |
|
||||||
// let accessToken = uni.getStorageSync('accessToken'); |
|
||||||
// if(!accessToken){ |
|
||||||
// this.tokenshow=true |
|
||||||
// }else{ |
|
||||||
let issueId='' |
|
||||||
if(this.courselist.length>0){ |
|
||||||
issueId=this.courselist[0].issueId; |
|
||||||
uni.navigateTo({ |
|
||||||
url:`./signup?issueId=${issueId}` |
|
||||||
}) |
|
||||||
}else{ |
|
||||||
this.$refs.uToast.show({ |
|
||||||
title: '当前暂无报名课程', |
|
||||||
type: 'info', |
|
||||||
// url: '/pages/index/index' |
|
||||||
}) |
|
||||||
} |
|
||||||
|
|
||||||
|
|
||||||
// } |
|
||||||
}, |
|
||||||
popcilk(type){ |
|
||||||
let accessToken = uni.getStorageSync('accessToken'); |
|
||||||
if(!accessToken){ |
|
||||||
this.tokenshow=true |
|
||||||
}else{ |
|
||||||
this.$refs.uToast.show({ |
|
||||||
title: '功能暂未开通', |
|
||||||
type: 'info', |
|
||||||
// url: '/pages/index/index' |
|
||||||
}) |
|
||||||
} |
|
||||||
}, |
|
||||||
|
|
||||||
//学校名称切换 |
|
||||||
taclick(type){ |
|
||||||
this.currenttab=type; |
|
||||||
}, |
|
||||||
open() { |
|
||||||
// console.log('open'); |
|
||||||
}, |
|
||||||
close() { |
|
||||||
this.isPopupShow = false |
|
||||||
// console.log('close'); |
|
||||||
}, |
|
||||||
//选择学历下拉框 |
|
||||||
educationLevelfirm(e){ |
|
||||||
console.log('e',e) |
|
||||||
this.signobj.education=e[0].value |
|
||||||
}, |
|
||||||
confirms(){ |
|
||||||
uni.navigateTo({ |
|
||||||
url:'/pages/personal/login' |
|
||||||
}) |
|
||||||
}, |
|
||||||
} |
|
||||||
} |
|
||||||
</script> |
|
||||||
|
|
||||||
<style> |
|
||||||
.tabledetails{ |
|
||||||
width:100vw; |
|
||||||
/* height: 100vh; */ |
|
||||||
/* background-color: #FFFFFF; */ |
|
||||||
padding:13px; |
|
||||||
} |
|
||||||
.logobg { |
|
||||||
width:100%; |
|
||||||
height:32vw; |
|
||||||
margin-bottom: 15px; |
|
||||||
} |
|
||||||
.deyalimg{ |
|
||||||
width:100%; |
|
||||||
height:4.8vw; |
|
||||||
margin:5px 0; |
|
||||||
object-fit: cover; |
|
||||||
} |
|
||||||
.statictosol{ |
|
||||||
width:48%; |
|
||||||
height:200px; |
|
||||||
background: #FFFFFF; |
|
||||||
border-radius: 10rpx; |
|
||||||
text-align: center; |
|
||||||
margin-top: 20px; |
|
||||||
padding: 10px; |
|
||||||
} |
|
||||||
.statictosol img{ |
|
||||||
width:26vw; |
|
||||||
height:21vw; |
|
||||||
} |
|
||||||
.statictosol p{ |
|
||||||
font-size:.9rem; |
|
||||||
color:#808080; |
|
||||||
margin-bottom: 5px; |
|
||||||
line-height:21px |
|
||||||
} |
|
||||||
.lighr{ |
|
||||||
width:28vw; |
|
||||||
height:20vw; |
|
||||||
} |
|
||||||
.practice{ |
|
||||||
display: flex; |
|
||||||
justify-content:space-between; |
|
||||||
background-color: #FFFFFF; |
|
||||||
padding:13px; |
|
||||||
width: 100%; |
|
||||||
margin:15px 0; |
|
||||||
} |
|
||||||
.lighrt{ |
|
||||||
width:22vw; |
|
||||||
height:22vw; |
|
||||||
} |
|
||||||
.linblue{ |
|
||||||
width: 46rpx; |
|
||||||
height: 5rpx; |
|
||||||
background: #1578ED; |
|
||||||
border-radius: 3rpx; |
|
||||||
margin: 10px auto; |
|
||||||
} |
|
||||||
.buttonobj{ |
|
||||||
width: 320rpx; |
|
||||||
height: 70rpx; |
|
||||||
background: linear-gradient(145deg, #33CABC, #39B4A0); |
|
||||||
border-radius:50rpx; |
|
||||||
font-size: 34rpx; |
|
||||||
font-weight: bold; |
|
||||||
color: #FFFFFF; |
|
||||||
text-align: center; |
|
||||||
line-height:70rpx; |
|
||||||
margin: 30px auto -10px auto; |
|
||||||
} |
|
||||||
.course{ |
|
||||||
background-color: #FFFFFF; |
|
||||||
padding:10px; |
|
||||||
width: 100%; |
|
||||||
margin:15px 0; |
|
||||||
font-size: 26rpx; |
|
||||||
color: #808080; |
|
||||||
} |
|
||||||
.course p{ |
|
||||||
margin:10px 0; |
|
||||||
line-height: 22px; |
|
||||||
} |
|
||||||
.course img{ |
|
||||||
width: 28rpx; |
|
||||||
height: 28rpx; |
|
||||||
margin-right:5px; |
|
||||||
} |
|
||||||
.software{ |
|
||||||
display: flex; |
|
||||||
align-items: center; |
|
||||||
margin-top: -10px; |
|
||||||
} |
|
||||||
.master{ |
|
||||||
display: flex; |
|
||||||
width: 170px; |
|
||||||
margin: 20px auto; |
|
||||||
align-items: center; |
|
||||||
justify-content: space-around; |
|
||||||
} |
|
||||||
.master p{ |
|
||||||
font-size:36rpx; |
|
||||||
color: #1A1A1A; |
|
||||||
font-weight: bold; |
|
||||||
} |
|
||||||
.xline{ |
|
||||||
width: 11rpx; |
|
||||||
height: 39rpx; |
|
||||||
background: #1578ED; |
|
||||||
transform: rotate(18deg); |
|
||||||
} |
|
||||||
.interface{ |
|
||||||
display: flex; |
|
||||||
justify-content:space-between; |
|
||||||
flex-wrap: wrap; |
|
||||||
} |
|
||||||
.testet{ |
|
||||||
/* height:120rpx; */ |
|
||||||
width:21vw; |
|
||||||
background: #FFFFFF; |
|
||||||
border-radius: 8rpx; |
|
||||||
text-align: center; |
|
||||||
padding: 15px 0; |
|
||||||
margin:0 0 10px 0 |
|
||||||
} |
|
||||||
.testet img{ |
|
||||||
width:60rpx; |
|
||||||
height:65rpx; |
|
||||||
} |
|
||||||
.testet p{ |
|
||||||
font-size:28rpx; |
|
||||||
color: #4D4D4D; |
|
||||||
margin-top: 5px; |
|
||||||
} |
|
||||||
.teams{ |
|
||||||
background: #FFFFFF; |
|
||||||
width: 100%; |
|
||||||
padding:15px 12px ; |
|
||||||
border-radius: 8rpx; |
|
||||||
font-size: 27rpx; |
|
||||||
color: #808080; |
|
||||||
margin-top: 80px; |
|
||||||
} |
|
||||||
.teams img{ |
|
||||||
width:27vw; |
|
||||||
height:32vw; |
|
||||||
margin-top:-58px; |
|
||||||
margin-right:10px; |
|
||||||
} |
|
||||||
.submitt{ |
|
||||||
height:55px; |
|
||||||
font-size: 20px; |
|
||||||
background: #FFFFFF; |
|
||||||
/* margin-top:60px; */ |
|
||||||
position: fixed; |
|
||||||
bottom: 0; |
|
||||||
width: 100vw; |
|
||||||
display: flex; |
|
||||||
justify-content: space-between; |
|
||||||
} |
|
||||||
.bottbtn{ |
|
||||||
width: 50vw; |
|
||||||
display: flex; |
|
||||||
align-items: center; |
|
||||||
justify-content: center; |
|
||||||
color: #333333; |
|
||||||
font-size:36rpx; |
|
||||||
font-weight: 500; |
|
||||||
background: #FFFFFF; |
|
||||||
} |
|
||||||
.bottbtn img{ |
|
||||||
width:23px ; |
|
||||||
height:23px ; |
|
||||||
margin-right: 10px; |
|
||||||
} |
|
||||||
.peodi{ |
|
||||||
/* line-height: 15%; */ |
|
||||||
margin:5px auto 15px; |
|
||||||
width: 260px; |
|
||||||
text-align: center; |
|
||||||
color: #1A1A1A; |
|
||||||
font-size:36rpx; |
|
||||||
font-weight: bold; |
|
||||||
} |
|
||||||
.button-g{ |
|
||||||
width:280rpx; |
|
||||||
height: 80rpx; |
|
||||||
background:transparent; |
|
||||||
border-radius:43rpx; |
|
||||||
text-align: center; |
|
||||||
line-height:80rpx; |
|
||||||
color: #FFFFFF; |
|
||||||
font-size: 33rpx; |
|
||||||
margin-left:13px; |
|
||||||
} |
|
||||||
.sinput{ |
|
||||||
display: flex; |
|
||||||
align-items: center; |
|
||||||
height:50px; |
|
||||||
padding: 10px; |
|
||||||
margin-left:30px |
|
||||||
} |
|
||||||
.sinput img{ |
|
||||||
width:20px; |
|
||||||
height:20px; |
|
||||||
margin-right: 10px; |
|
||||||
padding-right: 5px; |
|
||||||
} |
|
||||||
.u-input{ |
|
||||||
width:72vw; |
|
||||||
height:35px; |
|
||||||
border: 1px solid #E6E6E6; |
|
||||||
background: #FFFFFF; |
|
||||||
border-radius: 10rpx; |
|
||||||
padding-left: 10px!important; |
|
||||||
} |
|
||||||
.innovate{ |
|
||||||
width:41vw; |
|
||||||
height:24vw ; |
|
||||||
} |
|
||||||
.tableclas{ |
|
||||||
/* width: 230rpx; |
|
||||||
height: 56rpx; */ |
|
||||||
background: #DEECFC; |
|
||||||
border-radius:30rpx; |
|
||||||
padding:7px 13px; |
|
||||||
font-size: 28rpx; |
|
||||||
color: #1A7AED; |
|
||||||
margin-right:10px ; |
|
||||||
} |
|
||||||
.vertical{ |
|
||||||
width: 6rpx; |
|
||||||
height: 26rpx; |
|
||||||
background: #1578ED; |
|
||||||
border-radius: 3rpx; |
|
||||||
margin-right:10px ; |
|
||||||
} |
|
||||||
.online{ |
|
||||||
width: 100%; |
|
||||||
height: 70rpx; |
|
||||||
background: linear-gradient(90deg, #5EA6FD, #1A81F9); |
|
||||||
border-radius: 35rpx; |
|
||||||
line-height: 70rpx; |
|
||||||
font-size: 15px; |
|
||||||
color:#FFFFFF; |
|
||||||
text-align: center; |
|
||||||
} |
|
||||||
.table_heade{ |
|
||||||
width: 90%; |
|
||||||
text-align: center; |
|
||||||
/* margin:5px 0 */ |
|
||||||
} |
|
||||||
.table_kheade{ |
|
||||||
width: 10%; |
|
||||||
text-align: center; |
|
||||||
} |
|
||||||
.headert{ |
|
||||||
background-color: #3283BE; |
|
||||||
display: flex; |
|
||||||
align-items: center; |
|
||||||
color:#FFFFFF ; |
|
||||||
} |
|
||||||
.bodyt{ |
|
||||||
background-color: #FFFFFF; |
|
||||||
display: flex; |
|
||||||
align-items: center; |
|
||||||
color:#1A1A1A; |
|
||||||
/* height: 26px; */ |
|
||||||
|
|
||||||
} |
|
||||||
.table_obody{ |
|
||||||
width: 10%; |
|
||||||
text-align: center; |
|
||||||
|
|
||||||
} |
|
||||||
.table_tbody{ |
|
||||||
width: 80%; |
|
||||||
text-align: left; |
|
||||||
padding:4px 8px; |
|
||||||
border-left:1px solid #CFDDDD; |
|
||||||
border-right:1px solid #CFDDDD; |
|
||||||
|
|
||||||
} |
|
||||||
.table_hbody{ |
|
||||||
width: 10%; |
|
||||||
text-align: center; |
|
||||||
} |
|
||||||
.u-th{ |
|
||||||
background-color: #e9f0fa!important; |
|
||||||
} |
|
||||||
.u-td{ |
|
||||||
color: #808080!important; |
|
||||||
} |
|
||||||
.tdplas .u-td{ |
|
||||||
border-right:none!important; |
|
||||||
} |
|
||||||
.tdplasd .u-td{ |
|
||||||
border-right:none!important; |
|
||||||
border-bottom:none!important; |
|
||||||
} |
|
||||||
</style> |
|
@ -1,670 +0,0 @@ |
|||||||
<template> |
|
||||||
<view> |
|
||||||
<view class="tabledetails"> |
|
||||||
<img class="logobg" src="http://image.keyitest.cn/static/index/testpx/banner1.png" alt="" /> |
|
||||||
<view style="margin-bottom:23px;text-align: center;"> |
|
||||||
<img class="deyalimg" src="http://image.keyitest.cn/static/index/testpx/1.png" alt=""> |
|
||||||
<p style="color: #999999;font-size:28rpx;">培养专业测试专项人才</p> |
|
||||||
</view> |
|
||||||
<view style="display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;"> |
|
||||||
<view class="statictosol"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/2.png" alt=""> |
|
||||||
<p style="color:#1A1A1A;font-size: 1rem;font-weight: bold;margin:10px 0 ;">初级班 </p> |
|
||||||
<p >网课20课时+项目实操 单元、配置项、安全、FPGA 任意选择</p> |
|
||||||
</view> |
|
||||||
<view class="statictosol"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/3.png" alt=""> |
|
||||||
<p style="color:#1A1A1A;font-size: 1rem;font-weight: bold;margin:10px 0 ;">中级班 </p> |
|
||||||
<p >网课20课时+项目实操 单元、配置项、安全、FPGA 任意选择</p> |
|
||||||
</view> |
|
||||||
<view class="statictosol"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/4.png" alt=""> |
|
||||||
<p style="color:#1A1A1A;font-size: 1rem;font-weight: bold;margin:10px 0 ;">中级特训实习班 </p> |
|
||||||
<p >网课20课时+项目实操3个月单元、配置项、安全、FPGA任意叠拼</p> |
|
||||||
</view> |
|
||||||
<view class="statictosol"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/5.png" alt=""> |
|
||||||
<p style="color:#1A1A1A;font-size: 1rem;font-weight: bold;margin:10px 0 ;">高级班 </p> |
|
||||||
<p >网课20课时+项目实操 单元、配置项、安全、FPGA 任意选择</p> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view class="practice" > |
|
||||||
<img class="lighr" src="http://image.keyitest.cn/static/index/testpx/6.png" alt=""> |
|
||||||
<view style="color:#808080;font-size:24rpx;width:53vw;margin-top: 16px;"> |
|
||||||
<p style="color: #1A1A1A;font-size: 30rpx;font-weight: bold;">高级特训实习班 </p> |
|
||||||
<p style="margin:7px 0">网课20 课时+项目实操3个月 单元、配置项、安全、FPGA、任意选择</p> |
|
||||||
|
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view style="margin-bottom:23px;text-align: center;"> |
|
||||||
<img class="deyalimg" src="http://image.keyitest.cn/static/index/testpx/7.png" alt=""> |
|
||||||
<p style="color: #999999;font-size:28rpx;">助您职业发展未来可期</p> |
|
||||||
</view> |
|
||||||
<view class="practice" style="justify-content: initial;"> |
|
||||||
<img class="lighrt" src="http://image.keyitest.cn/static/index/testpx/8.png" alt=""> |
|
||||||
<view style="color:#808080;font-size:24rpx;margin:18px 0 0 25px;"> |
|
||||||
<p style="color: #1A1A1A;font-size: 30rpx;font-weight: bold;">精品课程 </p> |
|
||||||
<p style="margin:7px 0">理论+实际,持续更新最前沿实用技术</p> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view class="practice" style="justify-content: initial;"> |
|
||||||
<img class="lighrt" src="http://image.keyitest.cn/static/index/testpx/9.png" alt=""> |
|
||||||
<view style="color:#808080;font-size:24rpx;margin:10px 0 0 25px;width:55vw;"> |
|
||||||
<p style="color: #1A1A1A;font-size: 30rpx;font-weight: bold;">专家讲师 </p> |
|
||||||
<p style="margin:10px 0">一线工程师+项目负责人+领域专家</p> |
|
||||||
|
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view class="practice" style="justify-content: initial;"> |
|
||||||
<img class="lighrt" src="http://image.keyitest.cn/static/index/testpx/10.png" alt=""> |
|
||||||
<view style="color:#808080;font-size:24rpx;margin:10px 0 0 25px;width:55vw;"> |
|
||||||
<p style="color: #1A1A1A;font-size: 30rpx;font-weight: bold;">线上+线下 </p> |
|
||||||
<p style="margin:10px 0">专家线上授课+师傅带徒弟,一线工程师手把手 项目实操</p> |
|
||||||
|
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view class="practice" style="justify-content: initial;"> |
|
||||||
<img class="lighrt" src="http://image.keyitest.cn/static/index/testpx/11.png" alt=""> |
|
||||||
<view style="color:#808080;font-size:24rpx;margin:10px 0 0 25px;width:55vw;"> |
|
||||||
<p style="color: #1A1A1A;font-size: 30rpx;font-weight: bold;">技术认证 </p> |
|
||||||
<p style="margin:10px 0">国家工信部人才交流中心可靠性测试领域唯一合 作伙伴</p> |
|
||||||
|
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view class="practice" style="justify-content: initial;"> |
|
||||||
<img class="lighrt" src="http://image.keyitest.cn/static/index/testpx/12.png" alt=""> |
|
||||||
<view style="color:#808080;font-size:24rpx;margin:10px 0 0 25px;width:55vw;"> |
|
||||||
<p style="color: #1A1A1A;font-size: 30rpx;font-weight: bold;">多元就业 </p> |
|
||||||
<p style="margin:10px 0">关键科技内聘,客户企业推荐云测平台灵活就业, 自主择业</p> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view style="margin-bottom:23px;text-align: center;"> |
|
||||||
<img class="deyalimg" src="http://image.keyitest.cn/static/index/testpx/13.png" alt=""> |
|
||||||
<p style="color: #999999;font-size:28rpx;">零基础入学+不限专业/性别+应/往届生均可</p> |
|
||||||
</view> |
|
||||||
<view style="display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;"> |
|
||||||
<view class="statictosol" style="height: 270px;"> |
|
||||||
<img style="width:39vw ;height:26vw;" src="http://image.keyitest.cn/static/index/testpx/14.png" alt=""> |
|
||||||
<p style="color:#1A1A1A;font-size: 1rem;font-weight: bold;margin:10px 0 ;">零基础、易入门 </p> |
|
||||||
<view class="linblue"></view> |
|
||||||
<p >学习过程中代码内容相对较少,不需要精通Java、C等编程语言,从基础学习,容易学。</p> |
|
||||||
</view> |
|
||||||
<view class="statictosol" style="height: 270px;"> |
|
||||||
<img style="width:39vw ;height:26vw;" src="http://image.keyitest.cn/static/index/testpx/15.png" alt=""> |
|
||||||
<p style="color:#1A1A1A;font-size: 1rem;font-weight: bold;margin:10px 0 ;">人才缺口大</p> |
|
||||||
<view class="linblue"></view> |
|
||||||
<p >根据人才市场统计,国内软件测试人才缺口超过30万,且逐年递增。</p> |
|
||||||
</view> |
|
||||||
<view class="statictosol" style="height: 270px;"> |
|
||||||
<img style="width:39vw ;height:26vw;" src="http://image.keyitest.cn/static/index/testpx/16.png" alt=""> |
|
||||||
<p style="color:#1A1A1A;font-size: 1rem;font-weight: bold;margin:10px 0 ;">发展方向广</p> |
|
||||||
<view class="linblue"></view> |
|
||||||
<p >各行各业都需要软件测试人才,尤其是IT互联网、军工行业、能源行业、汽车行业</p> |
|
||||||
</view> |
|
||||||
<view class="statictosol" style="height: 270px;"> |
|
||||||
<img style="width:39vw ;height:26vw;" src="http://image.keyitest.cn/static/index/testpx/17.png" alt=""> |
|
||||||
<p style="color:#1A1A1A;font-size: 1rem;font-weight: bold;margin:10px 0 ;">薪资待遇高</p> |
|
||||||
<view class="linblue"></view> |
|
||||||
<p >软件测试工程师招聘市场价,起步月薪6-10K,优秀学员年薪可达20万;工</p> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view style="margin-bottom:23px;text-align: center;"> |
|
||||||
<img class="deyalimg" src="http://image.keyitest.cn/static/index/testpx/18.png" alt=""> |
|
||||||
<p style="color: #999999;font-size:28rpx;">包括企业级软件/大型网站等多种软件测试需求</p> |
|
||||||
</view> |
|
||||||
<view class='buttonobj'>初级班课程</view> |
|
||||||
<view class="course"> |
|
||||||
<p style="color: #1A1A1A;font-size:30rpx;font-weight: bold;">一、课程性质、目的与任务</p> |
|
||||||
<p>掌握软件测试基本理论,了解软件测试相关的标准和方法以及缺陷管理、配置管理,通过项目实训熟练掌握系统测试的流程和测试用例设计方法。</p> |
|
||||||
<p style="color: #1A1A1A;font-size:30rpx;font-weight: bold;">二、课程教学内容及教学安排</p> |
|
||||||
<view class="software"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/19.png" alt="" /> |
|
||||||
<p >1.软件测试背景与发展</p> |
|
||||||
</view> |
|
||||||
<view class="software" > |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/20.png" alt="" /> |
|
||||||
<p >2.软件测试基础理论及软件测试流程</p> |
|
||||||
</view> |
|
||||||
<view class="software" > |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/21.png" alt="" /> |
|
||||||
<p >3.软件测试的标准和方法</p> |
|
||||||
</view> |
|
||||||
<view class="software" > |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/22.png" alt="" /> |
|
||||||
<p >4.系统测试的流程和测试用例的设计方法</p> |
|
||||||
</view> |
|
||||||
<view class="software" > |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/23.png" alt="" /> |
|
||||||
<p >5.缺陷管理</p> |
|
||||||
</view> |
|
||||||
<view class="software" > |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/24.png" alt="" /> |
|
||||||
<p >6.软件配置管理</p> |
|
||||||
</view> |
|
||||||
<view class="software" > |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/25.png" alt="" /> |
|
||||||
<p >7.企业项目系统测试实操及项目实战训练</p> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view class="course" style="margin-top: -50px;"> |
|
||||||
<view class='buttonobj' style="background: linear-gradient(90deg, #5EA6FD, #1A81F9);">中级班课程</view> |
|
||||||
<p style="color: #1A1A1A;font-size:30rpx;font-weight: bold;margin-top:39px;">一、课程性质、目的与任务</p> |
|
||||||
<p>深入学习软件测试相关标准,掌握C、C++ 语言基础,掌握软件静态分析、单元测试、部件测试、配置项测试、系统测试、安全渗透测试的测试要点、 |
|
||||||
测试过程、测试用例设计以及测试文档的编写。熟练掌握业内常见的静态分析工具、单元测试工具、性能测试工具、信息安全测试工具的安装、操作及使用。可以单独开展项目的测试。</p> |
|
||||||
<p style="color: #1A1A1A;font-size:30rpx;font-weight: bold;">二、课程教学内容及教学安排</p> |
|
||||||
<view style="display: flex;flex-wrap: wrap;align-items: center;"> |
|
||||||
<view class="software" style="width: 50%;"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/26.png" alt="" /> |
|
||||||
<p >1.软件测试相关标准</p> |
|
||||||
</view> |
|
||||||
<view class="software" > |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/25.png" alt="" /> |
|
||||||
<p >2.Linux基础及应用</p> |
|
||||||
</view> |
|
||||||
<view class="software" style="width:50%;"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/27.png" alt="" /> |
|
||||||
<p >3.可编程逻辑器件测试</p> |
|
||||||
</view> |
|
||||||
<view class="software" > |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/28.png" alt="" /> |
|
||||||
<p >4.C/C++ 语言基础</p> |
|
||||||
</view> |
|
||||||
<view class="software" style="width:50%;"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/29.png" alt="" /> |
|
||||||
<p >5.单元测试从入门到精通</p> |
|
||||||
</view> |
|
||||||
<view class="software" > |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/30.png" alt="" /> |
|
||||||
<p >6.接口测试</p> |
|
||||||
</view> |
|
||||||
<view class="software" style="width: 50%;"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/31.png" alt="" /> |
|
||||||
<p >7.配置项测试入门到精通</p> |
|
||||||
</view> |
|
||||||
<view class="software" > |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/32.png" alt="" /> |
|
||||||
<p >8.系统测试从入门到精通</p> |
|
||||||
</view> |
|
||||||
<view class="software" style="width:50%;"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/33.png" alt="" /> |
|
||||||
<p >9.信息安全测试</p> |
|
||||||
</view> |
|
||||||
<view class="software" > |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/34.png" alt="" /> |
|
||||||
<p >10.测试文档的编制</p> |
|
||||||
</view> |
|
||||||
<view class="software" style="width:50%;"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/35.png" alt="" /> |
|
||||||
<p >11.企业项目实操</p> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view class="course" style="margin-top: -50px;"> |
|
||||||
<view class='buttonobj' style="background: linear-gradient(145deg, #FDB957, #FA9839);">高级班课程</view> |
|
||||||
<p style="color: #1A1A1A;font-size:30rpx;font-weight: bold;margin-top:39px;">一、课程性质、目的与任务</p> |
|
||||||
<p>深入学习软件测试相关标准和软件测试项目的管理过程,全面掌握单元测试、部件测试、配置项测试、系统测试、安全渗透测试的测试要点、 |
|
||||||
环境配置、人员分工、进度把控、测试中的问题分析和解决和全套测试文档编写。掌握测试工具的高级使用技巧。</p> |
|
||||||
<p style="color: #1A1A1A;font-size:30rpx;font-weight: bold;">二、课程教学内容及教学安排</p> |
|
||||||
<view style="display: flex;flex-wrap: wrap;align-items: center;"> |
|
||||||
<view class="software" style="width: 50%;"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/26.png" alt="" /> |
|
||||||
<p >1.深入讲解软件测试标准</p> |
|
||||||
</view> |
|
||||||
<view class="software" > |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/25.png" alt="" /> |
|
||||||
<p >2.单元测试项目的管理</p> |
|
||||||
</view> |
|
||||||
<view class="software" style="width:50%;"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/27.png" alt="" /> |
|
||||||
<p >3.部件测试项目的管理</p> |
|
||||||
</view> |
|
||||||
<view class="software" > |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/28.png" alt="" /> |
|
||||||
<p >4.配置项测试项目的管理</p> |
|
||||||
</view> |
|
||||||
<view class="software" style="width:50%;"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/29.png" alt="" /> |
|
||||||
<p >5.系统测试项目的管理</p> |
|
||||||
</view> |
|
||||||
<view class="software" > |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/30.png" alt="" /> |
|
||||||
<p >6.测试脚本的编制</p> |
|
||||||
</view> |
|
||||||
<view class="software" style="width:80%;"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/31.png" alt="" /> |
|
||||||
<p >7.软件测试工具的高级使用技巧</p> |
|
||||||
</view> |
|
||||||
<view class="software" style="width:80%;"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/32.png" alt="" /> |
|
||||||
<p >8.安全及渗透测试项目的管理</p> |
|
||||||
</view> |
|
||||||
<view class="software" style="width:70%;"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/33.png" alt="" /> |
|
||||||
<p >9.企业项目实操项目实战训练</p> |
|
||||||
</view> |
|
||||||
|
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view class="master"> |
|
||||||
<view class="xline"></view> |
|
||||||
<p> 掌握的测试技能 </p> |
|
||||||
<view class="xline"></view> |
|
||||||
</view> |
|
||||||
<view class="interface"> |
|
||||||
<view class="testet"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/36.png" alt="" /> |
|
||||||
<p>接口测试</p> |
|
||||||
</view> |
|
||||||
<view class="testet"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/37.png" alt="" /> |
|
||||||
<p>单元测试</p> |
|
||||||
</view> |
|
||||||
<view class="testet"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/38.png" alt="" /> |
|
||||||
<p>单元测试</p> |
|
||||||
</view> |
|
||||||
<view class="testet"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/40.png" alt="" /> |
|
||||||
<p>性能测试</p> |
|
||||||
</view> |
|
||||||
<view class="testet"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/41.png" alt="" /> |
|
||||||
<p>安全测试</p> |
|
||||||
</view> |
|
||||||
<view class="testet"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/42.png" alt="" /> |
|
||||||
<p>缺陷管理</p> |
|
||||||
</view> |
|
||||||
<view class="testet"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/43.png" alt="" /> |
|
||||||
<p>系统测试</p> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view style="margin-bottom:23px;text-align: center;"> |
|
||||||
<img class="deyalimg" src="http://image.keyitest.cn/static/index/testpx/44.png" alt=""> |
|
||||||
<p style="color: #999999;font-size:28rpx;">从业多年,拥有管理多个项目的经验</p> |
|
||||||
</view> |
|
||||||
<view class="teams"> |
|
||||||
<view style="display: flex;"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/46.png" alt=""> |
|
||||||
<view > |
|
||||||
<p style="color:#1A1A1A;font-size:1.1rem;font-weight: bold;margin:5px 0 ;">张成伟</p> |
|
||||||
<view class='buttonobj' style="background:#1578ED;width:220px;font-size: 30rpx;margin-top:0;height: 60rpx;line-height: 60rpx;">高级软件测试项目经理级讲师</view> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<p style="margin-top: 15px;">简介:曾就职于陆军装备软件测评中心、航天四院软件测评中心;具备8年OpenGvs、Vega、C++语言编码经验;具有10余年100余项军用装备软件定型测 |
|
||||||
评任务的测试和管理经验;具有10余年军用软件三方测评经验。 |
|
||||||
</p> |
|
||||||
</view> |
|
||||||
<view class="teams"> |
|
||||||
<view style="display: flex;"> |
|
||||||
<view style="text-align: right;"> |
|
||||||
<p style="color:#1A1A1A;font-size:1.1rem;font-weight: bold;margin:5px 0 ;">张会普</p> |
|
||||||
<view class='buttonobj' style="background:#1578ED;width:220px;font-size: 30rpx;margin-top:0;height: 60rpx;line-height: 60rpx;">高级软件测试项目经理级讲师</view> |
|
||||||
</view> |
|
||||||
<img style="margin-left:10px;margin-right: 0;" src="http://image.keyitest.cn/static/index/testpx/47.png" alt=""> |
|
||||||
</view> |
|
||||||
<p style="margin-top: 15px;">具有8年C++、VB、PB、数据库编码经验;具有40余项单元、部件测试项目经验;熟悉CCS、Keil、Tornado、Workbench等嵌入式开发环境; |
|
||||||
熟练C++test、TestBed、VectorCAST、Cantata等静态单元测试工具的使用。 |
|
||||||
</p> |
|
||||||
</view> |
|
||||||
<view class="teams"> |
|
||||||
<view style="display: flex;"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/48.png" alt=""> |
|
||||||
<view > |
|
||||||
<p style="color:#1A1A1A;font-size:1.1rem;font-weight: bold;margin:5px 0 ;">孟勃</p> |
|
||||||
<view class='buttonobj' style="background:#1578ED;width:220px;font-size: 30rpx;margin-top:0;height: 60rpx;line-height: 60rpx;">高级软件测试工程师讲师</view> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<p style="margin-top: 15px;">简介:具备50余项单元测试、部件测试、配置项测试、系统测试项目经验;熟悉CCS、Keil、Tornado、Workbench等嵌入式软件开发环境;熟练使用C++test、 |
|
||||||
TestBed、VectorCAST等静态单元测试工具。 |
|
||||||
</p> |
|
||||||
</view> |
|
||||||
<view style="margin-bottom:23px;text-align: center;margin-top: 20px;"> |
|
||||||
<img class="deyalimg" src="http://image.keyitest.cn/static/index/testpx/49.png" alt=""> |
|
||||||
<p style="color: #999999;font-size:28rpx;">所学技术实际应用率高,证书含金量高</p> |
|
||||||
</view> |
|
||||||
<view class="teams" style="text-align: center;margin-top: 20px;"> |
|
||||||
<img style="width: 69vw;height: 48vw;margin: 0;" src="http://image.keyitest.cn/static/index/testpx/50.png" alt=""> |
|
||||||
<p style="color:#1A1A1A;font-size:1.1rem;font-weight: bold;margin:10px 0 ;">《软件可靠性测试工程师》等级证书</p> |
|
||||||
<p style="text-align: left;">培训考试合格,学员顺利毕业,由工信部人才交流中心颁发软件可靠性测试领域《软件单元测试工程师》、《软件配置项测试工程师》、 |
|
||||||
《软件安全性测试工程师》、《软件可编程逻辑器件测试工程师》、《软件接口测试工程师》初中等级证书。</p> |
|
||||||
</view> |
|
||||||
<view style="margin-bottom:23px;text-align: center;"> |
|
||||||
<img class="deyalimg" src="http://image.keyitest.cn/static/index/testpx/51.png" alt=""> |
|
||||||
<p style="color: #999999;font-size:28rpx;">多形态择业,保障就业工作</p> |
|
||||||
</view> |
|
||||||
<view class="practice" style="justify-content: initial;"> |
|
||||||
<img class="lighrt" style="width:43vw ;" src="http://image.keyitest.cn/static/index/testpx/52.png" alt=""> |
|
||||||
<view style="color:#808080;font-size:24rpx;margin:18px 0 0 20px;"> |
|
||||||
<p style="color: #1A1A1A;font-size: 30rpx;font-weight: bold;">自主选择就业 </p> |
|
||||||
<p style="margin:7px 0">优势线下实操项目真实,所学技术实际应用率高,证书含金量高。</p> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view class="practice" style="justify-content: initial;"> |
|
||||||
<img class="lighrt" style="width:43vw ;" src="http://image.keyitest.cn/static/index/testpx/53.png" alt=""> |
|
||||||
<view style="color:#808080;font-size:24rpx;margin:18px 0 0 20px;"> |
|
||||||
<p style="color: #1A1A1A;font-size: 30rpx;font-weight: bold;">择优录取 </p> |
|
||||||
<p style="margin:7px 0">培训结束后,根据考核成绩和技术能力,关键科技择优录用。</p> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view class="practice" style="justify-content: initial;"> |
|
||||||
<img class="lighrt" style="width:43vw ;" src="http://image.keyitest.cn/static/index/testpx/54.png" alt=""> |
|
||||||
<view style="color:#808080;font-size:24rpx;margin:18px 0 0 20px;"> |
|
||||||
<p style="color: #1A1A1A;font-size: 30rpx;font-weight: bold;">推荐录取 </p> |
|
||||||
<p style="margin:7px 0">公司的合作伙伴和合作的客户,优先推荐其录用。</p> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view class="practice" style="justify-content: initial;"> |
|
||||||
<img class="lighrt" style="width:43vw ;" src="http://image.keyitest.cn/static/index/testpx/55.png" alt=""> |
|
||||||
<view style="color:#808080;font-size:24rpx;margin:18px 0 0 20px;"> |
|
||||||
<p style="color: #1A1A1A;font-size: 30rpx;font-weight: bold;">灵活就业 </p> |
|
||||||
<p style="margin:7px 0">关键科技自有云测平台灵活就业、灵活用工。</p> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view class="practice" style="justify-content: initial;"> |
|
||||||
<img class="lighrt" style="width:43vw ;" src="http://image.keyitest.cn/static/index/testpx/56.png" alt=""> |
|
||||||
<view style="color:#808080;font-size:24rpx;margin:18px 0 0 20px;"> |
|
||||||
<p style="color: #1A1A1A;font-size: 30rpx;font-weight: bold;">终身推荐服务 </p> |
|
||||||
<p style="margin:7px 0">可终身享受关键科技就业再推荐服务。</p> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<view style="height: 50px;"></view> |
|
||||||
</view> |
|
||||||
<view class="submitt"> |
|
||||||
<view class="bottbtn" @click="popcilk('sign')"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/58.png" alt=""> |
|
||||||
<p>在线报名</p> |
|
||||||
</view> |
|
||||||
<view class="bottbtn" @click="popcilk('seek')" style="background: linear-gradient(90deg, #FF8600, #FE2B2B);"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/57.png" alt=""> |
|
||||||
<p>立即咨询</p> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<u-popup style="background:#66666;padding: 20px;" v-model="isPopupShow" @close="close" @open="open" mode="bottom" length="80%" height='380px' border-radius="15" :closeable='true' :mask-close-able="false"> |
|
||||||
<view style="background:#66666;padding: 20px;"> |
|
||||||
<view class='peodi'>在线报名</view> |
|
||||||
<u-line></u-line> |
|
||||||
<view class="sinput"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/xingming.png" alt=""> |
|
||||||
<u-input v-model="signobj.name" placeholder='请输入您的名字' borrder="true" /> |
|
||||||
</view> |
|
||||||
<view class="sinput"> |
|
||||||
<img style="height: 30px;" src="http://image.keyitest.cn/static/index/testpx/shouji.png" alt=""> |
|
||||||
<u-input v-model="signobj.phone" placeholder='请输入您的手机号' borrder="true" /> |
|
||||||
</view> |
|
||||||
<view class="sinput"> |
|
||||||
<img src="http://image.keyitest.cn/static/index/testpx/xueli.png" alt=""> |
|
||||||
<u-input v-model="signobj.education" placeholder='请选择您的学历' border="true" /> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
<u-line></u-line> |
|
||||||
<view class="submitt" style="justify-content: space-around;"> |
|
||||||
<view class="button-g" style="width:43vw;background:#FFFFFF;border: 1px solid #1578ED;color: #1578ED;margin-left: 0;" @click="resource('setes')">重置</view> |
|
||||||
<view class="button-g" style="width:43vw;background: linear-gradient(90deg, #FF8600, #FE2B2B);color: #FFFFFF;margin-left:2vw" @click="resource('singup')">立即报名</view> |
|
||||||
</view> |
|
||||||
</u-popup> |
|
||||||
<u-toast ref="uToast" /> |
|
||||||
</view> |
|
||||||
</template> |
|
||||||
|
|
||||||
<script> |
|
||||||
export default { |
|
||||||
data() { |
|
||||||
return { |
|
||||||
isPopupShow:false, |
|
||||||
signobj:{name:'',phone:'',education:''}, |
|
||||||
|
|
||||||
} |
|
||||||
}, |
|
||||||
methods: { |
|
||||||
popcilk(type){ |
|
||||||
if(type=='sign'){ |
|
||||||
this.isPopupShow=true |
|
||||||
}else{ |
|
||||||
this.$refs.uToast.show({ |
|
||||||
title: '功能暂未开通', |
|
||||||
type: 'info', |
|
||||||
url: '/pages/user/index' |
|
||||||
}) |
|
||||||
} |
|
||||||
}, |
|
||||||
open() { |
|
||||||
// console.log('open'); |
|
||||||
}, |
|
||||||
close() { |
|
||||||
this.isPopupShow = false |
|
||||||
// console.log('close'); |
|
||||||
}, |
|
||||||
resource(type){ |
|
||||||
if(type=='setes'){ |
|
||||||
this.signobj={} |
|
||||||
}else{ |
|
||||||
this.$refs.uToast.show({ |
|
||||||
title: '报名成功', |
|
||||||
type: 'success', |
|
||||||
url: '/pages/user/index' |
|
||||||
}) |
|
||||||
setTimeout(()=>{ |
|
||||||
this.isPopupShow=false |
|
||||||
},1000) |
|
||||||
|
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
</script> |
|
||||||
|
|
||||||
<style> |
|
||||||
.tabledetails{ |
|
||||||
width:100vw; |
|
||||||
/* height: 100vh; */ |
|
||||||
/* background-color: #FFFFFF; */ |
|
||||||
padding:13px; |
|
||||||
} |
|
||||||
.logobg { |
|
||||||
width:100%; |
|
||||||
height:32vw; |
|
||||||
margin-bottom: 15px; |
|
||||||
} |
|
||||||
.deyalimg{ |
|
||||||
width:100%; |
|
||||||
height:4.8vw; |
|
||||||
margin:5px 0; |
|
||||||
object-fit: cover; |
|
||||||
} |
|
||||||
.statictosol{ |
|
||||||
width:48%; |
|
||||||
height:200px; |
|
||||||
background: #FFFFFF; |
|
||||||
border-radius: 10rpx; |
|
||||||
text-align: center; |
|
||||||
margin-top: 20px; |
|
||||||
padding: 10px; |
|
||||||
} |
|
||||||
.statictosol img{ |
|
||||||
width:26vw; |
|
||||||
height:21vw; |
|
||||||
} |
|
||||||
.statictosol p{ |
|
||||||
font-size:.9rem; |
|
||||||
color:#808080; |
|
||||||
margin-bottom: 5px; |
|
||||||
line-height:21px |
|
||||||
} |
|
||||||
.lighr{ |
|
||||||
width:30vw; |
|
||||||
height:22vw; |
|
||||||
} |
|
||||||
.practice{ |
|
||||||
display: flex; |
|
||||||
justify-content:space-between; |
|
||||||
background-color: #FFFFFF; |
|
||||||
padding:13px; |
|
||||||
width: 100%; |
|
||||||
margin:15px 0; |
|
||||||
} |
|
||||||
.lighrt{ |
|
||||||
width:22vw; |
|
||||||
height:22vw; |
|
||||||
} |
|
||||||
.linblue{ |
|
||||||
width: 46rpx; |
|
||||||
height: 5rpx; |
|
||||||
background: #1578ED; |
|
||||||
border-radius: 3rpx; |
|
||||||
margin: 10px auto; |
|
||||||
} |
|
||||||
.buttonobj{ |
|
||||||
width: 320rpx; |
|
||||||
height: 70rpx; |
|
||||||
background: linear-gradient(145deg, #33CABC, #39B4A0); |
|
||||||
border-radius:50rpx; |
|
||||||
font-size: 34rpx; |
|
||||||
font-weight: bold; |
|
||||||
color: #FFFFFF; |
|
||||||
text-align: center; |
|
||||||
line-height:70rpx; |
|
||||||
margin: 30px auto -10px auto; |
|
||||||
} |
|
||||||
.course{ |
|
||||||
background-color: #FFFFFF; |
|
||||||
padding:10px; |
|
||||||
width: 100%; |
|
||||||
margin:15px 0; |
|
||||||
font-size: 26rpx; |
|
||||||
color: #808080; |
|
||||||
} |
|
||||||
.course p{ |
|
||||||
margin:10px 0; |
|
||||||
line-height: 22px; |
|
||||||
} |
|
||||||
.course img{ |
|
||||||
width: 28rpx; |
|
||||||
height: 28rpx; |
|
||||||
margin-right:5px; |
|
||||||
} |
|
||||||
.software{ |
|
||||||
display: flex; |
|
||||||
align-items: center; |
|
||||||
margin-top: -10px; |
|
||||||
} |
|
||||||
.master{ |
|
||||||
display: flex; |
|
||||||
width: 170px; |
|
||||||
margin: 20px auto; |
|
||||||
align-items: center; |
|
||||||
justify-content: space-around; |
|
||||||
} |
|
||||||
.master p{ |
|
||||||
font-size:36rpx; |
|
||||||
color: #1A1A1A; |
|
||||||
font-weight: bold; |
|
||||||
} |
|
||||||
.xline{ |
|
||||||
width: 11rpx; |
|
||||||
height: 39rpx; |
|
||||||
background: #1578ED; |
|
||||||
transform: rotate(18deg); |
|
||||||
} |
|
||||||
.interface{ |
|
||||||
display: flex; |
|
||||||
justify-content: space-around; |
|
||||||
flex-wrap: wrap; |
|
||||||
} |
|
||||||
.testet{ |
|
||||||
/* height:120rpx; */ |
|
||||||
background: #FFFFFF; |
|
||||||
border-radius: 8rpx; |
|
||||||
text-align: center; |
|
||||||
padding: 15px; |
|
||||||
} |
|
||||||
.testet img{ |
|
||||||
width:60rpx; |
|
||||||
height:65rpx; |
|
||||||
} |
|
||||||
.testet p{ |
|
||||||
font-size:28rpx; |
|
||||||
color: #4D4D4D; |
|
||||||
margin-top: 5px; |
|
||||||
} |
|
||||||
.teams{ |
|
||||||
background: #FFFFFF; |
|
||||||
width: 100%; |
|
||||||
padding:0 12px 15px 12px ; |
|
||||||
border-radius: 8rpx; |
|
||||||
font-size: 27rpx; |
|
||||||
color: #808080; |
|
||||||
margin-top: 80px; |
|
||||||
} |
|
||||||
.teams img{ |
|
||||||
width:27vw; |
|
||||||
height:32vw; |
|
||||||
margin-top:-58px; |
|
||||||
margin-right:10px; |
|
||||||
} |
|
||||||
.submitt{ |
|
||||||
height:55px; |
|
||||||
font-size: 20px; |
|
||||||
background: #FFFFFF; |
|
||||||
margin-top:60px; |
|
||||||
position: fixed; |
|
||||||
bottom: 0; |
|
||||||
width: 100vw; |
|
||||||
display: flex; |
|
||||||
justify-content: space-between; |
|
||||||
} |
|
||||||
.bottbtn{ |
|
||||||
width: 50vw; |
|
||||||
display: flex; |
|
||||||
align-items: center; |
|
||||||
justify-content: center; |
|
||||||
color: #FFFFFF; |
|
||||||
font-size:36rpx; |
|
||||||
background: linear-gradient(90deg, #5EA6FD, #1A81F9); |
|
||||||
} |
|
||||||
.bottbtn img{ |
|
||||||
width:23px ; |
|
||||||
height:23px ; |
|
||||||
margin-right: 10px; |
|
||||||
} |
|
||||||
.peodi{ |
|
||||||
/* line-height: 15%; */ |
|
||||||
margin:5px auto 15px; |
|
||||||
width: 260px; |
|
||||||
text-align: center; |
|
||||||
color: #1A1A1A; |
|
||||||
font-size:36rpx; |
|
||||||
font-weight: bold; |
|
||||||
} |
|
||||||
.button-g{ |
|
||||||
width:280rpx; |
|
||||||
height: 80rpx; |
|
||||||
background:transparent; |
|
||||||
border-radius:43rpx; |
|
||||||
text-align: center; |
|
||||||
line-height:80rpx; |
|
||||||
color: #FFFFFF; |
|
||||||
font-size: 33rpx; |
|
||||||
margin-left:13px; |
|
||||||
} |
|
||||||
.sinput{ |
|
||||||
display: flex; |
|
||||||
align-items: center; |
|
||||||
height:50px; |
|
||||||
padding: 10px; |
|
||||||
} |
|
||||||
.sinput img{ |
|
||||||
width:20px; |
|
||||||
height:20px; |
|
||||||
margin-right: 10px; |
|
||||||
} |
|
||||||
.u-input{ |
|
||||||
width:75vw; |
|
||||||
height:35px; |
|
||||||
border: 1px solid #E6E6E6; |
|
||||||
background: #FFFFFF; |
|
||||||
border-radius: 10rpx 10rpx 0rpx 0rpx; |
|
||||||
padding-left: 10px!important; |
|
||||||
} |
|
||||||
</style> |
|
Loading…
Reference in new issue