Virtual memory and Pagefile 32位的Windows 参考https://support.microsoft.com/en-us/help/2160852/ram-virtual-memory-pagefile-and-memory-management-in-window ...
分类:
其他好文 时间:
2020-06-20 16:46:08
阅读次数:
46
html: <div class="hot-purchase"> <div class="title">热门团购</div> <dl class="item on"> <dt> <a href="" class="text-area">[text]</a> <a href="" class="tex ...
分类:
Web程序 时间:
2020-06-20 14:15:09
阅读次数:
72
协调节点默认使用文档 ID 参与计算(也支持通过 routing),以便为路由提供合适的分片。 shard = hash(document_id) % (num_of_primary_shards) 1、当分片所在的节点接收到来自协调节点的请求后,会将请求写入到 Memory Buffer,然后定时 ...
分类:
其他好文 时间:
2020-06-20 11:24:13
阅读次数:
115
CPU:top top -H -p PIDprintf %x PPIDjstack pid | grep UPID vmstat 1procs memory swap-- io -system-- cpu r b swpd free buff cache si so bi bo in cs us s ...
分类:
其他好文 时间:
2020-06-20 10:36:52
阅读次数:
63
1、清除浮动的原因 (1)不清除浮动的情况: 由于父级的子元素不方便给高度(不给高度的时候父盒子的大小由里面包含的子盒子来决定),但是,子元素为浮动的又不占有位置,导致父级的盒子高度为0的时候就会影响下面的标准流的盒子。 <!DOCTYPE html> <html> <head> <meta cha ...
分类:
Web程序 时间:
2020-06-20 01:25:36
阅读次数:
78
使用定时任务 crontab -e # 每周清理一次镜像 0 0 * * 0 docker system prune -af docker image 和 docker container 子命令也支持 prune docker image prune -af docker container pr ...
分类:
Web程序 时间:
2020-06-20 01:14:10
阅读次数:
125
OSPF简介igp协议LSDB链路状态数据库类似于中国地图area区域核心区域area0类似于中国的北京非核心区域area1或者area2等等类似于非北京区域OSPF原理
分类:
其他好文 时间:
2020-06-20 01:09:28
阅读次数:
70
<style> * { margin: 0px; padding: 0px; list-style: none; } .page { height: 40px; overflow: hidden; margin-top: 10px; } .page .page-content { height: 4 ...
分类:
Web程序 时间:
2020-06-19 20:45:25
阅读次数:
57
https://blog.csdn.net/u012102306/article/details/51637366 /bin/spark-submit \ --master yarn-cluster \ --num-executors 100 \ --executor-memory 6G \ --e ...
分类:
其他好文 时间:
2020-06-19 12:03:23
阅读次数:
58
1.首先注册github账号,登录,创建新仓库 ,点击+,点击new repository 2.得到如下页面,填写仓库名,自己随便写一个名字,下面的描述可写可不写,点击Initialize this repository with a README,然后创建: 3.下载git shell,网上给了很 ...
分类:
Web程序 时间:
2020-06-18 19:25:47
阅读次数:
64