什么是高并发? 高并发(High Concurrency)是互联网分布式系统架构设计中必须考虑的因素之一,它通常是指,通过设计保证系统能够同时并行处理很多请求。 高并发相关常用的一些指标有响应时间(Response Time),吞吐量(Throughput),每秒查询率QPS(Query Per S ...
分类:
编程语言 时间:
2020-07-15 23:30:29
阅读次数:
74
监控工具:jvisualVM、VisaulVM、jprofiler JVM优化书籍:《Java性能优化权威指南》、《深入理解java虚拟机》 1.年轻代空间不足 2.per Gen(永久代)空间满 3.CMS GC时出现promotion failed和concurrent mode failure ...
分类:
其他好文 时间:
2020-07-14 10:36:50
阅读次数:
187
A. Omkar and Completion time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output You have been ble ...
分类:
其他好文 时间:
2020-07-12 12:39:13
阅读次数:
72
1. 拉取代码后新建一个分支,把标准代码上传上去。再拉取该分支的标准代码进行定制,定制前首先需要修改相应 pom 文件的版本号【重点】,否则会覆盖其他仓库里的代码。一般是在版本号后面加上定制单号:主流版本_单号 修改定制模块的版本号,大模块版本号: 小模块版本号:以 pers 为例,需要修改 per ...
分类:
其他好文 时间:
2020-07-07 17:26:32
阅读次数:
68
We have a wooden plank of the length n units. Some ants are walking on the plank, each ant moves with speed 1 unit per second. Some of the ants move t ...
分类:
其他好文 时间:
2020-07-07 10:21:05
阅读次数:
78
Apache概述 ''' Apache HTTPD Server 简称 Apache,是 Apache 软件基金会的一个开源的网页服务器, 可以在大多数计算机操作系统中运行,由于其多平台和安全性被广泛使用, 是最流行的 Web 服务器端软件之一。它快速、可靠并且可通过简单的 API 扩展,将 Per ...
分类:
Web程序 时间:
2020-07-05 19:25:06
阅读次数:
72
We have a wooden plank of the length n units. Some ants are walking on the plank, each ant moves with speed 1 unit per second. Some of the ants move t ...
分类:
其他好文 时间:
2020-07-05 13:12:51
阅读次数:
66
一、媒体方 媒体流量变现: 媒体可以在其网站页面加入广告位, 媒体可以以原生方式混入付费内容。 媒体还可以直接收费或者内置订阅或付费等。 RPM:即时的单位流量变现能力,针对媒体方来说的概念,CPM是针对广告主来说的概念。 RPM (Revenue Per Mile): 千次展示收入,一个页面上如果 ...
分类:
其他好文 时间:
2020-07-04 20:35:17
阅读次数:
85
流量,一般指的是bai每秒钟du流经某设备的数据的多少。也就是Byte/Second( 字节每秒)。 比方zhi说1M,这个概念dao的单位叫BPS(Bit Per Second)比特每秒。而事实上经常用另外一个词来代替描述,也就是带宽。 而带宽和流量的换算关系是: 1 Byte = 8 Bit,所 ...
分类:
其他好文 时间:
2020-07-03 17:32:33
阅读次数:
193
字 word字节 byte位 bit,来自英文bit,音译为“比特”,表示二进制位。字长是指字的长度 1字=2字节(1 word = 2 byte)1字节=8位(1 byte = 8bit) 一个字的字长为16一个字节的字长是8 bps 是 bits per second 的简称。一般数据机及网络通 ...
分类:
其他好文 时间:
2020-07-02 13:10:28
阅读次数:
70