码迷,mamicode.com
首页 >  
搜索关键字:wiki getopts    ( 5857个结果
[Debian10]使用KVM虚拟机并配置桥接网络
原文:https://www.cnblogs.com/DouglasLuo/p/12731591.html 参考资料:https://wiki.debian.org/KVM 如果要在debian下使用虚拟机其实有很多的解决方案。比如VirtualBox。但是我不想用VirtualBox。主要是想尝试 ...
分类:其他好文   时间:2020-04-19 16:24:42    阅读次数:286
Linux安装jenkins和通过docker容器安装jenkins
[toc] 参考安装的一些注意事项:https://wiki.jenkins.io/display/JENKINS/Installing+Jenkins+on+Red+Hat+distributions InstallingJenkinsonRedHatdistributions Important ...
分类:系统相关   时间:2020-04-19 14:27:25    阅读次数:103
Vagrant+virtualBox
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
A - Mahmoud and Ehab and the bipartiteness CodeForces - 862B (二分图)(黑白染色)
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
使用第三方模块ngx_http_accesskey_module实现Nginx防盗链
实现方法如下: 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
Iview-form表单的重置
页面中Form表单的重置 form表单的重置需要用到方法:resetFields 注意: 1.设置form的ref属性; 2.还需要给每个FormItem 设置prop属性 并且prop的属性需要跟设置的字段名称v-model一样 然后,在需要重置的时候调用: Modal中Form的重置 form的 ...
分类:其他好文   时间:2020-04-16 12:58:33    阅读次数:311
SpringCloud Alibaba Sentinel实现熔断与限流
官网: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
zabbix 自动发现指定端口和服务
官方有模板示例,根据官方更改连接如下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
@ComponentScan 无参数
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
5857条   上一页 1 ... 18 19 20 21 22 ... 586 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!