视图解析器 在spring-mvc文件中编写 <!--配置视图解析器--> <bean class="org.springframework.web.servlet.view.InternalResourceViewResolver"> <property name="prefix" value=" ...
分类:
其他好文 时间:
2019-11-12 01:14:46
阅读次数:
154
一、添加maven配置 <properties> <docker.image.prefix>ms4t</docker.image.prefix> </properties> <build> <finalName>eureka</finalName> <plugins> <plugin> <group ...
分类:
编程语言 时间:
2019-11-11 23:10:09
阅读次数:
138
请先还原到“zabbix监控及邮件报警”的快照https://blog.51cto.com/14320361/2448847监控tomcatzabbix_java_gateway:在zabbix2.0之后引入的一个功能。顾名思义:Java网关,类似agentd,但是只用于Java方面。需要特别注意的是,它只能主动去获取数据,而不能被动获取数据。它的数据最终会提交到server或者proxy。如果需
分类:
其他好文 时间:
2019-11-11 19:54:44
阅读次数:
134
Write a function to find the longest common prefix string amongst an array of strings. If there is no common prefix, return an empty string "". Exampl ...
分类:
其他好文 时间:
2019-11-11 09:49:00
阅读次数:
68
1、SpringBootApplication SpringBootApplication注解包含了ComponentScan、SpringBootConfiguration两个注解,因为包含了ComponentScan,所以会自动扫描路径中的配置类,因为包含了SpringBootConfigura ...
分类:
编程语言 时间:
2019-11-10 22:54:32
阅读次数:
151
zookeeper做为配置中心如何设置,如何存储数据解析
分类:
其他好文 时间:
2019-11-10 21:20:22
阅读次数:
114
下载源码包 (https://www.python.org/downloads/release/python-352/) 2 解压Python-3.5.2.tar.xz 3 sudo ./configure --prefix=/usr/local/python3.5.2 (/usr/local/py ...
分类:
编程语言 时间:
2019-11-10 17:42:22
阅读次数:
104
视图解析器 在spring-mvc文件中编写 <!--配置视图解析器--> <bean class="org.springframework.web.servlet.view.InternalResourceViewResolver"> <property name="prefix" value=" ...
分类:
Web程序 时间:
2019-11-10 13:24:37
阅读次数:
96
前言 本文基于前两篇文章eureka server、eureka client、eureka ribbon和eureka feign的实现。 参考 "eureka server" "eureka client" "eureka ribbon" "eureka feign" 概念 Spring Clo ...
分类:
编程语言 时间:
2019-11-09 22:11:26
阅读次数:
96
PREFIX=$HOME/usr/local # yumdownloader --source bzip2-devel rpm2cpio bzip2-1.0.6-13.el7.src.rpm | cpio -id tar zxf bzip2-1.0.6.tar.gz patch -p0 < bzip ...
分类:
其他好文 时间:
2019-11-09 21:57:46
阅读次数:
110