码迷,mamicode.com
首页 >  
搜索关键字:testing the catcher    ( 1060个结果
shell
(1)shell到底是个什么东东? Shell是系统的用户界面,提供了用户与内核进行交互操作的一种接口。它接收用户输入的命令并把它送入内核去执行。实际上Shell是一个命令解释器,它解释由用户输入的命令并且把它们送到内核。不仅如此,Shell有自己的编程语言用于对命令的编辑,它允许用户编写由shel ...
分类:系统相关   时间:2018-07-18 19:08:24    阅读次数:207
Git 初步学习
学习目标: 在linux 上安装Git 服务器 在windows 上安装 Git 客户端 创建Git仓库,git用户 在windows 中获取项目,对项目进行增删改查,更新到服务器 创建两个分支,进行分支修改和代码合并 1. 在linux上安装git服务器 使用指令:sudo apt-get ins ...
分类:其他好文   时间:2018-07-15 23:18:22    阅读次数:206
译:基于Spring Cloud Stream构建和测试 message-driven 微服务
原文链接:https://piotrminkowski.wordpress.com/2018/06/15/building-and-testing-message-driven-microservices-using-spring-cloud-stream/ 作者: Piotr Mińkowski ...
分类:编程语言   时间:2018-07-14 20:59:39    阅读次数:322
个人学期总结
一、第一次实验拟定的五个问题: 1.软件工程所涉及的基本知识领域包括那些? 答:主要包括十五个知识领域,Software Requirements、Software Design、Software Construction、Software Testing、Software maintenance ...
分类:其他好文   时间:2018-07-10 19:12:40    阅读次数:174
racadm环境之服务器BIOS设置(三)
此篇文章主要针对于DELL服务器racadm环境的BIOS配置,以F1/F2Error提示和硬盘启动顺序更改为例。racadm基础用法可以参考前面文章。#!/bin/bash#SlyChen#date:2016-09-14IDRAC_IP=$1USER=‘root‘PASSWD=‘calvin‘#racadm通用语法定义成变量COMMAND="racadm-r${IDRAC_IP}-u$USER-
分类:移动开发   时间:2018-07-09 20:56:22    阅读次数:397
欢迎各位小伙伴访问新个人博客
本菜鸡瞎搞了两天(搞得两天一题都没A) 终于磕磕碰碰地借助$Hexo$和$Github \ Page$搭了一个个人博客网站 https://rye catcher.github.io/ 欢迎大家访问已获更好阅读体验 话说感觉网上一些教程已经过时了,什么时候自己也写一篇$Hexo$小白教程(估计得咕到 ...
分类:其他好文   时间:2018-07-08 18:08:02    阅读次数:173
从QA到工程能效团队
Engineering ProductivityProductivity is our job; testing and quality are the job of everyone involved in development. This means that developers own t... ...
分类:其他好文   时间:2018-07-07 15:36:15    阅读次数:434
UI自动化web端框架HTMLTestRunner.py代码
# -*- coding: utf-8 -*-"""A TestRunner for use with the Python unit testing framework. Itgenerates a HTML report to show the result at a glance.The si ...
分类:Web程序   时间:2018-07-05 14:54:51    阅读次数:231
Top 5 Object Oriented Design Interview Questions for Programmers, Software Engineers
http://www.java67.com/2016/07/top-5-object-oriented-design-interview-questions.html Testing the design skill of a candidate is quite common on program ...
分类:其他好文   时间:2018-07-03 15:01:05    阅读次数:150
SoapUI测试WebService接口
Getting Started Getting started with some ad-hoc testing of a SOAP service is straight forward; select the “New Project” option from the File menu, wh ...
分类:Web程序   时间:2018-07-01 19:04:17    阅读次数:208
1060条   上一页 1 ... 38 39 40 41 42 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!