码迷,mamicode.com
首页 >  
搜索关键字:agg    ( 607个结果
第2章 数据存储
数据学习网站:Kaggle 、天池、各个领域的统计数据(国家统计局……) https://www.jianshu.com/p/0fa4f84d48ee ...
分类:其他好文   时间:2019-08-27 21:12:50    阅读次数:72
(Easy) Delete Node in a Linked List - LeetCode
Description: Write a function to delete a node (except the tail) in a singly linked list, given only access to that node. Given linked list -- head =  ...
分类:其他好文   时间:2019-08-27 19:21:26    阅读次数:91
Spark中资源与任务的关系
在介绍Spark中的任务和资源之前先解释几个名词: Dirver Program:运行Application的main函数(用户提交的jar包中的main函数)并新建SparkContext实例的程序,称为驱动程序,通常用SparkContext代表驱动程序(任务的驱动程序)。 Cluster Ma ...
分类:其他好文   时间:2019-08-27 00:55:33    阅读次数:144
spring-boot-plus V1.2.2 发布,5 Minutes Finish CRUD
更新日志 CHANGELOG [V1.2.2 RELEASE] 2019.08.26 ?? ?? New Features 拦截器启用禁用配置 文件上传下载安全/权限控制 启用 日志配置 ?? Optimization 更改core包目录 下载上传拦截器 logback.xml显示行号 拦截器配置新 ...
分类:编程语言   时间:2019-08-26 12:49:05    阅读次数:81
(Easy) Rotate String- LeetCode
Description: We are given two strings, A and B. A shift on A consists of taking string A and moving the leftmost character to the rightmost position. ...
分类:其他好文   时间:2019-08-26 00:27:18    阅读次数:63
Linux文件属性及权限
Linux文件 ...
分类:系统相关   时间:2019-08-21 23:15:45    阅读次数:138
springboot maven项目转gradle的完整方法
1、maven转gradle的方法:在项目根目录下,使用命令行工具,输入如下内容: 2、springboot项目的 build.gradle内容示例如下(注意部分内容需要自己添加进去): 3、打包:tasks->build->bootJar 4、运行,找到项目build\libs对应的jar包,用j ...
分类:编程语言   时间:2019-08-17 20:04:20    阅读次数:408
springboot swagger教程😀
传送门开启:https://www.ibm.com/developerworks/cn/java/j-using-swagger-in-a-spring-boot-project/index.html😀 我不要脸,天下无敌 ...
分类:编程语言   时间:2019-08-16 20:50:26    阅读次数:100
Elastic search performance testing finding
Setup1Nodeclusteronmylocallaptop:8core,Xms=8G,Xmx=8GIndexingperformance(Singleindex):10millionpayments,eachoneabout5KB,withbatchsize=10000.Eachbatchtakesroughly2.5s→4s,totaltimetoindex10millionpayment
分类:其他好文   时间:2019-08-13 15:13:38    阅读次数:85
浅谈微服务架构与服务治理的Eureka和Dubbo
前言 本来计划周五+周末三天自驾游,谁知人算不如天算,周六恰逢台风来袭,湖州附近的景点全部关停,不得已只能周五玩完之后,于周六踩着台风的边缘逃回上海。周末过得如此艰难,这次就聊点务虚的话题,一是浅谈微服务的架构设计,二是聊聊微服务中广泛用于服务治理的Eureka与RPC框架Dubbo异同点。 一、微 ...
分类:其他好文   时间:2019-08-11 15:34:38    阅读次数:153
607条   上一页 1 ... 19 20 21 22 23 ... 61 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!