码迷,mamicode.com
首页 >  
搜索关键字:licensed    ( 402个结果
JAVA Http Basic auth
/* * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with thi ...
分类:编程语言   时间:2017-12-06 13:10:38    阅读次数:162
jquery.validate.js
/* * jQuery validation plug-in 1.5.2 * * http://bassistance.de/jquery-plugins/jquery-plugin-validation/ * http://docs.jquery.com/Plugins/Validation * ...
分类:Web程序   时间:2017-12-05 13:34:13    阅读次数:179
spark-调度策略之FAIR
1、概述 spark有两种调度模式:FIFO、FAIR。FIFO是先进先出,有很强的顺序性,只有前一个处理完成后才会去处理后进来的。FAIR是公平调度,通过配置进行控制优先执行的任务。spark默认使用FIFO模式,如果应用场景里面有很多比较大的查询、也有很多小的查询,此时建议使用FAIR模式可以先 ...
分类:其他好文   时间:2017-11-28 16:43:17    阅读次数:139
Hadoop自带Sort例子分析
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this... ...
分类:其他好文   时间:2017-11-16 17:18:17    阅读次数:144
DiyCode开源项目 BaseActivity 分析
1.首先将这个项目的BaseActivity源码拷贝过来。 /* * Copyright 2017 GcsSloop * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this ...
分类:其他好文   时间:2017-11-14 22:22:07    阅读次数:391
activemq持久化配置,设置为主从模式(带复制的主从模式,应用mysql数据库)
配置文件如下<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with thi ...
分类:数据库   时间:2017-11-13 21:27:27    阅读次数:193
SpringMVC+Maven+tomcat配置----2.tomcat的配置
tomcat\conf\context.xml <?xml version="1.0" encoding="UTF-8"?><!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor lice ...
分类:编程语言   时间:2017-11-13 17:01:05    阅读次数:231
python3_requests模块说明和简单使用
1、模块说明 requests是使用Apache2 licensed 许可证的HTTP库。 用python编写。 比urllib2模块更简洁。 Request支持HTTP连接保持和连接池,支持使用cookie保持会话,支持文件上传,支持自动响应内容的编码,支持国际化的URL和POST数据自动编码。 ...
分类:编程语言   时间:2017-11-09 14:30:09    阅读次数:199
例子:使用Grunt创建一个Node.js类库
创建一个文件夹。 打开命令行或者powershell, 运行npm init,根据提示填入package的信息。 在文件夹中创建index.js文件。 /*! * mymongolib * Copyright(c) 2009-2013 Blabla * MIT Licensed */ 'use st... ...
分类:Web程序   时间:2017-11-07 13:20:24    阅读次数:225
SpringMVC连接MongoDB操作数据库
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the ...
分类:数据库   时间:2017-10-30 15:03:09    阅读次数:253
402条   上一页 1 ... 11 12 13 14 15 ... 41 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!