一. 部署架构图 二. 安装环境及版本信息 操作系统: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
MicrosoftInternetExplorer402DocumentNotSpecified7.8 磅Normal0 Nginx + Lua + Cookie 控制灰度发布 一、下载安装 1、安装 OpenResty下载页、 openresty-1.15.8.2.tar.gz包(点击下载)、包版 ...
分类:
其他好文 时间:
2019-12-06 19:55:28
阅读次数:
159
一、概念java加载class文件分两种情况:(1)类型是编译器已知的,这种文件的.class文件在编译的时候,编译器会把.class文件打开(不加载)检查,称为Run- Time Type Identification 运行时类型识别(2)从其它地方获取引用,然后动态的把这个未知类型的引用的对象的 ...
分类:
编程语言 时间:
2019-12-06 19:20:06
阅读次数:
93
读取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
@Transactional注解可以作用于接口、接口方法、类以及类方法上 1. 当作用于类上时,该类的所有 public 方法将都具有该类型的事务属性 2. 当作用在方法级别时会覆盖类级别的定义 3. 当作用在接口和接口方法时则只有在使用基于接口的代理时它才会生效,也就是JDK动态代理,而不是Cgl ...
分类:
其他好文 时间:
2019-12-06 11:44:32
阅读次数:
127
设计模式学习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
windows下使用vscode配合xebug调试php脚本 要下载有php_xebug.dll扩展的版本,最新版可能没有这个扩展,php7.3应该是有的,php7.3.4好像没有默认是不加载这个扩展的,需要在php.ini中加载上这个扩展,一定得注意是zend_extensionzend_exte ...
一、问题来源 二、解决方案 在生成jar的build.gradle中的andorid节点里添加如下配置: ...
分类:
其他好文 时间:
2019-12-05 13:16:19
阅读次数:
376