摘要:
先记住这几个: 1.表示列表:['A', 'B', 'C'] - A- B- C2.表示列表:['A', 'B', 'C', ['A', 'B', 'C']] - A- B- C- - A - B - C3.表示:{'companies': [{'id': 1, 'name': 'company1' 阅读全文
摘要:
https://blog.csdn.net/weixin_37773766/article/details/80702926 阅读全文
摘要:
不知道你心中是否有答案,不妨来看看这篇文章怎么解释的~ 全网最透彻!没有之一!!!! 戳这里》》》Session机制详解 10 本人非常喜欢咖啡店的那个例子~通俗易懂 以下引用于原文 让我们用几个例子来描述一下cookie和session机制之间的区别与联系。笔者曾经常去的一家咖啡店有喝5杯咖啡免费 阅读全文
摘要:
Pychram介绍 PyCharm常用快捷键 注释: 选中后 Ctrl + / 定位:Ctrl + 鼠标左键 缩进: Tab / Tab+shift 换行:shift + enter 编译: Ctrl+shift+F10 查看路径:ctrl+l (或在终端输入pwd) 查注释:ctrl+q 查源码: 阅读全文
摘要:
httprunner基础 是什么? 面向http(s)协议的通用测试框架。 只需维护一份yaml脚本,即可实现自动化测试、性能测试、线上监控、持续集成等多种测试需求。 约定大于配置。 一站式解决方案,不限于http协议。 为什么? httprunner3.0新特性 - 概念更简单、功能更易用、生态更 阅读全文
摘要:
问题:sudo apt-get update连接失败 错误:1 http://cn.mirrors.ustc.edu.cn/ubuntu bionic InRelease 连接失败 [IP: 218.104.71.170 80]命中:2 http://security.ubuntu.com/ubun 阅读全文
摘要:
启动docker提示: docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post http://%2Fvar%2Frun 阅读全文
摘要:
docker 运行后, 执行docker logs -f myjenkins时报错:touch: cannot touch ‘/var/jenkins_home/copy_reference_file.log’: Permission denied Can not write to /var/jen 阅读全文
摘要:
下载的jenkins镜像有问题? 阅读全文
摘要:
jenkins的目录介绍: /etc/init.d/jenkins #jenkins的启动文件 /etc/logrotate.d/jenkins /etc/sysconfig/jenkins #jenkins的配置文件(可以写改默认端口) /usr/lib/jenkins /usr/lib/jenk 阅读全文
摘要:
Docker 默认是从官方镜像地址 Docker Hub 下下载镜像,由于服务器在国外的缘故,导致经常下载速度非常慢。为了提升镜像的下载速度,我们可以手动配置国内镜像加速器,让下载速度飚起来。 国内的镜像加速器选项较多,如:阿里云,DaoCloud 等。本次介绍如何配置阿里云的镜像加速器。 0. 注 阅读全文
摘要:
1) sudo apt-get autoremove open-vm-tools 2) Install VMware Tools by following the usual method (Virtual Machine --> Reinstall VMWare Tools) 虚拟光驱文件解压出来 阅读全文
摘要:
系统版本:Ubuntu 18.04 # 更新apt update # 安装依赖apt install apt-transport-https ca-certificates curl software-properties-common -y # 添加 keycurl -fsSL https://m 阅读全文
摘要:
root@uni-virtual-machine:/home/uni# apt install apt-transport-https ca-certificates curl software-properties-common -yE: 无法获得锁 /var/lib/dpkg/lock-fron 阅读全文