码迷,mamicode.com
首页 >  
搜索关键字:licensed    ( 402个结果
kafka producer源码
producer接口: /** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed ...
分类:其他好文   时间:2016-11-04 20:50:50    阅读次数:651
Python-第三方库requests详解
Requests 是用Python语言编写,基于 urllib,采用 Apache2 Licensed 开源协议的 HTTP 库。它比 urllib 更加方便,可以节约我们大量的工作,完全满足 HTTP 测试需求。Requests 的哲学是以 PEP 20 的习语为中心开发的,所以它比 urllib ...
分类:编程语言   时间:2016-10-30 20:15:34    阅读次数:419
RestTemplateIntegrationTests
摘录RestTemplate的集成测试类/* 2. * Copyright 2002-2010 the original author or authors. 3. * 4. * Licensed under the Apache License, Version 2.0 (the "License ...
分类:其他好文   时间:2016-10-22 20:48:03    阅读次数:262
Python requests模块学习笔记
1、Requests模块说明 Requests 是使用 Apache2 Licensed 许可证的 HTTP 库。用 Python 编写,真正的为人类着想。 Python 标准库中的 urllib2 模块提供了你所需要的大多数 HTTP 功能,但是它的 API 太渣了。它是为另一个时代、另一个互联网 ...
分类:编程语言   时间:2016-10-16 07:30:48    阅读次数:232
Python-第三方库requests
Requests 是使用 Apache2 Licensed 许可证的 基于Python开发的HTTP 库,其在Python内置模块的基础上进行了高度的封装,从而使得Pythoner进行网络请求时,变得美好了许多,使用Requests可以轻而易举的完成浏览器可有的任何操作。 1、GET请求 向 htt ...
分类:编程语言   时间:2016-10-14 20:02:26    阅读次数:156
catalina.bat
startup.bat在最后调用catalina.bat,并且传递了start参数,设置了CATALINA_HOME和CURRENT_DIR俩个临时环境变量。那么catalina.bat都做了什么? 1 @echo off 2 rem Licensed to the Apache Software ...
分类:其他好文   时间:2016-10-07 23:40:01    阅读次数:426
android Makefile把jar包打到apk里
这个是经常的需求,我就是经常忘,关键不理解啊。 反反复复的也看看了android makefile。 太复杂了。 慢慢来吧。哎。工作十年。啥也不会。咋整? ## Copyright (C) 2008 The Android Open Source Project## Licensed under t ...
分类:移动开发   时间:2016-08-30 09:22:50    阅读次数:290
四)Spring + Quartz
使用Quartz默认配置 /* * Copyright 2002-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may no ...
分类:编程语言   时间:2016-08-06 08:32:09    阅读次数:288
从命令行运行 MyBatis Generator
? ? 一、准备 1. 获取最新jar包 2. 获取xml dtd <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed under the Apache License, Version 2.0 (the "License"); you may ...
分类:其他好文   时间:2016-08-06 08:28:18    阅读次数:1443
trove,测试,db小解析
# Copyright 2014 Tesora Inc.# All Rights Reserved.## Licensed under the Apache License, Version 2.0 (the "License"); you may# not use this file except ...
分类:数据库   时间:2016-08-05 13:43:47    阅读次数:424
402条   上一页 1 ... 18 19 20 21 22 ... 41 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!