09 2021 档案
摘要:1.什么是selenium 1.什么是selenium? (1)Selenium是一个用于Web应用程序测试的工具。 (2)Selenium 测试直接运行在浏览器中,就像真正的用户在操作一样。 (3)支持通过各种driver(FirfoxDriver,IternetExplorerDriver,Op
阅读全文
摘要:Unable to connect to the server: x509: cannot validate certificate for 172.25.97.19 because it doesn't contain any IP SANs 问题原因:被公司公司墙了 解决办法:
阅读全文
摘要:4. 修改pip下载源 运行pip install 命令会从网站上下载指定的python包,默认是从 https://files.pythonhosted.org/ 网站上下 载。这是个国外的网站,遇到网络情况不好的时候,可能会下载失败,我们可以通过命令,修改pip现在软件时的 源。 格式: pip
阅读全文
摘要:添加前 Accept: application/json, text/javascript, */*; q=0.01 Accept-Encoding: gzip, deflate, br Accept-Language: zh-CN,zh;q=0.9 Cache-Control: no-cache
阅读全文
摘要:JavaScript heap out of memory https://www.cnblogs.com/jianxuanbing/p/9331042.htmlhttps://www.npmjs.com/package/increase-memory-limithttps://stackoverf
阅读全文
摘要:环境: 公司:阿里云,金融云,K8S 家里:2台WIFI WIFI-A WIFI-B nacos 版本: 1.4.2(客户端+服务端) 2.0.2(客户端+服务端) 现象: 2021-09-19 14:27:03.287 ERROR - [http-nio-8080-exec-9] o.a.c.c.
阅读全文
摘要:https://stackoverflow.com/questions/46465891/what-is-ngdefaultcontrol-in-angular/46465959 添加 ngDefaultControl <label *ngIf="'datepicker' item.type &&
阅读全文
摘要:报错文字 Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'externalDumpService': Invocation of init metho
阅读全文
摘要:本篇博客通过本地 debug 的方式,详细介绍 nacos + openFeign 服务注册&发现工作原理。 篇幅有点长,内容如下: 前置准备 1.1. 版本 1.2. 背景:1.4.2 是截止写这篇博客当天 2021-09-12 最新的 1.x 版本。截图为证 1.3. 下载源码 1.4. 导入到
阅读全文
摘要:安装 telnet apt-get install telnet apt-get update && install ping linux 黏贴 shift + insert
阅读全文
摘要:springboot 获取 pid /* * Copyright 2012-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you m
阅读全文