摘要: windows 创建站点命令 appcmd C:\Windows\System32\inetsrv\appcmd.exe SITE 虚拟站点的管理 APP 管理应用程序 VDIR 管理虚拟目录 APPPOOL 管理应用程序池 CONFIG 管理常规配置节 WP 管理工作进程 REQUEST 管理 H 阅读全文
posted @ 2019-08-02 18:43 01234567 阅读(2044) 评论(0) 推荐(0) 编辑
摘要: linux 时间戳格式 年月日 时分秒: `date '+%Y%m%d%H%M%S'`date +%Y%m%d%H%M%S // 年月日 时分秒date +%s // 从 1970年1月1日零点开始到现在经历的秒数 date 三 5月 12 14:08:12 CST 2010 date '+%c' 阅读全文
posted @ 2019-08-02 18:17 01234567 阅读(14702) 评论(0) 推荐(0) 编辑
摘要: Windows 批处理时间戳 1、时间戳格式: 2、获取年月日 3、获取年月日时分秒 示例: 阅读全文
posted @ 2019-08-02 17:58 01234567 阅读(8190) 评论(0) 推荐(0) 编辑
摘要: saltstack cmd.run 模块 对 Linus 执行多个指令 svr_status: cmd.run: - names: - "source /etc/profile && cd {{ svr_path }}/{{id}} && ./run.sh status" - "source /et 阅读全文
posted @ 2019-08-02 17:47 01234567 阅读(2743) 评论(0) 推荐(0) 编辑
摘要: salt 安装 - 传输文件 一、master -- minion linux 下 master 拷贝到 minion 上 windows minion 平台 1、state.sls 模式 传输文件夹下所有内容 2、state.sls 模式 传输单个文件 3、salt 指令传输 二、salt 拷贝 阅读全文
posted @ 2019-08-02 17:38 01234567 阅读(1014) 评论(0) 推荐(0) 编辑