问题? 执行 shell 错误 错误 syntax error near unexpected token `}' 查看字符编码格式 # cat -v test.sh 空格部分 显示的都是 一些 ... M-BM- M-BM- M-BM- M-BM- M-BM- M-BM- ... 更改替换为十六进 ...
分类:
其他好文 时间:
2020-06-16 12:55:40
阅读次数:
55
第一种方式:ids 1.参数化(pytest.mark.parametrize) # test_a.py import pytest import allure def login(username, password): '''登录''' print("输入账号:%s" % username) p ...
分类:
其他好文 时间:
2020-06-16 00:59:31
阅读次数:
183
很多前端开源框架都有对应的测试代码,保证框架的稳定性 1.前端自动化测试产生的背景与原理 为了降低上线的bug,使用TypeScript,Flow, Eslint ,StyleLint这些工具可以实现。前端自动化测试工具普及情况不是很好。测试分为单元测试,集成测试和端到端测试。单元测试主要是对一个独 ...
分类:
其他好文 时间:
2020-06-13 19:24:43
阅读次数:
148
一、URI <1>什么是URI URI,通一资源标志符(Uniform Resource Identifier, URI),表示的是web上每一种可用的资源,如 HTML文档、图像、视频片段、程序等都由一个URI进行定位的。 <2>URI的结构组成 URI通常由三部分组成: ①访问资源的命名机制; ...
分类:
Web程序 时间:
2020-06-10 12:47:45
阅读次数:
86
HashMap源码分析和面试准备写在前面预备知识hash(哈希)是什么数组链表哈希表二叉树红黑树源码分析jdk1.7实现jdk1.8实现面试常见题目 写在前面本篇涉及到的知识面比较广,无论你是小白还是有经验人士,都可快速理解hashmap,目的是理解知识并能通过面试,一些过于深入和细节的东西不在这里... ...
分类:
其他好文 时间:
2020-06-09 20:40:01
阅读次数:
54
原文地址:https://www.cnblogs.com/daxin/p/SessionAttributes.html @sessionattributes @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) @Inheri ...
分类:
编程语言 时间:
2020-06-09 15:04:15
阅读次数:
67
现象: Failed to compile. (2818,14): Duplicate identifier 'LibraryManagedAttributes'. Duplicate identifier问题的解决 修改方法: 1. 找到tsconfig.json文件 解决方案是在tsconfig ...
分类:
其他好文 时间:
2020-06-09 10:04:07
阅读次数:
272
You have an array of logs. Each log is a space delimited string of words. For each log, the first word in each log is an alphanumeric identifier. Then ...
分类:
其他好文 时间:
2020-06-08 12:55:59
阅读次数:
59
Redis是内存数据库,如果不将内存中的数据库保存到磁盘,那么一旦服务器进程退出,服务器中的数据库状态也会消失,所以 Redis 提供了持久化的功能(RDB 和 AOF)! RDB(Redis DataBase) 什么是RDB? 在主从复制中,RDB就像是备用到从机上! 在指定的时间间隔内将内存中的 ...
分类:
其他好文 时间:
2020-06-03 17:35:02
阅读次数:
66
报错: error eslint@5.8.0: The engine "node" is incompatible with this module. Expected version "^6.14.0 || ^8.10.0 || >=9.10.0". Got "9.3.0" error Found ...
分类:
其他好文 时间:
2020-06-01 21:02:01
阅读次数:
132