摘要: logback.xml logback-spring.xml <?xml version="1.0" encoding="UTF-8"?> <configuration scan="true" scanPeriod="60 seconds" debug="false"> <property name 阅读全文
posted @ 2020-07-27 13:40 太初谷神 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-07-27 09:38 太初谷神 阅读(118) 评论(0) 推荐(0) 编辑