码迷,mamicode.com
首页 >  
搜索关键字:man    ( 12069个结果
docker 配置 rabbitmq
对 rabbitmq 不是很熟,这里暂时记录,后面再把持久化的配置补全。 是带有 web 管理界面的 15672 是 web 管理界面的端口号, 配置账号, 配置密码 ...
分类:其他好文   时间:2020-05-20 14:27:55    阅读次数:99
VMware vCenter 6.7 安装过程
VMware VCenter 6.7安装步骤
分类:系统相关   时间:2020-05-20 09:39:31    阅读次数:88
Postman获取当前时间戳传参
具体操作如下图所示 ...
分类:其他好文   时间:2020-05-19 20:30:13    阅读次数:231
Foxwell NT530 Isuzu Subaru Suzuki function list
Good news! Foxwell NT530 code scanner is confirmed to cover Isuzu, Subaru, Suzuki car models. Attachment: Foxwell NT530 Isuzu function list (N*) ELF,N ...
分类:其他好文   时间:2020-05-19 18:42:48    阅读次数:50
COCAS: A Large-Scale Clothes Changing Person Dataset for Re-identification
COCAS: A Large-Scale Clothes Changing Person Dataset for Re-identification 2020-05-19 19:29:36 Paper: https://arxiv.org/pdf/2005.07862.pdf Code: 1. Ba ...
分类:其他好文   时间:2020-05-19 18:32:28    阅读次数:130
Python 简单的string.replace()
1 import sys 2 man = input("请输入男主名字:") 3 women = input("请输入女主名字") 4 dog = input("请输入狗狗名字") 5 6 story = """ 7 在B城的某间屋内, man 把弹夹里的最后一枚子弹卸下填进口袋,瞟一眼坐在一旁的w ...
分类:编程语言   时间:2020-05-19 18:22:36    阅读次数:57
POJ:Arbitrage (搜索,汇率换算是否赚?)
POJ 2240 http://poj.org/problem?id=2240 题意:判断是否存在使得汇率增多的环 【任意一个点的汇率增多都可以】 Floyd 简单变形 $w[i][j] = max(w[i][j], w[i][k] w[k][j])$ bellman_ford 判断正环 ...
分类:其他好文   时间:2020-05-19 18:09:56    阅读次数:55
Kali字典生成工具---crunch
kali默认字典 cd /usr/share/wordlists/ 使用说明 man crunch 查看帮助文件 使用语法 crunch [] [options] 使用参数 description min len 最小长度 max len 最大长度 charset string 字符集 b numb ...
分类:其他好文   时间:2020-05-19 14:33:09    阅读次数:87
Prometheus基本配置
Prometheus基本配置 v> prometheus.yml, ...
分类:其他好文   时间:2020-05-19 14:15:32    阅读次数:36
Python+Selenium自动化测试框架-打开和关闭浏览器(Firefox/IE/Chrome)
#coding=utf-8 from selenium import webdriver driver = webdriver.Chrome() driver.maximize_window() driver.get("https://www.baidu.com") driver.quit() 以下 ...
分类:编程语言   时间:2020-05-18 20:26:45    阅读次数:117
12069条   上一页 1 ... 76 77 78 79 80 ... 1207 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!