官方文档地址:https://docs.python.org/zh-cn/3.7/library/unittest.html#class-and-module-fixtures 一、关于一些基本概念 Test fixture 官方文档把这个词翻译成“测试脚手架”,个人理解,是启动测试前的准备工作,根 ...
分类:
编程语言 时间:
2020-07-23 15:49:59
阅读次数:
88
课程目标: 1、解释如何构建ReFramework模板; 2、解释ReFramework模板是如何工作的; 3、使用ReFramework来自动化您自己的流程。 一、课程里面涉及的系统 ACME System 1 :https://acme-test.uipath.com/login 可以先去注册一 ...
分类:
其他好文 时间:
2020-07-22 20:45:59
阅读次数:
112
本篇并不是为了介绍这几款工具,而是谈谈如何自研一款高效稳定的端口扫描器。Python的Socket模块可以创建套接字,创建tcp三次握手连接,以此探测目标端口是否存活。本篇将使用socket模块编写tcp扫描以及syn扫描,并对比两者的差异。 ...
分类:
其他好文 时间:
2020-07-21 22:23:06
阅读次数:
66
ReactJs as a JavaScript library created by Facebook that lets us build dynamic user interfaces. What this dynamic user interface even means is that we ...
分类:
Web程序 时间:
2020-07-21 09:48:32
阅读次数:
76
1. urllib https://docs.python.org/zh-cn/3/library/urllib.request.html#module-urllib.request 2. BeautifulSoup https://www.crummy.com/software/Beautiful ...
分类:
其他好文 时间:
2020-07-21 01:10:58
阅读次数:
71
Centos7下的Nginx的安装与配置 Yum安装 新安装的Centos系统中,直接使用yum安装会提示没有可用的软件包。原因是nginx位于第三方的yum源里面,而不在centos官方yum源里面.需要安装epel源。EPEL (Extra Packages for Enterprise Lin ...
分类:
其他好文 时间:
2020-07-20 22:46:32
阅读次数:
76
input { jdbc { #jdbc驱动包位置 jdbc_driver_library => "D:\tools\elk\logstash-7.6.1\ojdbc8-12.2.0.1.jar" #jdbc驱动类 jdbc_driver_class => "Java::oracle.jdbc.dr ...
分类:
数据库 时间:
2020-07-20 22:38:24
阅读次数:
120
nextcloud网盘搭建文档 1、安装php7.4(官方建议) yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm yum -y install php74-php-fpm php74-php-cli php74-p ...
分类:
其他好文 时间:
2020-07-18 22:28:56
阅读次数:
183
前言 不管是在brew的安装过程还是升级更新过程中,国内的环境brew都会卡在这里 解决方案 cd /usr/local/Homebrew/Library/Taps/ mkdir homebrew cd homebrew git clone https://mirrors.ustc.edu.cn/h ...
分类:
其他好文 时间:
2020-07-18 16:07:56
阅读次数:
356
路径:C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\ItemTemplates\CSharp\Code\2052\Class 模板: /* *CLR版本:$clrversion$*文 件 名:$s ...