需求计算 列表内 名字一样的 value 值name = [ {'name': 'he', 'value': 100, 'ps': 'test1'}, {'name': 'quan', 'value...
以下设置,适用于python3.5及以前的pip install pycryptoimport base64from Crypto.Cipher import AESfrom Crypto import RandomBS = 16key = "1234567890123456"pad = lam...
用法: ./conf.py nginx1.conf nginx2.conf > diff.htmlconf.py#!/usr/bin/pythonimport difflibimport sys#### Usage: compare_nginx.conf.py filename1 filename...