什么是Requests Requests是用python语言基于urllib编写的,采用的是Apache2 Licensed开源协议的HTTP库,但他比urllib更加方便,可以完全替代urllib。一句话,requests是python实现的最简单易用的HTTP库,建议爬虫使用requests库。 ...
分类:
其他好文 时间:
2018-04-22 20:10:27
阅读次数:
212
接口测试的学习已经告一段落,接下来我们就要开始UI自动化的课程了,以下为UI自动化的课前准备,请认真准备环境。有问题随时问我!! 1、安装专业版pycharm,只要是填写了licensed的都是专业版本的pycharm 2、python中安装好selenium包 pip install seleni ...
分类:
Web程序 时间:
2018-04-22 13:12:33
阅读次数:
218
天行健,君子以自强不息。——《周易》 应用场景 假设你希望一个或多个bean只有在应用的类路径下包含特定的库时才创建,希望某个bean只有当某个特定的bean也声明了之后才会创建,或者只有某个特定的环境变量设置之后才会创建bean。Spring 4 引入了@Conditional注解,它可以用到带有 ...
分类:
其他好文 时间:
2018-04-11 00:00:32
阅读次数:
214
<?xml version="1.0"?><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <!-- Licensed to the Apache Software Foundation ( ...
分类:
其他好文 时间:
2018-04-05 22:05:33
阅读次数:
451
一、何谓BeanProcessor BeanProcessor是SpringFramework里非常重要的核心接口之一,我先贴出一段源代码: /* * Copyright 2002-2015 the original author or authors. * * Licensed under the ...
分类:
编程语言 时间:
2018-03-26 17:25:28
阅读次数:
240
<?php// + // | ThinkPHP [ WE CAN DO IT JUST THINK ]// + // | Copyright (c) 2006-2016 http://thinkphp.cn All rights reserved.// + // | Licensed ( http: ...
分类:
Web程序 时间:
2018-03-12 11:06:35
阅读次数:
324
什么是Requests Requests是用python语言基于urllib编写的,采用的是Apache2 Licensed开源协议的HTTP库如果你看过上篇文章关于urllib库的使用,你会发现,其实urllib还是非常不方便的,而Requests它会比urllib更加方便,可以节约我们大量的工作 ...
分类:
其他好文 时间:
2018-03-09 01:38:05
阅读次数:
187
redis是什么 Redis is an open source, BSD licensed, advanced key value store. It is often referred to as a data structure server since keys can contain st ...
分类:
其他好文 时间:
2018-02-26 20:41:40
阅读次数:
159
本文介绍flume读取kafka数据的方法 代码: /******************************************************************************* * Licensed to the Apache Software Foundatio ...
分类:
Web程序 时间:
2018-02-16 10:16:47
阅读次数:
225
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this ... ...
分类:
编程语言 时间:
2018-02-08 17:50:54
阅读次数:
483