代码: #coding=utf-8 from selenium import webdriver webdriver.Chrome() 结果: PS E:\30.Study\30.自动化测试\99.零基础入门 Python Web 自动化测试\10.seleniumCodePractice> & " ...
分类:
编程语言 时间:
2020-06-17 01:45:29
阅读次数:
248
上一篇:less变量 上篇主要讲述了less的变量的基本使用,本篇我们来讲解下less的一个常用规则,那就是嵌套了(老套娃了),这个使你在使用css的时候能够用起来非常方便和爽(爽就对了) 那么什么是嵌套呢,我们首先看一个例子: <header class="page-header"> <h1 cl ...
分类:
其他好文 时间:
2020-06-16 23:44:41
阅读次数:
99
Spring Boot 2.x中目前自带的主要JSON序列化和反序列化工具目前主要有:com.google.gson.Gson、com.fasterxml.jackson和org.yaml.snakeyaml.Yaml(用于yaml与json的转换): 平常的Web开发自带JSON包里用的最多的应该 ...
分类:
编程语言 时间:
2020-06-16 18:16:36
阅读次数:
361
出现 参数是 undefined or null 一、检查是否安装 body-parser server.js中是否引入 app.use(bodyParser.urlencoded({ extended: false })); app.use(bodyParser.json()); 二、如果上面没有 ...
分类:
其他好文 时间:
2020-06-16 15:40:38
阅读次数:
197
Could not initialize class java.awt.image.BufferedImage 只需在TOMCAT启动参数中加"-Djava.awt.headless=true \"启动文件是:\bin\catalina.sh 加入的上下文 是 else "$_RUNJAVA" $J ...
分类:
编程语言 时间:
2020-06-16 15:26:11
阅读次数:
152
没有mybatis 建表 查询 import java.sql.*; public class DatabaseTest { public static void main(String[] args) throws SQLException, ClassNotFoundException { Cl ...
分类:
其他好文 时间:
2020-06-16 14:56:52
阅读次数:
61
which three are true about scalar subquery expressions? They cannot be used in group by clauses. A scalar subquery expression that returns zero rows e ...
分类:
其他好文 时间:
2020-06-16 13:25:55
阅读次数:
179
今天早上准备拉取master最新代码时发现无法拉取,异常报错如下: Update failed cannot lock ref 'refs/remotes/origin/2020_06_03_V1.102_edu': is at b6f203d110ad518d6e23191464acc054d0f ...
如果想在任务成功或者失败额外做点事,可以重写Task类。 tasks.py from __future__ import absolute_import, unicode_literals from .celery import app from celery.task import Task cl ...
分类:
其他好文 时间:
2020-06-16 00:47:15
阅读次数:
358
一、安装Dockerpacman -S docker 二、拉取seafile环境docker pull jenserat/seafile按照网上教程,执行这步时报错:"Cannot connect to the Docker daemon"所以不能抄书啊,连服务都没开启:systemctl star ...
分类:
系统相关 时间:
2020-06-15 22:47:32
阅读次数:
66