1.安装 Zabbix 的 yum 仓库 在所有机器上安装zabbix的yum仓库文件: 2.安装配置MariaDB数据库并启动 数据库可以装在和 Zabbix Server 同一台机器上(zabbix.yulongjun.com),也可以装在不同的机器上,这里直接装在同一台机器上了: 在 Zabb ...
分类:
其他好文 时间:
2019-11-26 22:44:56
阅读次数:
100
将双引号误写成单引号,会出现这个错误。 1 package dftpkg; 2 3 public class Test { 4 5 public static void main(String[] args) { 6 // TODO Auto-generated method stub 7 Syst ...
分类:
编程语言 时间:
2019-11-26 22:43:34
阅读次数:
176
mysql JDBC URL格式如下: jdbc:mysql://[host:port],[host:port].../[database][?参数名1][=参数值1][&参数名2][=参数值2]... 常用的几个较为重要的参数: 参数名称 参数说明 缺省值 最低版本要求 user 数据库用户名(用 ...
分类:
数据库 时间:
2019-11-26 21:15:49
阅读次数:
460
C. Messy You are fed up with your messy room, so you decided to clean it up. Your room is a bracket sequence s=s1s2…sn of length n. Each character of ...
分类:
其他好文 时间:
2019-11-25 00:22:55
阅读次数:
96
文字中嵌套的图片向上突出,与文字的高度不一致。 调整方法: 选中图片,找到Font字体设置,选中位置下拉框,选择适当项。 Figure 1. The Character Spacing tab of the Font dialog box. ...
分类:
其他好文 时间:
2019-11-24 17:48:43
阅读次数:
136
Character Encoding - Apache Tomcat - Apache Software Foundation https://cwiki.apache.org/confluence/display/TOMCAT/Character+Encoding Making Tomcat UT ...
分类:
Web程序 时间:
2019-11-23 18:17:50
阅读次数:
109
sqlserver中将查询结果拼接成字符串 #for xml path(param)--将查询结果以xml格式输出 1 select id,name from table1 for xml path 2 --id和name为table1的真实字段 - path后面没有参数时,每行数据被默认<row> ...
分类:
数据库 时间:
2019-11-23 09:48:01
阅读次数:
105
Your friend is typing his into a keyboard. Sometimes, when typing a character , the key might get long pressed , and the character will be typed 1 or ...
分类:
其他好文 时间:
2019-11-23 09:28:27
阅读次数:
66
内网服务器离线编译安装mysql5.7并调优 [TOC] 前言 ? 根据安全性和保密性的要求,内网服务器是不能访问网络的,所以只能离线安装软件,安装MySQL的依赖包需要配置yum源,由于服务器架构的不同,考虑到兼容性,可定制性,以及为了提高MySQL运行性能,编译安装MySQL是最合适的方法。 关 ...
分类:
数据库 时间:
2019-11-22 19:39:23
阅读次数:
121
1.设置5.7版本的字符集为utf8 [client] default-character-set=utf8 [mysql] default-character-set=utf8 [mysqld] init_connect='SET collation_connection = utf8_unico ...
分类:
数据库 时间:
2019-11-21 14:20:59
阅读次数:
318