一. 部署架构图 二. 安装环境及版本信息 操作系统:centos7 zabbix版本: 4.4 mysql: 5.7.28 三.zabbix server安装(192.168.182.132) rpm -Uvh https://repo.zabbix.com/zabbix/4.4/rhel/7/x ...
分类:
其他好文 时间:
2019-12-08 14:03:45
阅读次数:
467
https://www.dell.com/support/article/uk/en/ukbsdt1/how16671/how-to-deploy-oracle-12c-release-2-grid-and-rac-database-on-rhel-7-x?lang=zh ...
分类:
数据库 时间:
2019-12-08 01:19:07
阅读次数:
88
问题说明: springboot继承 WebSocketConfigurer实现websocket通信服务,服务器端报错,“The decoded text message was too big for the output buffer and the endpoint does not sup ...
分类:
Web程序 时间:
2019-12-07 21:42:18
阅读次数:
420
阅读目录: 一、跨域(CORS)支持: 二、使用方法: 1、controller配置CORS 2、全局CORS配置 3、XML命名空间 4、How does it work? 5、基于过滤器的CORS支持 三、spring注解@CrossOrigin不起作用的原因 四、参考文章: 阅读正文: 原文链 ...
分类:
其他好文 时间:
2019-12-06 23:36:01
阅读次数:
113
MicrosoftInternetExplorer402DocumentNotSpecified7.8 磅Normal0 Nginx + Lua + Cookie 控制灰度发布 一、下载安装 1、安装 OpenResty下载页、 openresty-1.15.8.2.tar.gz包(点击下载)、包版 ...
分类:
其他好文 时间:
2019-12-06 19:55:28
阅读次数:
159
读取excel:Pandas库read_excel()参数详解 pandas.read_excel(io,sheet_name = 0,header = 0,names = None,index_col = None,usecols = None,squeeze = False,dtype = No ...
分类:
其他好文 时间:
2019-12-06 15:11:37
阅读次数:
116
设计模式学习08:享元模式 参考资料 https://www.jianshu.com/p/a2aa75939766 https://www.cnblogs.com/adamjwh/p/9070107.html 简介 Use sharing to support large numbers of fi ...
分类:
其他好文 时间:
2019-12-06 09:27:36
阅读次数:
85
去年 kaggle 比赛的代码时 https://www.kaggle.com/artgor/quick-and-dirty-regression ,出现如下报错,全网都找不到答案。 特此记下。 LightGBMError: Do not support special JSON character ...
分类:
Web程序 时间:
2019-12-05 22:12:26
阅读次数:
976
一、问题来源 二、解决方案 在生成jar的build.gradle中的andorid节点里添加如下配置: ...
分类:
其他好文 时间:
2019-12-05 13:16:19
阅读次数:
376
PageObject 类 import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import org.openqa ...
分类:
其他好文 时间:
2019-12-05 01:16:32
阅读次数:
85