准备编译环境 yum -y install gcc gcc-c++ make autoconf bzip2 bzip2-devel libpng libpng-devel freetype-devel gmp-devel readline-devel curl-devel libxml2-devel ...
分类:
Web程序 时间:
2021-01-02 11:27:46
阅读次数:
0
1. 备份 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 2. 下载新的 CentOS-Base.repo 到 /etc/yum.repos.d/ CentOS 6 wget -O /etc ...
分类:
其他好文 时间:
2021-01-01 12:02:48
阅读次数:
0
SDRAM(Synchronous Dynamic Random Access Memory)即同步动态随机存储器,其中的同步是指时钟信号频率与CPU保持同步,由于在进行SDRAM操作时要不断进行刷新以保证数据不会丢失,所以又叫做动态存储器。 SDRAM内部存储电路原理是利用了电容能够保持电荷的能力 ...
分类:
其他好文 时间:
2020-12-31 12:07:25
阅读次数:
0
从metaspace系列-metaspace初识中我们知道metaspace这个类定义了几个属性,这几个属性其实是三对,因为metaspace里面包含了两类数据,分别是类相关的元数据和非类相关的元数据,从下图截取src/share/vm/memory/metaspace.hpp的源码图可以看出来元数 ...
分类:
Web程序 时间:
2020-12-30 11:32:38
阅读次数:
0
version: '3.3' # starts 4 docker containers running minio server instances. # using nginx reverse proxy, load balancing, you can access # it through p ...
分类:
其他好文 时间:
2020-12-30 11:23:53
阅读次数:
0
原文链接:https://www.logicbig.com/tutorials/core-java-tutorial/java-multi-threading/happens-before.html Happens-before relationship is a guarantee that ac ...
分类:
移动开发 时间:
2020-12-30 10:54:01
阅读次数:
0
判断是否为空 console.log(this.validatenull(obj1)) 对象深拷贝 var obj1 = { name:'张三' } var obj2 = this.deepClone(obj1); 下拉项为字典 { label: "类型", prop: "type", rules: ...
分类:
其他好文 时间:
2020-12-30 10:39:18
阅读次数:
0
curl is a a command line tool that allows to transfer data across the network. It supports lots of protocols out of the box, including HTTP, HTTPS, FT ...
分类:
Web程序 时间:
2020-12-29 11:24:49
阅读次数:
0
背景 操作系统是 centos 6,RabbitMQ 3.8.1. 服务器突然无法连接,重启后查看/var/log/messages,报错日志如下: epmd: erlang mapper daemon cant fork 2'nd time Cannot allocate memory epmd: ...
分类:
系统相关 时间:
2020-12-29 11:23:04
阅读次数:
0
SQL Server 2008语句大全完整版 设置内存选项 --设置 min server memory 配置项 EXEC sp_configure N'min server memory (MB)',0 --设置 max server memory 配置项 EXEC sp_configure N' ...
分类:
数据库 时间:
2020-12-25 11:57:49
阅读次数:
0