码迷,mamicode.com
首页 >  
搜索关键字:licensed    ( 402个结果
mycat server.xml 配置文件详解
<?xml version="1.0" encoding="UTF-8"?> <!-- - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in ...
分类:其他好文   时间:2018-02-05 23:26:03    阅读次数:717
常用工具类——StringUtils
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this ...
分类:其他好文   时间:2018-02-05 23:15:31    阅读次数:142
Bootstrap 各 Less 文件简要说明
1 /*! 2 * Bootstrap v3.3.7 (http://getbootstrap.com) 3 * Copyright 2011-2016 Twitter, Inc. 4 * Licensed under MIT (https://github.com/twbs/bootstrap/b... ...
分类:其他好文   时间:2018-02-01 00:13:02    阅读次数:472
Quartz 线程处理
Quartz定时任务默认都是并发执行的,不会等待上一次任务执行完毕,只要间隔时间到就会执行, 如果定时任执行太长,会长时间占用资源,导致其它任务堵塞。 1.在Spring中这时需要设置concurrent的值为false, 禁止并发执行。 2.当不使用spring的时候就需要在Job的实现类上加@D ...
分类:编程语言   时间:2018-01-08 14:57:28    阅读次数:209
python+unittest+requests实现接口自动化
前言: Requests简介 Requests 是使用 Apache2 Licensed 许可证的 HTTP 库。用 Python 编写,真正的为人类着想。 Python 标准库中的 urllib2 模块提供了你所需要的大多数 HTTP 功能,但是它的 API 有点落后了。它是为另一个时代、另一个互 ...
分类:编程语言   时间:2018-01-03 14:10:02    阅读次数:178
jmeter的build.xml
<?xml version="1.0"?><!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distr ...
分类:其他好文   时间:2017-12-30 18:15:05    阅读次数:205
IntelliJ IDEA - Activation code
2017-12-29 11:02:43 Your copy is licensed to lan yu - The license EB101IWSWD has been cancelled. Your copy is licensed to vinent wang - ojbk! ...
分类:其他好文   时间:2017-12-29 15:01:37    阅读次数:3285
使用IntelliJ IDEA开发前的基本设置,有助于提高开发效率
2、界面字体大小设置 File菜单 >Settings >Appearance >Override default fonts by(not recommended): Name:宋体(建议选择中文,防止出现中文乱码。起初的中文字体名称为空白,只要把列表框拉到最后随便选取一个空白然 ...
分类:其他好文   时间:2017-12-25 11:33:15    阅读次数:188
Requests库介绍
Requests 是用Python语言编写,基于 urllib,采用 Apache2 Licensed 开源协议的 HTTP 库。它比 urllib 更加方便,可以节约我们大量的工作,完全满足 HTTP 测试需求。Requests 的哲学是以 PEP 20 的习语为中心开发的,所以它比 urllib ...
分类:其他好文   时间:2017-12-09 20:46:23    阅读次数:1209
使用requests库提交multipart/form-data 格式的请求
前言: Requests是用Python语言编写,基于urllib,采用Apache2 Licensed开源协议的HTTP库。它比urllib更加方便,可以节约我们大量的工作,完全满足HTTP测试需求。更重要的一点是它支持Python3哦! 一、安装 Requests >>>pip3 install ...
分类:其他好文   时间:2017-12-06 15:16:48    阅读次数:234
402条   上一页 1 ... 10 11 12 13 14 ... 41 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!