Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 3383 Accepted Submission(s): 1169 Problem Descri... ...
分类:
其他好文 时间:
2020-05-25 15:47:49
阅读次数:
51
题面 Time limit per test: 2 seconds Memory limit per test: 256 megabytes Description Consider all binary strings of length m ( 1≤m≤60 ). A binary string ...
分类:
其他好文 时间:
2020-05-25 12:26:07
阅读次数:
95
前言: 通常情况下,jmeter是无法查看服务器的一些性能指标的,执行性能测试,服务器的性能指标是我们需要关系的对象。现在jmeter提供了一个性能监控的插件,通过这个插件,我们可以查看服务器的一些性能指标,如: cpu memory swap disks network tcp tail exec ...
分类:
其他好文 时间:
2020-05-24 16:51:06
阅读次数:
353
贝叶斯滤波三大概率 先验概率 似然概率 后验概率 离散情况下的贝叶斯滤波 全概率公式:$P(T_m=10.3)=P(T_m=10.3|T=10)P(T=10)+P(T_m=10.3|T=11)P(T=11)$ 其中$P(T_m=10.3|T=10)$是似然概率(代表传感器精度),$P(T=10)$是 ...
分类:
编程语言 时间:
2020-05-24 12:03:59
阅读次数:
123
索引的分类 B Tree索引 B Tree 索引适合全键值、键值范围、键前缀查找(只适用于根据最左前缀的查找)。 全值匹配 匹配最左前缀 匹配列前缀 匹配范围值 精准匹配某一列并范围匹配另外一列 只访问索引的查询 B Tree索引的限制 若不是按照索引的最左列开始查找,则无法使用索引。 不能跳过索引 ...
分类:
数据库 时间:
2020-05-24 11:42:35
阅读次数:
78
做一个项目的时候,使用Python的Pymsql操作数据库,然后报错:Out of sort memory, consider increasing server sort buffer size 百度查了很多文章,都是同一篇文章,浪费好长时间,然后我自己结合各方说法,总结一下我的解决方法 1. 用 ...
分类:
数据库 时间:
2020-05-24 11:29:30
阅读次数:
229
原文链接:https://michaelscodingspot.com/ways-to-cause-memory-leaks-in-dotnet/ 翻译链接:https://www.cnblogs.com/murongxiaopifu/p/12894385.html 任何有经验的.NET开发人员都知... ...
分类:
Web程序 时间:
2020-05-24 09:27:57
阅读次数:
50
docker 下部署zabbix 图表时间显示错误
分类:
其他好文 时间:
2020-05-23 10:01:15
阅读次数:
158
pages 16k malloc出来的是clean的 写过之后变成dirty memory mapped files readonly的file是clean的 dirty--memory written by my app ie,malloc, array,string,decoded image ...
分类:
其他好文 时间:
2020-05-22 16:48:20
阅读次数:
66
Total number of allocations 476778 进程创建到现在一共创建了多少对象 Total bytes allocated 52MB 进程创建到现在一共申请了多少内存 Total bytes freed 52MB 进程创建到现在一共释放了多少内存 Free memory 77 ...
分类:
其他好文 时间:
2020-05-22 13:19:00
阅读次数:
139