码迷,mamicode.com
首页 >  
搜索关键字:operations manager、监控、active directory    ( 7510个结果
【java】删除window 指定目录重复文件
删除window 指定目录重复文件 package cn.liuyangjob; import java.io.File; public class AllText { public void getAllFiles() { File file = new File("K:/music"); if ...
分类:编程语言   时间:2020-07-11 19:45:21    阅读次数:80
安装composer报错Project directory fecshop/ is not empt
安装composer报错Project directory fecshop/ is not empt
分类:其他好文   时间:2020-07-11 09:44:29    阅读次数:80
mac python版本错误问题以及pip版本错误(anacanda)
在进行python包安装的时候遇到错误(输入conda、pip) zsh: /opt/anaconda3/bin/pip: bad interpreter: /opt/anaconda3/bin/python: no such file or directory 问题主要出现在anacanda的pi ...
分类:编程语言   时间:2020-07-10 13:40:46    阅读次数:75
apache安装以及报错处理
Centos7.5 编译安装apr-util时报错:xml/apr_xml.c:35:19: fatal error: expat.h: No such file or directory 解决方案:yum install expat-devel 编译pcre 报错 error: Invalid C ...
分类:Web程序   时间:2020-07-10 13:39:29    阅读次数:92
玩转 Windows Terminal
今天给大家分享一下Windows Terminal的使用及个性化定制。 一、安装 该项目的开源地址为https://github.com/microsoft/terminal,如果想折腾,可以按照上面的说明自己编译。不想折腾的直接在microsoft store直接搜索Windows Termina ...
分类:Windows程序   时间:2020-07-10 10:02:53    阅读次数:649
自动化运维Ansible安装部署及使用
1、SSH分发ansible自动化部署条件1.建议基于ssh密钥方式建立远程连接2.基于ssh口令方式建立远程连接(不建议)在部署之前需要保证管理主机和受控主机能够基于ssh密钥的方式进行远程连接管理主机生成SSH密钥(私钥和公钥),分发公钥到每台受控主机:1.安装sshpass[root@m01~]#yuminstallsshpass-y2.生成密钥//直接生成密钥[root@m01~]#ssh
分类:其他好文   时间:2020-07-09 17:57:09    阅读次数:103
eclipse 配置maven
1.前提条件 eclipse要想配置maven,前提是需要本地已经安装maven,关于maven如何安装见文末链接。 2.具体步骤 window-->Preferences-->Maven-->Installations-->Add 点击Directory,找到maven安装的根目录,点击完成 选中 ...
分类:系统相关   时间:2020-07-09 15:14:54    阅读次数:77
RDB Journal特性研究
#1. journaling 相关的pull request librbd: integrate journaling support for IO operations #6541 (https://github.com/ceph/ceph/pull/6541) () librbd: integr ...
分类:数据库   时间:2020-07-09 12:14:39    阅读次数:69
filecmp (File & Directory Access) – Python 中文开发手册
[Python 中文开发手册filecmp (File & Directory Access) - Python 中文开发手册源代码: Lib / filecmp.pyfilecmp模块定义了比较文件和目录的功能,以及各种可选的时间/正确性折衷。为了比较文件,请参阅difflib模块。filecmp... ...
分类:数据库   时间:2020-07-09 11:56:45    阅读次数:73
收集TCP端口的访问延迟和丢包率
需求: 找一款工具可以对TCP 80端口 收集 访问延迟和丢包率 找到的工具: 1、Hping : http://www.hping.org/ 2、paping : https://docs.azure.cn/zh-cn/articles/azure-operations-guide/virtual ...
分类:其他好文   时间:2020-07-08 14:56:02    阅读次数:108
7510条   上一页 1 ... 19 20 21 22 23 ... 751 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!