CentOS7部署百万pv项目CentOS7部署百万pv项目
文件大小及文件夹大小
with open('log.txt','rb') as fd:for i in fd: offs=-5 while True: fd.seek(offs,2) data=fd.readlines()
终于在今天完成了django项目开发的一个小项目,使用python写一个自动化上线的项目。使用到了python3.5,django 1.11.2,ansible,centos7。 功能描述如下: 1、使用网页点击要上线的项目 2、在后台系统执行过程中浏览器等待后台命令调用 &nbs
#!/usr/bin/evn python#encoding=utf-8#author:eguotangseng@163.comimport sysimport osimport shutilimport commandsimport timeimport subprocess#获得svn分支地址,根据目录判断是checkout还是updatesvn_address = sys.argv[1]br
- hosts: ceshi remote_user: root tasks: - name: "192.168.55.14主机打包cms线上环境的war包" script: /data/script/build_xianshang_cms.sh - name: "从192.168.55.14拷贝war包到jenkins上"
#!/usr/bin/env python#coding:utf-8import osfrom subprocess import Popen,PIPEdef gitPid(): #拿到java系统进程值 p = Popen(['pidof','java'],stdout=PIPE,stderr=PIPE) pids = p.std
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号