ICode9

精准搜索请尝试: 精确搜索
  • ALG 3-4: Testing Bipartiteness - An Application of BFS2020-11-15 08:00:29

    Bipartite Graphs Def. An undirected graph G = (V, E) is bipartiteif the nodes can be colored red or blue such that every edge has one red and one blue end. (定义: 无向图G = (V, E)是双偏图,如果节点可以用红色或蓝色表示,使得每条边都有一个红色和一个蓝色端) Applica

  • Penetration Test - Selecting_Pen_Testing_Tools(5)2020-11-14 22:04:34

    Code cracking tools Debuggers Tool Notes URL OLLYDBG Windows 32-bit http://www.ollydbg.de/ Immunity debugger Write exploits, analyze malware, and reverse engineer binary files https://www.immunityinc.com/products/debugger/ GDB GNU project debug

  • ubuntu16.04编译LAPACK3.7.1出错2020-11-11 17:33:47

    NEP: Testing Nonsymmetric Eigenvalue Problem routines ./EIG/xeigtstz < nep.in > znep.out 2>&1 Makefile:463: recipe for target 'znep.out' failed make[1]: *** [znep.out] Error 139 make[1]: Leaving directory '/home/psdz/project/ot

  • 多测师课堂006_测试分类_(上)高级讲师肖sir2020-11-09 16:32:42

        b 一、按开发阶段划分 1.单元测试(Unit Testing) 单元测试,又称模块测试。对软件的组成单位进行测试,其目的是检验软件基本组成单位的正确性。测试的对象的是软件你测试的最小单位:模块。   测试阶段:编码后 测试对象:模块 测试人员:白盒测试工程师或开发人员 测试依据:代码和注释+

  • 哪里能买到vx小号,python+requests——URL的编码和解码2020-11-07 08:34:19

    from urllib.parse import quote,unquote d = {'lang':'python','type':'testing','ccountry':quote('中国')} print(d) #执行结果:{'lang': 'python', '

  • Go语言编写单元测试用例2020-11-02 11:32:26

    Go单元测试示例 example/ |--division.go |--division_test.go 为什么被测试文件和测试文件通常放到同一个文件夹下以及同一个声明包里 通常情况下,我们把被测试的文件与另外写的测试文件放到同一个声明包里面,称为包内测试; 当然也可以把测试函数的文件放到独立的一个包里面

  • 机器学习中的错误分析--双手沾满泥土的体力活2020-10-24 04:31:27

    吴恩达在机器学习策略中反复提到做错误分析的重要性。错误分析也慢慢地成为机器学习项目中不可缺少的环节。     (图片来源: https://blog.sujeetjaiswal.com/machine-learning-an-introduction-de88d85ebc5d)     之前,我也特意在我们team的wiki上写了一页,督促我们重视错误

  • 接口测试框架实战(二) | 搞定多环境下的接口测试2020-10-13 14:31:39

    本文节选自霍格沃玆测试学院内部教材,文末链接进阶学习。 在实际的工作中,绝大部分公司都有至少 3 个以上的环境,供测试与研发人员使用。测试人员不可能为每个环境都准备一个自动化测试脚步,因为这样的维护成本太过庞大。所以,要解决这个问题,就需要做到设计一套脚本,可以在各个环境

  • Go语言:TTD(测试驱动开发)2020-09-24 19:34:28

    学习参考网站: 学习Go迭代 https://studygolang.gitbook.io/learn-go-with-tests/go-ji-chu/iteration for i:=0; i < length; i++ { // 注意不能使用++i    // code  }   学习Go数组与切片 https://studygolang.gitbook.io/learn-go-with-tests/go-ji-chu/arrays-and-slices

  • Penetration Test - Select Your Attacks(8)2020-09-20 08:32:55

    SQL Injection Demo Tools: Kali Linux Target Application: DVWA(Damn Vulnerable Web App) Login the DVWA website:http://10.0.0.20/dvwa/login.php Set the Security Level to low and submit. If the application's not sanitizing input, you can use single qu

  • Python基础学习之布尔表达式2020-08-13 21:31:17

    在Python编程的学习中,布尔逻辑可以说是无处不在。布尔表达式是计算机运算的基础和重要组成部分,掌握它们就跟学音乐要掌握音阶一样有必要。今天本文将带大家一起来学习布尔表达式,主要内容有布尔表达式的概念、逻辑问题演示以及理清复杂逻辑的技巧。   1、布尔表达式的概念 条件

  • Testing Beta Round (Unrated)2020-07-24 20:00:46

    比赛链接:https://codeforces.com/contest/1390 A. 123-sequence 题意 给出一个只含有 $1,2,3$ 的数组,问使所有元素相同至少要替换多少元素。 题解 统计数组中出现次数最多的元素即可。 代码 #include <bits/stdc++.h> using namespace std; int main() { int n; cin >> n;

  • 性能相关术语2020-07-19 10:04:17

            (1)负载:模拟一万五操作对服务器造成压力的过程,比如模拟100个用户进行发帖。    (2)性能测试(Performance Testing):模拟用户负载来测试系统在负载情况下,系统的响应时间,吞吐量等指标是否满足性能需求。   (3)负载测试(load Testing):在一定软硬件环境下,通过不断加大负载(不同虚

  • HZAU国际影城(HZAU-Cineplex)——软件测试计划(Testing-Plan)2020-07-01 14:51:36

    分工角色     彭士杰:组长,主要负责编写目的、背景、定义、参考资料、任务目标、测试资料、文档编制,说明书各部分改进完善等   常家乐:主要负责测试用例设计的用户电影评论模块、管理员订单查询模块、管理员影片推荐模块等   徐浩春:主要负责计划审核、测试用例设计的退订票模

  • 安装Speedtest到Python2020-06-15 17:51:53

    Speedtest模块可以测试主机的网络带宽大小。 运行环境 系统版本:CentOS Linux release 7.3.1611 (Core) 软件版本:无 硬件要求:无 安装过程 1、安装Speedtest root@localhost:~# pip install speedtest-cli -i "http://mirrors.aliyun.com/pypi/simple/" --trusted-host mirrors.al

  • 持续集成2020-05-26 23:56:43

    第一章 Devops介绍 1.1 Devops是什么 *DevOps一次词的来自于Development和Operations的组合,突出重视软件开发人员和运维人员的沟通合作,通过自动化流程来使得软件构建、测试、发布更加快捷、频繁和可靠。 **是一种方法,一种过程,一种理念:狭义上指共同协作,广义上指所有软件生命周期内

  • thoughtwork测试文章汇总2020-05-14 18:05:34

    https://martinfowler.com/testing/ https://martinfowler.com/articles/microservice-testing/ https://martinfowler.com/articles/practical-test-pyramid.html https://martinfowler.com/bliki/ContractTest.html   工具 和测试金字塔 https://insights.thoughtworks.cn/prac

  • Concepts of Hypothesis Testing2020-05-14 09:07:24

    Concepts of Hypothesis Testing 假说检验的目的是利用样本来测试一个或者多个群体的参数值 Steps for Testing a Hypothesis 1.设定虚无假说(null hypothesis,\(H_0\))和对立假说(alternative hypothesis,\(H_1/H_a\)) 2.指定显著水准(level of significance,\(\alpha\)) 3.决定

  • Codeforces Testing Round #16 C.Skier2020-05-08 12:58:37

    题意: 一个人在雪地上滑雪,每次可以向上下左右四个方向移动一个单位,如果这条路径没有被访问过,则需要5秒的时间,如果被访问过,则需要1秒(注意:判断的是两点之间的距离,不是单纯的点).给你他的行动轨迹,求消耗的时间. 题解:我们用两个pair来维护边,用map来对边进行标记,每次

  • [React Testing] Test your Custom Hook Module with react-hooks-testing-library2020-05-04 18:54:02

    It's always important to test your code, especially if you're open-sourcing it for others to use. In this video, we'll learn how to use react-hooks-testing-library to write a few tests for our custom hook.   import { useState, useEffect }

  • [React Testing] Error State with React Testing Library, findBy*2020-05-02 21:51:15

    We have the happy path covered for our post editor component, but what happens if there’s an error in saving the user’s information? We should probably show them an error message and give them the chance to try again. Let’s add a new test for this error c

  • [React Testing] Assert That Something is NOT Rendered with React Testing Library (with rerender & qu2020-04-30 19:01:05

    You can use 'rerender' for a component when its props changed.   Then if you wnat to check the alert message has gone when we rerender, you need to use 'queryByRole' instead of 'getByRole', because 'getByRole' will

  • [React Testing] Improve Test Confidence with the User Event Module2020-04-30 18:54:29

    The User Event module is part of the Testing Library family of tools and lets you fire events on DOM nodes that more closely resemble the way your users will interact with your elements. Let’s refactor our fire event usages to use that instead.   import

  • [React Testing] Use React Testing Library to Render and Test Simple React Components2020-04-30 17:56:41

    Component: import React from 'react' function FavoriteNumber({ min = 1, max = 9 }) { const [number, setNumber] = React.useState(0) const [numberEntered, setNumberEntered] = React.useState(false) function handleChange(event) { setNumb

  • [React Testing] Debug the DOM State During Tests using React Testing Library’s debug Function2020-04-30 17:52:30

    While you’re writing your tests it can be helpful to see what the DOM looks like. You can do this with React Testing Library’s debug function which will log a formatted and syntax highlighted state of the DOM at the time it is called.   const { getByLabe

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有