码迷,mamicode.com
首页 >  
搜索关键字:vmstat top iostat mpstat    ( 21737个结果
BootstrapTable表格点击字段排序
<table id="group-table" data-toggle="table" class="table table-striped table-hover" style="border: 1px solid #e4eaec; margin-top: 10px;"></table> //获取 ...
分类:编程语言   时间:2021-01-01 12:09:27    阅读次数:0
BooleanQuery与TermInSetQuery分析
booleanQuery:"must" : [ { "term" : { "like" : "cooking" } }, { "term" : { "property" : "bike" } } ]termInsetQuery:{ "terms": {"like": [ "cooking", "fi ...
分类:其他好文   时间:2021-01-01 11:54:07    阅读次数:0
ElasticSearch-javaAPI-索引与文档操作
1.引入elasticsearch与json依赖 <dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>elasticsearch-rest-high-level-client</artifactId> <versi ...
分类:编程语言   时间:2020-12-31 12:57:55    阅读次数:0
84. 柱状图中最大的矩形
题目 给定 \(n\) 个非负整数,用来表示柱状图中各个柱子的高度。每个柱子彼此相邻,且宽度为 \(1\) 。求在该柱状图中,能够勾勒出来的矩形的最大面积。 以上是柱状图的示例,其中每个柱子的宽度为 1,给定的高度为 [2,1,5,6,2,3]。 图中阴影部分为所能勾勒出的最大矩形面积,其面积为 1 ...
分类:其他好文   时间:2020-12-31 12:14:54    阅读次数:0
C# 对象、文件与byte数组之间的转换
1.使用Marshal类的StructureToPtr与PtrToStructure函数对object与byte数组进行转换 命名空间:System.Runtime.InteropServices /// <summary> /// 将对象转换为byte数组 /// </summary> /// < ...
分类:编程语言   时间:2020-12-30 10:46:02    阅读次数:0
window.parent、window.top、window.self
在应用有frameset或者iframe的页面时,parent是父窗口,top是最顶级父窗口(有的窗口中套了好几层frameset或者iframe),self是当前窗口。 1.window.parent 功能:返回父窗口。 语法:window.parent 示例: 比如我们在使用A页面上使用了一个弹 ...
分类:Windows程序   时间:2020-12-29 12:05:51    阅读次数:0
maven~为MANIFEST.MF文件添加内容
MANIFEST.MF 打开Java的JAR文件我们经常可以看到文件中包含着一个META-INF目录, 这个目录下会有一些文件,其中必有一个MANIFEST.MF,这个文件描述了该Jar文件的很多信息,下面将详细介绍MANIFEST.MF文件的内容。 公共内容 Manifest-Version 用来 ...
分类:其他好文   时间:2020-12-29 12:00:08    阅读次数:0
提示框简单封装
jQuery封装 css .myToast,.myToast{ position: fixed; top:50%; left:50%; z-index: 1000; color:#fff; text-align: center; border-radius: 0.2rem;; transform:t ...
分类:其他好文   时间:2020-12-29 11:23:54    阅读次数:0
iostat和iotop
一、iostat # iostat Linux 3.10.0-957.el7.x86_64 (localhost.localdomain) 2020年10月10日 _x86_64_ (3 CPU) avg-cpu: %user %nice %system %iowait %steal %idle 0 ...
分类:移动开发   时间:2020-12-29 10:58:43    阅读次数:0
简单Dos指令
ipconfig 查看ip calc 打开计算器 mspaint 打开画图工具 ping ip or 网址 例如: ping 192.168.1.82 ping www.baidu.com cd desktop 进入桌面 md test 创建test文件夹 rd test 删除文件夹 cd>a.tx ...
分类:其他好文   时间:2020-12-28 11:10:09    阅读次数:0
21737条   上一页 1 ... 25 26 27 28 29 ... 2174 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!