摘要: #!bin/python #coding=utf-8 """ Create by he """ import sys import re import string import operator from analysisFile import * from result import * ruleId = 0 objectGroupNameDic = {} def handle(): ... 阅读全文
posted @ 2016-12-09 20:25 Mr.He多多指教 阅读(598) 评论(0) 推荐(0)
摘要: #!bin/python #coding=utf-8 """ Create by he """ import sys import re import string import operator from base import * from globalEnv import * #policy--match policyPattern = re.compile(r'object-poli... 阅读全文
posted @ 2016-12-09 19:35 Mr.He多多指教 阅读(390) 评论(0) 推荐(0)
摘要: #!/usr/bin/python #encoding=utf-8 # -*-coding:utf-8 -*- import os, sys, string import MySQLdb import xml.dom.minidom import xml.etree.ElementTree as ET import time, datetime from xml.etree.ElementT... 阅读全文
posted @ 2016-12-09 19:35 Mr.He多多指教 阅读(293) 评论(0) 推荐(0)