上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 31 下一页
摘要: yum install lm_sensors -ysensors-detect 全选择yes sensors 实时查看CPU温度 watch sensors 阅读全文
posted @ 2020-10-22 16:15 小油2018 阅读(375) 评论(0) 推荐(0)
摘要: 修改系统参数 sysctl -w vm.max_map_count=262144 或者 vi /etc/sysctl.conf 添加 :vm.max_map_count=262144 sysctl -p 后重启es 此参数是elasticsearch需要修改的值,如果不修改,在生产模式下elasti 阅读全文
posted @ 2020-09-30 15:50 小油2018 阅读(1771) 评论(0) 推荐(0)
摘要: --sp_spaceused的使用查询表跟数据库已使用空间 --查数据库已使用空间 USE testDB EXEC sys.sp_spaceused --@objname = N'dbo.SystemPara' -- nvarchar(776) --查表已使用空间 USE testDB EXEC s 阅读全文
posted @ 2020-09-24 11:43 小油2018 阅读(182) 评论(0) 推荐(0)
摘要: start /d "文件路径" 执行文件 使用步骤: 1、新建txt文件 2、编辑内容,示例如下: start /d "D:\softwares\QQ\Bin" QQScLauncher.exe start /d "D:\softwares\wechat" WeChat.exe 3、将文件的后缀名改 阅读全文
posted @ 2020-09-17 17:27 小油2018 阅读(469) 评论(0) 推荐(0)
摘要: 下载kafka-manager-2.0.0.0.zip 高版本的kafka-manage无法兼容,需要zookeeper版本3.5.x 会报错 Yikes! KeeperErrorCode = Unimplemented for /kafka-manager/mutex Try again. 下载解 阅读全文
posted @ 2020-09-09 11:34 小油2018 阅读(492) 评论(0) 推荐(0)
摘要: 修改yum源,发生 failure: repodata/repomd.xml from epel: [Errno 256] No more mirrors to try. http://mirrors.aliyun.com/epel/5/x86_64/repodata/repomd.xml: [Er 阅读全文
posted @ 2020-09-03 17:50 小油2018 阅读(3651) 评论(0) 推荐(0)
摘要: 1.点击开始-运行,输入cmd打开命令行界面,输入命令netstat -nao|findstr "XXXX"(注:XXXX是想要查看的端口号,以25340端口为例)就会输出包含25340端口使用的情况,具体对应的行是 协议 本地地址 外部地址 状态 PID 可以查到服务的PID是8060,然后根据P 阅读全文
posted @ 2020-08-18 11:56 小油2018 阅读(2375) 评论(0) 推荐(1)
摘要: 在发布库上给 C:\Program Files\Microsoft SQL Server\120\COM 中 设置everyone所有 权限 阅读全文
posted @ 2020-08-15 12:46 小油2018 阅读(743) 评论(0) 推荐(0)
摘要: 环境:CentOS7.2 容器:Docker version 1.13.1 镜像:atlassian/confluence-server 辅助:Mysql 5.7 一.安装并配置Mysql 1.搜索mysql镜像 [root@localhost ~]# docker search mysql 2.拉 阅读全文
posted @ 2020-08-13 19:54 小油2018 阅读(3460) 评论(0) 推荐(0)
摘要: --环境信息: namenodemaster.hadoop 公网:122.225.77.45 内网:192.168.1.45 yarnserver.hadoop 公网:122.225.77.46 内网:192.168.1.46 slave001.hadoop 公网:122.225.77.47 内网: 阅读全文
posted @ 2020-08-13 16:00 小油2018 阅读(1312) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 31 下一页