码迷,mamicode.com
首页 >  
搜索关键字:licensed    ( 402个结果
爬虫(Requests)
什么是Requests Requests是用python语言基于urllib编写的,采用的是Apache2 Licensed开源协议的HTTP库,但他比urllib更加方便,可以完全替代urllib。一句话,requests是python实现的最简单易用的HTTP库,建议爬虫使用requests库。 ...
分类:其他好文   时间:2018-04-22 20:10:27    阅读次数:212
Selenium-WebDriver驱动对照表
接口测试的学习已经告一段落,接下来我们就要开始UI自动化的课程了,以下为UI自动化的课前准备,请认真准备环境。有问题随时问我!! 1、安装专业版pycharm,只要是填写了licensed的都是专业版本的pycharm 2、python中安装好selenium包 pip install seleni ...
分类:Web程序   时间:2018-04-22 13:12:33    阅读次数:218
条件化bean
天行健,君子以自强不息。——《周易》 应用场景 假设你希望一个或多个bean只有在应用的类路径下包含特定的库时才创建,希望某个bean只有当某个特定的bean也声明了之后才会创建,或者只有某个特定的环境变量设置之后才会创建bean。Spring 4 引入了@Conditional注解,它可以用到带有 ...
分类:其他好文   时间:2018-04-11 00:00:32    阅读次数:214
jmeter+ANT+Jekins性能自动生成测试报告脚本(模板),加入:Median TIme、90%、95%、99%、QPS、以及流量显示
<?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
Spring源码分析(一)--BeanProcessor
一、何谓BeanProcessor BeanProcessor是SpringFramework里非常重要的核心接口之一,我先贴出一段源代码: /* * Copyright 2002-2015 the original author or authors. * * Licensed under the ...
分类:编程语言   时间:2018-03-26 17:25:28    阅读次数:240
curl_init 接口
<?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库的基本使用)--02
什么是Requests Requests是用python语言基于urllib编写的,采用的是Apache2 Licensed开源协议的HTTP库如果你看过上篇文章关于urllib库的使用,你会发现,其实urllib还是非常不方便的,而Requests它会比urllib更加方便,可以节约我们大量的工作 ...
分类:其他好文   时间:2018-03-09 01:38:05    阅读次数:187
初识redis
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 数据
本文介绍flume读取kafka数据的方法 代码: /******************************************************************************* * Licensed to the Apache Software Foundatio ...
分类:Web程序   时间:2018-02-16 10:16:47    阅读次数:225
java mail session使用Properties的clone方法
/* * 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
402条   上一页 1 ... 9 10 11 12 13 ... 41 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!