其他
现在虚拟机一般使用的内存回收策略就是分代收集,就是判断对象的年龄并加以内存分配。但是有时候新生代对象存活率较高,导致有大对象分配时内存不足,虚拟机也会采用担保机制是大对象进入老年代。 ...
分类:其他 时间:2019-12-20 13:28:59 收藏:0 阅读:159
周末被领导叫回来加班,说要做一个易企秀一样的页面,然后就有这篇笔记 原计划用几百个计时器去执行,后面放弃了,太难改了,还是选择了 插件,这是一个纯css的插件,只需要引入css就行了 "插件官网" "官网的下拉框不好复制我又找到了一篇网友的文章" 先分析需要什么功能 确定要几个页面,页面不能滚动 页 ...
分类:其他 时间:2019-12-20 13:28:39 收藏:0 阅读:97
Docker网络配置 Docker网络模式介绍 Docker在创建容器时有四种网络模式:bridge/host/container/none,bridge为默认不需要用--net去指定,其他三种模式需要在创建容器时使用--net去指定 1.bridge模式(默认模式) docker run时使用-- ...
分类:其他 时间:2019-12-20 13:28:04 收藏:0 阅读:116
1、首先准备3台机器 ansible机器:192.168.52.34 目标主机:192.168.52.35 目标主机:192.168.52.36 2、关闭防火墙 [root@localhost ~]# systemctl stop firewalld [root@localhost ~]# sete ...
分类:其他 时间:2019-12-20 13:27:28 收藏:0 阅读:160
都是一些最基本的信息 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 #!/bin/bash ##系统信息 #系统类型 OS_TYPE=`uname` #系统版本 OS_VER=`cat /etc/redhat-relea ...
分类:其他 时间:2019-12-20 13:26:52 收藏:0 阅读:79
1、索引建立 2、查看索引 3、删除索引命令 ...
分类:其他 时间:2019-12-20 13:26:35 收藏:0 阅读:80
https://www.intelligenteconomist.com/theory-of-storage/ The Theory of Storage describes features observed in commodity markets. Here are some basic te ...
分类:其他 时间:2019-12-20 13:25:06 收藏:0 阅读:91
雕爷学编程,Arduino动手做,开源硬件,创客传感器,GY-291三轴重力加速度模块 ...
分类:其他 时间:2019-12-20 13:24:40 收藏:0 阅读:173
export const local = { set(key, value) { localStorage.setItem(key, JSON.stringify(value)); }, get(key) { return JSON.parse(localStorage.getItem(key)); ...
分类:其他 时间:2019-12-20 13:24:24 收藏:0 阅读:81
问题现象 git checkout 远程分支时 出校报错,报错信息为error: pathspec 'origin/release_**' did not match any file(s) known to git 并且使用git fetch 拉取所有分支的更新命令出现以下报错 remote: H ...
分类:其他 时间:2019-12-20 13:23:52 收藏:0 阅读:95
1251102511125112166744
上一页1667435下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!