/* * * 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 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
1、概述 spark有两种调度模式:FIFO、FAIR。FIFO是先进先出,有很强的顺序性,只有前一个处理完成后才会去处理后进来的。FAIR是公平调度,通过配置进行控制优先执行的任务。spark默认使用FIFO模式,如果应用场景里面有很多比较大的查询、也有很多小的查询,此时建议使用FAIR模式可以先 ...
分类:
其他好文 时间:
2017-11-28 16:43:17
阅读次数:
139
/** * 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
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
配置文件如下<!-- 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
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
1、模块说明 requests是使用Apache2 licensed 许可证的HTTP库。 用python编写。 比urllib2模块更简洁。 Request支持HTTP连接保持和连接池,支持使用cookie保持会话,支持文件上传,支持自动响应内容的编码,支持国际化的URL和POST数据自动编码。 ...
分类:
编程语言 时间:
2017-11-09 14:30:09
阅读次数:
199
创建一个文件夹。 打开命令行或者powershell, 运行npm init,根据提示填入package的信息。 在文件夹中创建index.js文件。 /*! * mymongolib * Copyright(c) 2009-2013 Blabla * MIT Licensed */ 'use st... ...
分类:
Web程序 时间:
2017-11-07 13:20:24
阅读次数:
225
<?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