lenmom

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 43 下一页

2019年1月25日 #

摘要: 实验环境 CentOS Linux release 7.3.1611 (Core) 3.10.0-514.6.1.el7.x86_64 1. 概念介绍 linux系统中通常使用free命令来查看内存使用情况,free命令主要是从/proc/meminfo文件中读取的内存数据然后进行简单处理进行展示, 阅读全文
posted @ 2019-01-25 11:21 老董 阅读(681) 评论(0) 推荐(0)

摘要: https://www.cnblogs.com/ityouknow/category/914493.html https://www.cnblogs.com/ityouknow/category/994104.html 阅读全文
posted @ 2019-01-25 10:06 老董 阅读(141) 评论(0) 推荐(0)

2019年1月22日 #

摘要: 1. 环境准备 JDK1.8 ZooKeeper集群(参见本人博文) Scala2.12(如果需要做scala开发的话,安装方法参见本人博文) 本次安装的kafka和zookeeper集群在同一套物理机器上, 192.168.1.101 192.168.1.102 192.168.1.103 2. 阅读全文
posted @ 2019-01-22 12:04 老董 阅读(348) 评论(0) 推荐(0)

2019年1月21日 #

摘要: 场景: 阅读全文
posted @ 2019-01-21 23:21 老董 阅读(1077) 评论(0) 推荐(0)

摘要: // free the contents of the list; erase the list inline void ListDelete (list *pList) { if (pList) { list ::iterator iNext; for (iNext = pList->begin (); iNext != pList->en... 阅读全文
posted @ 2019-01-21 23:20 老董 阅读(371) 评论(0) 推荐(0)

摘要: The make install target dir is representationed by var : DESTDIR, if we set this var to the location which we want to installed to, then we can have t 阅读全文
posted @ 2019-01-21 23:20 老董 阅读(32923) 评论(0) 推荐(1)

摘要: 1 更新系统 2. 安装Python3依赖项 3. 下载python3.7 4. 编译Python3.7 5. 在系统目录下添加软连接或者添加环境变量 阅读全文
posted @ 2019-01-21 23:18 老董 阅读(212) 评论(0) 推荐(0)

摘要: https://blog.csdn.net/q282176713/article/details/81112988 阅读全文
posted @ 2019-01-21 23:16 老董 阅读(127) 评论(0) 推荐(0)

摘要: 1. 下载scala 到scala官网下载scala https://www.scala-lang.org/download/,目前最新版本是2.12.8 2. 配置环境变量 在文件末尾添加以下内容 :wq保存退出 3. 使环境变量生效 4. 控制台输入scala -version 正常返回版本信息 阅读全文
posted @ 2019-01-21 22:36 老董 阅读(389) 评论(0) 推荐(0)

摘要: 1. 查看磁盘占用情况 发现/boot确实占用率很高。 2. uname -a (查看当前使用的内核版本) 3.查看已安装的内核版本 能看到已经安装的版本,其中带image的一般就是旧版本,其中 a)deinstall代表是已经删除的旧版本b) install是还没有删除的旧版本内核​​ 4. 删除 阅读全文
posted @ 2019-01-21 21:32 老董 阅读(6242) 评论(0) 推荐(0)

上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 43 下一页