Spring Bean 生命周期 1. Spring Bean 元信息配置阶段2. Spring Bean 元信息解析阶段3. Spring Bean 注册阶段4. Spring BeanDefinition合并阶段5. Spring Bean Class 加载阶段6. Spring Bean 实例 ...
分类:
编程语言 时间:
2020-06-07 21:25:26
阅读次数:
73
git clone 太慢的解决方法 一: 原因:git clone特别慢是因为github.global.ssl.fastly.net域名被限制了。只要找到这个域名对应的ip地址,然后在hosts文件中加上ip–>域名的映射,刷新DNS缓存便可。 查找ip地址 ipaddress.com 在host ...
分类:
其他好文 时间:
2020-06-07 12:31:58
阅读次数:
75
(function flexible (window, document) { var docEl = document.documentElement var dpr = window.devicePixelRatio || 1 // adjust body font size function ...
分类:
Web程序 时间:
2020-06-06 18:35:32
阅读次数:
115
一、启动普通的jar程序 1、执行foo.jar启动命令 java -Dcom.sun.management.jmxremote.port=12345 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.au ...
分类:
编程语言 时间:
2020-06-05 10:30:45
阅读次数:
193
下面是我自己写的脚本: #!/bin/bash # author TommyWang # website http://dynmi.top fast_ip=`nslookup github.global.ssl.fastly.Net|egrep '[[:digit:]]{1,3}\.[[:digit ...
分类:
系统相关 时间:
2020-06-04 13:42:21
阅读次数:
139
博文目录一、Nagios1、Nagios介绍2、Nagios主要功能3、Nagios的作用4、Nagios常见的监控状态5、Nagios的原理二、安装LAMP环境三、安装Nagios1、安装Nagios组件2、配置Apache支持Nagios3、配置SendMail邮件四、Nagios监控Linux客户端1、安装依赖程序2、安装Nagios-plugins插件3、安装NRPE插件一、Nagios1
分类:
移动开发 时间:
2020-06-04 12:04:12
阅读次数:
71
三台CentOS 6.5 x86_64 同一网段 主要软件 主机一(Nagios) nagios-4.0.1.tar.gz nagios-plugins-1.5 nrpe-2.15.tar.gz 主机二 (MySQL)nagios-plugins-1.5 nrpe-2.15.tar.gz 主机三 ( ...
分类:
移动开发 时间:
2020-06-03 20:18:57
阅读次数:
91
引用NModbus 在NuGet搜索NModbus,添加引用。 封装ModbusTcp类 public class ModbusTCP { private ModbusFactory modbusFactory; private IModbusMaster master; private TcpCl ...
分类:
数据库 时间:
2020-06-03 20:03:11
阅读次数:
56
[](https://imgchr.com/i/taX6aj) ![QQ截图20200603164202.png](https://i.loli.net/2020/06/03/... ...
分类:
其他好文 时间:
2020-06-03 17:41:32
阅读次数:
431
<!--核心配置文件--><configuration> <environments default="development"> <environment id="development"> <transactionManager type="JDBC"/> <dataSource type="P ...
分类:
其他好文 时间:
2020-06-03 15:52:40
阅读次数:
53