码迷,mamicode.com
首页 >  
搜索关键字:eating together    ( 1269个结果
L - Lost's revenge HDU - 3341 (AC自动机 + 记忆化搜索 + 变进制算法)
Lost and AekdyCoin are friends. They always play "number game"(A boring game based on number theory) together. We all know that AekdyCoin is the man c ...
分类:编程语言   时间:2020-07-07 12:52:15    阅读次数:93
服务端tcp syn无响应,无回复
说一下现象是用tpcping 域名 443端口会时断时续的,还很有规律,web页面登录状态也会不断的失效,通过客户端,网关出口,clb,后端 rs抓包查看发现,客户端到clb都正常,clb把tcp syn请求转发给后端rs, rs没有回应 通过查阅资料,发现tcp_timestamps默认是开启,如 ...
分类:其他好文   时间:2020-07-06 16:07:54    阅读次数:139
Java设计模式-模板设计模式
/** * 模板设计模式:定义一个操作算法中的框架 * @author lin * */ public class Cook{ public void lunch() { buying(); washing(); cooking(); eating(); } public void buying() ...
分类:编程语言   时间:2020-07-03 17:28:35    阅读次数:64
Data structures and algorithms in Java, Part 1: Overview
Get an overview of data structures and algorithms and how they work together in your Java programs Java programmers use data structures to store and o ...
分类:编程语言   时间:2020-07-03 12:55:18    阅读次数:74
Spring Boot MySQL JPA Hibernate Restful CRUD API Tutorial
Spring Boot has taken Spring framework to the next level. It has drastically reduced the configuration and setup time required for spring projects. Sp ...
分类:数据库   时间:2020-07-01 18:40:39    阅读次数:64
ELK集群搭建过程记录—7.6.2版本
搭建过程 1、Elasticsearch集群搭建 2、Cerebro插件安装 tar -zxvf cerebro-0.9.1.tgz 解压cerebro压缩包 配置cerebro文件夹下 application.conf 配置集群的地址 ./cerebro -Dhttp.port=8080 启动ce ...
分类:其他好文   时间:2020-06-29 15:43:43    阅读次数:237
Flume配置项目 离线数仓项目
第一层Flume 从 source-> KAFKA .[kafka作为channel] 1.安装的 Flume是1.7的版本 安装略 日志文件分为两种一种是启动日志,一种是事件日志. 通过selector选择器把这两个日志分开,并且过滤一些空数据. 我们先写选择器吧. 1. 建立一个工程. mave ...
分类:Web程序   时间:2020-06-28 00:08:11    阅读次数:135
310. Minimum Height Trees
For an undirected graph with tree characteristics, we can choose any node as the root. The result graph is then a rooted tree. Among all possible root ...
分类:其他好文   时间:2020-06-26 10:21:01    阅读次数:53
学会使用 Mysql show processlist 排查问题
mysql show full processlist 查看当前线程处理情况 事发现场 每次执行看到的结果应该都有变化,因为是实时的,所以我定义为:“事发现场”,每次执行就相当于现场的快照。 一般用到 show processlist 或 show full processlist 都是为了查看当前 ...
分类:数据库   时间:2020-06-26 01:01:46    阅读次数:80
0021. Merge Two Sorted Lists (E)
Merge Two Sorted Lists (E) 题目 Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of ...
分类:其他好文   时间:2020-06-21 09:38:24    阅读次数:51
1269条   上一页 1 2 3 4 5 6 ... 127 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!