上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: 转载:https://www.cnblogs.com/weientesting/p/8318266.html 前言 “尽早的介入测试,遇到问题的解决成本就越低” 随着软件测试技术的发展,测试工作由原来单一的寻找缺陷逐渐发展成为预防缺陷,探索测试,破坏程序的过程,测试活动贯穿于整个软件生命周期中,故称 阅读全文
posted @ 2021-05-27 11:21 橙子皮! 阅读(1158) 评论(0) 推荐(0) 编辑
摘要: 转载:https://www.cnblogs.com/derekchen/p/5873010.html 从gitlab上clone代码到本地pycharm (一)。gitlab上找到创建项目的连接地址,分两种: 1. http连接方式: http://10.22.1.72/derekchen/cxg 阅读全文
posted @ 2021-05-27 11:09 橙子皮! 阅读(375) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_43527241/article/details/88723408 https://github.com/qishibo/AnotherRedisDesktopManager/releases win安装包支持linux,win,mac re 阅读全文
posted @ 2021-04-27 11:34 橙子皮! 阅读(66) 评论(0) 推荐(0) 编辑
摘要: Django安装 使用管理员身份运行pycharm使用local 1 pip install django -i https://pypi.tuna.tsinghua.edu.cn/simple 检查django是否安装成功 1 python -m django --version 创建项目 1 1 阅读全文
posted @ 2021-03-29 11:42 橙子皮! 阅读(1101) 评论(0) 推荐(0) 编辑
摘要: 转载:https://www.cnblogs.com/wupeiqi/p/11647089.html https是基于http和SSL/TLS实现的一个协议,他可以保证在网络上传输的数据都是加密的,从而保证数据安全。 接下来我们从http协议开始,提出想法并逐步进行分析,最终实现Https。 1. 阅读全文
posted @ 2021-03-16 18:18 橙子皮! 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 1.NoSuchElementException:没有找到元素2.NoSuchFrameException:没有找到iframe3.NoSuchWindowException:没找到窗口句柄handle4.NoSuchAttributeException:属性错误5.NoAlertPresentEx 阅读全文
posted @ 2021-03-15 11:42 橙子皮! 阅读(389) 评论(0) 推荐(0) 编辑
摘要: 转载:https://www.cnblogs.com/fnng/p/11846050.html(虫师大佬) pyse 更名为 seldom WebUI automation testing framework based on Selenium and unittest. 基于 selenium 和 阅读全文
posted @ 2021-03-12 10:05 橙子皮! 阅读(399) 评论(0) 推荐(0) 编辑
摘要: 1 import requests 2 from fake_useragent import UserAgent 3 from lxml import etree 4 import pymysql 5 6 7 conn = pymysql.connect(host='47.107.190.1', p 阅读全文
posted @ 2020-12-16 10:04 橙子皮! 阅读(840) 评论(0) 推荐(0) 编辑
摘要: 今天才发现一个很简单的语句,不用在写四条删除语句,删除多张表中同一字段的数据下面分为A,B,C,D四张表同一字段为user_id 查询字段为user_id DELETE A,B,C,DfromALEFT JOIN BON A.user_id =B.user_idLEFT JOIN CON A.use 阅读全文
posted @ 2020-11-23 18:21 橙子皮! 阅读(908) 评论(0) 推荐(0) 编辑
摘要: ssh 需要重置 充值用户名和邮箱 删除.ssh文件夹下的known_hosts git config --global user.name “昵称” git config --global user.email“邮箱" git输入命令 $ ssh-keygen -t rsa -C "邮箱"(请填你 阅读全文
posted @ 2020-11-23 11:37 橙子皮! 阅读(97) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 9 下一页