background picture of the home page

Hi,Friend

Hi!

MGW:美团点评高性能四层负载均衡

来源:2017年美团技术年货 一. 前言 在高速发展的移动互联网时代,负载均衡有着举足轻重的地位,它是应用流量的入口,对应用的可靠性和性能起着决定性的作用,因此负载均衡需要满足高性能、高可靠两个特点。MGW是美团点评自研的一款四层负载均衡,主要用于替代原有环境的四层负载均衡LVS,目前处理着美团点评

thumbnail of the cover of the post

后端语言

一. Java 1. Java基础 Java编译器配置 Java编辑器配置 Java基础

thumbnail of the cover of the post

技巧

搜索二维矩阵2 多数元素(Boyer-Moore 投票算法找众数)

thumbnail of the cover of the post

矩阵置零

一. 题目 二. 思路 我们可以用矩阵的第一行和第一

thumbnail of the cover of the post

MySQL基础

《MySQL必知必会》第2版 一. 了解SQL 1. 数据库基础 ①什么是数据库 数据库(DB):保存有组织的数据的容器(通常是一个或一组文件)。 数据库管理系统(DBMS):管理数据库的软件。 ②表

thumbnail of the cover of the post