stream太强大了,我都佩服的五体投地。比如它的用途有,分组,去重,按条件过滤,分组求和等等。向我们在做项目下,当不好进行统计的话,我们之间查出来一个list,在用stream来操作,非常方便。废话不错说,直接上代码: package com.quanroon.ysq.stream; import ...
分类:
其他好文 时间:
2020-07-18 00:56:44
阅读次数:
111
update tb_city t2 join ( select a2,count(1),group_concat(a4) as a4,group_concat(a5) as a5 from weidu where a3 is null GROUP BY a2 HAVING count(1) = 1 ...
分类:
其他好文 时间:
2020-07-18 00:53:07
阅读次数:
89
路飞项目环境搭建 1 pip换源 %APPDATA% 来到C:\Users\oldboy\AppData\Roaming 创建一个pip文件夹 新建一个文件pip.ini 写入 [global] index-url = http://pypi.douban.com/simple [install] ...
分类:
其他好文 时间:
2020-07-17 22:16:11
阅读次数:
63
Content ZJU-ICPC Summer 2020 Contest 4 by Group A Problem F. Magical String ZJU-ICPC Summer 2020 Contest 4 by Group A Problem F. Magical String 给定一个一个 ...
分类:
其他好文 时间:
2020-07-17 19:24:42
阅读次数:
54
部署kube-dns https://console.cloud.google.com/gcr/images/google-containers/GLOBAL #kube-dns镜像下载地址 kube-dns简介 kube-dns 的 pod 中包含了 3 个容器,分别是: 1、kube-dns:提 ...
分类:
其他好文 时间:
2020-07-17 19:19:07
阅读次数:
70
Content ZJU-ICPC Summer 2020 Contest 4 by Group A Problem F. Magical String ZJU-ICPC Summer 2020 Contest 4 by Group A Problem F. Magical String 给定一个一个 ...
分类:
其他好文 时间:
2020-07-17 16:23:39
阅读次数:
72
部署kube-dns https://console.cloud.google.com/gcr/images/google-containers/GLOBAL #kube-dns镜像下载地址 kube-dns简介 kube-dns 的 pod 中包含了 3 个容器,分别是: 1、kube-dns:提 ...
分类:
其他好文 时间:
2020-07-17 16:11:24
阅读次数:
55
Git使用(对廖雪峰老师Git教程的总结,同时推荐一个博客的教程,诙谐有趣) Git配置 全局配置 主目录下的.gitconfig # 设置名称信息 git config --global user.name <"Name"> # 设置邮箱信息 git config --global user.em ...
分类:
其他好文 时间:
2020-07-17 14:03:40
阅读次数:
75
GAC(Global Assembly Cache)全局程序集缓存,是用于存放.Net应用程序共享的程序集。 像平常我们在Visual Studio中引用系统程序集时,这些程序集便来自于GAC。 下面介绍如何使用Gacutil.exe来对GAC进行管理 Gacutil会随 Visual Studio ...
分类:
Web程序 时间:
2020-07-17 13:59:16
阅读次数:
93