摘要:
logback.xml logback-spring.xml <?xml version="1.0" encoding="UTF-8"?> <configuration scan="true" scanPeriod="60 seconds" debug="false"> <property name 阅读全文
摘要:
analysis_barcode.py 1 # -*- coding:utf-8 -*- 2 3 # python3 4 5 import sys 6 import re 7 8 # 分析下发和收回的条码 9 # 1 下发过多少 10 # 2 回收了多少 11 # 3 下发过没有回收的有多少 12 阅读全文