上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 30 下一页
摘要: 解决方法: 1、打开IIS,在功能视图中找到“错误页”,双击进去。 2、看最右边的“操作”下的“编辑功能设置...”,将“错误响应”下的“详细错误”勾上。 不过记得,当网站发布以后,切记要改回来! 阅读全文
posted @ 2020-10-26 19:41 小油2018 阅读(618) 评论(0) 推荐(0) 编辑
摘要: master: 192.168.1.51 slave01: 192.168.1.47 slave02: 192.168.1.48 manager: 192.168.1.23 VIP 192.168.1.80 1、关闭防火墙、selinux 2、配置服务器相互密钥登陆(远程端口10022) 3、三台服 阅读全文
posted @ 2020-10-23 15:58 小油2018 阅读(227) 评论(0) 推荐(0) 编辑
摘要: yum install lm_sensors -ysensors-detect 全选择yes sensors 实时查看CPU温度 watch sensors 阅读全文
posted @ 2020-10-22 16:15 小油2018 阅读(360) 评论(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 阅读(1623) 评论(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 阅读(171) 评论(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 阅读(458) 评论(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 阅读(479) 评论(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 阅读(3422) 评论(0) 推荐(0) 编辑
摘要: 1.点击开始-运行,输入cmd打开命令行界面,输入命令netstat -nao|findstr "XXXX"(注:XXXX是想要查看的端口号,以25340端口为例)就会输出包含25340端口使用的情况,具体对应的行是 协议 本地地址 外部地址 状态 PID 可以查到服务的PID是8060,然后根据P 阅读全文
posted @ 2020-08-18 11:56 小油2018 阅读(2341) 评论(0) 推荐(1) 编辑
摘要: 在发布库上给 C:\Program Files\Microsoft SQL Server\120\COM 中 设置everyone所有 权限 阅读全文
posted @ 2020-08-15 12:46 小油2018 阅读(688) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 30 下一页