Bloom Filter实现大数据集查询 1、什么情况下需要布隆过滤器? 先来看几个比较常见的例子 字处理软件中,需要检查一个英语单词是否拼写正确 在 FBI,一个嫌疑人的名字是否已经在嫌疑名单上 在网络爬虫里,一个网址是否被访问过 yahoo, gmail等邮箱垃圾邮件过滤功能 这几个例子有一个共 ...
分类:
其他好文 时间:
2020-05-13 23:05:38
阅读次数:
72
MyBatis三剑客 MyBatis三剑客在MyBatis组件里非常实用,分别是 、`MyBatis plugins MyBatis分页插件 PageHelper MyBatis generator`的使用频率最高。下面分别对三剑客一一介绍。 MyBatis Generator的基本使用 项目依赖 ...
分类:
其他好文 时间:
2020-05-04 13:46:18
阅读次数:
71
按下右侧的“点击预览”按钮可以在当前页面预览,点击链接可以打开原始页面。 纯 css 画的抽象小鸟https://codepen.io/gregoryb/f... 纯 css 制作的左侧弹出菜单https://codepen.io/plavookac/... 仿制 gmail 的页面布局https: ...
分类:
其他好文 时间:
2020-05-02 18:32:01
阅读次数:
60
github用户名 mygituser001github用户邮箱 myemailuser001@gmail.com.com 命令行生成ssh-keygen -t rsa -b 4096 -C "myemailuser001@gmail.com.com"打开生成的pub文件内容类似ssh-rsa AA ...
分类:
其他好文 时间:
2020-04-19 15:00:28
阅读次数:
88
FROM centos maintainer Chris Collins <collins.christopher@gmail.com> LABEL Discription="基于centos的mongodb镜像" version="1.0" RUN mkdir -p /data/usr/mongo ...
分类:
其他好文 时间:
2020-04-14 01:05:39
阅读次数:
69
1 Ten Trending Applications of Artificial Intelligence https://hackernoon.com/artificial-intelligence-trends-to-watch-out-in-2019-b04q23dz5 2018年,基于人工 ...
分类:
移动开发 时间:
2020-04-13 19:57:55
阅读次数:
98
1、需求说明 在万网或者特别是阿里云的云服务器上,往往都是不开21端口,导致发邮件失败,另外如果是国外服务器,也需要换成465端口的Gmail。代码如下 1.1 必须使用ssl。即client.EnableSsl = true。 1.2 其中代码client.UseDefaultCredential ...
分类:
其他好文 时间:
2020-03-11 01:29:23
阅读次数:
363
代码: 1 # -*- coding: utf-8 -*- 2 # @Time : 2018/11/23 0:09 3 # @Author : MaochengHu 4 # @Email : wojiaohumaocheng@gmail.com 5 # @File : generate_tfreco ...
分类:
其他好文 时间:
2020-03-07 22:39:09
阅读次数:
100
具体报错: AuthenticationFailedException: 535-5.7.8 Username and Password not accepted. Learn more at 535 5.7.8 https://support.google.com/mail/?p=BadCrede ...
分类:
其他好文 时间:
2020-03-03 12:45:06
阅读次数:
88
案例文本文件 [root@docker-01 ~]# cat a.txt ID name gender age email phone 1 Bob male 28 abc@qq.com 18023394012 2 Alice female 24 def@gmail.com 18084925203 3 ...
分类:
系统相关 时间:
2020-02-29 22:06:56
阅读次数:
79