前言 在HttpRunner中,我们可通过extract提取数据,当响应结果为 JSON 结构,可使用 content 结合 . 运算符的方式,如 content.code ,用起来十分方便,但如果响应结果为 text/html 结构时,便不能这么用了。 这时候,我们能不能使用正则表达式来提取呢?答 ...
分类:
Web程序 时间:
2019-11-05 21:17:41
阅读次数:
260
1 题目 Write a function to check whether an input string is a valid IPv4 address or IPv6 address or neither. IPv4 addresses are canonically represented ...
分类:
其他好文 时间:
2019-11-03 15:04:37
阅读次数:
101
set names utf8; set global validate_password.policy=LOW;set global validate_password.length=6;CREATE DATABASE If Not Exists ai_teaching Character Set ...
分类:
数据库 时间:
2019-11-03 01:26:47
阅读次数:
272
校验类型 取值 描述 required true|false 必填字段 email “@”或者”email” 邮件地址 url 路径 date 数字 日期 dateISO 字符串 日期(YYYY-MM-dd) number 数字(负数,小数) digits 整数 minlength 数字 最小长度 ...
分类:
Web程序 时间:
2019-11-01 16:53:26
阅读次数:
118
Maven 技术简录 阶段 处理 描述 验证 validate 验证项目 验证项目是否正确且所有必须信息是可用的 编译 compile 执行编译 源代码编译在此阶段完成 测试 Test 测试 使用适当的单元测试框架(例如JUnit)运行测试。 包装 package 打包 创建JAR/WAR包如在 p ...
分类:
其他好文 时间:
2019-10-31 11:56:02
阅读次数:
88
Difficulty:Medium More:【目录】LeetCode Java实现 Description https://leetcode.com/problems/validate-binary-search-tree/ Given a binary tree, determine if it ...
分类:
其他好文 时间:
2019-10-28 10:59:44
阅读次数:
121
有两种方式强制页面不缓存: 1.手动添加版本号 2.添加meta标签 ...
分类:
其他好文 时间:
2019-10-26 17:08:22
阅读次数:
161
Flayway是一款数据库版本控制管理工具,,支持数据库版本自动升级,Migrations可以写成sql脚本,也可以写在java代码里;不仅支持Command Line和java api ,也支持Build构建工具和Spring boot,也可以在分布式环境下能够安全可靠安全地升级数据库,同时也支持 ...
分类:
编程语言 时间:
2019-10-26 10:51:32
阅读次数:
107
一、签发token 1.源码入口 2.核心源码:rest_framework_jwt.serializer.JSONWebTokenSerializer的validate(self, attrs)方法 3.手动签发token逻辑 二、校验token 1.源码入口 2.核心源码:rest_framew ...
分类:
其他好文 时间:
2019-10-24 15:17:56
阅读次数:
70
签发token 源码入口 核心源码:rest_framework_jwt.serializer.JSONWebTokenSerializer的validate(self, attrs)方法 手动签发token逻辑 校验token 源码入口 核心源码:rest_framework_jwt.authen ...
分类:
其他好文 时间:
2019-10-24 00:41:44
阅读次数:
107