前言 部署CentOS7的时候分配的动态扩充虚拟磁盘,共1T大小,在安装Centos时默认分区,系统仅给/分配50G,而大量空间都挂载到/home下,最近CentOS7使用中发现空间已不足够,所以就想如何将/home下的空间重新分配扩容到/下。 配置过程 查看分区大小 df -h 或者lsblk [ ...
分类:
其他好文 时间:
2021-05-24 06:24:49
阅读次数:
0
比特币BTC源码 :https://github.com/bitcoin 以太坊ETH源码 :https://github.com/ethereum 以太经典ETC源码 :https://github.com/ethereumproject 小蚁NEO源码 :https://github.com/n ...
分类:
其他好文 时间:
2021-05-24 05:53:26
阅读次数:
0
安装 ./configure --enable-threads=no && make sudo make install ...
分类:
其他好文 时间:
2021-05-24 05:41:55
阅读次数:
0
plot 绘图 import pandas as pd excel_name = '5.1-5.9数据.xlsx' df = pd.read_excel(excel_name, index_col=2, parse_dates=True) # 以第二行为索引 ax = df.plot() fig = ...
分类:
其他好文 时间:
2021-05-24 05:19:05
阅读次数:
0
一段有问题的代码,大概20%的概率,bStartSend的值的改变没有被检查到 //线程一直循环,等待消息 while (true) { if (bStartSend) { LogInfo("bStartSend=true"); StartMotor(ref ErrMsg, ref recvMsg, ...
分类:
编程语言 时间:
2021-05-24 04:57:32
阅读次数:
0
关于fatal error C1189: #error : WINDOWS.H already included. MFC apps must not #include guitao_w 2010-03-18 21:55:00 3791 收藏分类专栏: C/C++ 文章标签: mfc c版权程序出现 ...
分类:
移动开发 时间:
2021-05-24 04:35:30
阅读次数:
0
Git 和 HTTPS git clone https://xxx.daFei 会返回 SSL certificate problem: unable to get local issuer certificate,这时候需要把HTTPS关闭一下 git config --global http.s ...
分类:
Web程序 时间:
2021-05-24 04:28:43
阅读次数:
0
1 package com.bjsxt; 2 3 import jdk.jfr.events.SocketReadEvent; 4 5 import java.io.BufferedReader; 6 import java.io.IOException; 7 import java.io.Inpu ...
分类:
其他好文 时间:
2021-05-24 04:26:43
阅读次数:
0
## nginx的日志```SHELL #log_format main '$remote_addr - $remote_user [$time_local] "$request" ' # '$status $body_bytes_sent "$http_referer" ' # '"$http_u ...
分类:
系统相关 时间:
2021-05-24 04:12:29
阅读次数:
0
1.Spark SQL出现的 原因是什么? 随着Spark的发展,对于野心勃勃的Spark团队来说,Shark对于Hive的太多依赖(如采用Hive的语法解析器、查询优化器等等),制约了Spark的One Stack Rule Them All的既定方针,制约了Spark各个组件的相互集成,所以提出 ...
分类:
数据库 时间:
2021-05-24 03:53:49
阅读次数:
0