原文:https://www.cnblogs.com/DouglasLuo/p/12731591.html 参考资料:https://wiki.debian.org/KVM 如果要在debian下使用虚拟机其实有很多的解决方案。比如VirtualBox。但是我不想用VirtualBox。主要是想尝试 ...
分类:
其他好文 时间:
2020-04-19 16:24:42
阅读次数:
286
[toc] 参考安装的一些注意事项:https://wiki.jenkins.io/display/JENKINS/Installing+Jenkins+on+Red+Hat+distributions InstallingJenkinsonRedHatdistributions Important ...
分类:
系统相关 时间:
2020-04-19 14:27:25
阅读次数:
103
Vagrant+virtualBox 1、准备工作 1)Vagrant下载 https://www.vagrantup.com/downloads.html 2)Virtualbox 5.1下载 https://www.virtualbox.org/wiki/Download_Old_Builds_ ...
分类:
其他好文 时间:
2020-04-19 00:57:57
阅读次数:
205
Examples input Copy 31 21 3 output Copy 0 input Copy 51 22 33 44 5 output Copy 2 Note Tree definition: https://en.wikipedia.org/wiki/Tree_(graph_theor ...
分类:
其他好文 时间:
2020-04-19 00:30:02
阅读次数:
83
实现方法如下: 1. 下载NginxHttpAccessKeyModule模块文件:http://wiki.nginx.org/File:Nginx accesskey 2.0.3.tar.gz; 2. 解压此文件后,找到nginx accesskey 2.0.3下的config文件。编辑此文件:替 ...
分类:
数据库 时间:
2020-04-16 13:28:39
阅读次数:
103
页面中Form表单的重置 form表单的重置需要用到方法:resetFields 注意: 1.设置form的ref属性; 2.还需要给每个FormItem 设置prop属性 并且prop的属性需要跟设置的字段名称v-model一样 然后,在需要重置的时候调用: Modal中Form的重置 form的 ...
分类:
其他好文 时间:
2020-04-16 12:58:33
阅读次数:
311
官网:https://github.com/alibaba/Sentinel 中文:https://github.com/alibaba/Sentinel/wiki/%E4%BB%8B%E7%BB%8D 下载:https://github.com/alibaba/Sentinel/releases ...
分类:
编程语言 时间:
2020-04-15 18:39:22
阅读次数:
251
官方有模板示例,根据官方更改连接如下https://zabbix.org/wiki/File:ZabbixTemplate_-_TCP_service_discovery.xml配置端口服务列表root#cattcp-port.confhttp,80tomcat,8080mq,1883编写自动发现脚本discovery_tcp_service.sh#/bin/bashCONFIG_FILE=/et
分类:
其他好文 时间:
2020-04-15 09:24:01
阅读次数:
115
Spring @ComponentScan 无参数的组件扫描路径是什么 在 Spring 中,我们使用 @ComponentScan 和 @Configuration 注解来指定希望扫描的 Package。 如果你使用的 @ComponentScan 的话,将会扫描当前文件夹和所有的子文件夹。 ht ...
分类:
其他好文 时间:
2020-04-15 09:14:08
阅读次数:
54
作用 用于求一个串的字典序最小的循环串 原理 详见 "oi wiki 最小表示法" 算法思想是贪心。 例题 "HDU2609 How many" ...
分类:
其他好文 时间:
2020-04-14 01:16:07
阅读次数:
211