2020-08-17 12:10:09.333 [main] INFO com.yuxue.Application - Starting Application on H with PID 17780 (started by 韩先生 in D:\吃饭家伙\Java\Java文件\yx-image-recognition) 2020-08-17 12:10:09.343 [main] INFO com.yuxue.Application - The following profiles are active: dev 2020-08-17 12:10:11.251 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'threadPoolConfig' of type [com.yuxue.config.ThreadPoolConfig$$EnhancerBySpringCGLIB$$a4e90c0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-08-17 12:10:11.401 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$24cbcb76] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-08-17 12:10:11.569 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'defaultAopConfig' of type [com.yuxue.aop.DefaultAopConfig$$EnhancerBySpringCGLIB$$ecefe99] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-08-17 12:10:11.577 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'resultAop' of type [org.springframework.aop.support.DefaultPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-08-17 12:10:12.409 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 16666 (http) 2020-08-17 12:10:12.456 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat] 2020-08-17 12:10:12.456 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.19] 2020-08-17 12:10:12.690 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext 2020-08-17 12:10:12.781 [main] INFO o.s.boot.web.servlet.RegistrationBean - Servlet statViewServlet was not registered (possibly already registered?) 2020-08-17 12:10:13.088 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited 2020-08-17 12:10:14.356 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'taskExecutor' 2020-08-17 12:10:15.249 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler' 2020-08-17 12:10:15.365 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed 2020-08-17 12:10:15.389 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) 2020-08-17 12:10:15.401 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references 2020-08-17 12:10:15.643 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 16666 (http) with context path '' 2020-08-17 12:10:15.648 [main] INFO com.yuxue.Application - Started Application in 7.103 seconds (JVM running for 7.935) 2020-08-17 12:10:20.911 [http-nio-16666-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' 2020-08-17 12:10:20.968 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:20.969 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:20.970 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666/index 2020-08-17 12:10:20.970 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:20.972 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.CommonController.indexPage 2020-08-17 12:10:20.972 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [] 2020-08-17 12:10:20.973 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:20.980 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: home/index 2020-08-17 12:10:20.981 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:20.981 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:21.825 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:21.826 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:21.826 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666/systemMenu/getUserMenu 2020-08-17 12:10:21.826 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:21.826 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.SystemMenuController.getUserMenu 2020-08-17 12:10:21.826 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [] 2020-08-17 12:10:21.826 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:22.324 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: {third=java.util.stream.ReferencePipeline$2@3fac3a3, first=java.util.stream.ReferencePipeline$2@13cf5078, second=java.util.stream.ReferencePipeline$2@6b2893de} 2020-08-17 12:10:22.324 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:22.600 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:22.601 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:22.601 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/getProcessStep 2020-08-17 12:10:22.602 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:22.602 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.getProcessStep 2020-08-17 12:10:22.602 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [] 2020-08-17 12:10:22.602 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:22.612 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:22.613 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:22.613 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir 2020-08-17 12:10:22.613 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:22.613 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir 2020-08-17 12:10:22.614 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [null, png,jpg,jpeg] 2020-08-17 12:10:22.614 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:22.621 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: {result=99, debug_GaussianBlur=0, debug_gray=1, debug_Sobel=2, debug_threshold=3, debug_morphology=4, debug_Contours=5, debug_result=6, debug_crop=7, debug_resize=8, debug_char_threshold=9, debug_specMat=11, debug_chineseMat=12, debug_char_auxRoi=13} 2020-08-17 12:10:22.621 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:22.723 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: [{"fileName":"01_蓝牌","filePath":"D:\\PlateDetect\\01_蓝牌","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\01_蓝牌","isDir":true}, {"fileName":"02_黄牌","filePath":"D:\\PlateDetect\\02_黄牌","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\02_黄牌","isDir":true}, {"fileName":"03_绿牌","filePath":"D:\\PlateDetect\\03_绿牌","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\03_绿牌","isDir":true}, {"fileName":"04_多车牌","filePath":"D:\\PlateDetect\\04_多车牌","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\04_多车牌","isDir":true}, {"fileName":"05_夜间","filePath":"D:\\PlateDetect\\05_夜间","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\05_夜间","isDir":true}, {"fileName":"06_黑牌","filePath":"D:\\PlateDetect\\06_黑牌","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\06_黑牌","isDir":true}, {"fileName":"99_其他","filePath":"D:\\PlateDetect\\99_其他","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\99_其他","isDir":true}, {"fileName":"temp","filePath":"D:\\PlateDetect\\temp","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\temp","isDir":true}, {"fileName":"train","filePath":"D:\\PlateDetect\\train","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\train","isDir":true}, {"fileName":"Video","filePath":"D:\\PlateDetect\\Video","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\Video","isDir":true}, {"fileName":"Video_Grab","filePath":"D:\\PlateDetect\\Video_Grab","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\Video_Grab","isDir":true}] 2020-08-17 12:10:22.724 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:24.240 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:24.241 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:24.242 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir 2020-08-17 12:10:24.242 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:24.242 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir 2020-08-17 12:10:24.242 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C, png,jpg,jpeg] 2020-08-17 12:10:24.243 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:24.244 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: [{"fileName":"冀B·99999.jpg","filePath":"D:\\PlateDetect\\06_黑牌\\冀B·99999.jpg","pid":"D:\\PlateDetect\\06_黑牌","id":"D:\\PlateDetect\\06_黑牌\\冀B·99999.jpg","isDir":false}, {"fileName":"粤S·36359.jpg","filePath":"D:\\PlateDetect\\06_黑牌\\粤S·36359.jpg","pid":"D:\\PlateDetect\\06_黑牌","id":"D:\\PlateDetect\\06_黑牌\\粤S·36359.jpg","isDir":false}, {"fileName":"苏N·00000.jpg","filePath":"D:\\PlateDetect\\06_黑牌\\苏N·00000.jpg","pid":"D:\\PlateDetect\\06_黑牌","id":"D:\\PlateDetect\\06_黑牌\\苏N·00000.jpg","isDir":false}, {"fileName":"黑A·88888.jpg","filePath":"D:\\PlateDetect\\06_黑牌\\黑A·88888.jpg","pid":"D:\\PlateDetect\\06_黑牌","id":"D:\\PlateDetect\\06_黑牌\\黑A·88888.jpg","isDir":false}] 2020-08-17 12:10:24.245 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:24.945 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:24.945 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:24.945 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:24.945 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:24.945 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:24.945 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:10:24.945 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:24.945 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:24.945 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:24.945 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:10:24.946 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E5%86%80B%C2%B799999.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@ad4d9eb] 2020-08-17 12:10:24.946 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E5%86%80B%C2%B799999.jpg, false] 2020-08-17 12:10:24.946 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:24.946 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:24.948 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:24.948 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:24.948 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:26.411 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:26.411 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:26.411 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:10:26.411 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:26.411 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:10:26.411 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E5%86%80B%C2%B799999.jpg, true] 2020-08-17 12:10:26.411 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.340 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=129, fileName=冀B·99999.jpg, filePath=D:/PlateDetect/06_黑牌/冀B·99999.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 04:10:24, tempPath=D:/PlateDetect/temp/1597637424983/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=2976, parentId=129, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=2974, parentId=129, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=2979, parentId=129, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=2978, parentId=129, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=2971, parentId=129, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=2977, parentId=129, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=2973, parentId=129, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=2972, parentId=129, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=2970, parentId=129, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=2975, parentId=129, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=8)]) 2020-08-17 12:10:27.342 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.353 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.353 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.354 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:27.354 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:27.354 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.354 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.354 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:27.354 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.355 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:27.355 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:27.355 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:27.355 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:27.355 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:27.355 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:27.355 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:27.355 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:27.355 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:27.355 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:27.355 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:27.355 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:27.355 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637424983/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1cc49f19] 2020-08-17 12:10:27.355 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:27.355 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637424983/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@144380f0] 2020-08-17 12:10:27.355 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.355 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:27.356 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637424983/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@20ac2477] 2020-08-17 12:10:27.355 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:27.356 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:27.356 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.356 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.356 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:27.356 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637424983/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4b165e49] 2020-08-17 12:10:27.356 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637424983/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@343f770c] 2020-08-17 12:10:27.356 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.356 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.367 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:27.367 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:27.367 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.367 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.367 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:27.367 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:27.367 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:27.368 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.368 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:27.370 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:27.370 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.370 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:27.370 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:27.371 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.371 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:27.379 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.379 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:27.379 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:27.379 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:27.379 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.379 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:27.379 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:27.379 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637424983/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5956a1] 2020-08-17 12:10:27.379 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:27.378 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=129, fileName=冀B·99999.jpg, filePath=D:/PlateDetect/06_黑牌/冀B·99999.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 04:10:24, tempPath=D:/PlateDetect/temp/1597637424983/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=2976, parentId=129, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=2989, parentId=129, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637426414/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=2974, parentId=129, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=2987, parentId=129, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637426414/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=2979, parentId=129, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=2982, parentId=129, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637426414/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=2978, parentId=129, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=2985, parentId=129, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637426414/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=2971, parentId=129, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=2980, parentId=129, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637426414/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=2977, parentId=129, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=2988, parentId=129, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637426414/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=2973, parentId=129, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=2986, parentId=129, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637426414/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=2972, parentId=129, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=2983, parentId=129, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637426414/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=2970, parentId=129, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=2984, parentId=129, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637426414/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=2975, parentId=129, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=2981, parentId=129, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637426414/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=8)]) 2020-08-17 12:10:27.380 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:27.379 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.380 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:27.380 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.380 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637424983/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4bc5a040] 2020-08-17 12:10:27.380 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.381 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.381 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:27.382 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:27.382 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:27.382 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:27.382 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637424983/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7cd62f86] 2020-08-17 12:10:27.382 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.386 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.386 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:27.386 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:27.387 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:27.387 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:27.387 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637424983/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@33a65be] 2020-08-17 12:10:27.387 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.388 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.388 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:27.388 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:27.388 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:27.388 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:27.388 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637424983/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@594fa88] 2020-08-17 12:10:27.388 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.393 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:27.393 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.394 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:27.394 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:27.394 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.394 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:27.398 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:27.399 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.399 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:27.401 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:27.402 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.402 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:27.402 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.402 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:27.402 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:27.412 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.412 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:27.413 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:27.413 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:27.413 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:27.413 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637426414/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2aa3a233] 2020-08-17 12:10:27.413 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.413 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.413 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:27.414 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:27.414 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:27.415 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:27.415 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637426414/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@25bb8e91] 2020-08-17 12:10:27.415 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.415 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.415 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.415 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:27.415 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:27.415 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:27.415 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:27.415 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:27.415 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.415 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:27.416 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:27.416 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:27.416 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:27.416 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637426414/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@70221516] 2020-08-17 12:10:27.416 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637426414/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@120372f1] 2020-08-17 12:10:27.416 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:27.416 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.416 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.416 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:27.416 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:27.416 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637426414/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@41524771] 2020-08-17 12:10:27.416 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.416 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.416 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:27.416 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:27.416 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:27.417 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:27.417 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637426414/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@54297c6f] 2020-08-17 12:10:27.417 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.426 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:27.426 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.426 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:27.428 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:27.428 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.428 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:27.428 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:27.428 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.428 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:27.430 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:27.430 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.430 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:27.430 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:27.430 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.430 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:27.434 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:27.435 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.435 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:27.442 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.443 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:27.443 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:27.443 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:27.443 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:27.443 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637426414/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@78407493] 2020-08-17 12:10:27.443 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.448 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.448 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:27.449 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:27.449 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:27.449 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:27.449 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637426414/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@813d554] 2020-08-17 12:10:27.449 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.451 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:27.452 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.452 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:27.452 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.452 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.452 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:27.452 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:27.452 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:27.452 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:27.452 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:27.452 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:27.452 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:27.452 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:27.452 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637426414/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@af87c94] 2020-08-17 12:10:27.452 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637426414/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@25a6498e] 2020-08-17 12:10:27.452 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.452 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.453 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:27.453 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.453 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:27.459 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:27.459 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.460 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:27.460 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:27.461 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:27.461 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:38.512 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:38.512 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:38.513 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:38.513 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:38.513 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:38.513 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:10:38.513 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:38.513 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:38.513 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:38.513 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:10:38.513 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E7%B2%A4S%C2%B736359.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@163cf469] 2020-08-17 12:10:38.513 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E7%B2%A4S%C2%B736359.jpg, false] 2020-08-17 12:10:38.513 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:38.513 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:38.514 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:38.514 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:38.514 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:38.666 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=130, fileName=粤S·36359.jpg, filePath=D:/PlateDetect/06_黑牌/粤S·36359.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 04:10:38, tempPath=D:/PlateDetect/temp/1597637438544/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=2994, parentId=130, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637438544/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:10:38, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=2992, parentId=130, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637438544/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:10:38, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=2991, parentId=130, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637438544/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:10:38, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=2993, parentId=130, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637438544/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:10:38, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=2995, parentId=130, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637438544/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:38, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=2990, parentId=130, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637438544/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:38, recoPlate=, plateColor=, sort=8)]) 2020-08-17 12:10:38.666 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:38.676 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:38.676 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:38.676 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:38.676 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:38.676 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:38.676 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637438544/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@29106bec] 2020-08-17 12:10:38.676 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:38.677 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:38.677 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:38.677 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:38.677 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:38.677 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:38.677 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637438544/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3288110a] 2020-08-17 12:10:38.677 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:38.677 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:38.677 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:38.677 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:38.677 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:38.677 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:38.677 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:38.677 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:38.678 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:38.678 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:38.678 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:38.678 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:38.678 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637438544/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@43af9266] 2020-08-17 12:10:38.678 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:38.678 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:38.678 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637438544/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@853c167] 2020-08-17 12:10:38.678 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:38.678 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:38.678 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:38.678 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:38.678 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:38.678 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:38.678 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:38.678 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637438544/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@78b06548] 2020-08-17 12:10:38.678 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:38.678 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:38.678 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:38.678 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637438544/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5854567d] 2020-08-17 12:10:38.679 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:38.687 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:38.687 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:38.687 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:38.687 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:38.687 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:38.687 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:38.687 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:38.687 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:38.687 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:38.687 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:38.687 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:38.687 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:38.687 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:38.687 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:38.688 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:38.687 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:38.687 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:38.688 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:40.116 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:40.116 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:40.116 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:10:40.116 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:40.116 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:10:40.116 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E7%B2%A4S%C2%B736359.jpg, true] 2020-08-17 12:10:40.116 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:40.260 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=130, fileName=粤S·36359.jpg, filePath=D:/PlateDetect/06_黑牌/粤S·36359.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 04:10:38, tempPath=D:/PlateDetect/temp/1597637440120/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=2997, parentId=130, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637440120/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:10:40, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3000, parentId=130, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637440120/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:10:40, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3001, parentId=130, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637440120/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:10:40, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3002, parentId=130, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637440120/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:10:40, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=2998, parentId=130, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637440120/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:10:40, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=2999, parentId=130, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637440120/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:40, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=2996, parentId=130, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637440120/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:40, recoPlate=, plateColor=, sort=8)]) 2020-08-17 12:10:40.260 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:40.268 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:40.268 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:40.268 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:40.268 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:40.268 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:40.268 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:40.268 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:40.268 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:40.268 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:40.268 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:40.268 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:40.269 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:40.269 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:40.269 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:40.269 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:40.269 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:40.269 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:40.269 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637440120/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2b532394] 2020-08-17 12:10:40.269 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637440120/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@15c7d4fb] 2020-08-17 12:10:40.269 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637440120/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@533e78ca] 2020-08-17 12:10:40.269 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:40.269 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:40.269 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:40.269 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:40.269 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:40.269 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:40.269 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637440120/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@71ef4713] 2020-08-17 12:10:40.268 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:40.269 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:40.269 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:40.269 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:40.269 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:40.270 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:40.269 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:40.270 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:40.270 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:40.270 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:40.270 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:40.270 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637440120/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@54da1499] 2020-08-17 12:10:40.270 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:40.270 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637440120/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@296ce68e] 2020-08-17 12:10:40.270 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:40.275 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:40.275 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:40.275 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:40.279 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:40.279 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:40.279 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:40.279 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:40.279 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:40.279 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:40.279 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:40.279 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:40.279 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:40.281 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:40.281 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:40.281 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:40.281 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:40.281 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:40.281 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637440120/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5141f46a] 2020-08-17 12:10:40.281 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:40.283 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:40.283 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:40.284 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:40.284 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:40.284 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:40.284 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:40.284 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:40.284 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:40.284 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:48.127 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.127 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.127 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:48.127 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:48.127 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:48.127 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:10:48.127 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:48.127 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:48.127 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:48.127 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:10:48.128 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E8%8B%8FN%C2%B700000.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5894caf2] 2020-08-17 12:10:48.128 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E8%8B%8FN%C2%B700000.jpg, false] 2020-08-17 12:10:48.128 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.128 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.128 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:48.128 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.128 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:48.341 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=131, fileName=苏N·00000.jpg, filePath=D:/PlateDetect/06_黑牌/苏N·00000.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 04:10:48, tempPath=D:/PlateDetect/temp/1597637448157/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3012, parentId=131, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637448157/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:10:48, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3017, parentId=131, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637448157/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:10:48, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3007, parentId=131, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637448157/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:10:48, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3016, parentId=131, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637448157/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:10:48, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3015, parentId=131, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637448157/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:10:48, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3013, parentId=131, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637448157/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:10:48, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3008, parentId=131, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637448157/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:48, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3010, parentId=131, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597637448157/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:48, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3020, parentId=131, fileName=debug_crop_5.jpg, filePath=D:/PlateDetect/temp/1597637448157/debug_crop_5.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:48, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3023, parentId=131, fileName=debug_crop_6.jpg, filePath=D:/PlateDetect/temp/1597637448157/debug_crop_6.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:48, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3019, parentId=131, fileName=debug_crop_7.jpg, filePath=D:/PlateDetect/temp/1597637448157/debug_crop_7.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:48, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3014, parentId=131, fileName=debug_crop_8.jpg, filePath=D:/PlateDetect/temp/1597637448157/debug_crop_8.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:48, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3006, parentId=131, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637448157/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:48, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3011, parentId=131, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637448157/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:48, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3004, parentId=131, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637448157/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:48, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3009, parentId=131, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597637448157/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:48, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3005, parentId=131, fileName=debug_resize_5.jpg, filePath=D:/PlateDetect/temp/1597637448157/debug_resize_5.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:48, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3018, parentId=131, fileName=debug_resize_6.jpg, filePath=D:/PlateDetect/temp/1597637448157/debug_resize_6.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:48, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3022, parentId=131, fileName=debug_resize_7.jpg, filePath=D:/PlateDetect/temp/1597637448157/debug_resize_7.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:48, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3021, parentId=131, fileName=debug_resize_8.jpg, filePath=D:/PlateDetect/temp/1597637448157/debug_resize_8.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:48, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3003, parentId=131, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637448157/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:10:48, recoPlate=, plateColor=未知, sort=99)]) 2020-08-17 12:10:48.341 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.352 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.352 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:48.352 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:48.352 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:48.352 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:48.352 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637448157/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6e83c480] 2020-08-17 12:10:48.352 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.353 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.353 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:48.353 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:48.354 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:48.354 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:48.354 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637448157/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2d47ec5d] 2020-08-17 12:10:48.354 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.355 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.355 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.356 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:48.356 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:48.356 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:48.356 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:48.356 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:48.356 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:48.356 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:48.356 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637448157/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3ea7c935] 2020-08-17 12:10:48.356 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.356 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.357 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:48.357 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:48.357 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:48.357 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:48.356 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:48.357 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637448157/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@50a2d83a] 2020-08-17 12:10:48.357 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.357 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637448157/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@77d82ce4] 2020-08-17 12:10:48.357 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.358 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.358 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:48.358 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:48.358 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:48.358 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:48.359 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637448157/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@634a415c] 2020-08-17 12:10:48.359 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.362 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:48.362 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.362 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:48.364 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:48.365 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.365 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:48.367 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:48.367 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.367 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:48.368 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.368 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:48.368 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:48.368 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.368 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:48.368 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:48.368 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:48.369 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:48.369 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637448157/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5969a71b] 2020-08-17 12:10:48.369 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.369 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:48.369 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:48.369 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.369 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.369 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:48.369 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:48.371 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:48.371 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.371 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:48.378 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.378 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:48.378 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:48.379 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:48.379 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:48.379 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637448157/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6bba19e3] 2020-08-17 12:10:48.379 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.380 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.380 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:48.380 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:48.380 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:48.380 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:48.380 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637448157/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@50d89510] 2020-08-17 12:10:48.380 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.380 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.380 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:48.380 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:48.380 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:48.381 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:48.381 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637448157/debug_crop_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7c0e2449] 2020-08-17 12:10:48.381 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.381 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.381 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:48.381 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:48.381 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:48.381 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:48.381 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637448157/debug_crop_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@23111810] 2020-08-17 12:10:48.381 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.384 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.384 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.384 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:48.384 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:48.384 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:48.384 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:48.384 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:48.384 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:48.384 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:48.384 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:48.384 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637448157/debug_crop_8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@61f7fe3e] 2020-08-17 12:10:48.384 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637448157/debug_crop_7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1ac261fc] 2020-08-17 12:10:48.384 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.384 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.391 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:48.390 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:48.391 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.391 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.391 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:48.391 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:48.393 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:48.393 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.393 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:48.395 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:48.395 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:48.395 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.395 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.395 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:48.395 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:48.398 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.398 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:48.398 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.398 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:48.398 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:48.398 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:48.398 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:48.398 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:48.398 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:48.398 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637448157/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4e0d3b00] 2020-08-17 12:10:48.398 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:48.398 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.398 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637448157/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1cc534d3] 2020-08-17 12:10:48.399 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.402 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.402 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:48.402 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:48.402 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:48.402 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:48.403 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637448157/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1855454a] 2020-08-17 12:10:48.403 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.405 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.405 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.405 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:48.406 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:48.406 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:48.406 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:48.406 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:48.406 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:48.406 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:48.407 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:48.407 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637448157/debug_resize_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@62276a9f] 2020-08-17 12:10:48.407 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:48.407 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.407 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.407 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637448157/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@46bc625d] 2020-08-17 12:10:48.407 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:48.407 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.412 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:48.412 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.413 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:48.413 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.413 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:48.413 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:48.413 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:48.413 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:48.413 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637448157/debug_resize_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@54e6616c] 2020-08-17 12:10:48.413 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.417 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:48.417 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.417 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:48.418 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.418 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:48.419 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:48.419 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:48.419 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:48.419 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637448157/debug_resize_7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1beaabc3] 2020-08-17 12:10:48.419 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.422 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:48.423 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.423 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:48.423 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:48.423 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.423 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.423 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:48.423 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:48.423 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:48.424 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:48.425 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.425 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:48.424 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:48.426 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:48.426 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.426 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:48.426 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:48.427 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637448157/debug_resize_8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@58b5c48b] 2020-08-17 12:10:48.427 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.429 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:48.429 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.429 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:48.436 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:48.436 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:48.436 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:49.753 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.754 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:49.754 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:10:49.754 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:49.754 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:10:49.754 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E8%8B%8FN%C2%B700000.jpg, true] 2020-08-17 12:10:49.754 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.952 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=131, fileName=苏N·00000.jpg, filePath=D:/PlateDetect/06_黑牌/苏N·00000.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 04:10:48, tempPath=D:/PlateDetect/temp/1597637449757/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3044, parentId=131, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3041, parentId=131, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3028, parentId=131, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3037, parentId=131, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3038, parentId=131, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3033, parentId=131, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3029, parentId=131, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3027, parentId=131, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3034, parentId=131, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3036, parentId=131, fileName=debug_crop_5.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_crop_5.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3030, parentId=131, fileName=debug_crop_6.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_crop_6.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3032, parentId=131, fileName=debug_crop_7.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_crop_7.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3042, parentId=131, fileName=debug_crop_8.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_crop_8.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3031, parentId=131, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3035, parentId=131, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3025, parentId=131, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3045, parentId=131, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3026, parentId=131, fileName=debug_resize_5.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_resize_5.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3039, parentId=131, fileName=debug_resize_6.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_resize_6.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3043, parentId=131, fileName=debug_resize_7.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_resize_7.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3040, parentId=131, fileName=debug_resize_8.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_resize_8.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3024, parentId=131, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637449757/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=未知, sort=99)]) 2020-08-17 12:10:49.952 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.963 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.963 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.963 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:49.963 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:49.963 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:49.963 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:49.964 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:49.964 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:49.964 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:49.964 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:49.964 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@b38e4fc] 2020-08-17 12:10:49.964 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@30a72643] 2020-08-17 12:10:49.964 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.964 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.965 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.965 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:49.965 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:49.965 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:49.965 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:49.965 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1349550e] 2020-08-17 12:10:49.965 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.965 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.965 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:49.966 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:49.966 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:49.966 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:49.966 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@63b4e92d] 2020-08-17 12:10:49.966 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.966 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.967 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.967 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:49.967 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:49.967 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:49.967 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:49.967 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@34ce2bc1] 2020-08-17 12:10:49.967 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.968 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:49.968 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:49.968 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:49.968 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:49.968 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2d1742ed] 2020-08-17 12:10:49.968 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.973 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:49.973 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.973 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:49.973 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:49.973 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.973 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:49.976 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:49.976 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.976 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:49.977 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:49.977 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.977 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:49.977 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:49.977 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.977 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:49.978 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:49.978 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.978 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:49.980 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.980 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:49.980 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:49.980 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:49.980 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:49.980 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6e92d6bd] 2020-08-17 12:10:49.980 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.981 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:49.982 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.982 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:49.984 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.984 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:49.984 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:49.984 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:49.984 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:49.984 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@291774a9] 2020-08-17 12:10:49.984 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.987 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:49.987 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.987 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:49.990 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.991 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:49.991 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:49.991 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:49.991 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:49.991 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1d3c80fe] 2020-08-17 12:10:49.991 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.991 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.992 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:49.992 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:49.992 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:49.992 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:49.992 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@296e469c] 2020-08-17 12:10:49.992 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.992 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.992 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:49.992 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:49.993 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:49.993 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:49.993 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_crop_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@64ed57] 2020-08-17 12:10:49.993 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.994 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:49.994 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.994 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:49.994 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.994 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:49.994 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:49.994 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:49.994 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:49.994 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_crop_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@345d8212] 2020-08-17 12:10:49.994 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.995 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:49.995 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.995 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:49.996 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.996 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:49.996 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.996 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:49.996 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:49.996 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:49.996 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:49.996 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:49.997 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:49.997 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_crop_8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6dc2bb8] 2020-08-17 12:10:49.997 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.997 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:49.997 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_crop_7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2d223b43] 2020-08-17 12:10:49.997 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:49.998 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:50.000 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.000 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:50.000 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.000 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:50.000 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:49.999 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.000 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:50.001 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:50.001 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:50.001 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:50.001 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6a726b96] 2020-08-17 12:10:50.001 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.001 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.002 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:50.002 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:50.002 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:50.002 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:50.002 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@33118785] 2020-08-17 12:10:50.002 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:50.002 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.002 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.002 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:50.002 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:50.002 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.002 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:50.007 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:50.007 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:50.007 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.007 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.007 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:50.007 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:50.007 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.008 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:50.008 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:50.008 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:50.008 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:50.008 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1ec5b82b] 2020-08-17 12:10:50.008 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.009 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.009 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:50.009 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:50.009 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:50.009 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:50.009 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1f9ec263] 2020-08-17 12:10:50.009 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.010 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:50.010 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.010 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:50.011 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:50.011 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.012 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:50.013 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.013 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:50.013 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:50.013 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:50.013 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:50.013 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_resize_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3fa0f22f] 2020-08-17 12:10:50.014 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.014 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.014 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:50.014 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:50.014 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:50.014 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:50.014 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_resize_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@8a720f] 2020-08-17 12:10:50.014 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.016 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.016 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:50.016 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.016 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:50.016 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:50.016 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:50.016 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:50.017 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_resize_7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@40795051] 2020-08-17 12:10:50.017 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.016 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:50.018 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:50.018 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:50.018 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:50.018 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_resize_8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@266ab5c0] 2020-08-17 12:10:50.018 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.018 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.018 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:50.018 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:50.018 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.019 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:50.020 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:50.021 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.021 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:50.022 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:50.022 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:50.022 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:51.862 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:51.862 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:51.862 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:51.862 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:51.862 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:10:51.862 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:51.862 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:51.863 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:51.863 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:10:51.863 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E9%BB%91A%C2%B788888.jpg, false] 2020-08-17 12:10:51.863 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:51.863 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:51.863 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E9%BB%91A%C2%B788888.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6b8382d7] 2020-08-17 12:10:51.863 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:51.863 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:51.863 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:51.863 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:52.019 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=132, fileName=黑A·88888.jpg, filePath=D:/PlateDetect/06_黑牌/黑A·88888.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 04:10:51, tempPath=D:/PlateDetect/temp/1597637451890/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3055, parentId=132, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637451890/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:10:51, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3051, parentId=132, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637451890/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:10:51, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3054, parentId=132, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637451890/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:10:51, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3050, parentId=132, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637451890/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:10:51, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3049, parentId=132, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637451890/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:10:51, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3056, parentId=132, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637451890/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:10:51, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3053, parentId=132, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637451890/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:51, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3058, parentId=132, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637451890/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:51, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3052, parentId=132, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637451890/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:51, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3047, parentId=132, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637451890/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:51, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3048, parentId=132, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637451890/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:51, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3057, parentId=132, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637451890/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:51, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3046, parentId=132, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637451890/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:10:51, recoPlate=, plateColor=未知, sort=99)]) 2020-08-17 12:10:52.019 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.029 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.029 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:52.029 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:52.029 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:52.029 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:52.029 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637451890/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@85fe505] 2020-08-17 12:10:52.029 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.030 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.030 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:52.030 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:52.030 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:52.030 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:52.030 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637451890/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7e3748bc] 2020-08-17 12:10:52.030 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.031 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.032 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:52.032 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.032 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:52.032 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:52.032 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:52.032 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637451890/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@35bfe27b] 2020-08-17 12:10:52.032 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.032 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.032 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:52.032 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:52.032 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:52.032 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:52.032 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:52.032 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:52.032 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:52.032 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:52.032 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637451890/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@35dcad61] 2020-08-17 12:10:52.032 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637451890/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4146c9a0] 2020-08-17 12:10:52.032 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.032 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.033 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.033 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:52.033 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:52.033 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:52.033 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:52.033 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637451890/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@678bb665] 2020-08-17 12:10:52.033 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.041 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:52.041 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.041 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:52.043 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:52.043 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:52.043 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.043 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.043 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:52.043 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:52.043 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:52.043 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.043 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:52.044 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:52.044 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.044 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:52.044 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:52.044 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.044 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:52.046 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.047 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:52.047 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:52.047 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:52.047 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:52.047 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637451890/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@411d6c73] 2020-08-17 12:10:52.047 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.048 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:52.048 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.048 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:52.058 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.058 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:52.058 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:52.059 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:52.059 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:52.059 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.059 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637451890/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2faeed70] 2020-08-17 12:10:52.059 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:52.059 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.059 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:52.059 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:52.059 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:52.059 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.059 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637451890/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@66a2df82] 2020-08-17 12:10:52.059 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:52.059 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:52.059 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.059 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:52.059 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:52.059 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637451890/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1c53df1a] 2020-08-17 12:10:52.059 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.065 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.065 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:52.065 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:52.065 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:52.066 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:52.066 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637451890/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@523508a1] 2020-08-17 12:10:52.066 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.066 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.066 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:52.066 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:52.066 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:52.066 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:52.066 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637451890/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@51f51503] 2020-08-17 12:10:52.066 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.067 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:52.067 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.067 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:52.067 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:52.067 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.067 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:52.067 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:52.067 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.067 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:52.074 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:52.074 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.074 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:52.076 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:52.076 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.076 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:52.083 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.083 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:52.083 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:52.083 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:52.083 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:52.083 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637451890/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@701c9053] 2020-08-17 12:10:52.083 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.090 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:52.090 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:52.090 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:53.720 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.721 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:53.721 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:10:53.721 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:53.721 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:10:53.721 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E9%BB%91A%C2%B788888.jpg, true] 2020-08-17 12:10:53.721 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.873 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=132, fileName=黑A·88888.jpg, filePath=D:/PlateDetect/06_黑牌/黑A·88888.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 04:10:51, tempPath=D:/PlateDetect/temp/1597637453723/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3067, parentId=132, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637453723/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:10:53, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3066, parentId=132, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637453723/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:10:53, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3064, parentId=132, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637453723/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:10:53, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3062, parentId=132, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637453723/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:10:53, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3069, parentId=132, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637453723/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:10:53, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3065, parentId=132, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637453723/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:53, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3070, parentId=132, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637453723/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:53, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3063, parentId=132, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637453723/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:53, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3060, parentId=132, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637453723/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:53, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3061, parentId=132, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637453723/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:53, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3068, parentId=132, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637453723/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:53, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3059, parentId=132, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637453723/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:10:53, recoPlate=, plateColor=未知, sort=99)]) 2020-08-17 12:10:53.873 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.884 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.884 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:53.884 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:53.884 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:53.884 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:53.884 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637453723/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@790fa022] 2020-08-17 12:10:53.884 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.885 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.885 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:53.885 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:53.885 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:53.885 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:53.885 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.886 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:53.886 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637453723/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@f3cd6f8] 2020-08-17 12:10:53.886 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:53.886 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.886 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:53.886 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:53.886 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637453723/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@55790155] 2020-08-17 12:10:53.886 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.888 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.888 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:53.888 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.888 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:53.888 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:53.888 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:53.888 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:53.888 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.888 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:53.889 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637453723/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2e1eb6cf] 2020-08-17 12:10:53.889 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:53.889 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.889 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:53.889 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:53.889 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:53.889 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637453723/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@10c5ce41] 2020-08-17 12:10:53.889 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.889 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:53.889 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:53.889 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637453723/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@263253f8] 2020-08-17 12:10:53.890 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.893 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:53.893 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.893 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:53.894 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:53.894 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.894 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:53.896 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:53.896 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.896 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:53.900 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:53.901 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.901 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:53.901 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:53.901 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.901 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:53.901 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.901 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:53.901 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:53.901 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:53.901 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:53.901 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637453723/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@84ddb16] 2020-08-17 12:10:53.901 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.904 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:53.904 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.904 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:53.905 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:53.905 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.905 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:53.908 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.909 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:53.909 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:53.909 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:53.909 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:53.909 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637453723/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2aea1b64] 2020-08-17 12:10:53.909 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.911 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:53.911 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.911 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:53.914 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.914 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:53.914 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:53.914 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:53.914 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:53.915 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637453723/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@17fae403] 2020-08-17 12:10:53.915 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.915 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.916 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:53.916 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:53.916 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:53.916 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:53.916 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637453723/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5d345a66] 2020-08-17 12:10:53.916 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.916 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.916 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:53.916 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.916 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:53.917 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:10:53.917 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:53.917 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:10:53.917 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:53.917 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:10:53.917 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637453723/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5ea6f401] 2020-08-17 12:10:53.917 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.917 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:10:53.917 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637453723/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@698787d7] 2020-08-17 12:10:53.917 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.919 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:53.919 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:53.919 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.919 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:53.919 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.919 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:53.919 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.919 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:53.919 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:10:53.919 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:10:53.920 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:10:53.920 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:22.544 [main] INFO com.yuxue.Application - Starting Application on H with PID 11456 (started by 韩先生 in D:\吃饭家伙\Java\Java文件\yx-image-recognition) 2020-08-17 12:12:22.548 [main] INFO com.yuxue.Application - The following profiles are active: dev 2020-08-17 12:12:24.845 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'threadPoolConfig' of type [com.yuxue.config.ThreadPoolConfig$$EnhancerBySpringCGLIB$$e5b31657] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-08-17 12:12:24.996 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$30510d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-08-17 12:12:25.148 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'defaultAopConfig' of type [com.yuxue.aop.DefaultAopConfig$$EnhancerBySpringCGLIB$$ea338430] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-08-17 12:12:25.161 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'resultAop' of type [org.springframework.aop.support.DefaultPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-08-17 12:12:26.105 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 16666 (http) 2020-08-17 12:12:26.158 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat] 2020-08-17 12:12:26.159 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.19] 2020-08-17 12:12:26.415 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext 2020-08-17 12:12:26.531 [main] INFO o.s.boot.web.servlet.RegistrationBean - Servlet statViewServlet was not registered (possibly already registered?) 2020-08-17 12:12:26.853 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited 2020-08-17 12:12:27.891 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'taskExecutor' 2020-08-17 12:12:28.989 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler' 2020-08-17 12:12:29.154 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed 2020-08-17 12:12:29.184 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) 2020-08-17 12:12:29.201 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references 2020-08-17 12:12:29.475 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 16666 (http) with context path '' 2020-08-17 12:12:29.480 [main] INFO com.yuxue.Application - Started Application in 8.326 seconds (JVM running for 8.86) 2020-08-17 12:12:30.408 [http-nio-16666-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' 2020-08-17 12:12:30.464 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:30.465 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:30.466 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666/index 2020-08-17 12:12:30.466 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:30.468 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.CommonController.indexPage 2020-08-17 12:12:30.468 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [] 2020-08-17 12:12:30.469 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:30.475 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: home/index 2020-08-17 12:12:30.475 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:30.476 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:30.936 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:30.936 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:30.937 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666/systemMenu/getUserMenu 2020-08-17 12:12:30.937 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:30.937 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.SystemMenuController.getUserMenu 2020-08-17 12:12:30.937 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [] 2020-08-17 12:12:30.937 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:31.421 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: {third=java.util.stream.ReferencePipeline$2@475b9475, first=java.util.stream.ReferencePipeline$2@361c9d97, second=java.util.stream.ReferencePipeline$2@3cce1d0c} 2020-08-17 12:12:31.422 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:31.685 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:31.685 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:31.685 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/getProcessStep 2020-08-17 12:12:31.686 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:31.686 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.getProcessStep 2020-08-17 12:12:31.686 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [] 2020-08-17 12:12:31.686 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:31.699 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:31.700 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:31.700 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir 2020-08-17 12:12:31.701 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:31.701 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir 2020-08-17 12:12:31.701 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [null, png,jpg,jpeg] 2020-08-17 12:12:31.701 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:31.705 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: {result=99, debug_GaussianBlur=0, debug_gray=1, debug_Sobel=2, debug_threshold=3, debug_morphology=4, debug_Contours=5, debug_result=6, debug_crop=7, debug_resize=8, debug_char_threshold=9, debug_specMat=11, debug_chineseMat=12, debug_char_auxRoi=13} 2020-08-17 12:12:31.706 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:31.793 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: [{"fileName":"01_蓝牌","filePath":"D:\\PlateDetect\\01_蓝牌","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\01_蓝牌","isDir":true}, {"fileName":"02_黄牌","filePath":"D:\\PlateDetect\\02_黄牌","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\02_黄牌","isDir":true}, {"fileName":"03_绿牌","filePath":"D:\\PlateDetect\\03_绿牌","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\03_绿牌","isDir":true}, {"fileName":"04_多车牌","filePath":"D:\\PlateDetect\\04_多车牌","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\04_多车牌","isDir":true}, {"fileName":"05_夜间","filePath":"D:\\PlateDetect\\05_夜间","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\05_夜间","isDir":true}, {"fileName":"06_黑牌","filePath":"D:\\PlateDetect\\06_黑牌","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\06_黑牌","isDir":true}, {"fileName":"99_其他","filePath":"D:\\PlateDetect\\99_其他","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\99_其他","isDir":true}, {"fileName":"temp","filePath":"D:\\PlateDetect\\temp","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\temp","isDir":true}, {"fileName":"train","filePath":"D:\\PlateDetect\\train","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\train","isDir":true}, {"fileName":"Video","filePath":"D:\\PlateDetect\\Video","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\Video","isDir":true}, {"fileName":"Video_Grab","filePath":"D:\\PlateDetect\\Video_Grab","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\Video_Grab","isDir":true}] 2020-08-17 12:12:31.793 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:32.881 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:32.882 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:32.882 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir 2020-08-17 12:12:32.882 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:32.882 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir 2020-08-17 12:12:32.883 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C, png,jpg,jpeg] 2020-08-17 12:12:32.883 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:32.885 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: [{"fileName":"京A·88731.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\京A·88731.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\京A·88731.jpg","isDir":false}, {"fileName":"京C·X8888.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\京C·X8888.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\京C·X8888.jpg","isDir":false}, {"fileName":"京H·99999.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\京H·99999.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\京H·99999.jpg","isDir":false}, {"fileName":"京K·M6680.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\京K·M6680.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\京K·M6680.jpg","isDir":false}, {"fileName":"京P·8BK60.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\京P·8BK60.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\京P·8BK60.jpg","isDir":false}, {"fileName":"浙A·88888.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\浙A·88888.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\浙A·88888.jpg","isDir":false}, {"fileName":"湘G·60009.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\湘G·60009.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\湘G·60009.jpg","isDir":false}, {"fileName":"粤B·TM529.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\粤B·TM529.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\粤B·TM529.jpg","isDir":false}, {"fileName":"苏E·6HX29.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\苏E·6HX29.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\苏E·6HX29.jpg","isDir":false}, {"fileName":"赣E·88888.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\赣E·88888.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\赣E·88888.jpg","isDir":false}, {"fileName":"鄂C·D3098.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\鄂C·D3098.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\鄂C·D3098.jpg","isDir":false}, {"fileName":"闽H·BI508.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\闽H·BI508.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\闽H·BI508.jpg","isDir":false}, {"fileName":"鲁A·88888.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\鲁A·88888.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\鲁A·88888.jpg","isDir":false}, {"fileName":"鲁B·995EQ.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\鲁B·995EQ.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\鲁B·995EQ.jpg","isDir":false}, {"fileName":"鲁B·QG527.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\鲁B·QG527.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\鲁B·QG527.jpg","isDir":false}, {"fileName":"鲁J·RW350.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\鲁J·RW350.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\鲁J·RW350.jpg","isDir":false}, {"fileName":"鲁K·K5555.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\鲁K·K5555.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\鲁K·K5555.jpg","isDir":false}, {"fileName":"黑A·B4444.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\黑A·B4444.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\黑A·B4444.jpg","isDir":false}, {"fileName":"黑A·I634I.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\黑A·I634I.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\黑A·I634I.jpg","isDir":false}] 2020-08-17 12:12:32.886 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:33.515 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:33.516 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:33.516 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:12:33.516 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:33.516 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:12:33.516 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACA%C2%B788731.jpg, false] 2020-08-17 12:12:33.516 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:33.518 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:33.519 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:33.519 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:33.519 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:33.519 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:33.519 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACA%C2%B788731.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2fe1b766] 2020-08-17 12:12:33.519 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:33.522 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:33.523 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:33.523 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:33.529 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=36, fileName=京A·88731.jpg, filePath=D:/PlateDetect/01_蓝牌/京A·88731.jpg, fileType=jpg, fileLength=0, plate=京A88731, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642730597/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 12:12:33.529 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:34.666 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:34.667 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:34.667 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:12:34.667 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:34.667 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:12:34.667 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACA%C2%B788731.jpg, true] 2020-08-17 12:12:34.667 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.078 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=36, fileName=京A·88731.jpg, filePath=D:/PlateDetect/01_蓝牌/京A·88731.jpg, fileType=jpg, fileLength=0, plate=京A88731, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637554670/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3101, parentId=36, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3088, parentId=36, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3104, parentId=36, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3097, parentId=36, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3099, parentId=36, fileName=debug_char_contour11.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour11.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3098, parentId=36, fileName=debug_char_contour12.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour12.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3094, parentId=36, fileName=debug_char_contour13.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour13.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3080, parentId=36, fileName=debug_char_contour14.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour14.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3091, parentId=36, fileName=debug_char_contour15.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour15.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3086, parentId=36, fileName=debug_char_contour16.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour16.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3112, parentId=36, fileName=debug_char_contour17.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour17.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3114, parentId=36, fileName=debug_char_contour18.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour18.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3113, parentId=36, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3109, parentId=36, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3111, parentId=36, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3110, parentId=36, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3087, parentId=36, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3085, parentId=36, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3081, parentId=36, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3084, parentId=36, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3096, parentId=36, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3090, parentId=36, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3100, parentId=36, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3079, parentId=36, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3072, parentId=36, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3073, parentId=36, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3077, parentId=36, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3075, parentId=36, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3076, parentId=36, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3095, parentId=36, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3089, parentId=36, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3093, parentId=36, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3078, parentId=36, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3082, parentId=36, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3106, parentId=36, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3074, parentId=36, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3105, parentId=36, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3102, parentId=36, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3103, parentId=36, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3107, parentId=36, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3108, parentId=36, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3092, parentId=36, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3083, parentId=36, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3071, parentId=36, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637554670/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=京A88731, plateColor=蓝牌, sort=99)]) 2020-08-17 12:12:37.079 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.102 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.103 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.103 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.103 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.103 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.103 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@386b84df] 2020-08-17 12:12:37.104 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.105 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.106 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.106 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.106 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.106 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.107 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@70693ba2] 2020-08-17 12:12:37.107 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.109 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.109 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.109 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.110 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.110 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.110 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4ed854ff] 2020-08-17 12:12:37.110 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.112 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.112 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.112 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.112 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.112 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.112 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.112 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.112 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.113 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.113 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.113 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.113 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.113 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour12.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1b5f02a4] 2020-08-17 12:12:37.113 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour11.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6b7788d5] 2020-08-17 12:12:37.113 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.113 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.113 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.113 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.113 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.113 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6a73b247] 2020-08-17 12:12:37.113 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.119 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.120 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.121 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.122 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.123 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.123 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.123 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.124 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.124 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.124 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.124 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.124 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.128 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.128 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.128 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.129 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.129 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.129 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.136 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.136 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.136 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.136 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.136 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.136 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.136 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.136 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.136 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.136 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.136 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.136 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.136 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.137 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour14.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6d6293cc] 2020-08-17 12:12:37.137 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.137 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour13.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@abd3858] 2020-08-17 12:12:37.137 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.137 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.137 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.137 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@25efcc30] 2020-08-17 12:12:37.137 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.139 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.139 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.139 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.139 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.139 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.139 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.139 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.139 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.139 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour15.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@ad84859] 2020-08-17 12:12:37.139 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.144 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.144 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.144 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.144 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.144 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.144 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.144 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.144 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.145 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.145 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.145 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour17.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@59389f4b] 2020-08-17 12:12:37.145 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour16.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@36ac6da2] 2020-08-17 12:12:37.145 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.145 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.146 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.146 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.146 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.146 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.146 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.146 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour18.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@37ac5d5f] 2020-08-17 12:12:37.146 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.150 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.150 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.150 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.150 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.150 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.150 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.150 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.151 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.151 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.155 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.155 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.155 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.155 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.156 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.156 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.160 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.160 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.160 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.160 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.161 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.161 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7eaedbdf] 2020-08-17 12:12:37.161 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.161 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.161 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.161 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.161 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.161 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.161 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.161 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.161 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.161 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.162 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.162 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@127eb5e] 2020-08-17 12:12:37.162 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1e10924f] 2020-08-17 12:12:37.162 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.162 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.164 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.164 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.164 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.164 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.164 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.165 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.165 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.165 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.165 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.165 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.165 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.165 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@24914d08] 2020-08-17 12:12:37.165 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.165 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.165 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@45ec3133] 2020-08-17 12:12:37.165 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.165 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.172 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.173 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.173 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.174 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.174 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.174 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.174 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.174 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.175 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.175 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5226f72a] 2020-08-17 12:12:37.175 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.175 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.176 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.180 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.181 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.181 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.183 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.182 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.186 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.185 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.186 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.186 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.186 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.187 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.187 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.187 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.187 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3764748e] 2020-08-17 12:12:37.187 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.187 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.189 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.190 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.190 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.190 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.191 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.191 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3293efaf] 2020-08-17 12:12:37.192 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.194 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.194 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.194 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.194 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.194 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.195 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6207ebe] 2020-08-17 12:12:37.196 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.196 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.196 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.196 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.196 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.196 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.196 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3c3831fc] 2020-08-17 12:12:37.196 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.197 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.197 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.197 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.198 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.198 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.198 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@47190e80] 2020-08-17 12:12:37.198 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.209 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.210 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.210 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.210 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.210 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.210 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.211 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.211 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.211 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.211 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.211 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.211 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.219 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.219 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.219 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.219 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.219 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.219 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@422da2ef] 2020-08-17 12:12:37.219 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.222 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.222 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.222 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.222 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.222 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.222 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.222 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.223 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.223 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@39056675] 2020-08-17 12:12:37.223 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.223 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.223 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.223 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.223 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.223 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.223 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7a9150d2] 2020-08-17 12:12:37.223 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.224 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.224 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.224 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.224 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.224 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.224 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@44f2f5c8] 2020-08-17 12:12:37.224 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.226 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.226 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.226 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.231 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.231 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.231 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.232 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.232 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.232 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@313a7ace] 2020-08-17 12:12:37.232 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.233 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.233 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.233 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.233 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.233 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.233 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.234 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.234 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.234 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.235 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.235 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.235 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.235 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.235 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.235 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@ad3bd29] 2020-08-17 12:12:37.235 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.241 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.241 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.241 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.241 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.242 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.242 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6bde378e] 2020-08-17 12:12:37.242 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.243 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.243 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.243 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.243 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.243 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.243 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4e617d5d] 2020-08-17 12:12:37.243 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.245 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.245 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.245 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.245 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.245 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.245 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@34cc6c10] 2020-08-17 12:12:37.245 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.247 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.247 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.247 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.248 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.248 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.248 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.255 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.255 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.255 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.255 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.255 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.255 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.256 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.256 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.257 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.257 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.257 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.257 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.257 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.257 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.257 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.258 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.258 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.258 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@77916799] 2020-08-17 12:12:37.258 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.261 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.262 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.262 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.262 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.262 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.262 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@377708a4] 2020-08-17 12:12:37.262 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.270 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.270 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.270 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.270 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.270 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.270 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3f93d1e4] 2020-08-17 12:12:37.270 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.271 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.271 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.271 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.271 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.271 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.271 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@deab14a] 2020-08-17 12:12:37.271 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.272 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.272 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.273 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.273 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.273 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.273 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@260e584a] 2020-08-17 12:12:37.273 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.273 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.274 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.274 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.274 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.274 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.274 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.274 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.274 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.277 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.278 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@ef98eea] 2020-08-17 12:12:37.279 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.279 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.279 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.278 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.279 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.280 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.286 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.286 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.286 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.288 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.288 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.288 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.289 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.289 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.289 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@22a85f57] 2020-08-17 12:12:37.289 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.295 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.295 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.296 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.296 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.296 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.296 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2dbdfb9a] 2020-08-17 12:12:37.296 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.296 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.296 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.296 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.296 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.296 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.296 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@49ea5747] 2020-08-17 12:12:37.297 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.297 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.297 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.298 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.298 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.298 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.298 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@694d1410] 2020-08-17 12:12:37.299 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.301 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.301 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.301 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.308 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.309 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.309 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.313 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.313 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:12:37.316 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:12:37.316 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:12:37.316 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:12:37.316 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@133858c8] 2020-08-17 12:12:37.317 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.315 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.317 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.317 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.318 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.318 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.318 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.321 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.321 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.321 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.323 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.324 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.324 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:12:37.328 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:12:37.329 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:12:37.329 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:28.406 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:28.407 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:28.407 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666/index 2020-08-17 12:13:28.407 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:28.407 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.CommonController.indexPage 2020-08-17 12:13:28.407 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [] 2020-08-17 12:13:28.407 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:28.407 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: home/index 2020-08-17 12:13:28.407 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:28.407 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:28.491 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:28.491 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:28.491 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666/systemMenu/getUserMenu 2020-08-17 12:13:28.491 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:28.491 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.SystemMenuController.getUserMenu 2020-08-17 12:13:28.491 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [] 2020-08-17 12:13:28.491 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:28.494 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: {third=java.util.stream.ReferencePipeline$2@12f2f1d6, first=java.util.stream.ReferencePipeline$2@7708cb05, second=java.util.stream.ReferencePipeline$2@15062320} 2020-08-17 12:13:28.494 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:28.559 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:28.559 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:28.560 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir 2020-08-17 12:13:28.560 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:28.560 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir 2020-08-17 12:13:28.560 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [null, png,jpg,jpeg] 2020-08-17 12:13:28.560 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:28.561 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: [{"fileName":"01_蓝牌","filePath":"D:\\PlateDetect\\01_蓝牌","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\01_蓝牌","isDir":true}, {"fileName":"02_黄牌","filePath":"D:\\PlateDetect\\02_黄牌","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\02_黄牌","isDir":true}, {"fileName":"03_绿牌","filePath":"D:\\PlateDetect\\03_绿牌","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\03_绿牌","isDir":true}, {"fileName":"04_多车牌","filePath":"D:\\PlateDetect\\04_多车牌","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\04_多车牌","isDir":true}, {"fileName":"05_夜间","filePath":"D:\\PlateDetect\\05_夜间","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\05_夜间","isDir":true}, {"fileName":"06_黑牌","filePath":"D:\\PlateDetect\\06_黑牌","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\06_黑牌","isDir":true}, {"fileName":"99_其他","filePath":"D:\\PlateDetect\\99_其他","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\99_其他","isDir":true}, {"fileName":"temp","filePath":"D:\\PlateDetect\\temp","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\temp","isDir":true}, {"fileName":"train","filePath":"D:\\PlateDetect\\train","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\train","isDir":true}, {"fileName":"Video","filePath":"D:\\PlateDetect\\Video","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\Video","isDir":true}, {"fileName":"Video_Grab","filePath":"D:\\PlateDetect\\Video_Grab","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\Video_Grab","isDir":true}] 2020-08-17 12:13:28.561 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:28.562 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:28.562 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:28.562 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/getProcessStep 2020-08-17 12:13:28.562 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:28.562 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.getProcessStep 2020-08-17 12:13:28.562 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [] 2020-08-17 12:13:28.562 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:28.562 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: {result=99, debug_GaussianBlur=0, debug_gray=1, debug_Sobel=2, debug_threshold=3, debug_morphology=4, debug_Contours=5, debug_result=6, debug_crop=7, debug_resize=8, debug_char_threshold=9, debug_specMat=11, debug_chineseMat=12, debug_char_auxRoi=13} 2020-08-17 12:13:28.562 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:30.304 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:30.305 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:30.305 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir 2020-08-17 12:13:30.305 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:30.305 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir 2020-08-17 12:13:30.305 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C, png,jpg,jpeg] 2020-08-17 12:13:30.305 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:30.306 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: [{"fileName":"京A·88731.jpg","filePath":"D:\\PlateDetect\\06_黑牌\\京A·88731.jpg","pid":"D:\\PlateDetect\\06_黑牌","id":"D:\\PlateDetect\\06_黑牌\\京A·88731.jpg","isDir":false}, {"fileName":"冀B·99999.jpg","filePath":"D:\\PlateDetect\\06_黑牌\\冀B·99999.jpg","pid":"D:\\PlateDetect\\06_黑牌","id":"D:\\PlateDetect\\06_黑牌\\冀B·99999.jpg","isDir":false}, {"fileName":"粤S·36359.jpg","filePath":"D:\\PlateDetect\\06_黑牌\\粤S·36359.jpg","pid":"D:\\PlateDetect\\06_黑牌","id":"D:\\PlateDetect\\06_黑牌\\粤S·36359.jpg","isDir":false}, {"fileName":"苏N·00000.jpg","filePath":"D:\\PlateDetect\\06_黑牌\\苏N·00000.jpg","pid":"D:\\PlateDetect\\06_黑牌","id":"D:\\PlateDetect\\06_黑牌\\苏N·00000.jpg","isDir":false}, {"fileName":"黑A·88888.jpg","filePath":"D:\\PlateDetect\\06_黑牌\\黑A·88888.jpg","pid":"D:\\PlateDetect\\06_黑牌","id":"D:\\PlateDetect\\06_黑牌\\黑A·88888.jpg","isDir":false}] 2020-08-17 12:13:30.306 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.452 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.452 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.452 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:31.453 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:31.453 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:13:31.453 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:31.453 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:31.453 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:31.453 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:31.453 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:13:31.453 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E4%BA%ACA%C2%B788731.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@54355bf6] 2020-08-17 12:13:31.453 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.453 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E4%BA%ACA%C2%B788731.jpg, false] 2020-08-17 12:13:31.453 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.453 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:31.453 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.453 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:31.620 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=133, fileName=京A·88731.jpg, filePath=D:/PlateDetect/06_黑牌/京A·88731.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 04:13:31, tempPath=D:/PlateDetect/temp/1597637611480/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3126, parentId=133, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637611480/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:13:31, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3122, parentId=133, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637611480/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:13:31, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3124, parentId=133, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637611480/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:13:31, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3119, parentId=133, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637611480/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:13:31, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3120, parentId=133, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637611480/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:13:31, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3125, parentId=133, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637611480/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:13:31, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3123, parentId=133, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637611480/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:13:31, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3127, parentId=133, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637611480/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:13:31, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3121, parentId=133, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597637611480/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:13:31, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3118, parentId=133, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637611480/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:13:31, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3116, parentId=133, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637611480/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:13:31, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3117, parentId=133, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637611480/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:13:31, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3128, parentId=133, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597637611480/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:13:31, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3115, parentId=133, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637611480/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:13:31, recoPlate=, plateColor=未知, sort=99)]) 2020-08-17 12:13:31.620 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.632 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.632 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:31.633 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:31.633 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:31.633 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:31.633 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637611480/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7d5b9ef7] 2020-08-17 12:13:31.633 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.633 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.634 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:31.634 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:31.634 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:31.634 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:31.634 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637611480/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@46acf670] 2020-08-17 12:13:31.634 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.635 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.636 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:31.636 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:31.636 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:31.636 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:31.636 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637611480/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7fa50493] 2020-08-17 12:13:31.636 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.636 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.636 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:31.635 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.636 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:31.636 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:31.636 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:31.637 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:31.637 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:31.637 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637611480/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4dbeb02b] 2020-08-17 12:13:31.637 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:31.637 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.637 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:31.637 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637611480/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@d5084c8] 2020-08-17 12:13:31.637 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.637 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.637 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:31.637 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:31.637 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:31.637 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:31.638 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637611480/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3c5efac3] 2020-08-17 12:13:31.638 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.645 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:31.645 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:31.646 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.646 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.646 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:31.646 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:31.647 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:31.647 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.647 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:31.647 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:31.647 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.648 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:31.648 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:31.648 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.648 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:31.648 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:31.648 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.648 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:31.653 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.654 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:31.654 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:31.654 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:31.654 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:31.654 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637611480/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@575572c7] 2020-08-17 12:13:31.654 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.655 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:31.655 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.655 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:31.662 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.662 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:31.662 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:31.662 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:31.662 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:31.662 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637611480/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@241dcabf] 2020-08-17 12:13:31.663 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.668 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.668 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:31.668 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:31.668 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:31.668 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:31.668 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637611480/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@51650a40] 2020-08-17 12:13:31.668 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.669 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.669 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:31.669 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:31.669 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:31.669 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:31.669 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637611480/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6bef979d] 2020-08-17 12:13:31.669 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.668 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.669 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:31.669 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:31.670 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:31.670 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:31.670 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637611480/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@42a12398] 2020-08-17 12:13:31.670 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.670 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.670 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:31.670 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:31.670 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:31.671 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:31.671 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637611480/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5b64d7fd] 2020-08-17 12:13:31.671 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.674 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.675 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:31.675 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:31.675 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:31.675 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:31.675 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637611480/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@41949b65] 2020-08-17 12:13:31.675 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.685 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:31.685 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.685 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:31.687 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:31.687 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.687 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:31.688 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:31.689 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.689 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:31.689 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:31.690 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.690 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:31.691 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:31.691 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.692 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:31.694 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:31.694 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.694 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:31.695 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.695 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:31.695 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:31.695 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:31.695 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:31.695 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637611480/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4847840b] 2020-08-17 12:13:31.695 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.706 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:31.707 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:31.707 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:32.809 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:32.809 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:32.809 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:13:32.809 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:32.809 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:13:32.809 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E4%BA%ACA%C2%B788731.jpg, true] 2020-08-17 12:13:32.809 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:32.998 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=133, fileName=京A·88731.jpg, filePath=D:/PlateDetect/06_黑牌/京A·88731.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 04:13:31, tempPath=D:/PlateDetect/temp/1597637612812/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3139, parentId=133, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3136, parentId=133, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3141, parentId=133, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3133, parentId=133, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3140, parentId=133, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3132, parentId=133, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3135, parentId=133, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3134, parentId=133, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3137, parentId=133, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3130, parentId=133, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3131, parentId=133, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3138, parentId=133, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3129, parentId=133, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637612812/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=未知, sort=99)]) 2020-08-17 12:13:32.998 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.014 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.014 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:33.014 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:33.014 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:33.014 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:33.014 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@53270ca5] 2020-08-17 12:13:33.014 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.015 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.015 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:33.015 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:33.015 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:33.015 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:33.015 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@55c6db06] 2020-08-17 12:13:33.015 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.017 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.017 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:33.017 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:33.017 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:33.017 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:33.017 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@86b35ec] 2020-08-17 12:13:33.017 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.018 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.018 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:33.018 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:33.018 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:33.018 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:33.018 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@43a019fb] 2020-08-17 12:13:33.018 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.018 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.018 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:33.019 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:33.019 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.019 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:33.019 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:33.019 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@17be98d6] 2020-08-17 12:13:33.019 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.019 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:33.020 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:33.020 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:33.020 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:33.020 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@46c8dfb0] 2020-08-17 12:13:33.020 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.024 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:33.024 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:33.024 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.024 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.024 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:33.024 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:33.027 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:33.028 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.028 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:33.029 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:33.030 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.030 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:33.030 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.030 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:33.030 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:33.030 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:33.030 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:33.030 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.030 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:33.030 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:33.030 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.030 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:33.030 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:33.031 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@61c7b9d0] 2020-08-17 12:13:33.031 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.033 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:33.033 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.033 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:33.034 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.035 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:33.035 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:33.035 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:33.035 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:33.035 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5b6cb69e] 2020-08-17 12:13:33.035 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.038 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:33.038 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.038 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:33.041 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.041 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:33.041 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:33.041 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:33.041 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:33.041 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@79262ee5] 2020-08-17 12:13:33.041 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.042 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.042 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:33.042 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:33.042 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:33.042 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:33.042 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@15b05bf4] 2020-08-17 12:13:33.042 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.043 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.044 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:33.044 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:33.044 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:33.044 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:33.044 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:33.044 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.044 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2f8b1e53] 2020-08-17 12:13:33.044 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.044 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:33.044 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.044 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:33.044 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:33.044 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:33.045 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:33.045 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@337e4d6] 2020-08-17 12:13:33.045 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.045 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:33.046 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.046 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:33.047 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.047 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:33.047 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:33.047 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.047 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:33.047 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:33.047 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:33.047 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:33.048 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5d9d0dc2] 2020-08-17 12:13:33.048 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.051 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:33.052 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.052 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:33.054 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:33.054 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:33.054 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:42.987 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:42.988 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:42.988 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:13:42.988 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:42.988 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:13:42.988 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E5%86%80B%C2%B799999.jpg, false] 2020-08-17 12:13:42.988 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:42.988 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:42.988 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:42.988 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:42.988 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:42.988 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:42.988 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E5%86%80B%C2%B799999.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@46116cf1] 2020-08-17 12:13:42.988 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:42.989 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:42.989 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:42.989 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:42.997 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=129, fileName=冀B·99999.jpg, filePath=D:/PlateDetect/06_黑牌/冀B·99999.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 04:10:24, tempPath=D:/PlateDetect/temp/1597637424983/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=2976, parentId=129, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=2989, parentId=129, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637426414/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=2974, parentId=129, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=2987, parentId=129, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637426414/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=2979, parentId=129, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=2982, parentId=129, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637426414/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=2978, parentId=129, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=2985, parentId=129, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637426414/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=2971, parentId=129, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=2980, parentId=129, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637426414/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=2977, parentId=129, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=2988, parentId=129, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637426414/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=2973, parentId=129, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=2986, parentId=129, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637426414/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=2972, parentId=129, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=2983, parentId=129, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637426414/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=2970, parentId=129, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=2984, parentId=129, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637426414/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=2975, parentId=129, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637424983/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=2981, parentId=129, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637426414/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:27, recoPlate=, plateColor=, sort=8)]) 2020-08-17 12:13:42.997 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.010 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.010 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:43.011 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:43.011 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:43.011 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:43.011 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637424983/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5d83e841] 2020-08-17 12:13:43.011 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.011 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.011 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:43.012 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:43.012 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:43.012 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:43.012 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637426414/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4cf0f64] 2020-08-17 12:13:43.012 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.014 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.014 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:43.014 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:43.014 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:43.014 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:43.014 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637426414/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5e186af2] 2020-08-17 12:13:43.014 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.014 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.014 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:43.014 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:43.014 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:43.014 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:43.014 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637424983/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5a80d477] 2020-08-17 12:13:43.015 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.015 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.015 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:43.015 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:43.015 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:43.015 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:43.015 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637424983/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@343dd393] 2020-08-17 12:13:43.015 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.016 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.016 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:43.016 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:43.017 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:43.017 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:43.017 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637426414/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4ad82613] 2020-08-17 12:13:43.017 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.038 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.038 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:43.038 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:43.038 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:43.038 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:43.039 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637424983/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@67af1d35] 2020-08-17 12:13:43.039 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.039 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.039 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:43.039 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.039 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:43.039 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:43.039 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:43.039 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:43.039 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:43.039 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637424983/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3667a6c5] 2020-08-17 12:13:43.039 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.038 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.040 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:43.040 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:43.040 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:43.038 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.040 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:43.039 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:43.040 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:43.040 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637424983/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@651ad1b2] 2020-08-17 12:13:43.040 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:43.040 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637426414/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@79aefb2d] 2020-08-17 12:13:43.040 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.041 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.041 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:43.041 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:43.041 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:43.041 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:43.041 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637426414/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@649c703c] 2020-08-17 12:13:43.041 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.040 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.040 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:43.043 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:43.043 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:43.043 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637426414/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4d5e0091] 2020-08-17 12:13:43.045 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.062 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.063 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:43.063 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:43.063 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:43.063 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:43.063 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637424983/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@18ef809c] 2020-08-17 12:13:43.063 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.064 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.064 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:43.064 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:43.064 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:43.064 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:43.064 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637426414/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4ab4ef0] 2020-08-17 12:13:43.064 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.065 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.066 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:43.066 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:43.066 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:43.066 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:43.066 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637424983/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@12d1389b] 2020-08-17 12:13:43.066 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.069 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.071 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:43.071 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:43.071 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:43.071 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:43.071 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637424983/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@559a55e4] 2020-08-17 12:13:43.071 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.070 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.072 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:43.072 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:43.072 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:43.072 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:43.072 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637426414/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@11c3a506] 2020-08-17 12:13:43.072 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.070 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.073 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:43.073 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:43.073 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:43.073 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:43.073 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637426414/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@47381ef] 2020-08-17 12:13:43.073 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.093 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.093 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:43.093 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:43.093 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:43.093 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:43.093 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637424983/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@622b51e1] 2020-08-17 12:13:43.094 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.098 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:43.118 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:43.118 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:43.118 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:43.118 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:43.118 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637426414/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@118976c6] 2020-08-17 12:13:43.118 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.149 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.150 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:45.150 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:13:45.150 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:45.150 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:13:45.150 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E5%86%80B%C2%B799999.jpg, true] 2020-08-17 12:13:45.150 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.309 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=129, fileName=冀B·99999.jpg, filePath=D:/PlateDetect/06_黑牌/冀B·99999.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 04:10:24, tempPath=D:/PlateDetect/temp/1597637625152/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3151, parentId=129, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3150, parentId=129, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3144, parentId=129, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3147, parentId=129, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3143, parentId=129, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3149, parentId=129, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3148, parentId=129, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3145, parentId=129, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3142, parentId=129, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3146, parentId=129, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=8)]) 2020-08-17 12:13:45.309 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.318 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.318 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:45.318 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:45.318 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:45.318 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:45.318 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4421ab36] 2020-08-17 12:13:45.318 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.318 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.318 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:45.318 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:45.318 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:45.318 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:45.318 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@70eb3d22] 2020-08-17 12:13:45.318 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.319 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.319 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:45.319 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:45.319 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:45.319 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:45.319 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1df9c8a3] 2020-08-17 12:13:45.319 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.320 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.320 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:45.320 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:45.320 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.320 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:45.320 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.320 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:45.320 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:45.320 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:45.320 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:45.320 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@13ac5f9] 2020-08-17 12:13:45.320 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:45.320 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:45.320 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.320 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:45.320 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:45.320 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:45.320 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@222d2808] 2020-08-17 12:13:45.320 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@74695be8] 2020-08-17 12:13:45.320 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.320 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.329 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:45.329 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:45.330 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:45.330 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.330 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:45.330 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:45.330 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:45.329 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:45.330 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.330 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.330 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.330 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.330 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.330 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:45.330 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:45.330 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:45.330 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:45.330 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:45.340 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.341 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:45.341 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:45.341 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:45.341 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:45.341 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@10e0edde] 2020-08-17 12:13:45.341 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.341 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.341 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:45.341 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:45.341 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:45.342 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:45.342 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@c2ebae9] 2020-08-17 12:13:45.342 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.343 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.343 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:45.343 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:45.343 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:45.343 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:45.343 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.343 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:45.343 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:45.343 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@59102314] 2020-08-17 12:13:45.343 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.344 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:45.344 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.344 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:45.345 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.345 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:45.345 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:45.345 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:45.345 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:45.345 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4804f604] 2020-08-17 12:13:45.345 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.346 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:45.346 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.346 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:45.347 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:45.347 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:45.347 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.118 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.119 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.119 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir 2020-08-17 12:13:53.119 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.119 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir 2020-08-17 12:13:53.119 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C, png,jpg,jpeg] 2020-08-17 12:13:53.119 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.121 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: [{"fileName":"京A·88731.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\京A·88731.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\京A·88731.jpg","isDir":false}, {"fileName":"京C·X8888.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\京C·X8888.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\京C·X8888.jpg","isDir":false}, {"fileName":"京H·99999.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\京H·99999.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\京H·99999.jpg","isDir":false}, {"fileName":"京K·M6680.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\京K·M6680.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\京K·M6680.jpg","isDir":false}, {"fileName":"京P·8BK60.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\京P·8BK60.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\京P·8BK60.jpg","isDir":false}, {"fileName":"浙A·88888.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\浙A·88888.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\浙A·88888.jpg","isDir":false}, {"fileName":"湘G·60009.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\湘G·60009.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\湘G·60009.jpg","isDir":false}, {"fileName":"粤B·TM529.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\粤B·TM529.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\粤B·TM529.jpg","isDir":false}, {"fileName":"苏E·6HX29.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\苏E·6HX29.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\苏E·6HX29.jpg","isDir":false}, {"fileName":"赣E·88888.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\赣E·88888.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\赣E·88888.jpg","isDir":false}, {"fileName":"鄂C·D3098.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\鄂C·D3098.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\鄂C·D3098.jpg","isDir":false}, {"fileName":"闽H·BI508.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\闽H·BI508.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\闽H·BI508.jpg","isDir":false}, {"fileName":"鲁A·88888.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\鲁A·88888.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\鲁A·88888.jpg","isDir":false}, {"fileName":"鲁B·995EQ.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\鲁B·995EQ.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\鲁B·995EQ.jpg","isDir":false}, {"fileName":"鲁B·QG527.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\鲁B·QG527.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\鲁B·QG527.jpg","isDir":false}, {"fileName":"鲁J·RW350.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\鲁J·RW350.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\鲁J·RW350.jpg","isDir":false}, {"fileName":"鲁K·K5555.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\鲁K·K5555.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\鲁K·K5555.jpg","isDir":false}, {"fileName":"黑A·B4444.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\黑A·B4444.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\黑A·B4444.jpg","isDir":false}, {"fileName":"黑A·I634I.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\黑A·I634I.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\黑A·I634I.jpg","isDir":false}] 2020-08-17 12:13:53.121 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.892 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.892 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.892 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.892 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:13:53.892 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.892 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.892 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.893 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:13:53.893 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.893 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.893 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACA%C2%B788731.jpg, false] 2020-08-17 12:13:53.893 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACA%C2%B788731.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@13f063c1] 2020-08-17 12:13:53.893 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.893 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.893 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.893 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.894 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.900 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=36, fileName=京A·88731.jpg, filePath=D:/PlateDetect/01_蓝牌/京A·88731.jpg, fileType=jpg, fileLength=0, plate=京A88731, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637554670/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3101, parentId=36, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3088, parentId=36, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3104, parentId=36, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3097, parentId=36, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3099, parentId=36, fileName=debug_char_contour11.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour11.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3098, parentId=36, fileName=debug_char_contour12.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour12.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3094, parentId=36, fileName=debug_char_contour13.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour13.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3080, parentId=36, fileName=debug_char_contour14.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour14.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3091, parentId=36, fileName=debug_char_contour15.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour15.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3086, parentId=36, fileName=debug_char_contour16.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour16.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3112, parentId=36, fileName=debug_char_contour17.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour17.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3114, parentId=36, fileName=debug_char_contour18.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour18.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3113, parentId=36, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3109, parentId=36, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3111, parentId=36, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3110, parentId=36, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3087, parentId=36, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3085, parentId=36, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3081, parentId=36, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3084, parentId=36, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3096, parentId=36, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3090, parentId=36, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3100, parentId=36, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3079, parentId=36, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3072, parentId=36, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3073, parentId=36, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3077, parentId=36, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3075, parentId=36, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3076, parentId=36, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3095, parentId=36, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3089, parentId=36, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3093, parentId=36, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3078, parentId=36, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3082, parentId=36, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3106, parentId=36, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3074, parentId=36, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3105, parentId=36, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3102, parentId=36, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3103, parentId=36, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3107, parentId=36, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3108, parentId=36, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3092, parentId=36, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3083, parentId=36, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3071, parentId=36, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637554670/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=京A88731, plateColor=蓝牌, sort=99)]) 2020-08-17 12:13:53.901 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.915 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.915 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.915 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.915 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.915 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.915 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2f08d533] 2020-08-17 12:13:53.916 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.916 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.916 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.916 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.917 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.917 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.917 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.917 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.917 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.917 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@16c241d1] 2020-08-17 12:13:53.917 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.918 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.918 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.918 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.918 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.918 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.919 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.919 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.919 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.919 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4ba6c22f] 2020-08-17 12:13:53.919 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.920 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.920 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.920 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.920 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.920 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.920 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.921 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.921 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.921 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2fe0ea98] 2020-08-17 12:13:53.921 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.921 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.921 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.922 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.922 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.922 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.922 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.922 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.922 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.922 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.922 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.923 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.923 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.922 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.923 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour12.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4cb9a9d1] 2020-08-17 12:13:53.923 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.923 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour11.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6d0bfe32] 2020-08-17 12:13:53.923 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.923 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.923 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.923 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.925 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.925 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.925 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.933 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.933 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.933 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.933 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.933 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.933 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour13.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@25609f71] 2020-08-17 12:13:53.933 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.934 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.934 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.934 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.934 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.934 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.934 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.934 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.934 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.935 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour14.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6d75ae58] 2020-08-17 12:13:53.935 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.935 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.935 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.935 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.936 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.936 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.936 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.936 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.936 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.936 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour15.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5ecbf3aa] 2020-08-17 12:13:53.937 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.937 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.937 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.937 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.937 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.937 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.937 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.937 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.937 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.937 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.937 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.937 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.937 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.937 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour16.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5e06e91d] 2020-08-17 12:13:53.937 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour18.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@68a422a0] 2020-08-17 12:13:53.937 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.937 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.937 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.938 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.938 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.938 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.938 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.938 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.938 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour17.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6c56d6e9] 2020-08-17 12:13:53.938 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.938 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.938 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.938 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.938 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.938 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.938 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.939 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.939 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.939 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.944 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.944 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.944 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.944 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.944 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.944 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@686c947e] 2020-08-17 12:13:53.944 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.945 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.945 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.945 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.946 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.946 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.946 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.947 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.947 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.947 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4b6f7498] 2020-08-17 12:13:53.947 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.947 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.947 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.947 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.952 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.952 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.952 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.952 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.952 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.952 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@538be8e3] 2020-08-17 12:13:53.952 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.953 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.953 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.953 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.954 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.954 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.955 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.955 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.955 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.955 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.955 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.955 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.955 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.955 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.955 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5d0fac43] 2020-08-17 12:13:53.955 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.956 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.956 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.956 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.955 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@63f2072d] 2020-08-17 12:13:53.957 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.957 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.957 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.957 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.960 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.961 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.961 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@12bba278] 2020-08-17 12:13:53.961 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.959 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.961 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.961 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.962 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.962 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.962 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.962 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.962 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.962 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.962 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.962 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.962 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.962 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.962 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.962 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.962 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.962 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7e30cd0a] 2020-08-17 12:13:53.962 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1f9e79f3] 2020-08-17 12:13:53.962 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.963 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.963 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.963 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.963 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.963 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.964 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.963 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.971 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.971 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.972 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.972 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.972 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.972 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.972 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.972 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.972 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.972 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5ff20d90] 2020-08-17 12:13:53.972 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.972 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.973 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@41920bf3] 2020-08-17 12:13:53.973 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.973 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.973 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.973 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.973 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.973 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.973 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.977 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.978 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.977 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.978 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.978 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.978 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.978 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.978 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.978 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5977fee] 2020-08-17 12:13:53.979 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.979 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.979 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.979 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.979 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.979 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.978 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.979 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.979 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@68b92cce] 2020-08-17 12:13:53.979 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.979 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.979 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.979 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.979 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.979 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.979 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.979 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.980 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.979 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@44927151] 2020-08-17 12:13:53.980 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.980 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.980 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@73e27c08] 2020-08-17 12:13:53.980 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.980 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.980 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.980 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.980 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.980 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.981 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.981 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.981 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.981 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.981 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.981 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.981 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.981 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@45f9b8db] 2020-08-17 12:13:53.981 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.981 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.981 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.982 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.982 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.982 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.982 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.982 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@78c7a473] 2020-08-17 12:13:53.982 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.982 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.982 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.982 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.982 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.983 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.983 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.987 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.987 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.987 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.987 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.987 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.987 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@11ebb01e] 2020-08-17 12:13:53.987 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.988 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.988 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.988 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.988 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.988 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.988 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@76c8277b] 2020-08-17 12:13:53.988 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.988 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.988 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.988 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.988 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.988 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.989 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.989 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.989 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.990 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.991 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.991 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.991 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@13258550] 2020-08-17 12:13:53.991 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.992 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.992 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.992 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.992 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.992 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.993 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.993 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.993 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.993 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.993 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.993 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.993 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7d99a73c] 2020-08-17 12:13:53.993 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.993 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.993 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.993 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1f0d2698] 2020-08-17 12:13:53.993 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.993 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.993 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.993 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.993 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.993 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.994 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.994 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.994 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.994 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.994 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@200d1e07] 2020-08-17 12:13:53.994 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.994 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.994 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.995 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:53.995 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.995 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:53.999 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:53.999 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:53.999 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:53.999 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:53.999 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:53.999 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5beef6eb] 2020-08-17 12:13:54.000 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.000 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:54.000 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.000 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:54.003 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.004 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:54.004 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:54.004 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:54.004 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:54.004 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@226ee68d] 2020-08-17 12:13:54.004 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.005 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:54.006 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.006 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:54.010 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.010 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:54.010 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:54.010 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:54.010 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:54.010 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@79904e62] 2020-08-17 12:13:54.010 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.011 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:54.011 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.011 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:54.013 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.013 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:54.013 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:54.013 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:54.013 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:54.013 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4131b57c] 2020-08-17 12:13:54.013 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.014 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:54.015 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.015 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:54.018 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.018 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:54.018 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:54.018 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:54.018 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:54.018 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@30d12e45] 2020-08-17 12:13:54.018 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.019 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:54.019 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.020 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:54.024 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.024 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:54.024 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:54.025 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:54.025 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:54.025 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5dc7f4cb] 2020-08-17 12:13:54.025 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.025 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:54.026 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.026 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:54.032 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.032 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:54.033 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:54.033 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:54.033 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:54.033 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2e42452d] 2020-08-17 12:13:54.033 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.034 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.034 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:54.034 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:54.034 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:54.034 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:54.034 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:54.034 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@143ef793] 2020-08-17 12:13:54.034 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.034 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.034 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:54.035 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:54.035 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.035 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.035 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.035 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:54.035 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:54.035 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:54.035 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:54.035 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:54.035 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:54.035 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:54.036 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:54.036 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:54.036 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@53075d74] 2020-08-17 12:13:54.036 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5dc71793] 2020-08-17 12:13:54.036 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.036 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.036 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:54.037 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.037 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:54.037 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:54.037 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.037 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:54.402 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.402 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:54.402 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:13:54.402 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:54.402 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:13:54.402 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACH%C2%B799999.jpg, false] 2020-08-17 12:13:54.402 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.404 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.404 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:54.404 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:54.404 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:54.404 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:54.404 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACH%C2%B799999.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1026669c] 2020-08-17 12:13:54.404 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.405 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:54.405 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.405 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:54.406 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=32, fileName=京H·99999.jpg, filePath=D:/PlateDetect/01_蓝牌/京H·99999.jpg, fileType=jpg, fileLength=0, plate=京H99999, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642731118/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 12:13:54.406 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.911 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.912 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:54.912 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:13:54.912 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:54.912 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:13:54.912 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACP%C2%B78BK60.jpg, false] 2020-08-17 12:13:54.912 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.914 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.914 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:54.914 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:54.914 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:54.914 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:54.914 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACP%C2%B78BK60.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@40c76baa] 2020-08-17 12:13:54.914 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.915 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=21, fileName=京P·8BK60.jpg, filePath=D:/PlateDetect/01_蓝牌/京P·8BK60.jpg, fileType=jpg, fileLength=0, plate=京P8BK60, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642725753/, recoPlate=, recoColor=, recoCorrect=3, debug=[]) 2020-08-17 12:13:54.915 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.921 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:54.921 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:54.921 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:57.537 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:57.537 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:57.537 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:13:57.537 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:57.537 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:13:57.537 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E6%B5%99A%C2%B788888.jpg, false] 2020-08-17 12:13:57.537 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:57.539 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:57.539 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:57.539 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:57.539 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:57.539 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:57.539 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E6%B5%99A%C2%B788888.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7fc8004] 2020-08-17 12:13:57.539 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:57.542 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=19, fileName=浙A·88888.jpg, filePath=D:/PlateDetect/01_蓝牌/浙A·88888.jpg, fileType=jpg, fileLength=0, plate=浙A88888, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642726826/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 12:13:57.542 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:57.547 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:57.547 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:57.547 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:59.661 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:59.661 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:59.661 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:59.661 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:13:59.661 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:13:59.661 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:13:59.661 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:59.661 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:13:59.661 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:13:59.661 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:13:59.661 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E8%B5%A3E%C2%B788888.jpg, false] 2020-08-17 12:13:59.662 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:59.662 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E8%B5%A3E%C2%B788888.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@78034506] 2020-08-17 12:13:59.662 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:59.662 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:13:59.662 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:13:59.662 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:13:59.665 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=25, fileName=赣E·88888.jpg, filePath=D:/PlateDetect/01_蓝牌/赣E·88888.jpg, fileType=jpg, fileLength=0, plate=赣E88888, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642735816/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 12:13:59.665 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:00.272 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:00.273 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:00.273 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:00.273 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:14:00.273 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:00.273 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:00.273 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:14:00.273 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:00.273 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%84%82C%C2%B7D3098.jpg, false] 2020-08-17 12:14:00.273 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:00.273 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:00.273 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:00.273 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%84%82C%C2%B7D3098.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5184b731] 2020-08-17 12:14:00.273 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:00.274 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:00.274 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:00.274 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:00.278 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=23, fileName=鄂C·D3098.jpg, filePath=D:/PlateDetect/01_蓝牌/鄂C·D3098.jpg, fileType=jpg, fileLength=0, plate=鄂CD3098, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642724648/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 12:14:00.278 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:01.767 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:01.767 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:01.767 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:14:01.767 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:01.767 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:14:01.767 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81B%C2%B7995EQ.jpg, false] 2020-08-17 12:14:01.767 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:01.768 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:01.769 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:01.769 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:01.769 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:01.769 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:01.769 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81B%C2%B7995EQ.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6c8ef771] 2020-08-17 12:14:01.769 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:01.773 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=20, fileName=鲁B·995EQ.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁B·995EQ.jpg, fileType=jpg, fileLength=0, plate=鲁B995EQ, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642726223/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 12:14:01.773 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:01.776 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:01.777 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:01.777 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:03.515 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:03.515 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:03.515 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:03.515 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:03.515 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:14:03.515 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:03.515 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:03.515 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:03.516 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:14:03.516 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:03.516 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81A%C2%B788888.jpg, false] 2020-08-17 12:14:03.516 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81A%C2%B788888.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@fa0a9a8] 2020-08-17 12:14:03.516 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:03.516 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:03.520 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=22, fileName=鲁A·88888.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁A·88888.jpg, fileType=jpg, fileLength=0, plate=鲁A88888, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642725208/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 12:14:03.520 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:03.526 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:03.526 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:03.526 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:04.242 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:04.242 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:04.242 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:14:04.242 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:04.242 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:14:04.242 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%97%BDH%C2%B7BI508.jpg, false] 2020-08-17 12:14:04.242 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:04.242 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:04.242 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:04.242 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:04.242 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:04.242 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:04.242 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%97%BDH%C2%B7BI508.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@48ad83e6] 2020-08-17 12:14:04.242 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:04.244 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=18, fileName=闽H·BI508.jpg, filePath=D:/PlateDetect/01_蓝牌/闽H·BI508.jpg, fileType=jpg, fileLength=0, plate=闽HBI508, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642727329/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 12:14:04.244 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:04.250 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:04.250 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:04.250 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:05.253 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:05.254 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:05.254 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:14:05.254 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:05.254 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:14:05.254 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81J%C2%B7RW350.jpg, false] 2020-08-17 12:14:05.254 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:05.255 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:05.255 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:05.255 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:05.255 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:05.255 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:05.255 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81J%C2%B7RW350.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@67f333c8] 2020-08-17 12:14:05.255 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:05.257 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=31, fileName=鲁J·RW350.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁J·RW350.jpg, fileType=jpg, fileLength=0, plate=鲁JRW350, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642731868/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 12:14:05.257 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:05.262 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:05.262 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:05.262 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:06.521 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:06.521 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:06.521 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:14:06.521 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:06.521 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:14:06.521 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%BB%91A%C2%B7I634I.jpg, false] 2020-08-17 12:14:06.521 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:06.523 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:06.523 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:06.523 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:06.523 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:06.523 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:06.523 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%BB%91A%C2%B7I634I.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3ee4af17] 2020-08-17 12:14:06.523 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:06.523 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:06.523 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:06.524 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:06.524 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=28, fileName=黑A·I634I.jpg, filePath=D:/PlateDetect/01_蓝牌/黑A·I634I.jpg, fileType=jpg, fileLength=0, plate=黑AI634I, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642734110/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 12:14:06.524 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:07.189 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:07.189 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:07.189 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:14:07.189 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:07.189 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:07.189 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:07.189 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:14:07.189 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:07.189 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%BB%91A%C2%B7B4444.jpg, false] 2020-08-17 12:14:07.189 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:07.189 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:07.189 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:07.189 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%BB%91A%C2%B7B4444.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5cf585cc] 2020-08-17 12:14:07.189 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:07.190 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:07.190 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:07.190 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:07.193 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=30, fileName=黑A·B4444.jpg, filePath=D:/PlateDetect/01_蓝牌/黑A·B4444.jpg, fileType=jpg, fileLength=0, plate=黑AB4444, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642732889/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 12:14:07.193 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:07.856 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:07.857 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:07.857 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:14:07.857 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:07.857 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:14:07.857 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81K%C2%B7K5555.jpg, false] 2020-08-17 12:14:07.857 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:07.859 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:07.859 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:07.859 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:07.859 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:07.859 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:07.859 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81K%C2%B7K5555.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@717e7e7] 2020-08-17 12:14:07.859 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:07.862 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=26, fileName=鲁K·K5555.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁K·K5555.jpg, fileType=jpg, fileLength=0, plate=鲁KK5555, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642735188/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 12:14:07.862 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:07.866 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:07.866 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:07.866 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:09.124 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:09.124 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:09.125 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:14:09.125 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:09.125 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:14:09.125 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACP%C2%B78BK60.jpg, false] 2020-08-17 12:14:09.125 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:09.127 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=21, fileName=京P·8BK60.jpg, filePath=D:/PlateDetect/01_蓝牌/京P·8BK60.jpg, fileType=jpg, fileLength=0, plate=京P8BK60, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642725753/, recoPlate=, recoColor=, recoCorrect=3, debug=[]) 2020-08-17 12:14:09.127 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:10.540 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:10.541 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:10.541 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:14:10.541 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:10.541 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:14:10.541 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACP%C2%B78BK60.jpg, true] 2020-08-17 12:14:10.541 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:10.665 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=21, fileName=京P·8BK60.jpg, filePath=D:/PlateDetect/01_蓝牌/京P·8BK60.jpg, fileType=jpg, fileLength=0, plate=京P8BK60, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637650543/, recoPlate=, recoColor=, recoCorrect=3, debug=[PlateRecoDebugEntity(id=3154, parentId=21, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637650543/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:14:10, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3157, parentId=21, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637650543/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:14:10, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3155, parentId=21, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637650543/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:14:10, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3153, parentId=21, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637650543/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:14:10, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3152, parentId=21, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637650543/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:14:10, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3156, parentId=21, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637650543/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:14:10, recoPlate=, plateColor=, sort=5)]) 2020-08-17 12:14:10.665 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:10.673 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:10.673 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:10.673 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:10.673 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:10.673 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:10.673 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637650543/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@b793df9] 2020-08-17 12:14:10.673 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:10.674 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:10.674 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:10.674 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:10.675 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:10.675 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:10.675 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:10.675 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:10.675 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:10.675 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:10.675 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:10.675 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:10.675 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637650543/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@629815fb] 2020-08-17 12:14:10.675 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637650543/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@ebbd348] 2020-08-17 12:14:10.675 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:10.675 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:10.675 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:10.675 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:10.675 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:10.675 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:10.675 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:10.675 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:10.675 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:10.675 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:10.675 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637650543/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@31e69335] 2020-08-17 12:14:10.675 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:10.675 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:10.675 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:10.675 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:10.675 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637650543/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5035a241] 2020-08-17 12:14:10.675 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:10.675 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:10.675 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:10.676 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:10.676 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637650543/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4fd7d2ee] 2020-08-17 12:14:10.676 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:10.686 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:10.686 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:10.686 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:10.686 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:10.686 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:10.686 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:10.686 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:10.686 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:10.686 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:10.686 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:10.686 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:10.686 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:10.686 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:10.686 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:10.686 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:10.687 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:10.687 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:10.687 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:19.774 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:19.774 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:19.775 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:14:19.775 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:19.775 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:14:19.775 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACK%C2%B7M6680.jpg, false] 2020-08-17 12:14:19.775 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:19.776 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:19.776 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:19.777 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:19.777 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:19.777 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:19.777 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACK%C2%B7M6680.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4b41282c] 2020-08-17 12:14:19.777 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:19.777 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:19.777 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:19.777 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:19.778 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=34, fileName=京K·M6680.jpg, filePath=D:/PlateDetect/01_蓝牌/京K·M6680.jpg, fileType=jpg, fileLength=0, plate=京KM6680, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642731647/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 12:14:19.778 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.213 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.214 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.214 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:14:21.214 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.214 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:14:21.214 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACK%C2%B7M6680.jpg, true] 2020-08-17 12:14:21.214 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.394 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=34, fileName=京K·M6680.jpg, filePath=D:/PlateDetect/01_蓝牌/京K·M6680.jpg, fileType=jpg, fileLength=0, plate=京KM6680, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637661216/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3179, parentId=34, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3181, parentId=34, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3184, parentId=34, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3182, parentId=34, fileName=debug_char_contour11.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour11.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3175, parentId=34, fileName=debug_char_contour12.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour12.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3190, parentId=34, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3191, parentId=34, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3176, parentId=34, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3187, parentId=34, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3183, parentId=34, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3174, parentId=34, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3173, parentId=34, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3163, parentId=34, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3166, parentId=34, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3170, parentId=34, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3161, parentId=34, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3159, parentId=34, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3169, parentId=34, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3162, parentId=34, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3167, parentId=34, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3168, parentId=34, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3165, parentId=34, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3164, parentId=34, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3171, parentId=34, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3172, parentId=34, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3160, parentId=34, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3189, parentId=34, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3186, parentId=34, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3177, parentId=34, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3180, parentId=34, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3188, parentId=34, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3178, parentId=34, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3185, parentId=34, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3158, parentId=34, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637661216/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=津JKM668, plateColor=蓝牌, sort=99)]) 2020-08-17 12:14:21.394 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.408 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.408 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.408 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.408 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.408 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.408 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.408 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.408 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.409 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7a4b1b39] 2020-08-17 12:14:21.409 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.409 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.409 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@77a59ef] 2020-08-17 12:14:21.409 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.409 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.411 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.411 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.412 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.412 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.412 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.412 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.412 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.412 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.412 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.412 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@366b0236] 2020-08-17 12:14:21.412 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.412 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.412 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour11.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@492c0bb7] 2020-08-17 12:14:21.412 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.414 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.415 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.415 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.415 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.415 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.415 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@23853bed] 2020-08-17 12:14:21.415 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.415 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.415 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.415 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.415 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.416 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.416 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour12.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@310bc8ca] 2020-08-17 12:14:21.416 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.418 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.418 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.418 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.424 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.425 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.425 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.425 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.425 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.425 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@79535e28] 2020-08-17 12:14:21.425 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.427 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.427 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.427 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.427 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.427 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.427 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.429 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.429 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.429 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.429 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.429 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.429 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.429 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.429 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.429 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.430 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.430 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.430 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.434 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.434 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.434 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.434 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.435 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.435 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.435 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.435 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.435 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.435 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@288c0f30] 2020-08-17 12:14:21.435 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.435 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.435 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@30a090d5] 2020-08-17 12:14:21.435 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.441 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.441 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.441 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.441 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.441 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.442 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.442 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.442 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.442 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.442 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.442 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7929bbdd] 2020-08-17 12:14:21.442 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.442 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.442 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.442 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2f936724] 2020-08-17 12:14:21.442 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.442 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.442 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.442 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.442 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.443 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.443 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.443 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@67640677] 2020-08-17 12:14:21.443 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.443 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.443 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.443 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1c4db51e] 2020-08-17 12:14:21.443 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.451 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.451 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.451 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.451 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.452 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.452 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.453 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.453 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.453 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.453 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.455 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.456 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.461 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.461 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.461 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.461 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.461 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.461 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@ddc88eb] 2020-08-17 12:14:21.461 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.464 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.464 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.464 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.464 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.464 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.464 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5a78299] 2020-08-17 12:14:21.464 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.465 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.465 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.465 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.465 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.465 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.465 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.465 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.465 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.465 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.465 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.465 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@23154245] 2020-08-17 12:14:21.465 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1c54030e] 2020-08-17 12:14:21.465 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.465 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.471 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.471 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.471 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.475 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.476 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.476 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.477 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.478 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.478 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.477 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.479 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.479 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.480 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.480 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.480 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.487 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.487 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.487 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.487 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.487 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.487 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.487 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.487 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.487 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.487 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.487 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.487 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.487 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.487 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6884a499] 2020-08-17 12:14:21.487 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@633ce9bf] 2020-08-17 12:14:21.487 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.487 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.487 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.487 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.487 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.487 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.487 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.487 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@109716f] 2020-08-17 12:14:21.487 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.491 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.491 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.491 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.491 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.491 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.491 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3ac78280] 2020-08-17 12:14:21.491 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.494 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.494 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.494 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.494 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.494 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.494 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@9f289b3] 2020-08-17 12:14:21.494 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.494 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.494 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.494 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.494 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.494 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.494 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5e0f37ef] 2020-08-17 12:14:21.494 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.500 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.501 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.501 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.504 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.504 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.505 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.506 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.506 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.506 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.508 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.509 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.509 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.510 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.510 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.510 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.511 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.512 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.512 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.512 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.512 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.512 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@61a2cdee] 2020-08-17 12:14:21.512 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.513 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.513 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.513 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.518 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.518 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.518 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.518 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.518 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.518 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3892dd27] 2020-08-17 12:14:21.518 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.518 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.518 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.518 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.520 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.520 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.520 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6cff2ead] 2020-08-17 12:14:21.520 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.521 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.521 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.521 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.521 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.521 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.521 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3b6c424f] 2020-08-17 12:14:21.521 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.520 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.522 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.522 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.522 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.522 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.522 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@734f87eb] 2020-08-17 12:14:21.522 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.524 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.524 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.524 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.524 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.524 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.524 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4dae5a10] 2020-08-17 12:14:21.524 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.535 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.535 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.535 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.539 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.539 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.539 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.542 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.542 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.542 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.542 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.542 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.542 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.544 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.545 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.545 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.546 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.546 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.546 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2f3ede62] 2020-08-17 12:14:21.546 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.548 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.548 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.548 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.549 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.550 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.550 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.550 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.550 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.550 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4cd340c2] 2020-08-17 12:14:21.550 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.552 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.553 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.553 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.553 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.553 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.553 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.553 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.553 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@25772e0] 2020-08-17 12:14:21.553 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.553 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.553 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.553 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.553 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6d7eed87] 2020-08-17 12:14:21.553 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.564 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.564 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.564 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.565 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.565 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.565 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.570 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.570 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:21.570 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:21.570 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:21.570 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:21.570 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1a073003] 2020-08-17 12:14:21.570 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.570 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.570 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.570 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.572 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.572 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.572 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.572 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.573 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.573 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:21.580 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:21.580 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:21.580 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:24.288 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:24.288 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:24.288 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:14:24.288 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:24.288 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:14:24.288 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACH%C2%B799999.jpg, false] 2020-08-17 12:14:24.288 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:24.292 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=32, fileName=京H·99999.jpg, filePath=D:/PlateDetect/01_蓝牌/京H·99999.jpg, fileType=jpg, fileLength=0, plate=京H99999, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642731118/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 12:14:24.292 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:26.074 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:26.075 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:26.075 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:14:26.075 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:26.075 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:14:26.075 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACC%C2%B7X8888.jpg, false] 2020-08-17 12:14:26.075 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:26.077 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:26.077 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:26.078 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:26.078 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:26.078 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:26.078 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACC%C2%B7X8888.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@11a5bed9] 2020-08-17 12:14:26.078 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:26.078 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:26.078 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:26.078 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:26.082 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=35, fileName=京C·X8888.jpg, filePath=D:/PlateDetect/01_蓝牌/京C·X8888.jpg, fileType=jpg, fileLength=0, plate=京CX8888, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642730993/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 12:14:26.082 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:27.911 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:27.912 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:27.912 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:27.912 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:27.912 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:14:27.912 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:27.912 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:27.912 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:27.912 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:14:27.912 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:27.912 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E7%B2%A4B%C2%B7TM529.jpg, false] 2020-08-17 12:14:27.912 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E7%B2%A4B%C2%B7TM529.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@40952ace] 2020-08-17 12:14:27.912 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:27.912 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:27.915 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=24, fileName=粤B·TM529.jpg, filePath=D:/PlateDetect/01_蓝牌/粤B·TM529.jpg, fileType=jpg, fileLength=0, plate=粤BTM529, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642724083/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 12:14:27.915 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:27.922 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:27.922 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:27.922 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.443 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.443 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.443 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:14:29.443 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.443 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:14:29.443 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E7%B2%A4B%C2%B7TM529.jpg, true] 2020-08-17 12:14:29.443 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.591 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=24, fileName=粤B·TM529.jpg, filePath=D:/PlateDetect/01_蓝牌/粤B·TM529.jpg, fileType=jpg, fileLength=0, plate=粤BTM529, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637669444/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3205, parentId=24, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3217, parentId=24, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3208, parentId=24, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3212, parentId=24, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3211, parentId=24, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3207, parentId=24, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3197, parentId=24, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3202, parentId=24, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3223, parentId=24, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3218, parentId=24, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3215, parentId=24, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3196, parentId=24, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3198, parentId=24, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3209, parentId=24, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3201, parentId=24, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3210, parentId=24, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3206, parentId=24, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3195, parentId=24, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3200, parentId=24, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3194, parentId=24, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3193, parentId=24, fileName=debug_crop_5.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_crop_5.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3227, parentId=24, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3225, parentId=24, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3213, parentId=24, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3219, parentId=24, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3204, parentId=24, fileName=debug_resize_5.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_resize_5.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3226, parentId=24, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3214, parentId=24, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3222, parentId=24, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3224, parentId=24, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3220, parentId=24, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3216, parentId=24, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3221, parentId=24, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3203, parentId=24, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3199, parentId=24, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637669444/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3192, parentId=24, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637669444/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:14:29, recoPlate=琼BTM52, plateColor=黑牌, sort=99)]) 2020-08-17 12:14:29.591 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.605 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.605 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.605 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.605 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.605 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.605 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.605 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.605 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.606 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.606 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.606 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@374bf464] 2020-08-17 12:14:29.606 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@ebf4c1e] 2020-08-17 12:14:29.606 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.606 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.606 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.606 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.607 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.607 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.607 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.607 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@195c04c8] 2020-08-17 12:14:29.607 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.607 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.607 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.608 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.608 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.608 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.608 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7493fbc7] 2020-08-17 12:14:29.609 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.609 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.609 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.609 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.609 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.609 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.609 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@74b4e6e6] 2020-08-17 12:14:29.609 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.613 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.613 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.613 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.613 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.613 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.614 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@44453823] 2020-08-17 12:14:29.614 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.616 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.617 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.617 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.618 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.618 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.618 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.621 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.621 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.621 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.621 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.621 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.622 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@233e3b59] 2020-08-17 12:14:29.622 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.623 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.624 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.624 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.626 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.626 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.626 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.627 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.627 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.627 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.627 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.627 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.627 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.627 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.627 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.627 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.628 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.628 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.627 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@256ed23b] 2020-08-17 12:14:29.628 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.629 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.629 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.630 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.630 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.630 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.630 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@74073c31] 2020-08-17 12:14:29.630 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.634 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.634 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.634 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.634 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.634 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.634 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.634 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.634 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.634 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2376b2d6] 2020-08-17 12:14:29.634 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.635 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.635 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.635 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.635 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.635 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.635 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7ff68832] 2020-08-17 12:14:29.635 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.635 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.635 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.636 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.636 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.636 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.636 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7fabfd92] 2020-08-17 12:14:29.636 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.639 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.639 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.639 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.639 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.639 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.639 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7d9d887a] 2020-08-17 12:14:29.639 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.639 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.639 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.639 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.640 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.640 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.640 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.644 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.644 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.644 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.645 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.645 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.645 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.645 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.645 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4c1cea6c] 2020-08-17 12:14:29.645 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.645 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.645 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.645 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.645 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.645 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.645 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.645 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.647 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.647 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.647 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.647 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.647 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.647 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@40774cfe] 2020-08-17 12:14:29.647 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.651 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.652 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.652 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.655 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.655 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.656 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.656 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.656 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.656 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.656 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.656 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.656 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.656 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.656 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1ce42f45] 2020-08-17 12:14:29.656 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2dc2fa80] 2020-08-17 12:14:29.656 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.656 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.655 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.656 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.656 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.656 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.656 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.656 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@78351fd6] 2020-08-17 12:14:29.656 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.658 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.658 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.658 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.658 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.658 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.658 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.659 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.659 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.659 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.659 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.659 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.660 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@72d273b3] 2020-08-17 12:14:29.660 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.666 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.667 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.667 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.667 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.667 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.667 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@aae64bc] 2020-08-17 12:14:29.667 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.667 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.667 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.667 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.669 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.669 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.669 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.669 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.669 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.669 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.670 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.670 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.670 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6254296e] 2020-08-17 12:14:29.670 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.670 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.670 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.670 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.674 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.674 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.674 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.676 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.676 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.676 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.676 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.676 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.676 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_crop_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@32463e92] 2020-08-17 12:14:29.676 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.679 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.679 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.679 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.679 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.679 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.679 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.679 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.679 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.679 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@53c8090b] 2020-08-17 12:14:29.679 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.679 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.680 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.680 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@25eea8d4] 2020-08-17 12:14:29.680 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.681 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.681 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.682 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.682 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.682 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.682 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@abfcf96] 2020-08-17 12:14:29.682 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.682 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.682 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.682 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.684 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.684 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.684 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.688 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.688 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.689 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.689 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.689 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.689 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@29378f96] 2020-08-17 12:14:29.689 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.689 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.689 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.689 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.690 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.690 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.690 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.690 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.690 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.690 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.691 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.690 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_resize_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6daacc3b] 2020-08-17 12:14:29.691 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.691 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.692 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.692 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.692 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.692 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.692 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.692 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.693 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.693 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.693 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.693 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.694 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.694 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3b73d379] 2020-08-17 12:14:29.694 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.695 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.696 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.696 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.696 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.696 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.696 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4b2bdf7b] 2020-08-17 12:14:29.696 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.698 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.698 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.698 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.699 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.699 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.699 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.699 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.699 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.699 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4dbe8c20] 2020-08-17 12:14:29.699 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.700 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.700 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.700 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.700 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.700 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.700 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3457a0b6] 2020-08-17 12:14:29.700 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.702 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.702 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.702 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.703 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.704 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.704 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.706 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.706 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.706 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.708 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.708 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.708 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.709 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.709 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.709 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.709 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.709 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.710 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@284eff88] 2020-08-17 12:14:29.710 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.710 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.710 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.710 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.710 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.710 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.710 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2a91035d] 2020-08-17 12:14:29.710 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.711 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.711 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.711 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.711 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.711 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.711 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.711 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.711 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.711 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@706cbc59] 2020-08-17 12:14:29.711 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.714 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.714 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.714 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.714 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.714 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.714 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@357e6a0b] 2020-08-17 12:14:29.714 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.716 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.717 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:29.717 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:29.717 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:29.717 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:29.717 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637669444/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7010cec5] 2020-08-17 12:14:29.717 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.721 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.721 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.721 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.721 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.721 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.721 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.726 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.726 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.726 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.727 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.727 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.727 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:29.727 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:29.727 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:29.727 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:32.869 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:32.869 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:32.869 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:32.869 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:14:32.869 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:14:32.869 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:14:32.869 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:32.869 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:14:32.870 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:14:32.870 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:14:32.870 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E8%B5%A3E%C2%B788888.jpg, false] 2020-08-17 12:14:32.870 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:32.870 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E8%B5%A3E%C2%B788888.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5145f421] 2020-08-17 12:14:32.870 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:32.870 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:14:32.870 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:14:32.870 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:14:32.873 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=25, fileName=赣E·88888.jpg, filePath=D:/PlateDetect/01_蓝牌/赣E·88888.jpg, fileType=jpg, fileLength=0, plate=赣E88888, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642735816/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 12:14:32.873 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:15:51.867 [main] INFO com.yuxue.Application - Starting Application on H with PID 9224 (started by 韩先生 in D:\吃饭家伙\Java\Java文件\yx-image-recognition) 2020-08-17 12:15:51.870 [main] INFO com.yuxue.Application - The following profiles are active: dev 2020-08-17 12:15:53.530 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'threadPoolConfig' of type [com.yuxue.config.ThreadPoolConfig$$EnhancerBySpringCGLIB$$6448533f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-08-17 12:15:53.690 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7ec58df5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-08-17 12:15:53.840 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'defaultAopConfig' of type [com.yuxue.aop.DefaultAopConfig$$EnhancerBySpringCGLIB$$68c8c118] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-08-17 12:15:53.848 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'resultAop' of type [org.springframework.aop.support.DefaultPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-08-17 12:15:54.684 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 16666 (http) 2020-08-17 12:15:54.723 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat] 2020-08-17 12:15:54.724 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.19] 2020-08-17 12:15:54.940 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext 2020-08-17 12:15:55.034 [main] INFO o.s.boot.web.servlet.RegistrationBean - Servlet statViewServlet was not registered (possibly already registered?) 2020-08-17 12:15:55.314 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited 2020-08-17 12:15:56.326 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'taskExecutor' 2020-08-17 12:15:57.054 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler' 2020-08-17 12:15:57.155 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed 2020-08-17 12:15:57.174 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) 2020-08-17 12:15:57.186 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references 2020-08-17 12:15:57.437 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 16666 (http) with context path '' 2020-08-17 12:15:57.442 [main] INFO com.yuxue.Application - Started Application in 6.259 seconds (JVM running for 6.739) 2020-08-17 12:16:05.832 [http-nio-16666-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' 2020-08-17 12:16:05.882 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:05.882 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:05.883 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666/index 2020-08-17 12:16:05.883 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:05.885 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.CommonController.indexPage 2020-08-17 12:16:05.886 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [] 2020-08-17 12:16:05.886 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:05.893 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: home/index 2020-08-17 12:16:05.893 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:05.894 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:06.369 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:06.370 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:06.370 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666/systemMenu/getUserMenu 2020-08-17 12:16:06.370 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:06.370 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.SystemMenuController.getUserMenu 2020-08-17 12:16:06.370 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [] 2020-08-17 12:16:06.370 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:06.812 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: {third=java.util.stream.ReferencePipeline$2@1c8c8d60, first=java.util.stream.ReferencePipeline$2@53c809, second=java.util.stream.ReferencePipeline$2@57eb2b4c} 2020-08-17 12:16:06.812 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:06.984 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:06.984 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:06.984 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/getProcessStep 2020-08-17 12:16:06.984 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:06.985 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.getProcessStep 2020-08-17 12:16:06.985 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [] 2020-08-17 12:16:06.985 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:06.993 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:06.994 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:06.994 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir 2020-08-17 12:16:06.994 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:06.994 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir 2020-08-17 12:16:06.995 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [null, png,jpg,jpeg] 2020-08-17 12:16:06.995 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:07.000 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: {result=99, debug_GaussianBlur=0, debug_gray=1, debug_Sobel=2, debug_threshold=3, debug_morphology=4, debug_Contours=5, debug_result=6, debug_crop=7, debug_resize=8, debug_char_threshold=9, debug_specMat=11, debug_chineseMat=12, debug_char_auxRoi=13} 2020-08-17 12:16:07.000 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:07.077 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: [{"fileName":"01_蓝牌","filePath":"D:\\PlateDetect\\01_蓝牌","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\01_蓝牌","isDir":true}, {"fileName":"02_黄牌","filePath":"D:\\PlateDetect\\02_黄牌","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\02_黄牌","isDir":true}, {"fileName":"03_绿牌","filePath":"D:\\PlateDetect\\03_绿牌","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\03_绿牌","isDir":true}, {"fileName":"04_多车牌","filePath":"D:\\PlateDetect\\04_多车牌","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\04_多车牌","isDir":true}, {"fileName":"05_夜间","filePath":"D:\\PlateDetect\\05_夜间","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\05_夜间","isDir":true}, {"fileName":"06_黑牌","filePath":"D:\\PlateDetect\\06_黑牌","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\06_黑牌","isDir":true}, {"fileName":"99_其他","filePath":"D:\\PlateDetect\\99_其他","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\99_其他","isDir":true}, {"fileName":"temp","filePath":"D:\\PlateDetect\\temp","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\temp","isDir":true}, {"fileName":"train","filePath":"D:\\PlateDetect\\train","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\train","isDir":true}, {"fileName":"Video","filePath":"D:\\PlateDetect\\Video","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\Video","isDir":true}, {"fileName":"Video_Grab","filePath":"D:\\PlateDetect\\Video_Grab","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\Video_Grab","isDir":true}] 2020-08-17 12:16:07.078 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:08.460 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:08.461 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:08.461 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir 2020-08-17 12:16:08.461 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:08.461 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir 2020-08-17 12:16:08.462 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C02_%E9%BB%84%E7%89%8C, png,jpg,jpeg] 2020-08-17 12:16:08.462 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:08.463 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: [{"fileName":"皖A·45277.jpg","filePath":"D:\\PlateDetect\\02_黄牌\\皖A·45277.jpg","pid":"D:\\PlateDetect\\02_黄牌","id":"D:\\PlateDetect\\02_黄牌\\皖A·45277.jpg","isDir":false}] 2020-08-17 12:16:08.463 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:10.242 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:10.242 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:10.242 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir 2020-08-17 12:16:10.242 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:10.243 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir 2020-08-17 12:16:10.243 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C, png,jpg,jpeg] 2020-08-17 12:16:10.243 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:10.244 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: [{"fileName":"京A·88731.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\京A·88731.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\京A·88731.jpg","isDir":false}, {"fileName":"京C·X8888.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\京C·X8888.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\京C·X8888.jpg","isDir":false}, {"fileName":"京H·99999.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\京H·99999.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\京H·99999.jpg","isDir":false}, {"fileName":"京K·M6680.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\京K·M6680.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\京K·M6680.jpg","isDir":false}, {"fileName":"京P·8BK60.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\京P·8BK60.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\京P·8BK60.jpg","isDir":false}, {"fileName":"浙A·88888.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\浙A·88888.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\浙A·88888.jpg","isDir":false}, {"fileName":"湘G·60009.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\湘G·60009.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\湘G·60009.jpg","isDir":false}, {"fileName":"粤B·TM529.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\粤B·TM529.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\粤B·TM529.jpg","isDir":false}, {"fileName":"苏E·6HX29.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\苏E·6HX29.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\苏E·6HX29.jpg","isDir":false}, {"fileName":"赣E·88888.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\赣E·88888.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\赣E·88888.jpg","isDir":false}, {"fileName":"鄂C·D3098.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\鄂C·D3098.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\鄂C·D3098.jpg","isDir":false}, {"fileName":"闽H·BI508.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\闽H·BI508.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\闽H·BI508.jpg","isDir":false}, {"fileName":"鲁A·88888.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\鲁A·88888.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\鲁A·88888.jpg","isDir":false}, {"fileName":"鲁B·995EQ.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\鲁B·995EQ.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\鲁B·995EQ.jpg","isDir":false}, {"fileName":"鲁B·QG527.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\鲁B·QG527.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\鲁B·QG527.jpg","isDir":false}, {"fileName":"鲁J·RW350.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\鲁J·RW350.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\鲁J·RW350.jpg","isDir":false}, {"fileName":"鲁K·K5555.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\鲁K·K5555.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\鲁K·K5555.jpg","isDir":false}, {"fileName":"黑A·B4444.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\黑A·B4444.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\黑A·B4444.jpg","isDir":false}, {"fileName":"黑A·I634I.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\黑A·I634I.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\黑A·I634I.jpg","isDir":false}] 2020-08-17 12:16:10.245 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:11.004 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:11.004 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:11.005 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:11.005 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:11.005 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:11.005 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:16:11.005 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:11.005 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:11.005 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:11.005 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:16:11.006 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACP%C2%B78BK60.jpg, false] 2020-08-17 12:16:11.006 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACP%C2%B78BK60.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@28578a48] 2020-08-17 12:16:11.006 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:11.006 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:11.008 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:11.009 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:11.009 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:11.021 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=21, fileName=京P·8BK60.jpg, filePath=D:/PlateDetect/01_蓝牌/京P·8BK60.jpg, fileType=jpg, fileLength=0, plate=京P8BK60, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637650543/, recoPlate=, recoColor=, recoCorrect=3, debug=[PlateRecoDebugEntity(id=3154, parentId=21, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637650543/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:14:10, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3157, parentId=21, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637650543/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:14:10, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3155, parentId=21, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637650543/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:14:10, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3153, parentId=21, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637650543/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:14:10, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3152, parentId=21, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637650543/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:14:10, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3156, parentId=21, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637650543/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:14:10, recoPlate=, plateColor=, sort=5)]) 2020-08-17 12:16:11.021 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:11.034 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:11.035 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:11.035 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:11.035 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:11.036 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:11.036 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637650543/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@434f21f] 2020-08-17 12:16:11.036 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:11.036 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:11.036 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:11.036 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:11.036 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:11.036 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:11.037 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:11.037 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:11.037 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:11.037 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637650543/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2e8ac82c] 2020-08-17 12:16:11.037 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:11.038 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:11.038 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:11.038 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:11.038 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:11.038 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:11.038 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:11.038 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:11.039 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:11.039 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637650543/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4df14d9] 2020-08-17 12:16:11.039 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:11.039 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:11.039 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:11.039 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:11.039 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:11.040 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:11.040 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:11.040 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:11.039 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:11.040 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:11.040 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:11.040 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:11.040 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:11.040 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:11.040 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637650543/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@75faa72e] 2020-08-17 12:16:11.040 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:11.040 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637650543/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@34532870] 2020-08-17 12:16:11.040 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:11.041 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:11.041 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:11.041 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:11.041 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:11.041 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:11.041 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:11.041 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:11.044 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:11.045 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:11.045 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:11.045 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:11.045 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637650543/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5cc3d5b1] 2020-08-17 12:16:11.045 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:11.046 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:11.046 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:11.046 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:13.030 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:13.031 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:13.031 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:16:13.031 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:13.031 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:16:13.031 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACP%C2%B78BK60.jpg, true] 2020-08-17 12:16:13.031 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:15.194 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=21, fileName=京P·8BK60.jpg, filePath=D:/PlateDetect/01_蓝牌/京P·8BK60.jpg, fileType=jpg, fileLength=0, plate=京P8BK60, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637773034/, recoPlate=, recoColor=, recoCorrect=3, debug=[PlateRecoDebugEntity(id=3233, parentId=21, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637773034/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:16:15, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3232, parentId=21, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637773034/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:16:15, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3229, parentId=21, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637773034/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:16:15, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3231, parentId=21, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637773034/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:15, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3228, parentId=21, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637773034/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:16:15, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3230, parentId=21, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637773034/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:16:15, recoPlate=, plateColor=, sort=5)]) 2020-08-17 12:16:15.194 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:15.205 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:15.206 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:15.206 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:15.206 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:15.206 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:15.207 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637773034/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@79d2a90a] 2020-08-17 12:16:15.207 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:15.207 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:15.208 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:15.208 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:15.208 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:15.208 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:15.208 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:15.208 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:15.208 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:15.208 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:15.208 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637773034/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@652ce686] 2020-08-17 12:16:15.208 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:15.208 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:15.208 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:15.208 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:15.208 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637773034/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6d8705cf] 2020-08-17 12:16:15.208 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:15.208 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:15.209 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:15.209 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:15.209 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637773034/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@204d238d] 2020-08-17 12:16:15.209 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:15.210 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:15.210 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:15.211 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:15.211 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:15.211 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:15.211 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637773034/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@d0b82d0] 2020-08-17 12:16:15.211 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:15.218 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:15.219 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:15.219 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:15.220 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:15.220 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:15.220 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:15.220 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:15.220 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:15.220 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637773034/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@af31ce9] 2020-08-17 12:16:15.220 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:15.225 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:15.225 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:15.225 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:15.231 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:15.231 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:15.231 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:15.240 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:15.241 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:15.241 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:15.245 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:15.249 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:15.251 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:15.251 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:15.251 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:15.250 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:18.959 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:18.959 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:18.959 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:18.960 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:18.960 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:18.960 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:16:18.960 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:18.960 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:18.960 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:18.960 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:16:18.960 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E8%B5%A3E%C2%B788888.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@72e2d0bc] 2020-08-17 12:16:18.960 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E8%B5%A3E%C2%B788888.jpg, false] 2020-08-17 12:16:18.960 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:18.960 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:18.960 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:18.961 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:18.961 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:18.965 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=25, fileName=赣E·88888.jpg, filePath=D:/PlateDetect/01_蓝牌/赣E·88888.jpg, fileType=jpg, fileLength=0, plate=赣E88888, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642735816/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 12:16:18.965 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.268 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.269 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.270 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:16:21.270 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.270 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:16:21.270 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E8%B5%A3E%C2%B788888.jpg, true] 2020-08-17 12:16:21.270 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.728 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=25, fileName=赣E·88888.jpg, filePath=D:/PlateDetect/01_蓝牌/赣E·88888.jpg, fileType=jpg, fileLength=0, plate=赣E88888, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637781273/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3272, parentId=25, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3239, parentId=25, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3241, parentId=25, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3265, parentId=25, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3260, parentId=25, fileName=debug_char_contour11.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour11.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3250, parentId=25, fileName=debug_char_contour12.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour12.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3253, parentId=25, fileName=debug_char_contour13.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour13.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3266, parentId=25, fileName=debug_char_contour14.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour14.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3261, parentId=25, fileName=debug_char_contour15.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour15.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3264, parentId=25, fileName=debug_char_contour16.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour16.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3252, parentId=25, fileName=debug_char_contour17.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour17.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3258, parentId=25, fileName=debug_char_contour18.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour18.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3256, parentId=25, fileName=debug_char_contour19.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour19.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3283, parentId=25, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3274, parentId=25, fileName=debug_char_contour20.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour20.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3280, parentId=25, fileName=debug_char_contour21.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour21.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3273, parentId=25, fileName=debug_char_contour22.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour22.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3268, parentId=25, fileName=debug_char_contour23.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour23.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3281, parentId=25, fileName=debug_char_contour24.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour24.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3277, parentId=25, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3262, parentId=25, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3254, parentId=25, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3284, parentId=25, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3238, parentId=25, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3248, parentId=25, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3246, parentId=25, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3275, parentId=25, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3259, parentId=25, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3249, parentId=25, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3263, parentId=25, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3236, parentId=25, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3255, parentId=25, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3251, parentId=25, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3243, parentId=25, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3247, parentId=25, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3278, parentId=25, fileName=debug_crop_5.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_crop_5.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3269, parentId=25, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3267, parentId=25, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3244, parentId=25, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3240, parentId=25, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3242, parentId=25, fileName=debug_resize_5.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_resize_5.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3237, parentId=25, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3257, parentId=25, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3235, parentId=25, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3282, parentId=25, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3276, parentId=25, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3279, parentId=25, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3271, parentId=25, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3270, parentId=25, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3245, parentId=25, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3234, parentId=25, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637781273/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=赣L88888, plateColor=蓝牌, sort=99)]) 2020-08-17 12:16:21.728 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.749 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.749 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.750 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.750 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.750 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.750 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.750 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.751 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@681ad59b] 2020-08-17 12:16:21.751 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.751 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.753 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.753 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.753 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.753 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.753 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.753 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2472a35c] 2020-08-17 12:16:21.753 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.755 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.756 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.756 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.756 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.756 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.756 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour12.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5d098ed9] 2020-08-17 12:16:21.756 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.751 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.757 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.757 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.751 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.757 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.757 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7eae7a2e] 2020-08-17 12:16:21.757 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.757 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.757 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.758 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.758 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.758 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.758 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.758 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2e28bbd3] 2020-08-17 12:16:21.758 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.759 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.759 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour11.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@ecc996f] 2020-08-17 12:16:21.759 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.767 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.768 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.767 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.768 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.768 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.768 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.770 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.770 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.770 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.773 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.773 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.773 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.774 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.774 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.774 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.781 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.781 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.781 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.783 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.783 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.783 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.783 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.783 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.783 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.783 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.784 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.784 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour13.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@48afa6ed] 2020-08-17 12:16:21.784 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.784 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.784 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.784 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour14.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1982168b] 2020-08-17 12:16:21.784 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.785 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.785 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.785 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.785 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.785 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.785 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour15.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4936129] 2020-08-17 12:16:21.785 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.789 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.789 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.789 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.789 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.789 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.789 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.790 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour17.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2dd0599b] 2020-08-17 12:16:21.790 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.790 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.790 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.790 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.790 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.790 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour16.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5fce603a] 2020-08-17 12:16:21.790 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.790 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.790 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.790 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.790 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.790 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.790 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@66491b63] 2020-08-17 12:16:21.790 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.791 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.791 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.791 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.791 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.791 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.791 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.797 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.797 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.797 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.800 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.800 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.800 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.800 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.800 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.800 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour18.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@617029b6] 2020-08-17 12:16:21.800 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.803 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.803 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.803 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.803 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.803 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.803 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.803 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.803 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.804 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.804 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.804 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.804 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour19.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3b1d378e] 2020-08-17 12:16:21.804 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.804 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.804 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.804 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.804 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.804 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.804 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.804 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.804 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.805 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4bbfd504] 2020-08-17 12:16:21.805 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.811 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.811 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.811 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.811 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.811 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.811 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour21.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7a1face3] 2020-08-17 12:16:21.811 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.812 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.812 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.812 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.812 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.812 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.812 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour20.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4bce16d2] 2020-08-17 12:16:21.812 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.813 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.813 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.813 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.813 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.813 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.813 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour22.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3b4a0a0a] 2020-08-17 12:16:21.814 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.815 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.816 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.816 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.816 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.816 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.816 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.817 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.817 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.818 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.824 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.824 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.824 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.824 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.824 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.824 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.824 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.824 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.825 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour24.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7443ed3d] 2020-08-17 12:16:21.825 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.825 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.825 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.825 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour23.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@515720ae] 2020-08-17 12:16:21.825 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.826 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.827 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.827 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.827 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.827 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.827 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.827 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.827 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.827 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4697170f] 2020-08-17 12:16:21.827 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.827 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.827 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.828 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.828 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.828 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.828 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.832 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.832 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.832 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.836 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.836 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.836 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.836 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.837 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.837 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.837 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.837 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.837 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@490c51de] 2020-08-17 12:16:21.837 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.837 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.837 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.837 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.837 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.837 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.838 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.839 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.839 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.839 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6587b0be] 2020-08-17 12:16:21.839 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.842 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.842 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.843 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.843 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.843 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.843 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1943461c] 2020-08-17 12:16:21.843 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.846 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.846 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.846 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.846 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.846 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.846 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5550f04b] 2020-08-17 12:16:21.846 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.847 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.847 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.847 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.847 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.847 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.847 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1da5f6eb] 2020-08-17 12:16:21.847 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.850 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.850 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.850 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.850 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.850 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.850 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6849b1be] 2020-08-17 12:16:21.850 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.851 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.851 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.851 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.851 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.851 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.851 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.853 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.853 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.853 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.859 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.859 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.859 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.859 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.859 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.859 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4b930fd7] 2020-08-17 12:16:21.859 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.859 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.859 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.860 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.860 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.860 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.860 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2fd6714] 2020-08-17 12:16:21.860 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.862 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.862 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.863 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.863 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.863 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.863 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.863 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.863 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.863 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.863 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.863 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@71b43e7d] 2020-08-17 12:16:21.863 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.863 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.869 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.870 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.870 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.870 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.870 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.870 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.870 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.870 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.870 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@76d93de5] 2020-08-17 12:16:21.870 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.872 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.872 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.872 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.872 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.872 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.872 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1a54f3f1] 2020-08-17 12:16:21.872 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.872 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.873 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.873 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.874 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.874 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.874 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.875 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.875 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.875 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.875 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.875 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.876 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@32fb9a5c] 2020-08-17 12:16:21.876 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.880 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.881 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.881 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.886 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.886 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.886 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.890 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.890 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.890 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.890 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.890 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.891 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@505b4ff2] 2020-08-17 12:16:21.891 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.893 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.893 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.893 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.893 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.893 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.893 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.893 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.893 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.893 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@58229fc5] 2020-08-17 12:16:21.893 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.894 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.894 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.894 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.900 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.900 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.900 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.900 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.900 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.900 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7acffc0a] 2020-08-17 12:16:21.900 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.901 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.901 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.901 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.901 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.901 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.901 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_crop_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1840472d] 2020-08-17 12:16:21.901 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.905 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.905 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.905 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.905 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.905 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.905 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@60d33fbb] 2020-08-17 12:16:21.906 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.907 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.907 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.907 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.907 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.907 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.907 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@27e56556] 2020-08-17 12:16:21.907 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.909 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.909 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.909 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.916 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.916 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.916 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.916 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.916 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.917 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2a93d96d] 2020-08-17 12:16:21.917 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.918 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.918 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.918 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.918 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.918 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.918 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.918 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.918 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.918 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.920 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.920 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.921 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.923 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.923 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.923 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.927 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.927 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.927 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.927 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.927 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.927 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.927 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.928 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.928 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.928 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.928 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_resize_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@67b70aa1] 2020-08-17 12:16:21.928 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@10a205dd] 2020-08-17 12:16:21.928 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.928 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.931 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.931 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.931 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.931 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.931 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.931 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5678cb8f] 2020-08-17 12:16:21.931 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.932 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.932 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.932 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.932 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.932 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.932 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.932 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.933 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.933 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.933 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.933 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.933 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.933 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.933 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@61827ee6] 2020-08-17 12:16:21.933 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@73dd91d5] 2020-08-17 12:16:21.933 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.933 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.943 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.943 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.943 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.946 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.946 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.946 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.949 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.950 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.950 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.950 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.950 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.950 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5f47a985] 2020-08-17 12:16:21.950 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.952 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.952 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.952 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.952 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.952 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.952 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4cb05c2b] 2020-08-17 12:16:21.952 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.953 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.953 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.953 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.956 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.956 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.956 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.956 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.956 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.956 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.960 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.960 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.960 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.960 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.960 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.960 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@769e15a1] 2020-08-17 12:16:21.960 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.970 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.970 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.970 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.972 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.972 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.972 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.973 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.973 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.973 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.973 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.973 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.973 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@24dc5b2d] 2020-08-17 12:16:21.973 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.975 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.975 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.975 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.975 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.975 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.975 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@35167f3f] 2020-08-17 12:16:21.976 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.976 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.976 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:21.976 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:21.976 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:21.976 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:21.976 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@32e115dd] 2020-08-17 12:16:21.977 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.983 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.985 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.985 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.986 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.986 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.986 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.990 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.990 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.990 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:21.994 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:21.994 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:21.994 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:26.136 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:26.136 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:26.137 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:26.137 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:26.137 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:16:26.137 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:26.137 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:26.137 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:26.137 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:16:26.137 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:26.138 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81A%C2%B788888.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@48049b4d] 2020-08-17 12:16:26.138 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81A%C2%B788888.jpg, false] 2020-08-17 12:16:26.138 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:26.138 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:26.138 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:26.138 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:26.138 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:26.144 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=22, fileName=鲁A·88888.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁A·88888.jpg, fileType=jpg, fileLength=0, plate=鲁A88888, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642725208/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 12:16:26.144 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.522 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.522 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:27.522 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:16:27.522 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:27.522 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:16:27.522 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81A%C2%B788888.jpg, true] 2020-08-17 12:16:27.522 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.677 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=22, fileName=鲁A·88888.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁A·88888.jpg, fileType=jpg, fileLength=0, plate=鲁A88888, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637787526/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3288, parentId=22, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637787526/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:16:27, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3290, parentId=22, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637787526/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:16:27, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3292, parentId=22, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637787526/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:16:27, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3289, parentId=22, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637787526/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:27, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3287, parentId=22, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637787526/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:16:27, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3293, parentId=22, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637787526/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:16:27, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3291, parentId=22, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637787526/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:27, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3286, parentId=22, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637787526/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:27, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3285, parentId=22, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637787526/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:16:27, recoPlate=, plateColor=黑牌, sort=99)]) 2020-08-17 12:16:27.677 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.690 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.690 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:27.690 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:27.690 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:27.690 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:27.690 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637787526/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@15fd6f9] 2020-08-17 12:16:27.690 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.691 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.691 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:27.691 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:27.692 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:27.692 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:27.692 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637787526/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@467f7d5f] 2020-08-17 12:16:27.692 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.692 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.692 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:27.692 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.692 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:27.692 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:27.692 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:27.692 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:27.692 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:27.692 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:27.692 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637787526/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1d6f4b22] 2020-08-17 12:16:27.692 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.692 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:27.694 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.694 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.694 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637787526/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@71df093] 2020-08-17 12:16:27.694 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:27.694 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:27.694 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:27.694 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.694 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:27.694 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:27.694 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637787526/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5dac6b63] 2020-08-17 12:16:27.694 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.694 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:27.694 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:27.694 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:27.694 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637787526/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5b4d1152] 2020-08-17 12:16:27.694 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.703 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:27.703 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.703 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:27.703 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:27.703 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.703 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:27.706 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:27.706 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.706 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:27.707 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:27.707 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.707 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:27.711 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.711 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:27.711 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:27.711 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:27.711 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:27.712 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.712 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:27.712 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:27.714 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637787526/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2af1368] 2020-08-17 12:16:27.714 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.715 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.715 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:27.715 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:27.715 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:27.715 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:27.716 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637787526/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6dd646ef] 2020-08-17 12:16:27.716 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.718 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.718 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:27.718 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:27.719 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:27.719 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:27.719 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637787526/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@12c82789] 2020-08-17 12:16:27.719 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.723 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:27.723 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.723 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:27.728 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:27.728 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.728 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:27.729 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:27.730 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.730 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:27.735 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:27.735 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:27.735 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:41.101 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:41.101 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:41.101 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:41.101 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:41.102 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:16:41.102 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:41.102 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:41.102 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:41.102 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:16:41.102 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:41.102 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81B%C2%B7995EQ.jpg, false] 2020-08-17 12:16:41.102 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81B%C2%B7995EQ.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4fef326c] 2020-08-17 12:16:41.102 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:41.102 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:41.102 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:41.102 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:41.102 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:41.107 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=20, fileName=鲁B·995EQ.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁B·995EQ.jpg, fileType=jpg, fileLength=0, plate=鲁B995EQ, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642726223/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 12:16:41.107 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.560 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.560 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.560 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:16:42.560 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.560 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:16:42.560 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81B%C2%B7995EQ.jpg, true] 2020-08-17 12:16:42.560 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.714 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=20, fileName=鲁B·995EQ.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁B·995EQ.jpg, fileType=jpg, fileLength=0, plate=鲁B995EQ, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637802563/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3297, parentId=20, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3314, parentId=20, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3311, parentId=20, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3299, parentId=20, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3318, parentId=20, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3319, parentId=20, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3317, parentId=20, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3316, parentId=20, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3315, parentId=20, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3304, parentId=20, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3320, parentId=20, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3310, parentId=20, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3296, parentId=20, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3295, parentId=20, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3301, parentId=20, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3308, parentId=20, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3313, parentId=20, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3307, parentId=20, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3312, parentId=20, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3309, parentId=20, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3300, parentId=20, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3305, parentId=20, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3303, parentId=20, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3298, parentId=20, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3306, parentId=20, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3302, parentId=20, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3294, parentId=20, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637802563/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=鲁B995EQ, plateColor=蓝牌, sort=99)]) 2020-08-17 12:16:42.714 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.730 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.731 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.731 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.731 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.731 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.731 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@221ad367] 2020-08-17 12:16:42.731 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.731 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.732 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.733 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.733 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.733 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.733 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.733 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.733 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@23c5ad75] 2020-08-17 12:16:42.733 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.733 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.734 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.734 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.734 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@76afa97f] 2020-08-17 12:16:42.734 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.735 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.735 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.735 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.735 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.735 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.736 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@881e810] 2020-08-17 12:16:42.736 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.736 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.737 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.737 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.737 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.737 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.737 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@15b7e987] 2020-08-17 12:16:42.737 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.738 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.738 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.738 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.738 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.739 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.739 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@69dab356] 2020-08-17 12:16:42.739 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.746 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.746 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.746 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:42.748 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.749 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.749 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:42.750 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.750 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.750 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:42.751 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.751 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.751 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:42.751 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.751 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.751 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.751 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.751 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.751 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@77b50d57] 2020-08-17 12:16:42.751 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.753 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.753 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.753 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.753 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.753 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:42.753 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:42.754 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.754 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.754 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:42.757 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.758 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.758 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.758 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.758 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.758 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6879794d] 2020-08-17 12:16:42.758 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.759 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.759 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.759 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.759 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.759 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.759 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@424568db] 2020-08-17 12:16:42.759 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.762 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.763 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.763 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.763 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.763 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.763 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1f43259] 2020-08-17 12:16:42.763 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.765 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.766 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.766 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.766 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.766 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.766 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.766 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.766 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.766 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.766 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.766 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.766 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.766 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.766 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4689b151] 2020-08-17 12:16:42.766 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.766 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.766 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1c4c8afd] 2020-08-17 12:16:42.767 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.767 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.767 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6c85820b] 2020-08-17 12:16:42.767 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.770 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.771 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.771 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:42.779 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.779 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.779 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.779 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.779 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.779 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@448f1bef] 2020-08-17 12:16:42.779 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.780 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.781 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.781 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:42.785 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.785 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.785 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:42.789 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.789 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.789 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.789 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.790 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.790 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@56f02dbb] 2020-08-17 12:16:42.790 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.790 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.790 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.790 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:42.790 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.792 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.793 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:42.796 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.796 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.796 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.797 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.797 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.797 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@79ee2951] 2020-08-17 12:16:42.797 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.797 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.797 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.797 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.797 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.797 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.797 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3ff50e3] 2020-08-17 12:16:42.797 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.801 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.801 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.801 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:42.802 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.802 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.802 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.802 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.802 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.802 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@55d16498] 2020-08-17 12:16:42.803 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.806 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.806 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.806 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.807 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.807 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.807 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4acab303] 2020-08-17 12:16:42.807 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.806 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.808 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.809 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.809 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.809 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:42.809 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:42.810 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.810 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.810 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:42.810 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.810 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.810 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:42.816 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.816 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.816 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:42.817 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.817 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.817 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.817 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.817 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.817 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7a86d2a8] 2020-08-17 12:16:42.817 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.819 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.819 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.820 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.820 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.820 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.820 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@a6fb1f3] 2020-08-17 12:16:42.820 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.823 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.823 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.823 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.823 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.823 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.824 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.824 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.824 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.824 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@14b26932] 2020-08-17 12:16:42.824 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.824 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.824 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.824 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7979a3f4] 2020-08-17 12:16:42.824 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.824 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.824 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.824 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.824 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.824 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.824 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@650471b6] 2020-08-17 12:16:42.824 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.831 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.831 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.831 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:42.835 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.836 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.836 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:42.839 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.839 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.839 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.839 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.839 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.839 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3f3a9ac5] 2020-08-17 12:16:42.840 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.840 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.841 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.841 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.841 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:42.844 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.845 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.845 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:42.841 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.847 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.847 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.847 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:42.847 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.847 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.847 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.848 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1b07ac68] 2020-08-17 12:16:42.848 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.848 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.848 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:42.848 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:42.849 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:42.849 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:42.849 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@63d7862c] 2020-08-17 12:16:42.849 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.853 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.853 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.853 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:42.856 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.856 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.857 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:42.859 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.859 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.859 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:42.861 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:42.861 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:42.861 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:45.064 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:45.064 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:45.065 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:16:45.065 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:45.065 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:16:45.065 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81B%C2%B7QG527.jpg, false] 2020-08-17 12:16:45.065 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:45.067 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:45.067 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:45.067 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:45.067 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:45.067 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:45.067 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81B%C2%B7QG527.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5112b1f] 2020-08-17 12:16:45.067 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:45.070 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=33, fileName=鲁B·QG527.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁B·QG527.jpg, fileType=jpg, fileLength=0, plate=鲁BQG527, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642732526/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 12:16:45.070 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:45.078 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:45.078 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:45.078 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.434 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.435 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.435 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:16:46.435 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.435 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:16:46.435 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81B%C2%B7QG527.jpg, true] 2020-08-17 12:16:46.435 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.616 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=33, fileName=鲁B·QG527.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁B·QG527.jpg, fileType=jpg, fileLength=0, plate=鲁BQG527, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637806437/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3344, parentId=33, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3372, parentId=33, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3339, parentId=33, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3329, parentId=33, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3335, parentId=33, fileName=debug_char_contour11.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour11.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3356, parentId=33, fileName=debug_char_contour12.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour12.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3362, parentId=33, fileName=debug_char_contour13.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour13.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3346, parentId=33, fileName=debug_char_contour14.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour14.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3350, parentId=33, fileName=debug_char_contour15.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour15.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3355, parentId=33, fileName=debug_char_contour16.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour16.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3328, parentId=33, fileName=debug_char_contour19.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour19.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3333, parentId=33, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3338, parentId=33, fileName=debug_char_contour20.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour20.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3342, parentId=33, fileName=debug_char_contour21.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour21.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3361, parentId=33, fileName=debug_char_contour23.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour23.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3348, parentId=33, fileName=debug_char_contour24.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour24.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3352, parentId=33, fileName=debug_char_contour25.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour25.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3327, parentId=33, fileName=debug_char_contour26.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour26.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3332, parentId=33, fileName=debug_char_contour27.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour27.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3360, parentId=33, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3357, parentId=33, fileName=debug_char_contour30.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour30.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3363, parentId=33, fileName=debug_char_contour31.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour31.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3358, parentId=33, fileName=debug_char_contour32.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour32.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3364, parentId=33, fileName=debug_char_contour33.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour33.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3365, parentId=33, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3368, parentId=33, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3324, parentId=33, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3322, parentId=33, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3323, parentId=33, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3334, parentId=33, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3351, parentId=33, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3353, parentId=33, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3347, parentId=33, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3354, parentId=33, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3330, parentId=33, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3349, parentId=33, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3343, parentId=33, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3345, parentId=33, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3340, parentId=33, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3337, parentId=33, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3341, parentId=33, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3326, parentId=33, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3331, parentId=33, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3336, parentId=33, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3359, parentId=33, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3325, parentId=33, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3369, parentId=33, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3371, parentId=33, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3366, parentId=33, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3370, parentId=33, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3367, parentId=33, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3321, parentId=33, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637806437/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=沪QG527, plateColor=黑牌, sort=99)]) 2020-08-17 12:16:46.616 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.631 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.631 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.631 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.632 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.632 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.632 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1171079a] 2020-08-17 12:16:46.632 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.632 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.632 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.632 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.632 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.632 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.632 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@52c6a0a4] 2020-08-17 12:16:46.632 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.635 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.635 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.635 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.635 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.635 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.635 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.635 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.635 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@196d21bc] 2020-08-17 12:16:46.635 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.635 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.635 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.635 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.636 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.636 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.635 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.636 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour11.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@55efda5c] 2020-08-17 12:16:46.636 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.636 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.636 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.636 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.637 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@34d5280c] 2020-08-17 12:16:46.637 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.637 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.637 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.637 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.638 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.638 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour12.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4b8778cf] 2020-08-17 12:16:46.638 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.639 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.639 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.639 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.639 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.639 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.639 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.639 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.640 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.640 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.642 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.642 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.643 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.643 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.644 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.644 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.647 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.647 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.647 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.655 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.655 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.655 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.656 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.656 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.656 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour14.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@437179d7] 2020-08-17 12:16:46.656 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.657 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.657 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.657 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.657 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.658 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.657 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.658 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.658 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.658 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.659 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.660 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour15.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7f5f4c86] 2020-08-17 12:16:46.660 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.661 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.661 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.661 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.661 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.661 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.661 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour16.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5ca6e20] 2020-08-17 12:16:46.661 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.658 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour13.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@73f64ef3] 2020-08-17 12:16:46.659 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.662 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.662 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.662 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.662 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.662 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.662 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.662 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.662 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.662 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@76ff72bd] 2020-08-17 12:16:46.662 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.664 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.664 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.664 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.664 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.664 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.664 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour19.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@31ccd422] 2020-08-17 12:16:46.664 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.664 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.664 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.664 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.665 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.665 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.665 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.667 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.667 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.667 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.667 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.667 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.667 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@51026f3d] 2020-08-17 12:16:46.667 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.668 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.668 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.668 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.672 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.672 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.672 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.672 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.672 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.673 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour20.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@8b91d1a] 2020-08-17 12:16:46.673 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.674 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.674 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.674 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.674 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.674 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.675 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour21.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@51244a65] 2020-08-17 12:16:46.675 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.675 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.675 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.675 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.676 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.676 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.676 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.676 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.676 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.676 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour23.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@333c08c7] 2020-08-17 12:16:46.676 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.678 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.679 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.679 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.680 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.681 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.681 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.681 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.681 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.681 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour24.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2f435c07] 2020-08-17 12:16:46.681 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.685 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.685 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.685 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.685 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.685 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.685 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.685 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.685 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.685 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.686 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.686 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.686 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour25.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@629b13e0] 2020-08-17 12:16:46.686 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.686 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.686 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.686 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.688 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.689 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.689 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.691 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.691 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.692 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.692 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.692 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.692 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.692 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.692 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour26.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@28d43d5e] 2020-08-17 12:16:46.692 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.692 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.696 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.696 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.697 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.697 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.697 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.697 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7144e9be] 2020-08-17 12:16:46.697 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.699 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.699 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.699 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.702 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.702 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.702 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.703 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.703 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.703 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour30.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3c6b79fa] 2020-08-17 12:16:46.703 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.706 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.706 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.706 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.706 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.708 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.708 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.708 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.706 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.708 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.708 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour31.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@58266170] 2020-08-17 12:16:46.708 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.708 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.708 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.708 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.708 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.708 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.708 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour32.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@38b424c8] 2020-08-17 12:16:46.708 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.708 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.709 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.709 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.709 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.709 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.709 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.709 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.709 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour27.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7899ea15] 2020-08-17 12:16:46.709 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.712 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.712 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.712 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.714 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.715 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.715 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.715 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.715 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.715 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.715 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.715 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.715 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.715 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.715 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.715 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour33.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6ee380f] 2020-08-17 12:16:46.715 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.715 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.715 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.715 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@21e3e29f] 2020-08-17 12:16:46.715 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.720 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.720 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.721 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.722 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.722 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.722 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.722 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.722 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.723 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@54d1218d] 2020-08-17 12:16:46.723 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.723 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.723 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.723 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.725 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.725 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.725 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.727 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.727 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.727 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.727 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.727 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.727 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4f0a13d8] 2020-08-17 12:16:46.727 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.729 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.729 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.729 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.729 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.729 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.729 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.729 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.729 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5f43f19e] 2020-08-17 12:16:46.729 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.729 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.729 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.729 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.729 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2e7df75c] 2020-08-17 12:16:46.729 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.730 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.731 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.731 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.731 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.731 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.731 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.732 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.732 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.730 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.732 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.732 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.732 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.732 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5fda78bf] 2020-08-17 12:16:46.733 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.732 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.733 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.739 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.739 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.739 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.739 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.739 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.739 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.739 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.739 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.739 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@59008f3c] 2020-08-17 12:16:46.739 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.739 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.739 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.740 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.740 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.741 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.742 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@576c3000] 2020-08-17 12:16:46.742 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.742 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.743 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.743 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.743 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.743 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.743 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.743 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.743 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.743 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@387e2060] 2020-08-17 12:16:46.743 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.744 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.745 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.745 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.745 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.746 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.718 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.746 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@27f9da76] 2020-08-17 12:16:46.746 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.746 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.746 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.747 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.747 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.747 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.747 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.747 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.747 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7455fd10] 2020-08-17 12:16:46.747 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.752 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.752 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.752 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.752 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.752 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.752 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@47a61fc9] 2020-08-17 12:16:46.752 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.752 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.753 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.753 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.753 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.753 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.753 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.758 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.758 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.758 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.760 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.761 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.761 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.761 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.761 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.761 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@40a160a5] 2020-08-17 12:16:46.761 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.761 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.761 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.761 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.761 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.761 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.762 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2dd00bbc] 2020-08-17 12:16:46.762 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.766 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.766 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.767 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.767 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.767 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.767 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.767 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.767 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.767 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5e4cb35c] 2020-08-17 12:16:46.767 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.767 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.767 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.767 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.770 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.770 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.770 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.774 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.774 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.774 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.774 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.774 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.774 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@34c6643c] 2020-08-17 12:16:46.774 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.774 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.774 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.775 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.775 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.775 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.775 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4a64e7a9] 2020-08-17 12:16:46.775 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.778 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.778 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.778 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.779 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.779 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.779 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.779 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.780 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.780 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1177fa0a] 2020-08-17 12:16:46.780 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.782 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.783 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.783 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.783 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.783 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.783 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@57e97ff4] 2020-08-17 12:16:46.783 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.784 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.785 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.785 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.785 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.785 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.785 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.790 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.790 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.790 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.792 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.792 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.792 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.792 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.792 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.792 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@793203bd] 2020-08-17 12:16:46.792 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.796 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.796 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.797 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.797 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.797 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.797 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@61649fb9] 2020-08-17 12:16:46.797 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.798 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.798 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.798 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.798 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.798 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.798 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.798 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.799 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.799 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6f449e89] 2020-08-17 12:16:46.799 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.802 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.803 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.803 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.804 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.804 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.804 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.804 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.804 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.804 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.808 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.808 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.808 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.808 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.808 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.808 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5975f2fc] 2020-08-17 12:16:46.808 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.810 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.810 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.810 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.811 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.811 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.811 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.813 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.813 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.813 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.813 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.813 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.813 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.813 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.813 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.813 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.814 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7bbdcb48] 2020-08-17 12:16:46.814 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.814 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.814 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1cf5442f] 2020-08-17 12:16:46.814 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.814 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.814 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.814 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.814 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.814 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.815 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4824ff0] 2020-08-17 12:16:46.815 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.817 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.817 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:46.817 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:46.817 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:46.817 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:46.817 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@24612f47] 2020-08-17 12:16:46.817 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.821 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.821 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.821 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.824 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.824 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.824 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.826 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.826 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.826 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.828 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.828 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.828 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:46.831 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:46.831 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:46.831 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:53.909 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:53.909 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:53.910 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:53.910 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:53.910 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:53.910 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:16:53.910 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:53.910 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:53.910 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:53.910 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:16:53.910 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81J%C2%B7RW350.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@af56232] 2020-08-17 12:16:53.910 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81J%C2%B7RW350.jpg, false] 2020-08-17 12:16:53.910 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:53.910 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:53.910 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:53.910 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:53.910 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:53.918 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=31, fileName=鲁J·RW350.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁J·RW350.jpg, fileType=jpg, fileLength=0, plate=鲁JRW350, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642731868/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 12:16:53.918 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.354 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.355 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.355 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:16:55.355 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.355 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:16:55.355 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81J%C2%B7RW350.jpg, true] 2020-08-17 12:16:55.355 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.522 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=31, fileName=鲁J·RW350.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁J·RW350.jpg, fileType=jpg, fileLength=0, plate=鲁JRW350, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637815357/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3376, parentId=31, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3384, parentId=31, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3390, parentId=31, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3385, parentId=31, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3381, parentId=31, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3399, parentId=31, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3394, parentId=31, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3386, parentId=31, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3377, parentId=31, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3378, parentId=31, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3387, parentId=31, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3382, parentId=31, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3402, parentId=31, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3396, parentId=31, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3401, parentId=31, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3375, parentId=31, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3374, parentId=31, fileName=debug_crop_5.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_crop_5.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3400, parentId=31, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3398, parentId=31, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3388, parentId=31, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3393, parentId=31, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3380, parentId=31, fileName=debug_resize_5.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_5.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3395, parentId=31, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3391, parentId=31, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3392, parentId=31, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3404, parentId=31, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3397, parentId=31, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3403, parentId=31, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3383, parentId=31, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3379, parentId=31, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3389, parentId=31, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3373, parentId=31, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637815357/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=鲁JRW350, plateColor=蓝牌, sort=99)]) 2020-08-17 12:16:55.522 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.534 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.534 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.534 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.534 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.534 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.534 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@20a4d4b0] 2020-08-17 12:16:55.534 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.534 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.534 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.535 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.535 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.535 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.535 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3803f868] 2020-08-17 12:16:55.535 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.536 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.536 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.536 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.536 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.536 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.536 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2af1fcd5] 2020-08-17 12:16:55.536 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.538 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.538 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.538 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.538 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.538 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.538 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4a2a4716] 2020-08-17 12:16:55.538 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.538 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.538 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.538 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.538 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.538 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.538 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4183d3cc] 2020-08-17 12:16:55.538 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.539 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.539 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.539 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.539 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.540 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.540 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.540 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.540 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.540 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@891d05f] 2020-08-17 12:16:55.540 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.546 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.547 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.547 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.547 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.547 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.547 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1a28c64e] 2020-08-17 12:16:55.547 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.548 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.548 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.548 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.548 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.548 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.548 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.550 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.550 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.551 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.551 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.551 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.551 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.554 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.554 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.554 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.554 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.554 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.554 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.555 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.555 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.555 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.556 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.556 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.556 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6db66e3f] 2020-08-17 12:16:55.556 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.556 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.556 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.556 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.556 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.556 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.556 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@46a3fbcb] 2020-08-17 12:16:55.556 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.560 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.560 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.560 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.560 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.560 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.560 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5d08e232] 2020-08-17 12:16:55.560 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.562 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.562 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.562 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.562 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.562 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.563 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.563 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.563 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.563 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.563 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.563 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.563 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.563 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.563 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.563 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.563 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@470cc358] 2020-08-17 12:16:55.563 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1c034f38] 2020-08-17 12:16:55.563 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3dbda892] 2020-08-17 12:16:55.563 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.563 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.563 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.566 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.566 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.566 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.566 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.566 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.566 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.573 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.573 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.573 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.573 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.573 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.573 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.573 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.573 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.573 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.573 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.573 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.573 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.573 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.573 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.573 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.573 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.573 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.573 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.573 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.573 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.573 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5d2897c4] 2020-08-17 12:16:55.574 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.574 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3f2f87af] 2020-08-17 12:16:55.574 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.574 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.575 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.581 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.581 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.581 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.581 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.581 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.581 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@b2c9e18] 2020-08-17 12:16:55.581 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.582 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.582 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.582 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.582 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.582 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.582 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@41a58c0d] 2020-08-17 12:16:55.582 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.583 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.583 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.583 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.583 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.583 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.583 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.583 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.583 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.584 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.584 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_crop_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5b6cafb9] 2020-08-17 12:16:55.584 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.583 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.584 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.586 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.586 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.586 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.586 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.586 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.586 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@c9cdebd] 2020-08-17 12:16:55.586 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.589 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.589 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.589 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.589 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.589 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.589 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3c9f8803] 2020-08-17 12:16:55.589 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.593 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.593 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.593 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.593 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.593 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.593 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.594 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.594 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.594 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.594 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.594 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.594 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6985d619] 2020-08-17 12:16:55.594 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.596 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.596 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.596 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.599 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.599 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.599 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.599 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.599 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.599 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.599 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.599 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.599 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.599 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.599 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@ac32472] 2020-08-17 12:16:55.599 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_resize_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@31a32aef] 2020-08-17 12:16:55.599 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.599 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.600 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.600 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.600 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.600 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.600 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.600 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.601 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.601 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.601 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.601 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.601 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.601 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@16c7608c] 2020-08-17 12:16:55.601 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.606 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.606 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.606 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.607 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.607 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.607 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.607 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.607 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.608 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@48009fd4] 2020-08-17 12:16:55.608 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.609 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.609 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.609 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.609 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.609 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.609 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@adee266] 2020-08-17 12:16:55.609 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.610 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.610 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.610 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.611 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.611 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.611 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.611 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.611 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.611 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.611 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.611 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.611 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.611 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.611 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.612 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@30c10a72] 2020-08-17 12:16:55.612 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.612 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.612 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.612 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.620 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.621 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.621 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.621 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.621 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.621 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@30309dda] 2020-08-17 12:16:55.621 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.621 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.621 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.621 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.621 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.621 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.621 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@36d842d2] 2020-08-17 12:16:55.621 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.623 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.623 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.623 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.623 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.623 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.623 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.623 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.623 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.623 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.623 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.623 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.623 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.623 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@44b3c779] 2020-08-17 12:16:55.623 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@67449347] 2020-08-17 12:16:55.623 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.623 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.623 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.626 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.626 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.626 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.630 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.630 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:55.630 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:55.630 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:55.630 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:55.630 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@d235692] 2020-08-17 12:16:55.630 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.632 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.633 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.633 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.633 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.633 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.633 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.640 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.640 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.640 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.641 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.641 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.641 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:55.644 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:55.644 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:55.644 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:58.273 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:58.273 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:58.273 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:58.273 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:58.274 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:16:58.274 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:58.274 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:58.274 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:16:58.274 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:58.274 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:58.274 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81K%C2%B7K5555.jpg, false] 2020-08-17 12:16:58.274 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81K%C2%B7K5555.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@d5c483a] 2020-08-17 12:16:58.274 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:58.274 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:58.274 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:58.274 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:58.274 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:58.278 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=26, fileName=鲁K·K5555.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁K·K5555.jpg, fileType=jpg, fileLength=0, plate=鲁KK5555, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642735188/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 12:16:58.278 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.313 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.313 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.313 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:16:59.313 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.313 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:16:59.313 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81K%C2%B7K5555.jpg, true] 2020-08-17 12:16:59.313 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.456 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=26, fileName=鲁K·K5555.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁K·K5555.jpg, fileType=jpg, fileLength=0, plate=鲁KK5555, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637819315/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3417, parentId=26, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3426, parentId=26, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3422, parentId=26, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3409, parentId=26, fileName=debug_char_contour11.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_contour11.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3414, parentId=26, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3436, parentId=26, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3430, parentId=26, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3424, parentId=26, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3431, parentId=26, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3429, parentId=26, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3418, parentId=26, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3411, parentId=26, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3432, parentId=26, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3408, parentId=26, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3423, parentId=26, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3427, parentId=26, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3407, parentId=26, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3406, parentId=26, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3420, parentId=26, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3410, parentId=26, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3416, parentId=26, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3421, parentId=26, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3412, parentId=26, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3425, parentId=26, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3415, parentId=26, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3437, parentId=26, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3435, parentId=26, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3434, parentId=26, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3433, parentId=26, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3419, parentId=26, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3413, parentId=26, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3428, parentId=26, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3405, parentId=26, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637819315/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=鲁KK5555, plateColor=蓝牌, sort=99)]) 2020-08-17 12:16:59.457 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.468 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.468 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.468 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.468 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.468 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.468 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1c35c102] 2020-08-17 12:16:59.468 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.469 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.469 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.469 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.469 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.469 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.469 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@623f479] 2020-08-17 12:16:59.469 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.472 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.472 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.472 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.472 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.472 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.472 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.472 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_contour11.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@63cf17bc] 2020-08-17 12:16:59.472 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.472 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.473 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.473 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.473 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.473 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_contour10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@18757317] 2020-08-17 12:16:59.473 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.474 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.474 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.474 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.474 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.474 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.474 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2a443fe6] 2020-08-17 12:16:59.474 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.475 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.475 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.475 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.475 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.475 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.476 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@179d52c9] 2020-08-17 12:16:59.476 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.481 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.481 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.481 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.482 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.483 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.483 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.485 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.485 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.485 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.486 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.486 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.486 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.486 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.486 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.486 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.488 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.488 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.488 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.488 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.488 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.488 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@77066f6a] 2020-08-17 12:16:59.488 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.489 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.489 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.489 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.490 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.490 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.490 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.490 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.490 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.490 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@bdb1c75] 2020-08-17 12:16:59.490 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.492 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.493 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.493 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.494 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.494 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.495 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.495 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.495 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.495 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.495 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.495 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.495 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.495 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@24d14018] 2020-08-17 12:16:59.495 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.495 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.495 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.495 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.495 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.495 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@39c26542] 2020-08-17 12:16:59.495 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.495 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.495 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.495 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@605382ba] 2020-08-17 12:16:59.495 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.499 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.499 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.499 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.500 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.499 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.500 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.500 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.500 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.500 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.500 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1aa0e9f3] 2020-08-17 12:16:59.500 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.500 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.500 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@79cc7085] 2020-08-17 12:16:59.500 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.502 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.502 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.502 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.504 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.504 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.504 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.506 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.506 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.506 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.506 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.506 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.506 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.506 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.506 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.506 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.506 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.506 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.506 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1e29015c] 2020-08-17 12:16:59.506 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.512 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.512 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.512 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.514 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.514 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.514 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.515 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.515 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.515 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.515 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.515 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.515 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7a6dfb04] 2020-08-17 12:16:59.515 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.519 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.519 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.519 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.519 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.519 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.519 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7708cb4e] 2020-08-17 12:16:59.519 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.519 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.519 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.519 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.520 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.520 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.520 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.520 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.520 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.520 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2e22bfe2] 2020-08-17 12:16:59.520 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.521 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.521 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.521 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.521 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.521 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.521 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3953302f] 2020-08-17 12:16:59.521 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.523 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.523 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.523 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.523 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.523 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.523 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@480ae05e] 2020-08-17 12:16:59.523 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.525 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.526 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.526 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.526 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.526 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.526 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7e30597d] 2020-08-17 12:16:59.526 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.535 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.535 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.535 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.537 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.537 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.537 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.537 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.539 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.539 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.539 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.539 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.539 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.539 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.539 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.539 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.543 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.543 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.543 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.543 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.543 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.543 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7b93fafd] 2020-08-17 12:16:59.543 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.544 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.544 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.544 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.547 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.547 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.547 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.547 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.547 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.547 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@45e1dd31] 2020-08-17 12:16:59.547 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.550 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.550 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.550 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.550 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.550 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.550 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@49041193] 2020-08-17 12:16:59.550 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.551 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.551 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.551 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.551 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.551 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.551 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@711a90df] 2020-08-17 12:16:59.551 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.554 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.554 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.554 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.554 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.554 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.554 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@691eb08f] 2020-08-17 12:16:59.554 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.556 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.557 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.557 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.557 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.557 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.557 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.557 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.557 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.557 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@43828b4] 2020-08-17 12:16:59.557 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.561 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.561 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.561 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.561 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.561 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.561 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.561 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.561 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.561 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.563 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.563 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.563 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.563 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.564 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.564 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7e1eecf8] 2020-08-17 12:16:59.564 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.567 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.567 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.567 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.569 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.569 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.569 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.570 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.569 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.570 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.570 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.570 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.570 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.570 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.570 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.570 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@db9a492] 2020-08-17 12:16:59.570 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.569 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.571 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.570 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.571 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.571 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.571 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@ab8da1b] 2020-08-17 12:16:59.571 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.571 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.571 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6bcabd91] 2020-08-17 12:16:59.571 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.571 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.576 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.576 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.576 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.576 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.576 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.576 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.576 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.576 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.576 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7def1038] 2020-08-17 12:16:59.577 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.577 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.577 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.577 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.577 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.577 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.577 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@77ab7e6d] 2020-08-17 12:16:59.577 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.581 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.581 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:16:59.581 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.581 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:16:59.581 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.581 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:16:59.581 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.581 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:16:59.581 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@24e2d1cd] 2020-08-17 12:16:59.581 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.581 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.582 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.582 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.588 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.588 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.588 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.588 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.588 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.588 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.592 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.592 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.592 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:16:59.594 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:16:59.594 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:16:59.594 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:17:01.198 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:01.198 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:01.199 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:01.199 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:01.199 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:17:01.199 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:17:01.199 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:01.199 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:17:01.199 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:01.199 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%84%82C%C2%B7D3098.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4421e5ad] 2020-08-17 12:17:01.199 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:17:01.199 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%84%82C%C2%B7D3098.jpg, false] 2020-08-17 12:17:01.199 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:01.199 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:01.200 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:17:01.200 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:01.200 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:17:01.204 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=23, fileName=鄂C·D3098.jpg, filePath=D:/PlateDetect/01_蓝牌/鄂C·D3098.jpg, fileType=jpg, fileLength=0, plate=鄂CD3098, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642724648/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 12:17:01.204 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.592 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.593 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:02.593 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 12:17:02.593 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:02.593 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 12:17:02.593 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%84%82C%C2%B7D3098.jpg, true] 2020-08-17 12:17:02.593 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.734 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=23, fileName=鄂C·D3098.jpg, filePath=D:/PlateDetect/01_蓝牌/鄂C·D3098.jpg, fileType=jpg, fileLength=0, plate=鄂CD3098, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637822595/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3442, parentId=23, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3461, parentId=23, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3446, parentId=23, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3455, parentId=23, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3451, parentId=23, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3454, parentId=23, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3443, parentId=23, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3449, parentId=23, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3459, parentId=23, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3458, parentId=23, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3448, parentId=23, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3453, parentId=23, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3441, parentId=23, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3450, parentId=23, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3456, parentId=23, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3452, parentId=23, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3440, parentId=23, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3439, parentId=23, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3444, parentId=23, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3457, parentId=23, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3445, parentId=23, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3447, parentId=23, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3460, parentId=23, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3462, parentId=23, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3438, parentId=23, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637822595/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=吉S, plateColor=黑牌, sort=99)]) 2020-08-17 12:17:02.734 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.746 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.747 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:02.747 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:17:02.747 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:02.747 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:17:02.747 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@75ae47d2] 2020-08-17 12:17:02.747 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.751 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.751 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.751 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:02.751 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.751 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:02.751 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:02.751 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:17:02.751 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:17:02.751 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:02.751 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:02.751 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:17:02.751 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:17:02.751 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@38a13c29] 2020-08-17 12:17:02.751 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.751 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:17:02.751 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.752 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:02.751 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3916c98] 2020-08-17 12:17:02.752 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.752 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:02.752 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.752 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:02.753 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:17:02.753 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:02.753 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:17:02.752 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:17:02.753 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5533a938] 2020-08-17 12:17:02.753 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.753 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@38b7379f] 2020-08-17 12:17:02.752 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:17:02.754 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.754 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:02.754 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:17:02.754 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_contour10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@16d0206e] 2020-08-17 12:17:02.754 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.756 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:17:02.756 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.756 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:17:02.761 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.761 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:02.761 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:17:02.761 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:02.761 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:17:02.761 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@17bcf38d] 2020-08-17 12:17:02.761 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.762 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:17:02.762 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.762 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:17:02.762 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:17:02.763 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.763 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:17:02.765 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:17:02.765 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.765 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:17:02.767 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:17:02.767 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.767 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:17:02.770 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.770 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:02.770 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:17:02.770 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:02.770 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:17:02.770 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7bc98c5] 2020-08-17 12:17:02.770 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:17:02.770 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.770 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.770 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:17:02.773 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:17:02.773 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.773 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.773 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:17:02.774 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:02.774 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:17:02.774 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:02.774 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:17:02.774 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@c823269] 2020-08-17 12:17:02.774 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.776 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.776 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:02.776 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:17:02.776 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:02.777 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:17:02.777 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6e28adfd] 2020-08-17 12:17:02.777 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.780 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.780 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.780 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:02.780 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:02.780 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:17:02.780 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:17:02.780 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:02.780 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:02.780 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:17:02.780 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:17:02.780 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7bcce206] 2020-08-17 12:17:02.780 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3dfe7c4d] 2020-08-17 12:17:02.780 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.780 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.783 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:17:02.783 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:17:02.783 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.783 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.783 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:17:02.783 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:17:02.783 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.783 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:02.783 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:17:02.784 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:02.784 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:17:02.784 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@608e37b8] 2020-08-17 12:17:02.784 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.788 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:17:02.788 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.788 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:17:02.788 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:17:02.788 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.788 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:17:02.789 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.789 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:02.789 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:17:02.789 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:02.789 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:17:02.789 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2545ae0b] 2020-08-17 12:17:02.789 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.790 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.790 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:02.790 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:17:02.790 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:02.790 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:17:02.790 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2cf0a99e] 2020-08-17 12:17:02.790 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.794 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:17:02.794 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.794 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:17:02.797 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.797 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:02.797 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:17:02.797 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:02.797 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:17:02.797 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@778399c4] 2020-08-17 12:17:02.797 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.801 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:17:02.802 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.802 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:17:02.802 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.802 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:02.802 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.802 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:02.802 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:17:02.802 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:17:02.802 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:02.802 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:02.802 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:17:02.802 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:17:02.802 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@27b62373] 2020-08-17 12:17:02.802 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5ceef4fe] 2020-08-17 12:17:02.802 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.802 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.804 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:17:02.804 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.804 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:17:02.807 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.807 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:02.807 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:17:02.807 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:02.807 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:17:02.807 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6cad15a6] 2020-08-17 12:17:02.807 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.812 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.812 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:02.812 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:17:02.812 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:02.812 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:17:02.812 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7ee76d39] 2020-08-17 12:17:02.812 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.813 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:17:02.813 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.813 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:17:02.817 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:17:02.817 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.817 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:17:02.820 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.820 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:02.820 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:17:02.820 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:02.820 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:17:02.820 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7be99b0d] 2020-08-17 12:17:02.820 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.821 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:17:02.821 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.821 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:17:02.823 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.823 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:17:02.823 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:02.823 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.823 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:17:02.823 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:17:02.823 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:02.823 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:17:02.823 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1fecab90] 2020-08-17 12:17:02.823 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.825 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:17:02.825 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.825 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:17:02.826 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:17:02.826 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.826 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:17:02.827 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:17:02.827 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.828 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:02.828 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:17:02.828 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:02.828 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:17:02.828 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4385da67] 2020-08-17 12:17:02.828 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.828 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.828 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:17:02.829 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.829 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:02.829 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:17:02.830 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:02.830 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:17:02.830 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@41f9313e] 2020-08-17 12:17:02.830 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.834 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.834 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 12:17:02.834 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 12:17:02.834 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 12:17:02.834 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 12:17:02.834 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@628ed2b9] 2020-08-17 12:17:02.834 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.840 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:17:02.840 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.841 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:17:02.842 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:17:02.842 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.842 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:17:02.846 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:17:02.846 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 12:17:02.846 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.846 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 12:17:02.847 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 12:17:02.847 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:44:59.301 [main] INFO com.yuxue.Application - Starting Application on H with PID 20548 (started by 韩先生 in D:\吃饭家伙\Java\Java文件\yx-image-recognition) 2020-08-17 14:44:59.306 [main] INFO com.yuxue.Application - The following profiles are active: dev 2020-08-17 14:45:01.487 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'threadPoolConfig' of type [com.yuxue.config.ThreadPoolConfig$$EnhancerBySpringCGLIB$$c3894dc4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-08-17 14:45:01.709 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$de06887a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-08-17 14:45:01.884 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'defaultAopConfig' of type [com.yuxue.aop.DefaultAopConfig$$EnhancerBySpringCGLIB$$c809bb9d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-08-17 14:45:01.895 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'resultAop' of type [org.springframework.aop.support.DefaultPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-08-17 14:45:02.816 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 16666 (http) 2020-08-17 14:45:02.858 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat] 2020-08-17 14:45:02.859 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.19] 2020-08-17 14:45:03.145 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext 2020-08-17 14:45:03.232 [main] INFO o.s.boot.web.servlet.RegistrationBean - Servlet statViewServlet was not registered (possibly already registered?) 2020-08-17 14:45:03.559 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited 2020-08-17 14:45:04.748 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'taskExecutor' 2020-08-17 14:45:05.629 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler' 2020-08-17 14:45:05.752 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed 2020-08-17 14:45:05.777 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) 2020-08-17 14:45:05.793 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references 2020-08-17 14:45:06.111 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 16666 (http) with context path '' 2020-08-17 14:45:06.118 [main] INFO com.yuxue.Application - Started Application in 7.624 seconds (JVM running for 8.36) 2020-08-17 14:45:17.576 [http-nio-16666-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' 2020-08-17 14:45:17.657 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:17.657 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:17.658 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666/index 2020-08-17 14:45:17.658 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:17.660 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.CommonController.indexPage 2020-08-17 14:45:17.661 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [] 2020-08-17 14:45:17.661 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:17.671 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: home/index 2020-08-17 14:45:17.671 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:17.672 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:18.442 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:18.442 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:18.442 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666/systemMenu/getUserMenu 2020-08-17 14:45:18.443 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:18.443 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.SystemMenuController.getUserMenu 2020-08-17 14:45:18.443 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [] 2020-08-17 14:45:18.443 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:19.004 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: {third=java.util.stream.ReferencePipeline$2@1519e350, first=java.util.stream.ReferencePipeline$2@27b45990, second=java.util.stream.ReferencePipeline$2@3e710657} 2020-08-17 14:45:19.005 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:19.309 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:19.309 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:19.309 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/getProcessStep 2020-08-17 14:45:19.310 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:19.310 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.getProcessStep 2020-08-17 14:45:19.310 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [] 2020-08-17 14:45:19.310 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:19.324 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:19.324 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:19.325 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir 2020-08-17 14:45:19.325 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:19.326 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir 2020-08-17 14:45:19.326 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [null, png,jpg,jpeg] 2020-08-17 14:45:19.326 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:19.332 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: {result=99, debug_GaussianBlur=0, debug_gray=1, debug_Sobel=2, debug_threshold=3, debug_morphology=4, debug_Contours=5, debug_result=6, debug_crop=7, debug_resize=8, debug_char_threshold=9, debug_specMat=11, debug_chineseMat=12, debug_char_auxRoi=13} 2020-08-17 14:45:19.332 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:19.503 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: [{"fileName":"01_蓝牌","filePath":"D:\\PlateDetect\\01_蓝牌","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\01_蓝牌","isDir":true}, {"fileName":"02_黄牌","filePath":"D:\\PlateDetect\\02_黄牌","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\02_黄牌","isDir":true}, {"fileName":"03_绿牌","filePath":"D:\\PlateDetect\\03_绿牌","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\03_绿牌","isDir":true}, {"fileName":"04_多车牌","filePath":"D:\\PlateDetect\\04_多车牌","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\04_多车牌","isDir":true}, {"fileName":"05_夜间","filePath":"D:\\PlateDetect\\05_夜间","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\05_夜间","isDir":true}, {"fileName":"06_黑牌","filePath":"D:\\PlateDetect\\06_黑牌","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\06_黑牌","isDir":true}, {"fileName":"99_其他","filePath":"D:\\PlateDetect\\99_其他","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\99_其他","isDir":true}, {"fileName":"temp","filePath":"D:\\PlateDetect\\temp","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\temp","isDir":true}, {"fileName":"train","filePath":"D:\\PlateDetect\\train","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\train","isDir":true}, {"fileName":"Video","filePath":"D:\\PlateDetect\\Video","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\Video","isDir":true}, {"fileName":"Video_Grab","filePath":"D:\\PlateDetect\\Video_Grab","pid":"D:\\PlateDetect","id":"D:\\PlateDetect\\Video_Grab","isDir":true}] 2020-08-17 14:45:19.504 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:21.413 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:21.414 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:21.414 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir 2020-08-17 14:45:21.414 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:21.414 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir 2020-08-17 14:45:21.415 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C, png,jpg,jpeg] 2020-08-17 14:45:21.415 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:21.418 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: [{"fileName":"京A·88731.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\京A·88731.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\京A·88731.jpg","isDir":false}, {"fileName":"京C·X8888.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\京C·X8888.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\京C·X8888.jpg","isDir":false}, {"fileName":"京H·99999.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\京H·99999.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\京H·99999.jpg","isDir":false}, {"fileName":"京K·M6680.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\京K·M6680.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\京K·M6680.jpg","isDir":false}, {"fileName":"京P·8BK60.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\京P·8BK60.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\京P·8BK60.jpg","isDir":false}, {"fileName":"浙A·88888.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\浙A·88888.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\浙A·88888.jpg","isDir":false}, {"fileName":"湘G·60009.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\湘G·60009.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\湘G·60009.jpg","isDir":false}, {"fileName":"粤B·TM529.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\粤B·TM529.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\粤B·TM529.jpg","isDir":false}, {"fileName":"苏E·6HX29.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\苏E·6HX29.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\苏E·6HX29.jpg","isDir":false}, {"fileName":"赣E·88888.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\赣E·88888.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\赣E·88888.jpg","isDir":false}, {"fileName":"鄂C·D3098.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\鄂C·D3098.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\鄂C·D3098.jpg","isDir":false}, {"fileName":"闽H·BI508.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\闽H·BI508.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\闽H·BI508.jpg","isDir":false}, {"fileName":"鲁A·88888.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\鲁A·88888.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\鲁A·88888.jpg","isDir":false}, {"fileName":"鲁B·995EQ.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\鲁B·995EQ.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\鲁B·995EQ.jpg","isDir":false}, {"fileName":"鲁B·QG527.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\鲁B·QG527.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\鲁B·QG527.jpg","isDir":false}, {"fileName":"鲁J·RW350.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\鲁J·RW350.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\鲁J·RW350.jpg","isDir":false}, {"fileName":"鲁K·K5555.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\鲁K·K5555.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\鲁K·K5555.jpg","isDir":false}, {"fileName":"黑A·B4444.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\黑A·B4444.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\黑A·B4444.jpg","isDir":false}, {"fileName":"黑A·I634I.jpg","filePath":"D:\\PlateDetect\\01_蓝牌\\黑A·I634I.jpg","pid":"D:\\PlateDetect\\01_蓝牌","id":"D:\\PlateDetect\\01_蓝牌\\黑A·I634I.jpg","isDir":false}] 2020-08-17 14:45:21.419 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.327 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.327 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.328 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.328 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.328 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 14:45:22.329 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.329 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.329 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.329 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 14:45:22.329 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.329 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACA%C2%B788731.jpg, false] 2020-08-17 14:45:22.329 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACA%C2%B788731.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@178c10db] 2020-08-17 14:45:22.329 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.329 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.340 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.341 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.341 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.357 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=36, fileName=京A·88731.jpg, filePath=D:/PlateDetect/01_蓝牌/京A·88731.jpg, fileType=jpg, fileLength=0, plate=京A88731, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637554670/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3101, parentId=36, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3088, parentId=36, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3104, parentId=36, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3097, parentId=36, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3099, parentId=36, fileName=debug_char_contour11.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour11.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3098, parentId=36, fileName=debug_char_contour12.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour12.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3094, parentId=36, fileName=debug_char_contour13.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour13.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3080, parentId=36, fileName=debug_char_contour14.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour14.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3091, parentId=36, fileName=debug_char_contour15.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour15.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3086, parentId=36, fileName=debug_char_contour16.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour16.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3112, parentId=36, fileName=debug_char_contour17.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour17.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3114, parentId=36, fileName=debug_char_contour18.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour18.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3113, parentId=36, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3109, parentId=36, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3111, parentId=36, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3110, parentId=36, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3087, parentId=36, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3085, parentId=36, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3081, parentId=36, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3084, parentId=36, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3096, parentId=36, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3090, parentId=36, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3100, parentId=36, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3079, parentId=36, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3072, parentId=36, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3073, parentId=36, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3077, parentId=36, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3075, parentId=36, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3076, parentId=36, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3095, parentId=36, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3089, parentId=36, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3093, parentId=36, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3078, parentId=36, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3082, parentId=36, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3106, parentId=36, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3074, parentId=36, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3105, parentId=36, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3102, parentId=36, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3103, parentId=36, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3107, parentId=36, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3108, parentId=36, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3092, parentId=36, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3083, parentId=36, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3071, parentId=36, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637554670/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=京A88731, plateColor=蓝牌, sort=99)]) 2020-08-17 14:45:22.359 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.388 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.389 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.389 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.389 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.389 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.389 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@23295021] 2020-08-17 14:45:22.389 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.390 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.391 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.391 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.391 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.391 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.391 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6669d18e] 2020-08-17 14:45:22.391 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.393 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.393 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.393 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.393 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.393 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.393 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.393 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.394 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.394 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@410d2092] 2020-08-17 14:45:22.394 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.394 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.394 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.395 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.395 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.395 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.395 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour12.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@188d4e02] 2020-08-17 14:45:22.395 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.395 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.396 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.396 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.396 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.396 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.394 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.396 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour11.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@252e9513] 2020-08-17 14:45:22.396 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.396 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.397 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5f68e906] 2020-08-17 14:45:22.397 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.398 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.401 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.402 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.413 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.413 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.413 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.413 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.413 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.413 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.420 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.420 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.420 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.420 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.421 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.421 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour13.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@456e1fbc] 2020-08-17 14:45:22.421 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.423 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.423 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.423 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.423 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.423 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.423 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.427 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.428 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.428 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.429 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.429 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.429 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.430 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.430 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.432 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5667df33] 2020-08-17 14:45:22.433 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.434 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.434 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.434 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.434 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.435 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.435 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.435 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.435 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour14.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6cd3a00f] 2020-08-17 14:45:22.435 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.436 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.436 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.436 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.438 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.437 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.439 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.439 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.439 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.440 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.440 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.440 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.440 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.440 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.440 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour15.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@37d802ae] 2020-08-17 14:45:22.440 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.440 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.440 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.440 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.440 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.440 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour16.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@cbc337] 2020-08-17 14:45:22.440 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.441 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.441 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.441 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.441 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.441 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.441 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour17.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@74d0bf22] 2020-08-17 14:45:22.441 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.443 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.444 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.444 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.446 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.446 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.447 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.449 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.450 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.450 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.450 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.450 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.451 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour18.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1ee3c352] 2020-08-17 14:45:22.451 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.455 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.455 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.455 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.456 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.456 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.456 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4ba9f961] 2020-08-17 14:45:22.456 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.456 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.457 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.457 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.457 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.457 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.457 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6c385cc4] 2020-08-17 14:45:22.457 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.458 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.458 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.458 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.458 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.458 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.458 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.458 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.458 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.458 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.461 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.461 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.461 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.461 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.461 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.462 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.462 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@13654b9b] 2020-08-17 14:45:22.462 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.461 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.463 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.463 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.463 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.463 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@66dbbdb4] 2020-08-17 14:45:22.463 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.473 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.473 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.474 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.474 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.474 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.474 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7d5e5b3c] 2020-08-17 14:45:22.474 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.475 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.475 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.475 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.475 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.475 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.476 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@56b65512] 2020-08-17 14:45:22.476 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.476 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.476 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.476 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.476 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.476 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.476 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.476 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.477 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.477 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.479 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.479 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.479 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.479 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.479 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.479 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@cfc5f40] 2020-08-17 14:45:22.480 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.479 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.480 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.480 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.487 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.487 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.487 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.487 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.487 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.488 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.488 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.488 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.488 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.488 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5f7a6421] 2020-08-17 14:45:22.488 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.488 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.488 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.488 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.489 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.489 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.489 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5138b402] 2020-08-17 14:45:22.489 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.487 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.489 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.489 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.489 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.489 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.489 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.489 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.489 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@76af64ab] 2020-08-17 14:45:22.490 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.491 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.498 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.498 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.499 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.499 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.499 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.500 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.500 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.501 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.501 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.501 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.501 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@491e70e6] 2020-08-17 14:45:22.501 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.499 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@51c4cc2b] 2020-08-17 14:45:22.501 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.500 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.502 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.502 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.502 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.502 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.502 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.502 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.502 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@32f9c818] 2020-08-17 14:45:22.502 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.510 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.511 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.511 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.514 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.515 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.515 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.515 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.515 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.515 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3d6fca5d] 2020-08-17 14:45:22.515 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.516 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.516 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.516 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.521 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.521 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.521 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.525 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.525 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.525 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.527 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.528 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.529 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1b960e1e] 2020-08-17 14:45:22.529 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.531 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.532 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.533 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.538 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.540 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.541 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.543 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.543 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.543 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.544 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.544 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.544 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.544 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.544 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.544 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4f9674cc] 2020-08-17 14:45:22.544 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.546 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.547 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.547 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.558 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.558 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.558 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.559 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.559 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.559 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.559 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.560 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.560 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3d8b77ae] 2020-08-17 14:45:22.560 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.563 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.563 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.563 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.563 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.563 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.563 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.563 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.563 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.563 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.564 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.564 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.564 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.564 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.564 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@ebe6ec2] 2020-08-17 14:45:22.564 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.564 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.564 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@72a8ba2f] 2020-08-17 14:45:22.564 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.564 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.565 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.565 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.565 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.565 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@34917f6f] 2020-08-17 14:45:22.565 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.567 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.567 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.567 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.567 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.567 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.567 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@22bcdaa6] 2020-08-17 14:45:22.569 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.569 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.570 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.570 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.570 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.570 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.570 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.570 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.570 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.570 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5055ec63] 2020-08-17 14:45:22.570 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.571 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.571 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.571 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.571 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.571 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.571 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@e745268] 2020-08-17 14:45:22.571 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.572 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.573 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.573 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.576 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.576 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.576 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.588 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.588 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.588 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.595 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.595 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.595 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.596 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.596 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.596 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.596 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.596 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.596 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2ee91f8c] 2020-08-17 14:45:22.596 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.605 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.606 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.606 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.607 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.607 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.608 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@69525374] 2020-08-17 14:45:22.609 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.610 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.611 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.611 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.611 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.611 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.611 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.614 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.614 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.614 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.614 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.614 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.614 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.614 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.614 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.614 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3e1ad784] 2020-08-17 14:45:22.614 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.614 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.615 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.615 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@a94f35a] 2020-08-17 14:45:22.615 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.616 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.616 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.617 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.617 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.617 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.617 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1b087479] 2020-08-17 14:45:22.617 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.622 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.622 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.622 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.622 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.622 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.622 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.622 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.623 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.623 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1c5c2dd2] 2020-08-17 14:45:22.623 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.623 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.623 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.623 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3c08c8d9] 2020-08-17 14:45:22.623 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.624 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.624 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.624 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.626 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.627 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.627 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.629 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.629 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.629 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.630 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.631 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:22.631 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:22.631 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:22.631 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:22.631 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4aca0785] 2020-08-17 14:45:22.634 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.637 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.637 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.637 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.637 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.637 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.637 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.640 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.640 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.640 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:22.641 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:22.641 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:22.641 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.723 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.723 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.723 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.723 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 14:45:25.723 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.723 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.723 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.723 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 14:45:25.723 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.723 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACK%C2%B7M6680.jpg, false] 2020-08-17 14:45:25.723 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.723 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.723 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACK%C2%B7M6680.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@46866e25] 2020-08-17 14:45:25.723 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.731 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.731 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.731 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.736 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=34, fileName=京K·M6680.jpg, filePath=D:/PlateDetect/01_蓝牌/京K·M6680.jpg, fileType=jpg, fileLength=0, plate=京KM6680, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637661216/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3179, parentId=34, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3181, parentId=34, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3184, parentId=34, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3182, parentId=34, fileName=debug_char_contour11.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour11.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3175, parentId=34, fileName=debug_char_contour12.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour12.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3190, parentId=34, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3191, parentId=34, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3176, parentId=34, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3187, parentId=34, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3183, parentId=34, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3174, parentId=34, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3173, parentId=34, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3163, parentId=34, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3166, parentId=34, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3170, parentId=34, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3161, parentId=34, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3159, parentId=34, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3169, parentId=34, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3162, parentId=34, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3167, parentId=34, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3168, parentId=34, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3165, parentId=34, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3164, parentId=34, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3171, parentId=34, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3172, parentId=34, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3160, parentId=34, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3189, parentId=34, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3186, parentId=34, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3177, parentId=34, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3180, parentId=34, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3188, parentId=34, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3178, parentId=34, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3185, parentId=34, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3158, parentId=34, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637661216/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=津JKM668, plateColor=蓝牌, sort=99)]) 2020-08-17 14:45:25.736 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.751 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.752 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.752 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.752 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.752 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.753 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.753 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.753 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.753 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.754 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@665a72d9] 2020-08-17 14:45:25.754 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.753 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.754 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.753 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.754 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.753 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.754 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.754 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.755 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.755 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3fb29e4b] 2020-08-17 14:45:25.755 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.754 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.755 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.755 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.755 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.754 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@49a07f9b] 2020-08-17 14:45:25.755 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.755 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.755 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.755 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour11.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5ce6b90d] 2020-08-17 14:45:25.755 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.755 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.756 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.756 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour12.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@785e4f1] 2020-08-17 14:45:25.756 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.757 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.758 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.758 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.758 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.758 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.758 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.758 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.758 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.758 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.758 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.758 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.758 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3b08ec7] 2020-08-17 14:45:25.758 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.763 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.763 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.763 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.769 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.769 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.769 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.769 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.769 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.769 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6d84b8d4] 2020-08-17 14:45:25.769 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.769 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.769 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.769 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.770 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.773 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.772 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.773 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.773 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.773 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.774 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.774 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.774 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.774 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.774 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.775 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@734ab4d4] 2020-08-17 14:45:25.775 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.777 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.777 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.777 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.780 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.780 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.780 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.780 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.780 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.780 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6876c44d] 2020-08-17 14:45:25.780 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.789 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.789 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.789 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.789 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.789 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.789 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5a090d58] 2020-08-17 14:45:25.789 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.793 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.793 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.793 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.793 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.793 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.793 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5c9f0890] 2020-08-17 14:45:25.793 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.795 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.795 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.795 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.795 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.795 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.795 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.796 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.795 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.796 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7383bf09] 2020-08-17 14:45:25.796 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.796 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.796 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.796 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@8b2270d] 2020-08-17 14:45:25.796 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.798 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.798 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.798 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.799 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.799 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.799 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.805 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.805 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.805 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.806 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.806 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.806 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.807 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.807 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.807 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@b52c34c] 2020-08-17 14:45:25.807 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.809 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.810 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.810 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.810 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.810 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.810 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.812 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.813 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.813 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.813 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.813 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.813 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2b4d32bc] 2020-08-17 14:45:25.813 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.814 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.814 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.814 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.815 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.815 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.815 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.815 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.815 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.815 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3bd41a2d] 2020-08-17 14:45:25.815 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.818 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.823 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.823 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.823 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.823 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.823 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.823 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.823 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.823 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.823 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.824 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.823 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.824 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@23ff2efb] 2020-08-17 14:45:25.824 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.824 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.824 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.824 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@67ca4566] 2020-08-17 14:45:25.824 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.819 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.824 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.824 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.824 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.824 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.824 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.824 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.824 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@eb607c5] 2020-08-17 14:45:25.824 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.827 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.828 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.828 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.835 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.835 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.835 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.838 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.838 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.838 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.844 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.844 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.844 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.844 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.844 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.844 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.844 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.844 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@f0f0bad] 2020-08-17 14:45:25.844 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.844 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.845 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.845 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.845 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@608303f3] 2020-08-17 14:45:25.845 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.845 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.846 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.846 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.848 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.849 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.849 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.853 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.856 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.857 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.857 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.857 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.857 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.857 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.857 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.857 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.857 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.858 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@485bf55] 2020-08-17 14:45:25.858 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@741b00b1] 2020-08-17 14:45:25.858 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.858 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.860 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.860 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.860 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.860 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.860 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.860 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4d3e5d26] 2020-08-17 14:45:25.860 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.861 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.861 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.861 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.865 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.865 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.865 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.865 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.865 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.866 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2b08d63c] 2020-08-17 14:45:25.866 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.866 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.866 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.867 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.867 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.867 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.867 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4718298f] 2020-08-17 14:45:25.867 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.865 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.869 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.869 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.872 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.872 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.872 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.876 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.876 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.876 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.876 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.876 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.876 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.876 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.876 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@66784760] 2020-08-17 14:45:25.876 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.876 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.875 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.879 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.879 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.880 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.880 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.880 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.881 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.883 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.883 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.883 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.883 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.883 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@584d1003] 2020-08-17 14:45:25.883 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.884 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.884 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.884 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.887 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.887 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.887 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.893 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.894 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.894 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.894 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.894 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.894 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@11a6836] 2020-08-17 14:45:25.894 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.895 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.895 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.895 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.895 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.895 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.895 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4ba29900] 2020-08-17 14:45:25.895 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.896 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.896 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.896 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.896 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.896 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.896 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@10899363] 2020-08-17 14:45:25.896 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.899 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.899 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.899 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.899 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.899 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.899 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.899 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.899 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.899 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.899 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.899 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@e2f40eb] 2020-08-17 14:45:25.899 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.899 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:25.899 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.900 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:25.900 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6abb0c15] 2020-08-17 14:45:25.900 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.900 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:25.900 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:25.900 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@24f9ab5d] 2020-08-17 14:45:25.900 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.903 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.903 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.903 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.906 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.907 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.907 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.908 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.908 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.908 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.917 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.917 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.917 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.917 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:25.917 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.918 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:25.918 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.918 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:25.918 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:32.403 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:32.404 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:32.404 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 14:45:32.404 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:32.404 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 14:45:32.404 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACH%C2%B799999.jpg, false] 2020-08-17 14:45:32.404 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:32.405 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:32.405 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:32.405 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:32.405 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:32.405 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:32.405 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACH%C2%B799999.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2ceea093] 2020-08-17 14:45:32.405 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:32.410 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=32, fileName=京H·99999.jpg, filePath=D:/PlateDetect/01_蓝牌/京H·99999.jpg, fileType=jpg, fileLength=0, plate=京H99999, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642731118/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 14:45:32.410 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:32.411 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:32.412 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:32.412 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:34.469 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:34.469 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:34.469 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 14:45:34.469 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:34.469 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 14:45:34.469 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACH%C2%B799999.jpg, true] 2020-08-17 14:45:34.469 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.854 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=32, fileName=京H·99999.jpg, filePath=D:/PlateDetect/01_蓝牌/京H·99999.jpg, fileType=jpg, fileLength=0, plate=京H99999, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597646734471/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3488, parentId=32, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3479, parentId=32, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3484, parentId=32, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3474, parentId=32, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3478, parentId=32, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3491, parentId=32, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3489, parentId=32, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3487, parentId=32, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3490, parentId=32, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3473, parentId=32, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3471, parentId=32, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3472, parentId=32, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3485, parentId=32, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3475, parentId=32, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3481, parentId=32, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3470, parentId=32, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3467, parentId=32, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3466, parentId=32, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3477, parentId=32, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3465, parentId=32, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3468, parentId=32, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3464, parentId=32, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3486, parentId=32, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3480, parentId=32, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3482, parentId=32, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3476, parentId=32, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3469, parentId=32, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3483, parentId=32, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3463, parentId=32, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597646734471/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=云V9999, plateColor=蓝牌, sort=99)]) 2020-08-17 14:45:37.854 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.872 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.872 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.872 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.872 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.872 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.872 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.872 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.872 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.872 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.872 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.872 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6d346d69] 2020-08-17 14:45:37.872 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@27c72a9f] 2020-08-17 14:45:37.872 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.872 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.874 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.875 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.875 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.875 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.875 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.875 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@86ecda] 2020-08-17 14:45:37.875 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.877 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:37.877 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.877 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:37.879 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.881 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.881 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.881 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.880 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.881 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.881 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.881 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@26258fb3] 2020-08-17 14:45:37.881 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.881 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.881 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.881 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.881 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.881 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@59e97fd0] 2020-08-17 14:45:37.881 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.881 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.882 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.882 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.882 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.882 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@41d097cf] 2020-08-17 14:45:37.883 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.885 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:37.885 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.885 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:37.891 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:37.891 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.891 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:37.891 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:37.891 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.891 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:37.894 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.894 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.894 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.895 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.895 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:37.896 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.896 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.896 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:37.896 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@51ce49de] 2020-08-17 14:45:37.897 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.899 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:37.899 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:37.899 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.899 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.899 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:37.899 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:37.904 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.905 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.905 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.905 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.905 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.905 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7432627] 2020-08-17 14:45:37.905 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.910 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.910 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.910 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.910 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.911 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.911 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@42fb29f0] 2020-08-17 14:45:37.911 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.912 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.912 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.912 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.912 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.912 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.912 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@23e57adf] 2020-08-17 14:45:37.912 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.913 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.913 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.913 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.913 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.913 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.913 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@421ce6a4] 2020-08-17 14:45:37.913 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.918 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.918 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.918 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.918 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.918 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.918 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3bf07098] 2020-08-17 14:45:37.918 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.918 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.918 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.919 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.919 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.919 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.919 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@74a7b58d] 2020-08-17 14:45:37.919 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.919 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:37.919 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.919 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:37.925 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.926 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.926 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.926 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.926 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.926 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5e28049c] 2020-08-17 14:45:37.926 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.927 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:37.927 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.927 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:37.935 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:37.935 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:37.935 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.935 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.935 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:37.935 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:37.936 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.936 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.936 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.936 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.936 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.936 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@353680f2] 2020-08-17 14:45:37.936 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.937 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:37.937 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.937 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:37.944 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.944 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.944 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.944 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.944 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.944 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.944 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.944 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.945 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7704ab27] 2020-08-17 14:45:37.945 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.944 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.946 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.946 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.947 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.947 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5acef8aa] 2020-08-17 14:45:37.947 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.947 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.947 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.947 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.947 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@72c187ac] 2020-08-17 14:45:37.947 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.951 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:37.951 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.951 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:37.954 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:37.955 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.955 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:37.958 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:37.958 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.958 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:37.958 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:37.958 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.958 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:37.959 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:37.959 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.959 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:37.962 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.962 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:37.962 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.962 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.962 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.962 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:37.963 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.963 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.963 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7d7454ac] 2020-08-17 14:45:37.963 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.967 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.967 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.967 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.967 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.967 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.967 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1742e1df] 2020-08-17 14:45:37.967 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.971 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.971 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.971 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.972 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.972 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.972 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@16611880] 2020-08-17 14:45:37.972 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.972 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.972 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.972 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.972 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.972 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.972 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7c4d8645] 2020-08-17 14:45:37.972 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.975 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:37.975 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.975 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.975 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:37.975 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.975 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.975 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.975 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.975 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2ef5d514] 2020-08-17 14:45:37.975 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.977 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.977 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.977 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.977 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.977 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.978 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6b7c9b4a] 2020-08-17 14:45:37.978 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.981 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.981 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.981 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.981 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.981 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.982 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2c4b6115] 2020-08-17 14:45:37.982 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.982 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:37.982 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.982 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:37.985 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:37.985 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.985 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:37.986 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:37.986 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.986 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:37.990 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.990 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.990 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.990 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.990 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.990 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@a18409] 2020-08-17 14:45:37.991 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.994 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.994 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.994 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.994 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.994 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.994 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1ce0fe16] 2020-08-17 14:45:37.994 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.995 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.995 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:37.995 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:37.995 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:37.995 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:37.995 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5c1ce62d] 2020-08-17 14:45:37.996 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.998 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:37.999 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:37.999 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:37.998 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:38.003 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:38.003 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:38.006 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:38.006 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:38.006 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:38.006 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:38.007 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:38.007 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@14beab1c] 2020-08-17 14:45:38.007 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:38.010 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:38.010 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:38.010 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:38.010 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:38.011 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:38.011 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:38.015 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:38.015 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:38.015 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:38.015 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:38.017 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:38.017 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:38.020 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:38.020 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:38.020 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:41.301 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:41.301 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:41.301 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 14:45:41.301 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:41.301 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 14:45:41.301 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%97%BDH%C2%B7BI508.jpg, false] 2020-08-17 14:45:41.301 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:41.301 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:41.301 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:41.301 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:41.301 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:41.302 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:41.302 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%97%BDH%C2%B7BI508.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6583fb06] 2020-08-17 14:45:41.302 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:41.305 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=18, fileName=闽H·BI508.jpg, filePath=D:/PlateDetect/01_蓝牌/闽H·BI508.jpg, fileType=jpg, fileLength=0, plate=闽HBI508, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642727329/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 14:45:41.305 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:41.307 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:41.307 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:41.307 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.451 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.452 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.452 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 14:45:44.452 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.452 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.452 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 14:45:44.452 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.452 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E8%B5%A3E%C2%B788888.jpg, false] 2020-08-17 14:45:44.452 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.452 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.452 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.452 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.452 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E8%B5%A3E%C2%B788888.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@419feb96] 2020-08-17 14:45:44.452 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.459 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.459 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.459 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.465 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=25, fileName=赣E·88888.jpg, filePath=D:/PlateDetect/01_蓝牌/赣E·88888.jpg, fileType=jpg, fileLength=0, plate=赣E88888, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637781273/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3272, parentId=25, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3239, parentId=25, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3241, parentId=25, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3265, parentId=25, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3260, parentId=25, fileName=debug_char_contour11.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour11.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3250, parentId=25, fileName=debug_char_contour12.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour12.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3253, parentId=25, fileName=debug_char_contour13.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour13.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3266, parentId=25, fileName=debug_char_contour14.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour14.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3261, parentId=25, fileName=debug_char_contour15.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour15.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3264, parentId=25, fileName=debug_char_contour16.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour16.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3252, parentId=25, fileName=debug_char_contour17.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour17.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3258, parentId=25, fileName=debug_char_contour18.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour18.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3256, parentId=25, fileName=debug_char_contour19.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour19.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3283, parentId=25, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3274, parentId=25, fileName=debug_char_contour20.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour20.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3280, parentId=25, fileName=debug_char_contour21.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour21.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3273, parentId=25, fileName=debug_char_contour22.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour22.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3268, parentId=25, fileName=debug_char_contour23.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour23.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3281, parentId=25, fileName=debug_char_contour24.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour24.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3277, parentId=25, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3262, parentId=25, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3254, parentId=25, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3284, parentId=25, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3238, parentId=25, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3248, parentId=25, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3246, parentId=25, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3275, parentId=25, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3259, parentId=25, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3249, parentId=25, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3263, parentId=25, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3236, parentId=25, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3255, parentId=25, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3251, parentId=25, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3243, parentId=25, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3247, parentId=25, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3278, parentId=25, fileName=debug_crop_5.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_crop_5.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3269, parentId=25, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3267, parentId=25, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3244, parentId=25, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3240, parentId=25, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3242, parentId=25, fileName=debug_resize_5.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_resize_5.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3237, parentId=25, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3257, parentId=25, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3235, parentId=25, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3282, parentId=25, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3276, parentId=25, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3279, parentId=25, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3271, parentId=25, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3270, parentId=25, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3245, parentId=25, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3234, parentId=25, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637781273/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=赣L88888, plateColor=蓝牌, sort=99)]) 2020-08-17 14:45:44.465 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.486 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.486 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.486 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.486 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.486 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.486 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@39f505cb] 2020-08-17 14:45:44.486 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.487 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.487 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.488 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.488 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.488 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.488 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5f947784] 2020-08-17 14:45:44.488 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.488 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.488 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.488 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.488 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.488 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.488 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1e0815c1] 2020-08-17 14:45:44.489 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.491 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.492 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.492 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.493 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.494 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.494 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.494 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.494 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.494 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.494 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.494 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour11.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6ef5921f] 2020-08-17 14:45:44.495 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@40ae6462] 2020-08-17 14:45:44.495 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.495 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.496 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.496 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.496 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.497 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.497 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.497 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour12.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2369656d] 2020-08-17 14:45:44.497 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.499 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.499 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.499 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.502 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.502 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.502 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.502 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.507 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.507 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.508 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.508 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.508 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.514 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.514 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.514 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.521 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.521 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.521 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.521 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.521 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.521 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@72228f8a] 2020-08-17 14:45:44.521 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.522 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.522 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.522 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.523 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.523 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.523 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour13.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@631ec3c4] 2020-08-17 14:45:44.523 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.523 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.523 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.523 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.526 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.526 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.526 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.526 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.527 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.527 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.527 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.527 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.527 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.527 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour15.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@65013a2b] 2020-08-17 14:45:44.527 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.527 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.527 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour14.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5f738f9c] 2020-08-17 14:45:44.527 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.530 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.530 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.530 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.531 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.531 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.531 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.531 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.531 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.531 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour16.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6e59e62] 2020-08-17 14:45:44.531 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.532 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.533 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.533 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.535 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.535 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.535 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.535 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.535 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.535 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.536 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour17.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@50196c4c] 2020-08-17 14:45:44.536 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.536 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.536 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.539 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.539 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.539 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.539 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.539 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.540 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.540 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.540 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.540 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour18.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7cb74511] 2020-08-17 14:45:44.540 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.542 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.542 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.542 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.542 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.542 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.543 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.543 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.543 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour19.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2bde1ee1] 2020-08-17 14:45:44.543 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.543 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.549 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.550 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.550 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.550 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.550 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.550 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.550 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.550 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour20.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7a992093] 2020-08-17 14:45:44.550 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.550 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.550 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.550 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.550 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5e232d3a] 2020-08-17 14:45:44.550 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.555 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.555 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.555 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.555 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.555 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.555 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.555 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.555 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.555 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour21.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@69cc9003] 2020-08-17 14:45:44.555 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.565 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.565 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.566 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.566 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.566 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.566 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.566 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.566 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.566 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.566 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.566 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.566 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour22.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3a55de18] 2020-08-17 14:45:44.567 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.570 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.570 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.570 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.571 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.572 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.572 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.576 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.577 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.577 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.576 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.577 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.577 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.577 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.577 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.577 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour24.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2bf0eada] 2020-08-17 14:45:44.577 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.577 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.577 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.577 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour23.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@21718f39] 2020-08-17 14:45:44.577 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.581 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.581 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.581 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.581 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.581 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.581 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.582 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.582 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.582 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.582 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.582 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.582 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.582 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.582 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.582 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.582 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.582 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@596b7b26] 2020-08-17 14:45:44.582 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2e389433] 2020-08-17 14:45:44.582 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.582 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.583 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.583 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.583 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.586 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.587 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.587 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.588 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.588 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.588 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.590 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.590 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.590 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.590 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.591 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.591 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@38ecdd5c] 2020-08-17 14:45:44.591 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.591 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.591 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.591 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.592 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.592 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.592 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5f13071c] 2020-08-17 14:45:44.592 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.594 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.594 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.594 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.594 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.594 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.594 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@64a29258] 2020-08-17 14:45:44.594 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.597 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.597 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.597 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.597 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.597 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.597 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.597 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.597 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.597 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.597 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.597 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@678b898] 2020-08-17 14:45:44.597 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.597 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.597 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.597 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.597 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.597 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@35e207dc] 2020-08-17 14:45:44.597 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.597 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.597 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.600 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.600 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.600 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.604 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.605 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.605 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.605 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.605 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.605 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.605 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.605 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.605 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7ae279bf] 2020-08-17 14:45:44.605 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.606 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.606 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.605 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.607 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.606 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.607 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.607 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.607 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.607 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@19dbb01f] 2020-08-17 14:45:44.607 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.610 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.612 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.612 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.612 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.612 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.612 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@564501cb] 2020-08-17 14:45:44.612 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.611 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.614 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.614 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.615 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.615 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.615 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.615 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.615 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.616 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@51005912] 2020-08-17 14:45:44.616 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.618 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.618 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.618 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.618 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.618 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.618 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@22b5dc31] 2020-08-17 14:45:44.618 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.628 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.629 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.629 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.629 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.629 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.630 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.640 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.630 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.640 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.640 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.640 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@50469521] 2020-08-17 14:45:44.635 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.641 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.641 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.634 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.641 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.641 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.641 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.644 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.647 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.647 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.647 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.657 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.657 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.657 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.669 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.669 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.669 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.669 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.669 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.669 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.669 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.669 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.669 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.669 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1e031e01] 2020-08-17 14:45:44.669 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.669 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.669 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3a4b6ce1] 2020-08-17 14:45:44.670 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.671 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.671 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.671 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.671 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.671 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.672 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@441852a6] 2020-08-17 14:45:44.672 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.673 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.673 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.673 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.674 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.674 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.674 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.674 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.675 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.675 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.675 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.675 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.675 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3f0b5eeb] 2020-08-17 14:45:44.675 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.675 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.676 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.676 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_crop_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3dee0bf4] 2020-08-17 14:45:44.676 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.682 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.682 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.682 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.682 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.683 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.683 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@683893ce] 2020-08-17 14:45:44.683 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.685 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.686 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.686 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.686 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.686 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.686 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.688 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@19068b45] 2020-08-17 14:45:44.687 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.688 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.688 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.688 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.688 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.688 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.688 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.688 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.688 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.693 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.693 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.693 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.696 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.696 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.696 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.701 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.701 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.701 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.701 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.701 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.701 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2b74ee3a] 2020-08-17 14:45:44.701 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.702 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.702 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.702 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.703 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.707 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.707 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_resize_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@51cc16f4] 2020-08-17 14:45:44.707 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.707 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.707 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.707 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.707 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.707 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.705 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.707 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.707 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@78bb9c94] 2020-08-17 14:45:44.708 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.708 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.708 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.708 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.708 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.708 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.708 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.708 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.708 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.708 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5e61a7b4] 2020-08-17 14:45:44.708 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2b01ed3e] 2020-08-17 14:45:44.708 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.708 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.711 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.711 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.711 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.711 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.712 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.712 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.715 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.716 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.716 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.722 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.722 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.722 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.722 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.722 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.722 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.722 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.722 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.722 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5337eb43] 2020-08-17 14:45:44.722 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.724 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.724 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.724 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.724 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.724 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.724 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.724 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.724 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.724 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.724 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.724 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.724 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.724 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.724 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.728 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.733 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7f49033c] 2020-08-17 14:45:44.733 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.733 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.730 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.733 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.733 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.733 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.733 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@47fe33b9] 2020-08-17 14:45:44.733 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.733 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.733 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.733 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.733 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.733 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7a7a17c5] 2020-08-17 14:45:44.733 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.734 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.734 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.734 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.734 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.734 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:44.734 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.734 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.734 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4b95a6a8] 2020-08-17 14:45:44.734 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.734 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:44.735 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:44.736 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:44.736 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6d1b42a] 2020-08-17 14:45:44.736 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.737 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.737 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.737 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.746 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.746 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.746 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.746 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.746 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.746 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.747 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.747 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.747 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:44.748 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:44.749 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:44.749 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.553 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.554 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.554 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 14:45:46.554 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.554 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 14:45:46.554 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81J%C2%B7RW350.jpg, false] 2020-08-17 14:45:46.554 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.556 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.556 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.556 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.556 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.556 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.556 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81J%C2%B7RW350.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@70b64be] 2020-08-17 14:45:46.556 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.564 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.564 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.564 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.565 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=31, fileName=鲁J·RW350.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁J·RW350.jpg, fileType=jpg, fileLength=0, plate=鲁JRW350, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637815357/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3376, parentId=31, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3384, parentId=31, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3390, parentId=31, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3385, parentId=31, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3381, parentId=31, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3399, parentId=31, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3394, parentId=31, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3386, parentId=31, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3377, parentId=31, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3378, parentId=31, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3387, parentId=31, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3382, parentId=31, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3402, parentId=31, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3396, parentId=31, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3401, parentId=31, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3375, parentId=31, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3374, parentId=31, fileName=debug_crop_5.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_crop_5.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3400, parentId=31, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3398, parentId=31, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3388, parentId=31, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3393, parentId=31, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3380, parentId=31, fileName=debug_resize_5.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_5.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3395, parentId=31, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3391, parentId=31, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3392, parentId=31, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3404, parentId=31, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3397, parentId=31, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3403, parentId=31, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3383, parentId=31, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3379, parentId=31, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3389, parentId=31, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3373, parentId=31, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637815357/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=鲁JRW350, plateColor=蓝牌, sort=99)]) 2020-08-17 14:45:46.565 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.581 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.581 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.581 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.581 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.581 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.581 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@44d9ffea] 2020-08-17 14:45:46.581 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.583 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.583 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.583 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.583 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.583 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.583 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@77a6a333] 2020-08-17 14:45:46.583 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.583 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.583 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.583 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.583 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.583 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.583 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@47864a23] 2020-08-17 14:45:46.584 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.585 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.585 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.585 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.585 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.586 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.586 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3b55cdd0] 2020-08-17 14:45:46.586 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.586 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.586 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.586 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.586 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.586 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.586 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@78caf1e7] 2020-08-17 14:45:46.586 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.586 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.586 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.586 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.586 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.586 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.586 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@78e4a662] 2020-08-17 14:45:46.586 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.588 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.588 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.588 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.588 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.588 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.588 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.594 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.594 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.594 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.596 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.596 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.596 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.596 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.596 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.597 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5c1e4c06] 2020-08-17 14:45:46.597 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.597 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.597 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.597 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.597 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.597 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.597 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@24bb2322] 2020-08-17 14:45:46.597 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.601 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.601 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.602 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.602 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.602 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.602 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@22f25f64] 2020-08-17 14:45:46.602 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.602 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.602 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.602 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.602 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.602 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.602 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.603 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.603 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.603 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.602 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.603 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.604 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.603 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.604 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.604 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.604 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.604 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.604 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.615 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.616 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.616 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.616 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.616 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.616 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@30ab1a00] 2020-08-17 14:45:46.616 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.617 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.617 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.617 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.617 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.617 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.617 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3da03fad] 2020-08-17 14:45:46.617 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.617 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.617 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.617 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.617 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.617 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.617 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6704d8f8] 2020-08-17 14:45:46.617 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.618 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.618 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.618 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.618 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.618 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.618 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.618 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.618 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.618 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.618 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.618 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6744e355] 2020-08-17 14:45:46.618 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@499833fa] 2020-08-17 14:45:46.618 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.618 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.618 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.619 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.619 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.618 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.619 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.619 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@180144d2] 2020-08-17 14:45:46.619 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.621 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.621 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.621 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.628 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.628 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.629 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.629 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.629 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.629 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2692d59f] 2020-08-17 14:45:46.629 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.635 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.635 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.635 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.635 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.635 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.635 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.635 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.635 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.635 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.635 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.635 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.635 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.639 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.639 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.639 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.647 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.647 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.647 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.652 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.652 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.652 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.652 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.653 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.653 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.653 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.653 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.653 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.653 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.653 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.653 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.653 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@43bf13bf] 2020-08-17 14:45:46.653 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.653 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.653 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.653 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@546eec53] 2020-08-17 14:45:46.653 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.653 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.653 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_crop_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2ec0fced] 2020-08-17 14:45:46.653 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.654 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.655 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.655 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.655 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.655 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.655 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3570a834] 2020-08-17 14:45:46.655 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.657 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.657 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.657 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.663 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.663 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.663 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.663 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.663 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.663 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7747d0ee] 2020-08-17 14:45:46.663 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.664 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.664 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.664 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.664 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.664 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.664 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@19db4bb1] 2020-08-17 14:45:46.665 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.667 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.667 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.667 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.668 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.668 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.668 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.669 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.669 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.669 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.669 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.669 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.669 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.669 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.669 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.669 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_resize_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4c311a11] 2020-08-17 14:45:46.670 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.671 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.671 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.671 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.673 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.673 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.673 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.675 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.675 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.675 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.680 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.680 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.680 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.680 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.680 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.680 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1a833b12] 2020-08-17 14:45:46.680 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.682 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.683 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.683 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.683 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.683 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.683 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2ab8f5e2] 2020-08-17 14:45:46.683 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.683 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.683 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.683 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.683 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.683 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.683 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4299b3f1] 2020-08-17 14:45:46.684 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.685 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.685 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.685 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.686 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.687 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.687 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.687 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.687 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.687 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.687 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.687 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7f9d1ec4] 2020-08-17 14:45:46.687 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.687 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.687 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.687 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.687 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.687 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.687 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.687 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.687 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@67736eeb] 2020-08-17 14:45:46.687 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.687 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.687 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5867ddda] 2020-08-17 14:45:46.687 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.689 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.689 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.689 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.689 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.689 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.689 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.693 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.693 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.693 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.693 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.693 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.693 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.693 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.693 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.693 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3a526d8] 2020-08-17 14:45:46.693 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.697 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.697 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.697 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.697 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.697 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.697 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.697 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.698 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.698 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.702 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.702 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.702 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.702 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:46.702 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.702 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:46.702 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.702 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:46.703 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.703 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:46.703 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@48ae9752] 2020-08-17 14:45:46.703 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4b5913d8] 2020-08-17 14:45:46.703 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.703 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.705 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.705 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:46.706 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.706 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:46.706 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:46.706 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.583 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.583 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.583 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 14:45:47.583 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.583 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 14:45:47.583 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81B%C2%B7QG527.jpg, false] 2020-08-17 14:45:47.583 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.584 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.584 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.584 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.584 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.584 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.584 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81B%C2%B7QG527.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1d5f436a] 2020-08-17 14:45:47.584 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.595 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.595 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.595 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.599 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=33, fileName=鲁B·QG527.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁B·QG527.jpg, fileType=jpg, fileLength=0, plate=鲁BQG527, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637806437/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3344, parentId=33, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3372, parentId=33, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3339, parentId=33, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3329, parentId=33, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3335, parentId=33, fileName=debug_char_contour11.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour11.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3356, parentId=33, fileName=debug_char_contour12.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour12.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3362, parentId=33, fileName=debug_char_contour13.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour13.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3346, parentId=33, fileName=debug_char_contour14.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour14.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3350, parentId=33, fileName=debug_char_contour15.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour15.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3355, parentId=33, fileName=debug_char_contour16.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour16.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3328, parentId=33, fileName=debug_char_contour19.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour19.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3333, parentId=33, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3338, parentId=33, fileName=debug_char_contour20.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour20.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3342, parentId=33, fileName=debug_char_contour21.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour21.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3361, parentId=33, fileName=debug_char_contour23.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour23.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3348, parentId=33, fileName=debug_char_contour24.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour24.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3352, parentId=33, fileName=debug_char_contour25.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour25.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3327, parentId=33, fileName=debug_char_contour26.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour26.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3332, parentId=33, fileName=debug_char_contour27.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour27.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3360, parentId=33, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3357, parentId=33, fileName=debug_char_contour30.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour30.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3363, parentId=33, fileName=debug_char_contour31.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour31.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3358, parentId=33, fileName=debug_char_contour32.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour32.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3364, parentId=33, fileName=debug_char_contour33.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour33.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3365, parentId=33, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3368, parentId=33, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3324, parentId=33, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3322, parentId=33, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3323, parentId=33, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3334, parentId=33, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3351, parentId=33, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3353, parentId=33, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3347, parentId=33, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3354, parentId=33, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3330, parentId=33, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3349, parentId=33, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3343, parentId=33, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3345, parentId=33, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3340, parentId=33, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3337, parentId=33, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3341, parentId=33, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3326, parentId=33, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3331, parentId=33, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3336, parentId=33, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3359, parentId=33, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3325, parentId=33, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3369, parentId=33, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3371, parentId=33, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3366, parentId=33, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3370, parentId=33, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3367, parentId=33, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3321, parentId=33, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637806437/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=沪QG527, plateColor=黑牌, sort=99)]) 2020-08-17 14:45:47.599 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.625 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.625 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.625 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.625 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.626 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.626 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.626 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.626 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.626 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.627 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.627 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6ab367aa] 2020-08-17 14:45:47.627 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.629 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@539c4218] 2020-08-17 14:45:47.629 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.629 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.629 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.629 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.629 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.629 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.629 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@68774058] 2020-08-17 14:45:47.629 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.630 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.630 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.631 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.632 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.632 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.632 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.632 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.633 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.631 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.633 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2bc9e500] 2020-08-17 14:45:47.633 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.631 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.633 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.633 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.633 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.633 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour12.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2df524d6] 2020-08-17 14:45:47.633 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.633 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.633 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.634 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.634 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.634 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.634 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour11.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3b01c82f] 2020-08-17 14:45:47.634 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.637 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.637 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.637 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.638 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.638 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.638 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.639 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.639 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.639 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.639 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.639 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.639 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.639 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.639 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.639 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour13.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@27589403] 2020-08-17 14:45:47.639 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.642 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.642 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.642 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.644 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.644 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.644 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.656 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.656 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.656 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.670 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.670 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.670 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.670 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.670 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.670 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour14.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@29f3360c] 2020-08-17 14:45:47.670 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.674 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.674 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.674 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.674 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.674 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.674 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.675 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.675 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.675 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.675 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour16.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6000c1d0] 2020-08-17 14:45:47.675 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.676 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.676 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.676 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.676 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.677 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.677 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.677 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.677 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour19.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@479dc178] 2020-08-17 14:45:47.677 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.677 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.677 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.677 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.677 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.677 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.677 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2064793c] 2020-08-17 14:45:47.677 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.674 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.676 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.677 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.677 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.677 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.677 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.677 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3f40d26e] 2020-08-17 14:45:47.677 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.677 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.677 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour15.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5ba2cc8f] 2020-08-17 14:45:47.677 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.680 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.680 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.680 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.680 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.680 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.680 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.680 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour20.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@bb8a954] 2020-08-17 14:45:47.680 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.680 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.680 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.681 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.681 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.681 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.683 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.683 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.683 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.683 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.683 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.683 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.691 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.691 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.691 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.694 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.694 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.694 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.694 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.694 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.694 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour21.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@527a0599] 2020-08-17 14:45:47.694 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.694 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.695 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.695 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.695 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.695 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.695 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour23.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@e1639bf] 2020-08-17 14:45:47.695 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.695 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.695 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.695 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.695 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.695 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.695 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour24.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7793ca39] 2020-08-17 14:45:47.695 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.700 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.700 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.700 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.700 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.700 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.700 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour25.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@68f1f8d2] 2020-08-17 14:45:47.700 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.700 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.700 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.701 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.700 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.701 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.701 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.701 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.701 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.701 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.701 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.701 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.701 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour26.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@201ed8ce] 2020-08-17 14:45:47.701 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.702 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.702 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.702 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.704 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.704 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.704 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.705 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.705 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.705 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.709 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.709 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.709 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.712 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.713 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.713 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.713 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.713 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.713 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour27.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@f41fcba] 2020-08-17 14:45:47.713 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.713 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.714 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.714 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.714 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.714 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.714 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@12aba7b5] 2020-08-17 14:45:47.714 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.716 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.717 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.717 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.717 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.717 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.717 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.719 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.719 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.719 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.719 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.719 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.719 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour31.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@28eb9929] 2020-08-17 14:45:47.719 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.721 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.721 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.721 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.721 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.721 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.721 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour32.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@56526006] 2020-08-17 14:45:47.721 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.722 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.722 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.722 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.722 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.722 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.722 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour30.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2d39505a] 2020-08-17 14:45:47.722 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.726 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.726 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.726 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.727 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.727 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.727 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.727 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.727 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.727 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour33.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@781ae901] 2020-08-17 14:45:47.727 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.727 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.727 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.727 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.728 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.728 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.728 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2c54864f] 2020-08-17 14:45:47.728 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.728 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.728 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.728 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.729 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.729 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.729 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.729 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.729 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.729 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@30216177] 2020-08-17 14:45:47.729 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.734 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.734 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.734 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.736 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.736 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.736 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.736 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.736 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.736 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.736 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.736 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.736 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.736 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.736 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.736 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.736 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.736 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2abd13da] 2020-08-17 14:45:47.737 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4de42eca] 2020-08-17 14:45:47.737 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.737 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.741 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.741 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.741 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.744 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.744 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.744 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.744 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.744 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.744 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@107c9090] 2020-08-17 14:45:47.745 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.745 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.745 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.745 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.745 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.745 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.745 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.745 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.745 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.746 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.746 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.747 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.747 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.747 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.747 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.747 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2f9c613] 2020-08-17 14:45:47.747 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.748 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.748 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.748 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.749 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.749 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.749 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.753 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.753 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.753 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.753 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.753 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.753 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4bd6c12a] 2020-08-17 14:45:47.753 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.759 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.759 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.759 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.759 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.759 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.759 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2b337c8d] 2020-08-17 14:45:47.759 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.759 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.759 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.759 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.759 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.760 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.760 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@15973fbe] 2020-08-17 14:45:47.760 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.759 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.760 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.760 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.760 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.760 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.760 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@25f8986c] 2020-08-17 14:45:47.760 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.760 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.760 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.760 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.760 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.760 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.760 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2ac7600f] 2020-08-17 14:45:47.760 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.759 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.761 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.761 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.761 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.761 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.761 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7bf4bcaf] 2020-08-17 14:45:47.761 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.763 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.763 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.763 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.763 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.763 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.763 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.771 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.772 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.772 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.772 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.772 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.772 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.772 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.772 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.772 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4c5945ae] 2020-08-17 14:45:47.772 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.774 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.774 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.774 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.774 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.774 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.774 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@30291f4] 2020-08-17 14:45:47.774 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.775 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.775 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.775 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.779 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.779 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.779 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.779 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.779 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.779 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.780 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.780 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.780 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.783 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.783 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.783 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.783 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.783 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.783 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3ca98b1c] 2020-08-17 14:45:47.783 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.786 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.786 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.786 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.786 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.786 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.786 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.789 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.790 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.790 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.790 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.790 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.790 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@200f87c5] 2020-08-17 14:45:47.790 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.795 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.795 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.795 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.795 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.795 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.795 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4caf3ac6] 2020-08-17 14:45:47.795 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.796 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.796 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.796 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.796 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.797 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.797 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4f367d0e] 2020-08-17 14:45:47.797 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.797 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.797 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.797 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.797 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.797 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.797 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7a6bd6ca] 2020-08-17 14:45:47.797 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.797 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.798 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.800 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.802 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.802 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.802 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.806 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.807 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.807 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.807 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.807 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.807 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7830b7da] 2020-08-17 14:45:47.807 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.812 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.812 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.812 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.812 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.812 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.812 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@21afcb91] 2020-08-17 14:45:47.812 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.816 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.816 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.816 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.816 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.816 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.816 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6aa941af] 2020-08-17 14:45:47.816 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.818 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.819 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.819 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.819 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.819 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.819 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.819 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.819 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.819 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@26b78f6] 2020-08-17 14:45:47.823 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.823 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.823 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.818 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.823 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.823 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.824 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.825 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.826 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.826 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.826 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.826 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.826 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7122feb2] 2020-08-17 14:45:47.826 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.836 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.837 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.837 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.837 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.837 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.837 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.837 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.837 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.837 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.837 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.837 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.837 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.837 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.837 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@47dfdc7e] 2020-08-17 14:45:47.837 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@79acacba] 2020-08-17 14:45:47.837 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.837 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.838 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.838 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.838 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.838 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.838 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.838 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.839 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.839 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.839 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.847 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.847 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.847 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.849 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.850 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:47.850 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:47.850 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:47.850 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:47.850 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1aa15335] 2020-08-17 14:45:47.850 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.850 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.850 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.850 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:47.855 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:47.855 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:47.855 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.504 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.505 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.505 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 14:45:48.505 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.505 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 14:45:48.505 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81B%C2%B7995EQ.jpg, false] 2020-08-17 14:45:48.505 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.505 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.505 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.505 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.505 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.505 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.505 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81B%C2%B7995EQ.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@18c5be68] 2020-08-17 14:45:48.505 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.512 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=20, fileName=鲁B·995EQ.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁B·995EQ.jpg, fileType=jpg, fileLength=0, plate=鲁B995EQ, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637802563/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3297, parentId=20, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3314, parentId=20, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3311, parentId=20, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3299, parentId=20, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3318, parentId=20, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3319, parentId=20, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3317, parentId=20, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3316, parentId=20, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3315, parentId=20, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3304, parentId=20, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3320, parentId=20, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3310, parentId=20, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3296, parentId=20, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3295, parentId=20, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3301, parentId=20, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3308, parentId=20, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3313, parentId=20, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3307, parentId=20, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3312, parentId=20, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3309, parentId=20, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3300, parentId=20, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3305, parentId=20, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3303, parentId=20, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3298, parentId=20, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3306, parentId=20, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3302, parentId=20, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3294, parentId=20, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637802563/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=鲁B995EQ, plateColor=蓝牌, sort=99)]) 2020-08-17 14:45:48.512 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.513 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.513 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.513 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.532 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.532 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.532 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.532 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.533 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.533 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@458fd3f9] 2020-08-17 14:45:48.533 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.533 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.534 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.534 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.534 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.534 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.534 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7314c126] 2020-08-17 14:45:48.534 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.534 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.534 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.534 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.534 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.534 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.534 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3e7b692c] 2020-08-17 14:45:48.534 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.536 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.536 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.536 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.536 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.536 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.536 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.537 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1babdc53] 2020-08-17 14:45:48.537 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.538 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.536 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.538 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.538 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.538 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.538 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.538 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.538 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.538 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.538 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4c98504d] 2020-08-17 14:45:48.538 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4f315c34] 2020-08-17 14:45:48.538 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.538 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.540 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.540 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.540 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.540 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.540 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.540 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.540 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.541 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.541 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.543 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.543 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.543 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.544 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.544 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.544 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.550 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.550 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.550 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.550 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.550 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.550 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@379058d2] 2020-08-17 14:45:48.551 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.552 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.553 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.553 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.553 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.553 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.553 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.553 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.553 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.553 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4554ef1a] 2020-08-17 14:45:48.553 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.554 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.554 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.554 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.554 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.554 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.554 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@76dfbcd5] 2020-08-17 14:45:48.554 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.556 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.556 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.556 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.556 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.556 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.556 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.556 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.556 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.556 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.556 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.556 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.556 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@18e125e6] 2020-08-17 14:45:48.556 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@384eba26] 2020-08-17 14:45:48.556 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.557 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.556 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.557 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.562 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.562 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.562 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.562 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.563 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.563 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2253f092] 2020-08-17 14:45:48.563 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.564 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.564 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.564 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.565 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.565 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.565 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@72fee9ae] 2020-08-17 14:45:48.565 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.569 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.569 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.569 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.575 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.576 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.576 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.576 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.576 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.577 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3603dd12] 2020-08-17 14:45:48.577 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.577 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.577 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.577 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.578 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.578 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.578 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.585 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.585 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.585 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.591 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.591 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.591 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.591 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.591 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.591 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@197f5472] 2020-08-17 14:45:48.591 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.598 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.598 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.598 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.598 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.598 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.598 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.598 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.598 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.598 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@c01bd8e] 2020-08-17 14:45:48.598 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.598 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.598 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.598 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3b3dbd52] 2020-08-17 14:45:48.598 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.598 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.598 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.598 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.601 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.601 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.601 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.606 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.607 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.607 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.610 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.610 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.610 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.610 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.610 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.610 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.610 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.610 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.610 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.610 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.610 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@79bbe56e] 2020-08-17 14:45:48.610 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@73507a9] 2020-08-17 14:45:48.610 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.610 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.613 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.613 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.613 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.614 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.614 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.614 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.613 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.614 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.614 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.614 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.614 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.614 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.614 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.614 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@8297eb6] 2020-08-17 14:45:48.614 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.614 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.615 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.615 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.615 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.626 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.627 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.627 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.627 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.628 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.628 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.628 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.628 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.628 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.628 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.628 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.628 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.628 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.628 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@67897d19] 2020-08-17 14:45:48.628 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.628 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.628 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.629 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.629 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.629 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.629 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.629 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.629 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@47308236] 2020-08-17 14:45:48.629 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.628 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.631 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5ff1aa63] 2020-08-17 14:45:48.631 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.632 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.632 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.628 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.634 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.634 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.634 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.634 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.634 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.636 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.636 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.636 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.636 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.636 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.636 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.636 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1a456ea3] 2020-08-17 14:45:48.636 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.636 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.636 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.634 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.637 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.637 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.637 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6750345f] 2020-08-17 14:45:48.637 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.638 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.638 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.638 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.639 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.639 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.639 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.641 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.641 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.641 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.641 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.642 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.642 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@27f6d86] 2020-08-17 14:45:48.642 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.645 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.645 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:48.645 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:48.645 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:48.645 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:48.645 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@a73fd95] 2020-08-17 14:45:48.645 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.650 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.650 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.650 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:48.653 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:48.653 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:48.653 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:49.581 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.581 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:49.581 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 14:45:49.581 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:49.581 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 14:45:49.581 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81A%C2%B788888.jpg, false] 2020-08-17 14:45:49.581 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.583 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.583 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:49.583 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:49.583 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:49.583 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:49.583 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81A%C2%B788888.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@748bbcb0] 2020-08-17 14:45:49.583 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.586 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=22, fileName=鲁A·88888.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁A·88888.jpg, fileType=jpg, fileLength=0, plate=鲁A88888, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637787526/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3288, parentId=22, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637787526/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:16:27, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3290, parentId=22, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637787526/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:16:27, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3292, parentId=22, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637787526/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:16:27, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3289, parentId=22, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637787526/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:27, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3287, parentId=22, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637787526/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:16:27, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3293, parentId=22, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637787526/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:16:27, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3291, parentId=22, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637787526/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:27, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3286, parentId=22, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637787526/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:27, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3285, parentId=22, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637787526/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:16:27, recoPlate=, plateColor=黑牌, sort=99)]) 2020-08-17 14:45:49.586 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.590 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:49.590 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.590 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:49.598 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.598 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.598 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:49.598 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:49.598 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:49.598 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:49.598 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637787526/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@52450224] 2020-08-17 14:45:49.598 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.598 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:49.598 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:49.598 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:49.597 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.598 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:49.598 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.598 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.598 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637787526/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3ac3636d] 2020-08-17 14:45:49.598 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:49.598 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.598 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:49.599 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:49.599 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:49.599 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:49.599 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:49.598 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:49.599 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:49.599 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:49.599 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:49.599 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637787526/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@26175a8b] 2020-08-17 14:45:49.599 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637787526/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7b88ead1] 2020-08-17 14:45:49.599 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.599 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:49.599 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.599 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:49.599 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637787526/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@43b019d5] 2020-08-17 14:45:49.599 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.599 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.599 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:49.599 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:49.599 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:49.599 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:49.599 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637787526/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5e5538e7] 2020-08-17 14:45:49.599 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.609 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:49.609 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.609 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:49.610 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:49.611 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.611 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:49.611 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:49.611 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:49.611 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.611 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:49.611 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:49.612 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.612 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:49.611 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.613 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:49.614 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:49.614 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.614 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:49.617 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.617 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:49.617 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:49.617 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:49.617 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:49.617 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637787526/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@64cec415] 2020-08-17 14:45:49.617 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.618 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:49.618 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.618 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:49.626 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.627 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:49.626 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.627 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:49.627 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:49.627 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:49.627 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:49.627 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:49.627 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:49.627 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637787526/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@16a6491d] 2020-08-17 14:45:49.627 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:49.628 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.628 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637787526/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@102fbb8a] 2020-08-17 14:45:49.628 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.630 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:49.630 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.630 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:49.638 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:49.638 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:49.638 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:51.426 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:51.426 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:51.426 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 14:45:51.426 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:51.426 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 14:45:51.426 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81A%C2%B788888.jpg, true] 2020-08-17 14:45:51.426 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:51.594 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=22, fileName=鲁A·88888.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁A·88888.jpg, fileType=jpg, fileLength=0, plate=鲁A88888, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597646751427/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3495, parentId=22, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597646751427/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 06:45:51, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3498, parentId=22, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597646751427/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 06:45:51, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3496, parentId=22, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597646751427/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 06:45:51, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3494, parentId=22, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597646751427/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 06:45:51, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3497, parentId=22, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597646751427/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 06:45:51, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3493, parentId=22, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597646751427/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 06:45:51, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3492, parentId=22, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597646751427/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 06:45:51, recoPlate=, plateColor=黑牌, sort=99)]) 2020-08-17 14:45:51.594 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:51.603 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:51.603 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:51.603 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:51.603 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:51.603 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:51.603 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646751427/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4023ee42] 2020-08-17 14:45:51.603 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:51.603 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:51.603 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:51.603 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:51.603 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:51.603 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:51.603 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:51.603 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:51.603 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:51.603 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:51.603 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:51.603 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:51.604 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:51.604 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:51.604 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646751427/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7f4f6922] 2020-08-17 14:45:51.603 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:51.603 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:51.604 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:51.604 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:51.604 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:51.604 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646751427/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@426ddba2] 2020-08-17 14:45:51.604 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:51.604 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:51.604 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:51.604 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:51.604 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:51.604 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:51.604 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:51.604 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646751427/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@16f8ed74] 2020-08-17 14:45:51.604 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646751427/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1b400fe5] 2020-08-17 14:45:51.604 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:51.604 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:51.604 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:51.604 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646751427/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@139496df] 2020-08-17 14:45:51.604 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:51.604 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:51.608 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:51.608 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:51.608 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:51.613 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:51.613 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:51.613 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:51.613 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:51.613 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:51.613 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646751427/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@199e3a9] 2020-08-17 14:45:51.613 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:51.614 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:51.614 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:51.614 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:51.616 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:51.616 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:51.616 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:51.616 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:51.616 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:51.616 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:51.616 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:51.616 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:51.616 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:51.617 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:51.617 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:51.617 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:51.617 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:51.617 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:51.617 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:58.883 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:58.883 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:58.883 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir 2020-08-17 14:45:58.883 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:58.883 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir 2020-08-17 14:45:58.883 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C03_%E7%BB%BF%E7%89%8C, png,jpg,jpeg] 2020-08-17 14:45:58.883 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:58.885 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: [{"fileName":"浙AF66316.jpg","filePath":"D:\\PlateDetect\\03_绿牌\\浙AF66316.jpg","pid":"D:\\PlateDetect\\03_绿牌","id":"D:\\PlateDetect\\03_绿牌\\浙AF66316.jpg","isDir":false}, {"fileName":"粤BD123456.jpg","filePath":"D:\\PlateDetect\\03_绿牌\\粤BD123456.jpg","pid":"D:\\PlateDetect\\03_绿牌","id":"D:\\PlateDetect\\03_绿牌\\粤BD123456.jpg","isDir":false}, {"fileName":"粤BD29099.jpg","filePath":"D:\\PlateDetect\\03_绿牌\\粤BD29099.jpg","pid":"D:\\PlateDetect\\03_绿牌","id":"D:\\PlateDetect\\03_绿牌\\粤BD29099.jpg","isDir":false}] 2020-08-17 14:45:58.885 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.695 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.695 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:59.695 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 14:45:59.695 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:59.695 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 14:45:59.695 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C03_%E7%BB%BF%E7%89%8C%5C%E6%B5%99AF66316.jpg, false] 2020-08-17 14:45:59.696 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.697 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.698 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:59.698 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:59.698 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:59.698 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:59.698 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C03_%E7%BB%BF%E7%89%8C%5C%E6%B5%99AF66316.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7a9f8054] 2020-08-17 14:45:59.698 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.709 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:59.709 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.709 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:59.945 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=134, fileName=浙AF66316.jpg, filePath=D:/PlateDetect/03_绿牌/浙AF66316.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 06:45:59, tempPath=D:/PlateDetect/temp/1597646759726/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3517, parentId=134, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3537, parentId=134, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3532, parentId=134, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3541, parentId=134, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3525, parentId=134, fileName=debug_char_contour12.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour12.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3540, parentId=134, fileName=debug_char_contour13.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour13.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3535, parentId=134, fileName=debug_char_contour14.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour14.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3531, parentId=134, fileName=debug_char_contour15.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour15.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3533, parentId=134, fileName=debug_char_contour16.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour16.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3526, parentId=134, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3529, parentId=134, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3522, parentId=134, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3536, parentId=134, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3528, parentId=134, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3521, parentId=134, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3504, parentId=134, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3508, parentId=134, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3512, parentId=134, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3506, parentId=134, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3515, parentId=134, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3502, parentId=134, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3500, parentId=134, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3501, parentId=134, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3509, parentId=134, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3503, parentId=134, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3507, parentId=134, fileName=debug_crop_5.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_crop_5.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3511, parentId=134, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3520, parentId=134, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3518, parentId=134, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3513, parentId=134, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3505, parentId=134, fileName=debug_resize_5.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_resize_5.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3516, parentId=134, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3514, parentId=134, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3510, parentId=134, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3538, parentId=134, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3539, parentId=134, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3524, parentId=134, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3534, parentId=134, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3530, parentId=134, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3527, parentId=134, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3519, parentId=134, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3523, parentId=134, fileName=debug_char_auxRoi_7.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_auxRoi_7.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3499, parentId=134, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597646759726/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=浙AFGG31G, plateColor=绿牌, sort=99)]) 2020-08-17 14:45:59.945 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.965 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.965 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:59.965 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:59.966 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:59.966 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:59.965 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.966 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@24b5f5e] 2020-08-17 14:45:59.966 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.966 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:59.966 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:59.966 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:59.966 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:59.966 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@42fd9ad] 2020-08-17 14:45:59.966 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.968 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.968 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:59.968 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:59.968 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:59.968 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:59.968 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.968 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:59.968 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:59.968 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:59.968 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:59.968 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_char_contour10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7dc941b4] 2020-08-17 14:45:59.968 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.969 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.969 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:59.969 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:59.970 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:59.970 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.970 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:59.970 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:59.968 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3ebb59f4] 2020-08-17 14:45:59.973 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:59.973 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:59.973 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:59.973 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.973 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:59.973 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.973 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_char_contour13.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1c706e7d] 2020-08-17 14:45:59.973 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:59.970 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_char_contour12.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@495fee2e] 2020-08-17 14:45:59.973 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.975 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.982 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:59.982 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.982 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:59.986 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:59.986 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.986 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:59.987 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:59.987 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.987 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:59.988 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:59.988 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.988 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:59.992 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.992 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:59.992 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:59.992 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:59.993 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:59.993 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.993 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:59.993 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:59.993 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:59.993 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4dc1f6f2] 2020-08-17 14:45:59.993 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:59.993 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.993 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@105c6b4a] 2020-08-17 14:45:59.993 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.994 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:45:59.994 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.994 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:45:59.998 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.999 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.999 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:59.999 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:45:59.999 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:59.999 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:45:59.999 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:59.999 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:59.999 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:45:59.999 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@23c77952] 2020-08-17 14:45:59.999 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:45:59.999 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:45:59.999 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@374d8aab] 2020-08-17 14:45:59.999 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.000 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.000 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.000 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.000 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.000 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.000 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7d4587f3] 2020-08-17 14:46:00.000 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.002 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.003 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.003 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.004 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.004 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.005 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.005 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.005 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.005 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_char_contour14.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@f3a18f6] 2020-08-17 14:46:00.005 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.004 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.005 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.005 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.006 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.006 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.006 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.010 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.010 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.010 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.010 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.010 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.011 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_char_contour15.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@651223a9] 2020-08-17 14:46:00.011 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.011 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.011 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.011 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.015 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.015 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.015 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.015 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.015 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.015 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_char_contour16.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5f927ef7] 2020-08-17 14:46:00.015 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.017 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.017 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.017 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.017 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.017 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.018 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.018 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.018 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.018 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@247d4aec] 2020-08-17 14:46:00.022 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.029 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.029 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.029 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.029 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.029 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.029 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.029 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.029 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.029 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2b55c1d9] 2020-08-17 14:46:00.029 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.025 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.030 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.030 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.030 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.030 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.030 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2f394edc] 2020-08-17 14:46:00.030 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.034 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.035 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.035 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.035 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.035 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.035 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@79be0ea4] 2020-08-17 14:46:00.035 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.042 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.042 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.042 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.042 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.042 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.042 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.053 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.053 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.053 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.053 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.053 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.053 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.053 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.053 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.054 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.054 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.054 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@74528e3a] 2020-08-17 14:46:00.054 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6f391a22] 2020-08-17 14:46:00.054 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.054 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.057 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.057 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.057 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.062 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.062 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.062 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.062 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.062 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.062 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7ee71ac7] 2020-08-17 14:46:00.062 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.066 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.066 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.066 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.069 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.070 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.070 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.075 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.075 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.075 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.075 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.075 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.075 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.075 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.075 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.075 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.075 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.075 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.075 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@38228fea] 2020-08-17 14:46:00.075 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4c07c675] 2020-08-17 14:46:00.075 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.075 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.075 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.075 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.076 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.076 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.076 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.079 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.079 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.080 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.082 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.082 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.082 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.082 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.082 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.082 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1fbc490d] 2020-08-17 14:46:00.083 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.083 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.083 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.083 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.083 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.083 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.083 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7e6bb663] 2020-08-17 14:46:00.083 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.084 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.085 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.085 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.089 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.089 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.089 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.089 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.089 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.089 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5d95d23c] 2020-08-17 14:46:00.089 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.091 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.092 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.092 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.092 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.092 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.092 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_crop_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5cb05654] 2020-08-17 14:46:00.092 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.098 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.098 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.098 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.099 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.099 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.099 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.104 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.104 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.104 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.112 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.112 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.112 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.112 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.112 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.112 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.116 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.116 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.116 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.116 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.116 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.117 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2a91443] 2020-08-17 14:46:00.117 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.118 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.118 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.118 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.129 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.129 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.129 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.129 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.129 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.130 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.130 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.130 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.130 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@21f338c7] 2020-08-17 14:46:00.130 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.138 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.138 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.138 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.138 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.139 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.139 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.139 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.139 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.139 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.139 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.139 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.139 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_resize_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@f37d45f] 2020-08-17 14:46:00.139 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.138 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.139 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.139 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.139 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.139 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.139 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.140 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2f871794] 2020-08-17 14:46:00.140 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.139 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.140 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.140 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.140 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@13dbe788] 2020-08-17 14:46:00.140 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1dc501cc] 2020-08-17 14:46:00.140 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.140 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.140 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.140 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.140 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.140 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.140 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.140 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7ae9d6f5] 2020-08-17 14:46:00.140 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.142 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.143 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.143 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.149 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.150 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.150 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.150 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.150 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.150 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.150 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.150 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.150 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@33a03193] 2020-08-17 14:46:00.150 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.153 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.154 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.154 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.154 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.154 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.154 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.158 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.159 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.159 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.159 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.159 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.159 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4c555a4f] 2020-08-17 14:46:00.159 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.166 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.166 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.166 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.166 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.166 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.166 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.166 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6c61d6f1] 2020-08-17 14:46:00.166 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.166 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.166 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.166 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.166 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.167 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@47944500] 2020-08-17 14:46:00.167 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.170 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.171 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.171 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.184 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.184 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.184 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.185 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.185 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.185 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@65755c53] 2020-08-17 14:46:00.185 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.193 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.193 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.193 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.196 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.196 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.196 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.200 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.200 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.200 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.208 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.208 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.208 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.208 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.208 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.208 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.208 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5beb6fe5] 2020-08-17 14:46:00.208 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.208 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.208 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.208 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.208 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.208 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@79559f79] 2020-08-17 14:46:00.208 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.211 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.211 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.211 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.211 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.211 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.211 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_char_auxRoi_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5b0e74fa] 2020-08-17 14:46:00.211 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.214 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.214 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.214 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.218 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.218 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.218 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.219 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.219 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:00.225 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:00.225 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:00.225 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:00.225 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646759726/debug_char_auxRoi_7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@575edb48] 2020-08-17 14:46:00.219 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.225 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.225 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.225 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.220 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.223 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.225 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.225 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.225 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.226 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.251 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.252 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.252 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:00.256 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:00.257 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:00.257 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:08.492 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.492 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.493 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:08.493 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:08.493 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 14:46:08.493 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:08.493 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:08.493 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:08.493 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 14:46:08.493 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:08.493 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C03_%E7%BB%BF%E7%89%8C%5C%E7%B2%A4BD123456.jpg, false] 2020-08-17 14:46:08.493 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C03_%E7%BB%BF%E7%89%8C%5C%E7%B2%A4BD123456.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@295ce3cc] 2020-08-17 14:46:08.493 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.493 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.504 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:08.505 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.505 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:08.669 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=135, fileName=粤BD123456.jpg, filePath=D:/PlateDetect/03_绿牌/粤BD123456.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 06:46:08, tempPath=D:/PlateDetect/temp/1597646768521/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3545, parentId=135, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3560, parentId=135, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3553, parentId=135, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3559, parentId=135, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3546, parentId=135, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3557, parentId=135, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3549, parentId=135, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3552, parentId=135, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3544, parentId=135, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3551, parentId=135, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3558, parentId=135, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3555, parentId=135, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3556, parentId=135, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3543, parentId=135, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3562, parentId=135, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3547, parentId=135, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3561, parentId=135, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3550, parentId=135, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3554, parentId=135, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3548, parentId=135, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3542, parentId=135, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597646768521/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=湘BD1, plateColor=绿牌, sort=99)]) 2020-08-17 14:46:08.669 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.678 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.678 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:08.679 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:08.679 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:08.679 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:08.679 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646768521/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5a05d66] 2020-08-17 14:46:08.679 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.679 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.679 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:08.679 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:08.679 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:08.679 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:08.679 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646768521/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7b267690] 2020-08-17 14:46:08.679 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.681 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.681 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.681 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:08.681 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:08.681 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:08.681 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:08.682 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:08.682 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:08.682 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:08.682 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:08.682 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646768521/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@cda5e2] 2020-08-17 14:46:08.682 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646768521/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4d72d3bf] 2020-08-17 14:46:08.682 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.682 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.682 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.682 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:08.682 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:08.682 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:08.682 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:08.682 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646768521/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@26f7c50d] 2020-08-17 14:46:08.682 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.683 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.683 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:08.683 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:08.683 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:08.683 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:08.683 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646768521/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5b89757] 2020-08-17 14:46:08.684 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.688 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:08.688 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.688 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:08.689 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:08.689 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.689 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:08.694 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.694 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:08.694 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:08.694 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:08.694 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:08.694 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646768521/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@a401174] 2020-08-17 14:46:08.694 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.696 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:08.696 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.696 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:08.697 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.697 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:08.697 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:08.697 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:08.697 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:08.697 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646768521/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@19bad165] 2020-08-17 14:46:08.697 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.698 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:08.698 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.698 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:08.698 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:08.698 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.698 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:08.702 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.702 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:08.702 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:08.702 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:08.702 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:08.702 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646768521/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@a27802a] 2020-08-17 14:46:08.702 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.708 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.708 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.708 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:08.708 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:08.708 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:08.708 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.708 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:08.708 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:08.708 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:08.708 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:08.708 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:08.708 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:08.708 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:08.708 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646768521/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6bf2382] 2020-08-17 14:46:08.708 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646768521/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1e0c8886] 2020-08-17 14:46:08.708 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.708 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.711 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:08.711 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.711 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:08.713 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:08.713 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.713 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:08.716 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.716 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:08.716 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:08.716 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:08.716 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:08.716 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646768521/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@55e72eaa] 2020-08-17 14:46:08.716 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.717 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:08.717 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.717 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:08.720 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.720 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:08.720 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:08.720 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:08.720 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:08.720 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646768521/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7e0f02] 2020-08-17 14:46:08.721 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.724 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:08.724 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.724 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:08.725 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.725 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:08.725 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:08.725 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:08.725 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:08.725 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646768521/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@600ed89f] 2020-08-17 14:46:08.725 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.728 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.728 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:08.728 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:08.728 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:08.728 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:08.728 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646768521/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@54319bc8] 2020-08-17 14:46:08.728 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.732 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.733 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:08.733 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:08.733 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:08.733 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:08.733 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646768521/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@71c3e322] 2020-08-17 14:46:08.733 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.736 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:08.736 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.736 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:08.737 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:08.737 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.737 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:08.738 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:08.738 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.738 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:08.738 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:08.738 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.738 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:08.742 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:08.742 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.742 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:08.746 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.746 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:08.746 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:08.746 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:08.746 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:08.746 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646768521/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2d0ff214] 2020-08-17 14:46:08.746 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.747 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.747 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:08.747 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:08.747 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:08.747 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:08.747 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646768521/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@52a7db68] 2020-08-17 14:46:08.747 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.747 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.747 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:08.747 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:08.747 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:08.747 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:08.747 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646768521/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@354b4067] 2020-08-17 14:46:08.747 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.748 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:08.748 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:08.749 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.749 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:08.748 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.749 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:08.750 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.750 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:08.750 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:08.750 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:08.750 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:08.750 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646768521/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@20ccc611] 2020-08-17 14:46:08.750 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.751 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.751 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:08.751 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:08.751 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:08.751 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:08.752 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646768521/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5ea2ebaf] 2020-08-17 14:46:08.752 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.757 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:08.757 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.757 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:08.759 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:08.759 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.759 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:08.764 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:08.764 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:08.764 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.764 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:08.764 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:08.764 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:09.700 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.701 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:09.701 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 14:46:09.701 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:09.701 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 14:46:09.701 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C03_%E7%BB%BF%E7%89%8C%5C%E7%B2%A4BD29099.jpg, false] 2020-08-17 14:46:09.701 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.702 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.702 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:09.702 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:09.702 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:09.702 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:09.702 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C03_%E7%BB%BF%E7%89%8C%5C%E7%B2%A4BD29099.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3e4da1e5] 2020-08-17 14:46:09.702 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.710 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:09.710 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.710 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:09.904 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=136, fileName=粤BD29099.jpg, filePath=D:/PlateDetect/03_绿牌/粤BD29099.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 06:46:09, tempPath=D:/PlateDetect/temp/1597646769728/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3580, parentId=136, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597646769728/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 06:46:09, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3582, parentId=136, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597646769728/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 06:46:09, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3576, parentId=136, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597646769728/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 06:46:09, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3570, parentId=136, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597646769728/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 06:46:09, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3571, parentId=136, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597646769728/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 06:46:09, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3572, parentId=136, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597646769728/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 06:46:09, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3566, parentId=136, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597646769728/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 06:46:09, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3569, parentId=136, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597646769728/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 06:46:09, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3573, parentId=136, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597646769728/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 06:46:09, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3574, parentId=136, fileName=debug_crop_6.jpg, filePath=D:/PlateDetect/temp/1597646769728/debug_crop_6.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 06:46:09, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3579, parentId=136, fileName=debug_crop_9.jpg, filePath=D:/PlateDetect/temp/1597646769728/debug_crop_9.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 06:46:09, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3565, parentId=136, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597646769728/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 06:46:09, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3567, parentId=136, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597646769728/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 06:46:09, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3563, parentId=136, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597646769728/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 06:46:09, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3577, parentId=136, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597646769728/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 06:46:09, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3581, parentId=136, fileName=debug_resize_5.jpg, filePath=D:/PlateDetect/temp/1597646769728/debug_resize_5.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 06:46:09, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3578, parentId=136, fileName=debug_resize_6.jpg, filePath=D:/PlateDetect/temp/1597646769728/debug_resize_6.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 06:46:09, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3568, parentId=136, fileName=debug_resize_7.jpg, filePath=D:/PlateDetect/temp/1597646769728/debug_resize_7.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 06:46:09, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3575, parentId=136, fileName=debug_resize_8.jpg, filePath=D:/PlateDetect/temp/1597646769728/debug_resize_8.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 06:46:09, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3564, parentId=136, fileName=debug_resize_9.jpg, filePath=D:/PlateDetect/temp/1597646769728/debug_resize_9.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 06:46:09, recoPlate=, plateColor=, sort=8)]) 2020-08-17 14:46:09.904 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.913 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.913 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.914 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:09.914 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:09.914 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:09.914 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:09.914 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:09.914 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:09.914 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:09.914 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:09.914 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646769728/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1379f290] 2020-08-17 14:46:09.914 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646769728/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@cca2836] 2020-08-17 14:46:09.914 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.914 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.915 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.915 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:09.915 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:09.915 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:09.916 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:09.916 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646769728/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1582d272] 2020-08-17 14:46:09.916 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.916 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.916 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:09.917 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:09.917 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:09.917 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.917 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:09.917 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:09.917 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646769728/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@614f2be3] 2020-08-17 14:46:09.917 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.917 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:09.917 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:09.917 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:09.917 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646769728/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4efffbd] 2020-08-17 14:46:09.917 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.920 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.920 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:09.920 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:09.920 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:09.920 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:09.920 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646769728/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@34c66451] 2020-08-17 14:46:09.920 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.927 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:09.927 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:09.927 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:09.927 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.927 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.927 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.927 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:09.927 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:09.927 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:09.929 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:09.929 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.929 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:09.930 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:09.930 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:09.930 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.930 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.930 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:09.930 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:09.938 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.939 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:09.939 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:09.939 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:09.939 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:09.939 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646769728/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3bfb193e] 2020-08-17 14:46:09.939 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.940 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.940 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:09.940 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:09.940 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:09.940 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:09.940 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646769728/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4490f774] 2020-08-17 14:46:09.940 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.942 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.942 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:09.942 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:09.942 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:09.942 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:09.942 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646769728/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7195f5bb] 2020-08-17 14:46:09.943 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.948 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.948 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:09.948 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:09.948 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:09.948 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:09.948 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646769728/debug_crop_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5fd7a170] 2020-08-17 14:46:09.948 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.950 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.950 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:09.950 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:09.950 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:09.950 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.950 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:09.950 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:09.950 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646769728/debug_crop_9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3434dee4] 2020-08-17 14:46:09.950 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:09.950 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.950 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:09.950 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:09.950 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646769728/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3e54ac95] 2020-08-17 14:46:09.950 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.954 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:09.954 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.954 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:09.954 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:09.955 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.955 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:09.956 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:09.957 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.957 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:09.963 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:09.963 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.963 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:09.965 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:09.966 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.966 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:09.966 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.966 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:09.966 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:09.966 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:09.966 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:09.966 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646769728/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@15960360] 2020-08-17 14:46:09.966 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.967 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:09.967 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.967 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:09.968 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.968 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:09.968 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:09.969 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:09.969 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:09.969 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646769728/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3b78eda1] 2020-08-17 14:46:09.969 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.971 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.972 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:09.972 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:09.972 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:09.972 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:09.972 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646769728/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7c9c06af] 2020-08-17 14:46:09.972 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.978 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.978 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:09.978 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:09.978 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:09.978 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:09.978 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646769728/debug_resize_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@25cae0f3] 2020-08-17 14:46:09.978 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.979 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.979 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:09.979 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:09.979 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:09.979 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:09.979 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646769728/debug_resize_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@66a71ccc] 2020-08-17 14:46:09.979 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.978 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:09.980 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.980 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:09.980 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.981 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:09.981 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:09.981 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:09.981 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:09.981 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646769728/debug_resize_7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3cb7284a] 2020-08-17 14:46:09.981 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.984 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:09.984 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.984 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:09.985 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.986 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:09.986 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:09.986 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:09.986 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:09.986 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646769728/debug_resize_8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3f993ac6] 2020-08-17 14:46:09.986 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.988 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:09.989 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.989 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.989 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:09.990 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 14:46:09.990 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:09.990 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 14:46:09.990 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646769728/debug_resize_9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7f179627] 2020-08-17 14:46:09.990 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.989 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:09.992 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:09.992 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.992 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:09.995 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:09.995 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.995 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:09.997 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:09.997 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.998 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:09.998 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:09.998 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:09.998 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:10.002 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 14:46:10.002 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:10.002 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 14:46:10.679 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:10.679 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:10.679 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 14:46:10.679 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:10.679 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 14:46:10.679 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C03_%E7%BB%BF%E7%89%8C%5C%E7%B2%A4BD123456.jpg, false] 2020-08-17 14:46:10.679 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:10.682 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=135, fileName=粤BD123456.jpg, filePath=D:/PlateDetect/03_绿牌/粤BD123456.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 06:46:08, tempPath=D:/PlateDetect/temp/1597646768521/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3545, parentId=135, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3560, parentId=135, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3553, parentId=135, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3559, parentId=135, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3546, parentId=135, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3557, parentId=135, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3549, parentId=135, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3552, parentId=135, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3544, parentId=135, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3551, parentId=135, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3558, parentId=135, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3555, parentId=135, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3556, parentId=135, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3543, parentId=135, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3562, parentId=135, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3547, parentId=135, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3561, parentId=135, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3550, parentId=135, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3554, parentId=135, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3548, parentId=135, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597646768521/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3542, parentId=135, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597646768521/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 06:46:08, recoPlate=湘BD1, plateColor=绿牌, sort=99)]) 2020-08-17 14:46:10.682 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:11.154 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:11.154 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:11.154 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 14:46:11.154 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:11.154 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 14:46:11.154 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C03_%E7%BB%BF%E7%89%8C%5C%E6%B5%99AF66316.jpg, false] 2020-08-17 14:46:11.154 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:11.158 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=134, fileName=浙AF66316.jpg, filePath=D:/PlateDetect/03_绿牌/浙AF66316.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 06:45:59, tempPath=D:/PlateDetect/temp/1597646759726/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3517, parentId=134, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3537, parentId=134, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3532, parentId=134, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3541, parentId=134, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3525, parentId=134, fileName=debug_char_contour12.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour12.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3540, parentId=134, fileName=debug_char_contour13.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour13.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3535, parentId=134, fileName=debug_char_contour14.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour14.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3531, parentId=134, fileName=debug_char_contour15.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour15.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3533, parentId=134, fileName=debug_char_contour16.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour16.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3526, parentId=134, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3529, parentId=134, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3522, parentId=134, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3536, parentId=134, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3528, parentId=134, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3521, parentId=134, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3504, parentId=134, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3508, parentId=134, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3512, parentId=134, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3506, parentId=134, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3515, parentId=134, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3502, parentId=134, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3500, parentId=134, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3501, parentId=134, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3509, parentId=134, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3503, parentId=134, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3507, parentId=134, fileName=debug_crop_5.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_crop_5.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3511, parentId=134, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3520, parentId=134, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3518, parentId=134, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3513, parentId=134, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3505, parentId=134, fileName=debug_resize_5.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_resize_5.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3516, parentId=134, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3514, parentId=134, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3510, parentId=134, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3538, parentId=134, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3539, parentId=134, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3524, parentId=134, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3534, parentId=134, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3530, parentId=134, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3527, parentId=134, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3519, parentId=134, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3523, parentId=134, fileName=debug_char_auxRoi_7.jpg, filePath=D:/PlateDetect/temp/1597646759726/debug_char_auxRoi_7.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3499, parentId=134, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597646759726/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 06:45:59, recoPlate=浙AFGG31G, plateColor=绿牌, sort=99)]) 2020-08-17 14:46:11.159 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:12.883 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:12.884 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:12.884 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir 2020-08-17 14:46:12.884 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:12.884 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir 2020-08-17 14:46:12.884 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C04_%E5%A4%9A%E8%BD%A6%E7%89%8C, png,jpg,jpeg] 2020-08-17 14:46:12.884 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:12.887 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: [{"fileName":"湘A07G31.jpg","filePath":"D:\\PlateDetect\\04_多车牌\\湘A07G31.jpg","pid":"D:\\PlateDetect\\04_多车牌","id":"D:\\PlateDetect\\04_多车牌\\湘A07G31.jpg","isDir":false}, {"fileName":"湘A31Y83.jpg","filePath":"D:\\PlateDetect\\04_多车牌\\湘A31Y83.jpg","pid":"D:\\PlateDetect\\04_多车牌","id":"D:\\PlateDetect\\04_多车牌\\湘A31Y83.jpg","isDir":false}, {"fileName":"湘A3MA06.jpg","filePath":"D:\\PlateDetect\\04_多车牌\\湘A3MA06.jpg","pid":"D:\\PlateDetect\\04_多车牌","id":"D:\\PlateDetect\\04_多车牌\\湘A3MA06.jpg","isDir":false}, {"fileName":"湘A9NU97.jpg","filePath":"D:\\PlateDetect\\04_多车牌\\湘A9NU97.jpg","pid":"D:\\PlateDetect\\04_多车牌","id":"D:\\PlateDetect\\04_多车牌\\湘A9NU97.jpg","isDir":false}, {"fileName":"湘A9YU86.jpg","filePath":"D:\\PlateDetect\\04_多车牌\\湘A9YU86.jpg","pid":"D:\\PlateDetect\\04_多车牌","id":"D:\\PlateDetect\\04_多车牌\\湘A9YU86.jpg","isDir":false}, {"fileName":"赣A·82F36.jpg","filePath":"D:\\PlateDetect\\04_多车牌\\赣A·82F36.jpg","pid":"D:\\PlateDetect\\04_多车牌","id":"D:\\PlateDetect\\04_多车牌\\赣A·82F36.jpg","isDir":false}] 2020-08-17 14:46:12.887 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:21.608 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:21.609 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:21.609 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir 2020-08-17 14:46:21.609 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:21.609 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir 2020-08-17 14:46:21.609 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C05_%E5%A4%9C%E9%97%B4, png,jpg,jpeg] 2020-08-17 14:46:21.610 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:21.613 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: [{"fileName":"皖A00T45.jpg","filePath":"D:\\PlateDetect\\05_夜间\\皖A00T45.jpg","pid":"D:\\PlateDetect\\05_夜间","id":"D:\\PlateDetect\\05_夜间\\皖A00T45.jpg","isDir":false}, {"fileName":"皖A2F56D.jpg","filePath":"D:\\PlateDetect\\05_夜间\\皖A2F56D.jpg","pid":"D:\\PlateDetect\\05_夜间","id":"D:\\PlateDetect\\05_夜间\\皖A2F56D.jpg","isDir":false}, {"fileName":"皖A80003.jpg","filePath":"D:\\PlateDetect\\05_夜间\\皖A80003.jpg","pid":"D:\\PlateDetect\\05_夜间","id":"D:\\PlateDetect\\05_夜间\\皖A80003.jpg","isDir":false}, {"fileName":"皖A80375.jpg","filePath":"D:\\PlateDetect\\05_夜间\\皖A80375.jpg","pid":"D:\\PlateDetect\\05_夜间","id":"D:\\PlateDetect\\05_夜间\\皖A80375.jpg","isDir":false}, {"fileName":"皖AJH155.jpg","filePath":"D:\\PlateDetect\\05_夜间\\皖AJH155.jpg","pid":"D:\\PlateDetect\\05_夜间","id":"D:\\PlateDetect\\05_夜间\\皖AJH155.jpg","isDir":false}, {"fileName":"皖AX688A.jpg","filePath":"D:\\PlateDetect\\05_夜间\\皖AX688A.jpg","pid":"D:\\PlateDetect\\05_夜间","id":"D:\\PlateDetect\\05_夜间\\皖AX688A.jpg","isDir":false}, {"fileName":"皖BBC666.jpg","filePath":"D:\\PlateDetect\\05_夜间\\皖BBC666.jpg","pid":"D:\\PlateDetect\\05_夜间","id":"D:\\PlateDetect\\05_夜间\\皖BBC666.jpg","isDir":false}, {"fileName":"皖F71646.jpg","filePath":"D:\\PlateDetect\\05_夜间\\皖F71646.jpg","pid":"D:\\PlateDetect\\05_夜间","id":"D:\\PlateDetect\\05_夜间\\皖F71646.jpg","isDir":false}, {"fileName":"皖M69311.jpg","filePath":"D:\\PlateDetect\\05_夜间\\皖M69311.jpg","pid":"D:\\PlateDetect\\05_夜间","id":"D:\\PlateDetect\\05_夜间\\皖M69311.jpg","isDir":false}, {"fileName":"皖Q06417.jpg","filePath":"D:\\PlateDetect\\05_夜间\\皖Q06417.jpg","pid":"D:\\PlateDetect\\05_夜间","id":"D:\\PlateDetect\\05_夜间\\皖Q06417.jpg","isDir":false}, {"fileName":"皖Q19917.jpg","filePath":"D:\\PlateDetect\\05_夜间\\皖Q19917.jpg","pid":"D:\\PlateDetect\\05_夜间","id":"D:\\PlateDetect\\05_夜间\\皖Q19917.jpg","isDir":false}, {"fileName":"皖Q80197.jpg","filePath":"D:\\PlateDetect\\05_夜间\\皖Q80197.jpg","pid":"D:\\PlateDetect\\05_夜间","id":"D:\\PlateDetect\\05_夜间\\皖Q80197.jpg","isDir":false}, {"fileName":"皖QA2825.jpg","filePath":"D:\\PlateDetect\\05_夜间\\皖QA2825.jpg","pid":"D:\\PlateDetect\\05_夜间","id":"D:\\PlateDetect\\05_夜间\\皖QA2825.jpg","isDir":false}] 2020-08-17 14:46:21.613 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:23.083 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:23.083 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 14:46:23.083 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir 2020-08-17 14:46:23.084 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 14:46:23.084 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir 2020-08-17 14:46:23.084 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C, png,jpg,jpeg] 2020-08-17 14:46:23.084 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 14:46:23.086 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: [{"fileName":"京A·88731.jpg","filePath":"D:\\PlateDetect\\06_黑牌\\京A·88731.jpg","pid":"D:\\PlateDetect\\06_黑牌","id":"D:\\PlateDetect\\06_黑牌\\京A·88731.jpg","isDir":false}, {"fileName":"冀B·99999.jpg","filePath":"D:\\PlateDetect\\06_黑牌\\冀B·99999.jpg","pid":"D:\\PlateDetect\\06_黑牌","id":"D:\\PlateDetect\\06_黑牌\\冀B·99999.jpg","isDir":false}, {"fileName":"粤S·36359.jpg","filePath":"D:\\PlateDetect\\06_黑牌\\粤S·36359.jpg","pid":"D:\\PlateDetect\\06_黑牌","id":"D:\\PlateDetect\\06_黑牌\\粤S·36359.jpg","isDir":false}, {"fileName":"苏N·00000.jpg","filePath":"D:\\PlateDetect\\06_黑牌\\苏N·00000.jpg","pid":"D:\\PlateDetect\\06_黑牌","id":"D:\\PlateDetect\\06_黑牌\\苏N·00000.jpg","isDir":false}, {"fileName":"黑A·88888.jpg","filePath":"D:\\PlateDetect\\06_黑牌\\黑A·88888.jpg","pid":"D:\\PlateDetect\\06_黑牌","id":"D:\\PlateDetect\\06_黑牌\\黑A·88888.jpg","isDir":false}] 2020-08-17 14:46:23.086 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.678 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.678 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.679 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.679 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.679 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:08:52.679 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.679 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.679 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:08:52.679 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.679 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81B%C2%B7QG527.jpg, false] 2020-08-17 15:08:52.679 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.679 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.679 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81B%C2%B7QG527.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5edcae6e] 2020-08-17 15:08:52.679 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.680 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.680 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.680 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.686 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=33, fileName=鲁B·QG527.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁B·QG527.jpg, fileType=jpg, fileLength=0, plate=鲁BQG527, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637806437/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3344, parentId=33, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3372, parentId=33, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3339, parentId=33, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3329, parentId=33, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3335, parentId=33, fileName=debug_char_contour11.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour11.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3356, parentId=33, fileName=debug_char_contour12.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour12.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3362, parentId=33, fileName=debug_char_contour13.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour13.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3346, parentId=33, fileName=debug_char_contour14.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour14.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3350, parentId=33, fileName=debug_char_contour15.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour15.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3355, parentId=33, fileName=debug_char_contour16.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour16.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3328, parentId=33, fileName=debug_char_contour19.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour19.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3333, parentId=33, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3338, parentId=33, fileName=debug_char_contour20.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour20.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3342, parentId=33, fileName=debug_char_contour21.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour21.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3361, parentId=33, fileName=debug_char_contour23.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour23.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3348, parentId=33, fileName=debug_char_contour24.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour24.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3352, parentId=33, fileName=debug_char_contour25.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour25.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3327, parentId=33, fileName=debug_char_contour26.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour26.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3332, parentId=33, fileName=debug_char_contour27.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour27.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3360, parentId=33, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3357, parentId=33, fileName=debug_char_contour30.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour30.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3363, parentId=33, fileName=debug_char_contour31.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour31.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3358, parentId=33, fileName=debug_char_contour32.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour32.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3364, parentId=33, fileName=debug_char_contour33.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour33.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3365, parentId=33, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3368, parentId=33, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3324, parentId=33, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3322, parentId=33, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3323, parentId=33, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3334, parentId=33, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3351, parentId=33, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3353, parentId=33, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3347, parentId=33, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3354, parentId=33, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3330, parentId=33, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3349, parentId=33, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3343, parentId=33, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3345, parentId=33, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3340, parentId=33, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3337, parentId=33, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3341, parentId=33, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3326, parentId=33, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3331, parentId=33, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3336, parentId=33, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3359, parentId=33, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3325, parentId=33, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3369, parentId=33, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3371, parentId=33, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3366, parentId=33, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3370, parentId=33, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3367, parentId=33, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3321, parentId=33, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637806437/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=沪QG527, plateColor=黑牌, sort=99)]) 2020-08-17 15:08:52.686 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.703 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.703 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.703 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.703 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.703 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.703 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@21ce5494] 2020-08-17 15:08:52.703 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.703 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.703 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.704 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.705 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.706 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.706 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.706 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.706 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.706 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1a2a21e7] 2020-08-17 15:08:52.706 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.707 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.707 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.707 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.709 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.710 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.710 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.710 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.710 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.710 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6ab43cd6] 2020-08-17 15:08:52.710 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.710 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.710 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.710 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.710 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.710 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.710 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.710 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.710 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.710 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.711 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.711 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.711 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.711 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour11.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@989cbcf] 2020-08-17 15:08:52.711 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4cc126c1] 2020-08-17 15:08:52.711 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.711 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.711 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.711 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.711 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.711 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.712 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.712 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.712 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.713 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.713 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.713 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.713 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.713 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.713 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour12.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1123a014] 2020-08-17 15:08:52.713 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.714 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.714 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.715 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.725 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.725 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.725 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.725 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.725 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.725 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour14.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2c73bac2] 2020-08-17 15:08:52.725 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.725 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.726 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.725 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.726 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.726 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.726 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.726 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.726 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.726 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.726 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.726 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.726 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour15.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@36506907] 2020-08-17 15:08:52.726 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.726 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.726 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.726 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.726 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.726 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.727 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.726 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour13.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@197b90a9] 2020-08-17 15:08:52.727 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.727 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.727 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.727 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.727 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.727 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.727 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.727 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.727 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour16.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@217f237e] 2020-08-17 15:08:52.728 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.727 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.728 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.728 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.728 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour19.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2497be75] 2020-08-17 15:08:52.728 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.728 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.728 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.727 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.729 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.729 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.729 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.729 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.729 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.727 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.729 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.730 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.730 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.730 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.730 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1fac5a97] 2020-08-17 15:08:52.730 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.731 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.731 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.731 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.737 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.737 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.737 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.737 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.738 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.738 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5a980192] 2020-08-17 15:08:52.738 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.738 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.738 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.738 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.740 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.740 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.741 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.741 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.741 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.741 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@593119f] 2020-08-17 15:08:52.741 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.743 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.743 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.743 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.743 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.743 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.744 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.744 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.744 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.744 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5775365] 2020-08-17 15:08:52.744 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.745 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.746 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.746 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.748 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.748 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.748 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.748 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.748 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.748 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour20.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2400549e] 2020-08-17 15:08:52.748 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.746 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.749 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.749 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.749 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.749 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.749 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4cf5b19e] 2020-08-17 15:08:52.749 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.749 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.749 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.749 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.747 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.749 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.749 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.749 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.749 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.749 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour21.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7efa0487] 2020-08-17 15:08:52.750 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.750 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.750 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.750 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.756 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.756 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.756 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.756 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.756 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.756 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour23.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5fc131d9] 2020-08-17 15:08:52.756 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.757 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.757 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.757 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.759 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.759 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.760 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.764 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.764 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.764 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.764 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.764 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.764 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour24.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6abeea34] 2020-08-17 15:08:52.764 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.765 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.765 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.765 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.767 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.767 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.767 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.767 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.767 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.768 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour25.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6694e280] 2020-08-17 15:08:52.768 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.768 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.768 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.768 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.768 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.768 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.768 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.768 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.768 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour27.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3fa3ced9] 2020-08-17 15:08:52.768 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.768 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.768 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.768 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.768 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour26.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@287edd37] 2020-08-17 15:08:52.768 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.769 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.769 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.769 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.769 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.769 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.769 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.769 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.769 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.769 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.771 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.771 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.771 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.771 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.771 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.771 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7fbf893b] 2020-08-17 15:08:52.771 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.772 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.772 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.772 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.777 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.777 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.777 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.777 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.777 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.777 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour30.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6626981c] 2020-08-17 15:08:52.777 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.778 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.778 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.778 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.781 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.781 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.781 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.781 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.781 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.781 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour31.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@50003681] 2020-08-17 15:08:52.781 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.782 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.782 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.782 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.784 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.784 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.784 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.784 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.784 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.785 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.785 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour32.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@cc5aed3] 2020-08-17 15:08:52.784 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.786 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.786 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.786 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.786 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.786 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.786 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour33.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6b944d31] 2020-08-17 15:08:52.786 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.786 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.787 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.787 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.787 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.787 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1ca95602] 2020-08-17 15:08:52.787 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.788 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.788 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.788 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.788 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.788 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.788 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.788 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.789 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.789 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.789 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.789 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.789 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@57de8c91] 2020-08-17 15:08:52.789 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.789 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.789 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.789 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.789 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.789 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.789 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.792 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.792 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.793 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.793 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.793 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.793 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5278e41a] 2020-08-17 15:08:52.793 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.793 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.794 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.794 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.794 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.793 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.794 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.794 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.796 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@47e1f57] 2020-08-17 15:08:52.797 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.797 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.797 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.797 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.797 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.801 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.801 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.801 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.801 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.801 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.801 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.801 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.801 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.801 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.801 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.801 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.801 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.801 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.801 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.801 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@74c48b5f] 2020-08-17 15:08:52.801 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@63d609ea] 2020-08-17 15:08:52.801 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.801 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.801 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.802 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@27833161] 2020-08-17 15:08:52.802 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.802 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.802 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.802 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.802 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.802 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.802 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.802 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.802 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.802 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.803 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.803 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.803 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.803 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@51328911] 2020-08-17 15:08:52.803 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.803 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.803 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.804 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.804 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.804 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.808 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.808 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.808 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.808 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.808 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.808 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5eb90915] 2020-08-17 15:08:52.808 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.808 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.808 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.808 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.808 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.808 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.808 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.809 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.809 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.809 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@42367827] 2020-08-17 15:08:52.809 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.809 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.809 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.809 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.814 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.814 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.814 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.814 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.814 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.814 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@143b8ee3] 2020-08-17 15:08:52.814 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.814 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.814 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.814 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.815 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.815 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.815 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.815 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.815 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.815 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@47dc7111] 2020-08-17 15:08:52.815 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.815 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.815 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.815 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.815 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.815 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.815 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1996d2ab] 2020-08-17 15:08:52.816 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.816 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.816 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.816 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.816 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.816 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.816 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.816 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.816 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.816 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.816 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.816 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.816 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@72c74a14] 2020-08-17 15:08:52.816 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.817 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.817 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.817 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.820 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.820 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.820 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.820 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.820 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.820 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6ccca617] 2020-08-17 15:08:52.820 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.820 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.820 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.820 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.820 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.820 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.820 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@26e4cc7f] 2020-08-17 15:08:52.820 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.820 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.820 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.820 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.821 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.821 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.821 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.826 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.826 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.826 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.826 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.826 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.826 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3a7190ef] 2020-08-17 15:08:52.826 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.827 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.827 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.827 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.830 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.830 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.830 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.830 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.830 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.830 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.831 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@20b0d57] 2020-08-17 15:08:52.831 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.830 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.831 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.831 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.831 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.831 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.831 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.831 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.831 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1b85447e] 2020-08-17 15:08:52.831 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.832 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.832 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.832 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.833 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.834 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.834 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.834 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.834 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.834 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@78bb02f8] 2020-08-17 15:08:52.834 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.834 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.835 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.835 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.835 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.835 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.835 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.835 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.835 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@18f0e064] 2020-08-17 15:08:52.835 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.836 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.834 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.836 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.836 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.836 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.835 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.837 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.837 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.837 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.837 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1bf66f75] 2020-08-17 15:08:52.838 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.838 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.838 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.838 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.839 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.840 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.840 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.840 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.840 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.840 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@64135bec] 2020-08-17 15:08:52.840 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.842 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.842 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.842 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:52.845 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.845 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:52.845 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:52.845 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:52.845 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:52.845 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@35572030] 2020-08-17 15:08:52.845 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.846 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:52.846 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:52.846 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:08:56.541 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:56.542 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:56.542 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir 2020-08-17 15:08:56.542 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:56.542 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir 2020-08-17 15:08:56.542 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C02_%E9%BB%84%E7%89%8C, png,jpg,jpeg] 2020-08-17 15:08:56.542 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:56.543 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: [{"fileName":"皖A·45277.jpg","filePath":"D:\\PlateDetect\\02_黄牌\\皖A·45277.jpg","pid":"D:\\PlateDetect\\02_黄牌","id":"D:\\PlateDetect\\02_黄牌\\皖A·45277.jpg","isDir":false}] 2020-08-17 15:08:56.543 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:57.850 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:57.850 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:57.850 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:08:57.850 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:57.850 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:08:57.850 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C02_%E9%BB%84%E7%89%8C%5C%E7%9A%96A%C2%B745277.jpg, false] 2020-08-17 15:08:57.850 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:57.853 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:57.853 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:08:57.853 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:08:57.853 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:08:57.853 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:08:57.853 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C02_%E9%BB%84%E7%89%8C%5C%E7%9A%96A%C2%B745277.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@78d5610] 2020-08-17 15:08:57.853 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:57.853 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=1, fileName=皖A·45277.jpg, filePath=D:/PlateDetect/02_黄牌/皖A·45277.jpg, fileType=jpg, fileLength=0, plate=皖A45277, plateColor=YELLOW, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642721994/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 15:08:57.853 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:57.860 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:08:57.860 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:08:57.860 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:06.082 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.082 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.082 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.082 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.082 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:06.082 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:06.082 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.082 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.082 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:06.082 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:06.082 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E5%86%80B%C2%B799999.jpg, false] 2020-08-17 15:09:06.082 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E5%86%80B%C2%B799999.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@295e9750] 2020-08-17 15:09:06.082 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.082 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.086 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=129, fileName=冀B·99999.jpg, filePath=D:/PlateDetect/06_黑牌/冀B·99999.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 04:10:24, tempPath=D:/PlateDetect/temp/1597637625152/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3151, parentId=129, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3150, parentId=129, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3144, parentId=129, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3147, parentId=129, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3143, parentId=129, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3149, parentId=129, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3148, parentId=129, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3145, parentId=129, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3142, parentId=129, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3146, parentId=129, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=8)]) 2020-08-17 15:09:06.086 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.094 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:06.094 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.094 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:06.100 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.100 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.100 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:06.100 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.100 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:06.100 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.100 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5ade8f9c] 2020-08-17 15:09:06.100 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.100 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:06.100 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.100 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:06.100 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5ab70e69] 2020-08-17 15:09:06.101 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.100 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.100 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.101 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.101 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:06.101 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.101 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:06.101 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@26c6c222] 2020-08-17 15:09:06.101 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.102 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.102 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.102 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:06.102 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.102 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:06.102 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.102 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2f592399] 2020-08-17 15:09:06.102 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.102 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.102 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:06.102 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.103 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:06.103 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3a5aa53c] 2020-08-17 15:09:06.103 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.103 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.103 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.103 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:06.104 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.104 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:06.104 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4b03c2ff] 2020-08-17 15:09:06.104 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.112 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:06.112 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.112 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:06.115 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:06.115 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:06.115 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.115 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.115 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:06.115 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:06.115 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.115 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:06.115 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:06.116 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.115 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:06.116 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:06.117 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:06.117 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.117 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:06.124 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.124 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.124 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:06.124 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.124 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:06.124 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7e1d9694] 2020-08-17 15:09:06.124 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.133 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:06.133 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.133 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:06.133 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.133 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.133 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.133 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.133 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.134 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:06.134 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.134 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:06.134 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.134 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:06.134 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:06.134 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.134 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1814af70] 2020-08-17 15:09:06.134 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.134 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:06.134 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5114e0c1] 2020-08-17 15:09:06.134 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.134 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.134 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:06.134 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@606aba8f] 2020-08-17 15:09:06.134 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.136 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:06.136 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:06.136 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.136 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.136 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:06.136 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:06.147 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:06.147 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.147 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:06.796 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.796 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.796 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.796 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.796 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:06.796 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:06.796 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.796 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.796 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:06.796 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:06.796 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E4%BA%ACA%C2%B788731.jpg, false] 2020-08-17 15:09:06.796 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E4%BA%ACA%C2%B788731.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2f97de59] 2020-08-17 15:09:06.796 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.796 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.803 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=133, fileName=京A·88731.jpg, filePath=D:/PlateDetect/06_黑牌/京A·88731.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 04:13:31, tempPath=D:/PlateDetect/temp/1597637612812/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3139, parentId=133, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3136, parentId=133, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3141, parentId=133, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3133, parentId=133, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3140, parentId=133, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3132, parentId=133, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3135, parentId=133, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3134, parentId=133, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3137, parentId=133, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3130, parentId=133, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3131, parentId=133, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3138, parentId=133, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3129, parentId=133, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637612812/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=未知, sort=99)]) 2020-08-17 15:09:06.804 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.808 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:06.808 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.808 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:06.819 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.820 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.820 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:06.820 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.820 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:06.820 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5ba91582] 2020-08-17 15:09:06.820 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.820 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.820 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.820 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.820 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.820 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.820 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:06.821 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.820 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:06.821 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.821 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.821 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:06.821 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.821 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1086c8fd] 2020-08-17 15:09:06.821 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:06.821 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.821 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.821 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:06.821 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@18c91b2c] 2020-08-17 15:09:06.821 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.820 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.821 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:06.822 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:06.822 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1f886e2f] 2020-08-17 15:09:06.822 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.822 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.822 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:06.822 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4f09963f] 2020-08-17 15:09:06.822 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.823 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.823 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.823 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:06.823 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.823 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:06.823 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7dba5a7] 2020-08-17 15:09:06.823 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.834 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:06.834 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:06.834 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.834 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.834 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:06.834 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:06.834 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:06.834 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.834 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:06.835 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:06.835 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.835 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:06.837 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:06.837 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.837 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:06.838 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:06.839 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.839 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:06.845 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.846 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.846 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:06.846 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.846 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:06.846 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@798c94ad] 2020-08-17 15:09:06.846 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.847 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:06.847 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.847 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:06.849 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.849 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.849 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:06.849 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.849 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:06.849 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@760de636] 2020-08-17 15:09:06.849 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.852 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.852 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.852 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:06.852 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.852 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:06.852 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@742e667c] 2020-08-17 15:09:06.852 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.854 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.854 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.854 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:06.854 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.854 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:06.856 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@bb528a] 2020-08-17 15:09:06.856 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.860 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.861 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.861 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:06.861 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.861 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:06.861 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@184ebb7e] 2020-08-17 15:09:06.861 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.860 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.862 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.862 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:06.862 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.862 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:06.862 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@76dd123b] 2020-08-17 15:09:06.863 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.864 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:06.864 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.865 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.865 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:06.865 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:06.865 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:06.865 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:06.865 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:06.865 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@13767309] 2020-08-17 15:09:06.865 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.866 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:06.866 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.866 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:06.869 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:06.869 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.869 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:06.870 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:06.870 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.870 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:06.872 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:06.872 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:06.872 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.872 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:06.872 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:06.872 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.891 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.891 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.891 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.891 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.891 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:09.891 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.891 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.891 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.891 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:09.891 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.891 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACK%C2%B7M6680.jpg, false] 2020-08-17 15:09:09.892 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACK%C2%B7M6680.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1fc762f2] 2020-08-17 15:09:09.892 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.892 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.892 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.892 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.892 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.898 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=34, fileName=京K·M6680.jpg, filePath=D:/PlateDetect/01_蓝牌/京K·M6680.jpg, fileType=jpg, fileLength=0, plate=京KM6680, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637661216/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3179, parentId=34, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3181, parentId=34, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3184, parentId=34, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3182, parentId=34, fileName=debug_char_contour11.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour11.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3175, parentId=34, fileName=debug_char_contour12.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour12.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3190, parentId=34, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3191, parentId=34, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3176, parentId=34, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3187, parentId=34, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3183, parentId=34, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3174, parentId=34, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3173, parentId=34, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3163, parentId=34, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3166, parentId=34, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3170, parentId=34, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3161, parentId=34, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3159, parentId=34, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3169, parentId=34, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3162, parentId=34, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3167, parentId=34, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3168, parentId=34, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3165, parentId=34, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3164, parentId=34, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3171, parentId=34, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3172, parentId=34, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3160, parentId=34, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3189, parentId=34, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3186, parentId=34, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3177, parentId=34, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3180, parentId=34, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3188, parentId=34, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3178, parentId=34, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3185, parentId=34, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3158, parentId=34, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637661216/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=津JKM668, plateColor=蓝牌, sort=99)]) 2020-08-17 15:09:09.898 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.912 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.912 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.912 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.912 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.912 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.912 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2111d827] 2020-08-17 15:09:09.912 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.913 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.913 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.913 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.913 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.913 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.913 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.913 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.913 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.913 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5a953509] 2020-08-17 15:09:09.914 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.914 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.914 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.914 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.914 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.914 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.914 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.914 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.914 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.914 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.914 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.914 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.914 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.914 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.914 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@568196cd] 2020-08-17 15:09:09.914 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.914 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour11.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@55bced1c] 2020-08-17 15:09:09.915 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.915 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.915 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.915 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.915 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.915 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.915 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.916 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.916 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.916 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.916 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.916 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.916 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.916 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.916 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.916 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.917 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.917 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour12.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3b27d57d] 2020-08-17 15:09:09.917 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1b8de726] 2020-08-17 15:09:09.917 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.917 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.917 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.917 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.917 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.917 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.917 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.917 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.928 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.928 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.928 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.928 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.928 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.928 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.928 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.928 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.928 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.928 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1fac97f7] 2020-08-17 15:09:09.928 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.928 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.928 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.928 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.928 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.928 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.928 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3efdefa1] 2020-08-17 15:09:09.928 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.928 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.928 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.928 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.929 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.929 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.929 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.928 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.928 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.928 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.931 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.931 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.931 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.931 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4533a93c] 2020-08-17 15:09:09.931 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.931 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.932 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.932 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.932 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.932 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@16329303] 2020-08-17 15:09:09.932 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.932 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.932 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.932 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.932 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.932 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.932 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.932 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7e89a54a] 2020-08-17 15:09:09.932 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1211e42e] 2020-08-17 15:09:09.932 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.932 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.932 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.932 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.932 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.932 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.932 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.932 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.932 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.932 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.932 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.932 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.932 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.933 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.940 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.940 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.940 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.940 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.940 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.940 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@714c4a43] 2020-08-17 15:09:09.940 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.941 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.941 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.941 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.942 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.942 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.942 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.942 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.942 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.942 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@b387f5a] 2020-08-17 15:09:09.942 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.943 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.943 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.943 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.945 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.945 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.946 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.946 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.946 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.946 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.946 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.946 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.946 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6de90e7e] 2020-08-17 15:09:09.946 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.946 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.946 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.946 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.946 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.946 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.946 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.946 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.946 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.946 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6ee6fcdc] 2020-08-17 15:09:09.946 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.946 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.946 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2ebaed8e] 2020-08-17 15:09:09.946 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.946 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.946 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.946 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@798f3a70] 2020-08-17 15:09:09.946 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.946 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.946 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.947 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.947 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.947 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.947 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.947 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.947 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.947 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.947 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.947 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.947 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.947 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.960 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.960 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.960 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.960 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.961 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.961 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.961 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.961 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6d16eb28] 2020-08-17 15:09:09.961 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.961 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.961 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.961 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.961 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4091e67] 2020-08-17 15:09:09.961 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.961 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.961 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.961 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.961 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.961 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.961 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.962 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.962 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.962 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.962 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.962 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.962 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2fc3b633] 2020-08-17 15:09:09.963 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.963 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.963 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.963 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.963 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.963 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.963 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.963 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.963 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.963 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.963 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.963 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@fb074a5] 2020-08-17 15:09:09.964 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@732c8b7] 2020-08-17 15:09:09.964 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.964 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.963 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.964 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.964 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.964 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.964 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.964 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.964 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.964 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.964 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.964 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.965 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.965 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.965 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.965 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.965 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@11958ce2] 2020-08-17 15:09:09.965 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.966 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.966 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.966 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.974 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.975 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.975 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.975 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.975 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.975 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6a1935c6] 2020-08-17 15:09:09.975 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.975 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.976 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.976 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.979 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.979 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.979 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.979 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.979 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.979 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3e268a57] 2020-08-17 15:09:09.979 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.980 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.980 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.980 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.982 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.982 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.982 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.982 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.982 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.982 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@37c578f9] 2020-08-17 15:09:09.982 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.983 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.983 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.983 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.983 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.982 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.984 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.984 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.984 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.984 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.985 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.985 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.985 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.985 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@535e53a6] 2020-08-17 15:09:09.985 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.985 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.985 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.983 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.985 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.985 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.985 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.985 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.985 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.985 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@85d1984] 2020-08-17 15:09:09.986 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.987 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.987 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.985 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.987 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.987 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5f409999] 2020-08-17 15:09:09.987 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.989 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.989 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.989 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.992 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.992 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.992 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.992 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.992 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.992 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2346fa51] 2020-08-17 15:09:09.992 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.993 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.993 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.993 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:09.997 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.997 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:09.997 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:09.997 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:09.997 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:09.997 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@53958a6a] 2020-08-17 15:09:09.997 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.998 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:09.998 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:09.998 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.002 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.003 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.003 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.003 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.003 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.003 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3277669a] 2020-08-17 15:09:10.003 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.003 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.003 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.003 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.003 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.003 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.003 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@61ed9f] 2020-08-17 15:09:10.003 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.004 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.004 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.004 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.005 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.005 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.005 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.450 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.450 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.450 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:10.450 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.450 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.450 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:10.450 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.450 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACH%C2%B799999.jpg, false] 2020-08-17 15:09:10.450 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.450 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.450 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.450 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.450 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACH%C2%B799999.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3eb31270] 2020-08-17 15:09:10.451 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.451 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.451 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.451 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.456 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=32, fileName=京H·99999.jpg, filePath=D:/PlateDetect/01_蓝牌/京H·99999.jpg, fileType=jpg, fileLength=0, plate=京H99999, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597646734471/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3488, parentId=32, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3479, parentId=32, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3484, parentId=32, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3474, parentId=32, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3478, parentId=32, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3491, parentId=32, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3489, parentId=32, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3487, parentId=32, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3490, parentId=32, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3473, parentId=32, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3471, parentId=32, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3472, parentId=32, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3485, parentId=32, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3475, parentId=32, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3481, parentId=32, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3470, parentId=32, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3467, parentId=32, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3466, parentId=32, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3477, parentId=32, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3465, parentId=32, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3468, parentId=32, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3464, parentId=32, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3486, parentId=32, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3480, parentId=32, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3482, parentId=32, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3476, parentId=32, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3469, parentId=32, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3483, parentId=32, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3463, parentId=32, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597646734471/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=云V9999, plateColor=蓝牌, sort=99)]) 2020-08-17 15:09:10.456 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.477 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.478 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.478 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.478 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.478 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.478 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.478 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.478 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@56d7f88d] 2020-08-17 15:09:10.478 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.478 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.479 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.479 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.479 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2997f8f0] 2020-08-17 15:09:10.479 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.479 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.479 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.479 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.479 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.479 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.479 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.479 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.479 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.479 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.479 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.479 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.480 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.479 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.480 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.480 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@585a098b] 2020-08-17 15:09:10.480 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.480 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.480 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.480 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@27223848] 2020-08-17 15:09:10.480 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.480 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.480 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.480 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.480 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.480 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.480 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.481 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.482 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.482 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.482 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.482 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.482 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6a3cdb91] 2020-08-17 15:09:10.482 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.481 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.482 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.482 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.482 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.482 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.483 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.483 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.483 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.483 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5dd79e33] 2020-08-17 15:09:10.483 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.483 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.483 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.483 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.491 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.491 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.491 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.491 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.491 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.491 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@41b930a0] 2020-08-17 15:09:10.491 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.493 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.493 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.493 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.494 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.494 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.494 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.494 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.494 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.494 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.494 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.494 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.494 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.494 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.495 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.495 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4ad7fdb7] 2020-08-17 15:09:10.495 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.494 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.495 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.495 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@27166fc6] 2020-08-17 15:09:10.495 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.495 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.495 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.495 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.495 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.495 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.496 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5a94c01b] 2020-08-17 15:09:10.497 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.496 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.497 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.497 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.497 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.497 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.497 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.499 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.499 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.500 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.500 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.500 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.500 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.500 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.500 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.500 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.500 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.500 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@f0efe97] 2020-08-17 15:09:10.500 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@76735bea] 2020-08-17 15:09:10.500 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.500 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.500 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.500 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.500 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.500 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.500 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.500 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.516 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.516 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.516 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.516 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.516 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.516 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.516 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.516 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.516 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.516 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.516 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.516 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.516 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.516 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.516 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.516 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.516 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@b37b36d] 2020-08-17 15:09:10.516 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.516 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@79b18ac7] 2020-08-17 15:09:10.516 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@21eedfb1] 2020-08-17 15:09:10.516 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.516 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.517 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.517 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.517 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.517 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.517 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@78e8e109] 2020-08-17 15:09:10.517 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.517 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.517 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.517 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.517 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.517 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.517 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.517 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.517 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.517 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.517 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.517 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.518 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.517 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.517 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.518 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.518 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.518 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.518 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.518 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.518 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.518 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@31bfd835] 2020-08-17 15:09:10.518 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.518 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.518 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.518 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5c949c2d] 2020-08-17 15:09:10.518 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.518 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.519 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.519 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.519 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.519 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.519 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.534 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.534 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.534 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.534 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.534 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.534 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.534 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.534 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.534 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.534 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.534 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@69848df6] 2020-08-17 15:09:10.534 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7dfba217] 2020-08-17 15:09:10.534 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.534 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.534 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.534 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.534 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.534 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.534 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.534 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.534 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.535 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@570b913] 2020-08-17 15:09:10.535 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.535 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.535 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.535 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.535 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@fdc0e37] 2020-08-17 15:09:10.535 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.535 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.535 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.535 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.535 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.535 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.535 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.535 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.535 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.535 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.535 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.535 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.535 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.537 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.537 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.537 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.537 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.537 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.537 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@51224688] 2020-08-17 15:09:10.537 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.537 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.537 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.537 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.537 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.538 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.538 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@64f65c5d] 2020-08-17 15:09:10.538 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.538 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.538 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.538 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.538 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.538 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.538 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.545 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.545 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.545 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.545 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.545 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.545 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.545 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.546 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.546 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.546 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.546 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.546 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.546 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.546 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.546 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.546 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.546 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.546 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.546 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6ed4cba2] 2020-08-17 15:09:10.546 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.546 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.546 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@31e328c8] 2020-08-17 15:09:10.546 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.546 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.546 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@22665839] 2020-08-17 15:09:10.546 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.546 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6d5807cd] 2020-08-17 15:09:10.546 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.546 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.546 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.547 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.547 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.547 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.547 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:10.547 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.547 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.547 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:10.547 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.547 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.547 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.547 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:10.547 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.547 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.547 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:10.547 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:10.547 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6f2db771] 2020-08-17 15:09:10.547 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.547 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:10.547 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:10.547 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.018 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.018 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.018 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.018 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:11.018 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.018 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.018 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.018 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:11.018 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.018 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACC%C2%B7X8888.jpg, false] 2020-08-17 15:09:11.018 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.018 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.018 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACC%C2%B7X8888.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@544beeb8] 2020-08-17 15:09:11.018 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.022 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=35, fileName=京C·X8888.jpg, filePath=D:/PlateDetect/01_蓝牌/京C·X8888.jpg, fileType=jpg, fileLength=0, plate=京CX8888, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642730993/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 15:09:11.022 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.025 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.025 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.025 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.495 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.495 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.495 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.495 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.495 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:11.495 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.495 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.496 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.496 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:11.496 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.496 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%97%BDH%C2%B7BI508.jpg, false] 2020-08-17 15:09:11.496 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%97%BDH%C2%B7BI508.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5d3b1555] 2020-08-17 15:09:11.496 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.496 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.496 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.496 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.496 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.501 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=18, fileName=闽H·BI508.jpg, filePath=D:/PlateDetect/01_蓝牌/闽H·BI508.jpg, fileType=jpg, fileLength=0, plate=闽HBI508, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642727329/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 15:09:11.501 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.899 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.900 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.900 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.900 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:11.900 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.900 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.900 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.900 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:11.900 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.900 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81J%C2%B7RW350.jpg, false] 2020-08-17 15:09:11.900 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.900 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.900 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81J%C2%B7RW350.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@12778c37] 2020-08-17 15:09:11.900 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.900 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.900 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.901 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.906 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=31, fileName=鲁J·RW350.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁J·RW350.jpg, fileType=jpg, fileLength=0, plate=鲁JRW350, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637815357/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3376, parentId=31, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3384, parentId=31, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3390, parentId=31, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3385, parentId=31, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3381, parentId=31, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3399, parentId=31, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3394, parentId=31, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3386, parentId=31, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3377, parentId=31, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3378, parentId=31, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3387, parentId=31, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3382, parentId=31, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3402, parentId=31, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3396, parentId=31, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3401, parentId=31, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3375, parentId=31, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3374, parentId=31, fileName=debug_crop_5.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_crop_5.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3400, parentId=31, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3398, parentId=31, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3388, parentId=31, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3393, parentId=31, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3380, parentId=31, fileName=debug_resize_5.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_5.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3395, parentId=31, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3391, parentId=31, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3392, parentId=31, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3404, parentId=31, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3397, parentId=31, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3403, parentId=31, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3383, parentId=31, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3379, parentId=31, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3389, parentId=31, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3373, parentId=31, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637815357/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=鲁JRW350, plateColor=蓝牌, sort=99)]) 2020-08-17 15:09:11.907 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.920 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.920 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.920 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.920 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.920 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.920 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2af81baf] 2020-08-17 15:09:11.920 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.920 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.920 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.920 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.924 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.924 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.924 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.924 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.924 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.924 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.924 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.925 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.925 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.925 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7c3e0da1] 2020-08-17 15:09:11.925 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.925 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@679e3354] 2020-08-17 15:09:11.925 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.925 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.926 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.926 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.926 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.926 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.926 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.926 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.926 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.926 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.926 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.926 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.926 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.926 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@59fb32a4] 2020-08-17 15:09:11.927 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.927 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.927 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.927 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.927 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.927 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.927 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3571d05d] 2020-08-17 15:09:11.927 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.927 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.928 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.928 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.928 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.928 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.928 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.928 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.929 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.929 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.929 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.929 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.929 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5b49fcbb] 2020-08-17 15:09:11.929 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.929 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.929 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.929 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.939 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.939 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.940 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.940 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.940 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.940 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.940 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.940 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.940 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6738e18b] 2020-08-17 15:09:11.940 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.939 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.940 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.940 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.940 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.940 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.940 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.940 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.940 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@24921978] 2020-08-17 15:09:11.940 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.940 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.941 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.941 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.941 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.941 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.940 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.941 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.940 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.941 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7230784b] 2020-08-17 15:09:11.941 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@22021242] 2020-08-17 15:09:11.942 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.940 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.942 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.943 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.943 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.943 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.943 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.941 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.943 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.941 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.943 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.943 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.943 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.943 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.943 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.944 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.944 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.944 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.944 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.944 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.943 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2614bd32] 2020-08-17 15:09:11.944 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.944 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.944 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6f2a3337] 2020-08-17 15:09:11.944 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.945 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.945 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.945 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.945 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.945 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.945 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.948 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.948 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.948 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.948 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.948 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.948 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@68bee405] 2020-08-17 15:09:11.948 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.949 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.949 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.949 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.959 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.959 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.959 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.959 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.959 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.959 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.959 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.959 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@13777411] 2020-08-17 15:09:11.959 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.960 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.960 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.960 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.960 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.960 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.960 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.960 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.960 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.960 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.960 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.960 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.960 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.960 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.960 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2809f329] 2020-08-17 15:09:11.960 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.960 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_crop_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@149861b4] 2020-08-17 15:09:11.961 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.961 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.959 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.962 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.962 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.962 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.962 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.962 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.962 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.963 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.962 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.963 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.962 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.963 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.963 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@353b8e7a] 2020-08-17 15:09:11.963 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.963 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.963 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@27a17bd1] 2020-08-17 15:09:11.963 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.963 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.963 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.963 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.964 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.964 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.964 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.967 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.967 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.967 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.967 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.967 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.967 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4de89ef7] 2020-08-17 15:09:11.968 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.968 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.968 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.968 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.978 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.978 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.978 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.978 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.978 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.978 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5306fc85] 2020-08-17 15:09:11.978 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.978 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.978 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.978 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.978 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.978 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.978 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.978 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.979 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.979 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@13774638] 2020-08-17 15:09:11.979 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.979 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.979 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.979 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.979 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.979 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.979 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@17a7af0b] 2020-08-17 15:09:11.979 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.979 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.979 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.979 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.979 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.979 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.979 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.979 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.979 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.979 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.979 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.979 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@78b51e6] 2020-08-17 15:09:11.979 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_resize_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3ffaadf4] 2020-08-17 15:09:11.979 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.979 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.979 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.979 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.979 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.979 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.979 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.980 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.979 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.980 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.980 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.980 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.980 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.980 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.980 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.980 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.980 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@42b88] 2020-08-17 15:09:11.980 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.980 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.980 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.980 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.981 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.981 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.981 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.991 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.991 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.991 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.991 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.991 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.991 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.991 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.991 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5af9835c] 2020-08-17 15:09:11.991 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.991 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.993 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.993 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.992 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.991 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.993 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@574d73a9] 2020-08-17 15:09:11.993 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.993 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.993 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.993 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.994 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.994 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.994 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.995 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6a07a9ee] 2020-08-17 15:09:11.995 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.994 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.995 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.995 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.995 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:11.996 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.996 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:11.999 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.999 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.999 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.999 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.999 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.999 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.999 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:11.999 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@356a2b9b] 2020-08-17 15:09:11.999 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:11.999 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:11.999 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:11.999 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:11.999 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@43b1c14c] 2020-08-17 15:09:12.000 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:12.000 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:12.000 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:12.000 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:12.000 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:12.000 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:12.000 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:12.000 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:12.000 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:12.000 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:12.000 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5fe6ff86] 2020-08-17 15:09:12.000 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:12.000 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:12.000 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:12.001 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:12.001 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:12.002 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:12.006 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:12.006 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:12.006 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:12.006 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:12.006 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:12.006 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2ca81df6] 2020-08-17 15:09:12.006 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:12.007 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:12.007 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:12.007 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:12.562 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:12.562 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:12.562 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:12.562 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:12.562 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:12.562 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81J%C2%B7RW350.jpg, false] 2020-08-17 15:09:12.562 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:12.566 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=31, fileName=鲁J·RW350.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁J·RW350.jpg, fileType=jpg, fileLength=0, plate=鲁JRW350, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637815357/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3376, parentId=31, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3384, parentId=31, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3390, parentId=31, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3385, parentId=31, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3381, parentId=31, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3399, parentId=31, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3394, parentId=31, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3386, parentId=31, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3377, parentId=31, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3378, parentId=31, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3387, parentId=31, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3382, parentId=31, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3402, parentId=31, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3396, parentId=31, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3401, parentId=31, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3375, parentId=31, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3374, parentId=31, fileName=debug_crop_5.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_crop_5.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3400, parentId=31, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3398, parentId=31, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3388, parentId=31, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3393, parentId=31, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3380, parentId=31, fileName=debug_resize_5.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_5.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3395, parentId=31, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3391, parentId=31, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3392, parentId=31, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3404, parentId=31, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3397, parentId=31, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3403, parentId=31, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3383, parentId=31, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3379, parentId=31, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3389, parentId=31, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3373, parentId=31, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637815357/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=鲁JRW350, plateColor=蓝牌, sort=99)]) 2020-08-17 15:09:12.566 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:13.152 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:13.153 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:13.153 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:13.153 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:13.153 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:13.153 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81J%C2%B7RW350.jpg, false] 2020-08-17 15:09:13.153 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:13.158 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=31, fileName=鲁J·RW350.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁J·RW350.jpg, fileType=jpg, fileLength=0, plate=鲁JRW350, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637815357/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3376, parentId=31, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3384, parentId=31, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3390, parentId=31, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3385, parentId=31, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3381, parentId=31, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3399, parentId=31, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3394, parentId=31, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3386, parentId=31, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3377, parentId=31, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3378, parentId=31, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3387, parentId=31, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3382, parentId=31, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3402, parentId=31, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3396, parentId=31, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3401, parentId=31, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3375, parentId=31, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3374, parentId=31, fileName=debug_crop_5.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_crop_5.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3400, parentId=31, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3398, parentId=31, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3388, parentId=31, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3393, parentId=31, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3380, parentId=31, fileName=debug_resize_5.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_5.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3395, parentId=31, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3391, parentId=31, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3392, parentId=31, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3404, parentId=31, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3397, parentId=31, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3403, parentId=31, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3383, parentId=31, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3379, parentId=31, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3389, parentId=31, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3373, parentId=31, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637815357/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=鲁JRW350, plateColor=蓝牌, sort=99)]) 2020-08-17 15:09:13.158 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:13.476 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:13.476 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:13.476 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:13.476 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:13.476 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:13.476 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81B%C2%B7QG527.jpg, false] 2020-08-17 15:09:13.476 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:13.482 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=33, fileName=鲁B·QG527.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁B·QG527.jpg, fileType=jpg, fileLength=0, plate=鲁BQG527, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637806437/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3344, parentId=33, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3372, parentId=33, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3339, parentId=33, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3329, parentId=33, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3335, parentId=33, fileName=debug_char_contour11.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour11.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3356, parentId=33, fileName=debug_char_contour12.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour12.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3362, parentId=33, fileName=debug_char_contour13.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour13.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3346, parentId=33, fileName=debug_char_contour14.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour14.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3350, parentId=33, fileName=debug_char_contour15.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour15.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3355, parentId=33, fileName=debug_char_contour16.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour16.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3328, parentId=33, fileName=debug_char_contour19.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour19.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3333, parentId=33, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3338, parentId=33, fileName=debug_char_contour20.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour20.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3342, parentId=33, fileName=debug_char_contour21.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour21.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3361, parentId=33, fileName=debug_char_contour23.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour23.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3348, parentId=33, fileName=debug_char_contour24.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour24.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3352, parentId=33, fileName=debug_char_contour25.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour25.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3327, parentId=33, fileName=debug_char_contour26.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour26.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3332, parentId=33, fileName=debug_char_contour27.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour27.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3360, parentId=33, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3357, parentId=33, fileName=debug_char_contour30.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour30.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3363, parentId=33, fileName=debug_char_contour31.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour31.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3358, parentId=33, fileName=debug_char_contour32.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour32.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3364, parentId=33, fileName=debug_char_contour33.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour33.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3365, parentId=33, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3368, parentId=33, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3324, parentId=33, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3322, parentId=33, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3323, parentId=33, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3334, parentId=33, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3351, parentId=33, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3353, parentId=33, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3347, parentId=33, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3354, parentId=33, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3330, parentId=33, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3349, parentId=33, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3343, parentId=33, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3345, parentId=33, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3340, parentId=33, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3337, parentId=33, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3341, parentId=33, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3326, parentId=33, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3331, parentId=33, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3336, parentId=33, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3359, parentId=33, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3325, parentId=33, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3369, parentId=33, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3371, parentId=33, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3366, parentId=33, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3370, parentId=33, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3367, parentId=33, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637806437/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3321, parentId=33, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637806437/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:16:46, recoPlate=沪QG527, plateColor=黑牌, sort=99)]) 2020-08-17 15:09:13.482 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:13.980 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:13.981 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:13.981 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:13.981 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:13.981 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:13.981 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:13.981 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:13.981 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:13.981 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:13.981 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:13.981 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81B%C2%B7995EQ.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@52d945a8] 2020-08-17 15:09:13.981 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:13.981 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81B%C2%B7995EQ.jpg, false] 2020-08-17 15:09:13.981 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:13.982 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:13.982 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:13.982 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:13.987 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=20, fileName=鲁B·995EQ.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁B·995EQ.jpg, fileType=jpg, fileLength=0, plate=鲁B995EQ, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637802563/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3297, parentId=20, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3314, parentId=20, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3311, parentId=20, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3299, parentId=20, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3318, parentId=20, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3319, parentId=20, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3317, parentId=20, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3316, parentId=20, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3315, parentId=20, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3304, parentId=20, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3320, parentId=20, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3310, parentId=20, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3296, parentId=20, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3295, parentId=20, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3301, parentId=20, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3308, parentId=20, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3313, parentId=20, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3307, parentId=20, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3312, parentId=20, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3309, parentId=20, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3300, parentId=20, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3305, parentId=20, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3303, parentId=20, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3298, parentId=20, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3306, parentId=20, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3302, parentId=20, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3294, parentId=20, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637802563/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=鲁B995EQ, plateColor=蓝牌, sort=99)]) 2020-08-17 15:09:13.987 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.001 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.002 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.002 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.002 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.002 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.002 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6132b438] 2020-08-17 15:09:14.002 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.004 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.004 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.004 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.006 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.006 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.006 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.006 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.006 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.006 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@758a3081] 2020-08-17 15:09:14.006 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.007 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.007 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.007 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.007 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.007 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.007 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@29fe8ff6] 2020-08-17 15:09:14.007 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.007 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.007 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.007 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.007 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.008 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.008 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.008 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.008 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.008 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3552b404] 2020-08-17 15:09:14.008 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.008 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.008 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.008 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.008 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.008 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.008 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.008 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.008 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7a6aa88a] 2020-08-17 15:09:14.008 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.008 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.009 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.010 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.010 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.009 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.011 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.011 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.011 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.011 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.012 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2740a01a] 2020-08-17 15:09:14.012 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.012 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.012 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.012 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.012 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.012 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.013 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.019 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.019 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.019 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.019 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.019 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.019 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2e3c098b] 2020-08-17 15:09:14.019 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.020 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.020 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.021 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.023 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.023 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.023 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.023 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.024 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.024 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.024 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.024 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1231a3a9] 2020-08-17 15:09:14.024 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.024 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.024 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.024 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.024 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.024 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.024 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.024 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.024 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.024 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@607bcdb3] 2020-08-17 15:09:14.024 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.024 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.024 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.024 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.024 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@58ed314d] 2020-08-17 15:09:14.025 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.025 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.025 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.025 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.025 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.025 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.025 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.026 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.026 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.026 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.026 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.026 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.026 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.026 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.026 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.026 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1eeee74b] 2020-08-17 15:09:14.026 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.027 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.027 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.027 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.027 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.027 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.027 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@497473bd] 2020-08-17 15:09:14.027 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.029 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.029 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.029 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.033 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.034 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.034 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.034 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.034 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.034 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2a005ad6] 2020-08-17 15:09:14.034 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.034 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.034 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.034 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.041 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.041 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.041 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.041 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.041 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.041 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@be975ac] 2020-08-17 15:09:14.041 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.041 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.041 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.042 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.042 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.042 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.042 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.042 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.042 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1c886f97] 2020-08-17 15:09:14.042 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.042 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.043 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.043 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.043 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.044 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.044 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.044 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.044 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.044 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.044 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.044 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.044 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2286b46f] 2020-08-17 15:09:14.044 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.044 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.045 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.045 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.045 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@347747eb] 2020-08-17 15:09:14.045 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.045 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.045 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.045 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.045 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.045 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.045 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.047 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.047 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.047 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.047 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.047 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.047 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@e28817e] 2020-08-17 15:09:14.047 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.048 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.048 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.048 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.049 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.049 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.049 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.049 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.049 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.049 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@59d9b212] 2020-08-17 15:09:14.049 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.050 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.050 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.050 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.054 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.054 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.054 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.054 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.054 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.054 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@588346e6] 2020-08-17 15:09:14.054 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.055 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.055 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.056 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.058 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.058 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.058 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.058 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.058 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.058 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.058 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.058 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.058 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.058 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7779422f] 2020-08-17 15:09:14.058 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.058 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.058 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1efb65f] 2020-08-17 15:09:14.058 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.059 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.059 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.059 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.059 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.059 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.059 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.060 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.060 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.060 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.060 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.060 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.060 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4e8669c7] 2020-08-17 15:09:14.060 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.061 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.061 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.061 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.061 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.061 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.061 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.061 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.061 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.061 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1bf220f] 2020-08-17 15:09:14.061 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.062 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.062 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.062 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.063 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.063 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.063 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.063 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.063 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.063 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@373985c9] 2020-08-17 15:09:14.063 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.064 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.064 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.064 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.067 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.067 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.067 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.067 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.067 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.067 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4e2d5a64] 2020-08-17 15:09:14.067 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.068 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.068 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.068 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.068 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.068 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.068 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.069 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.069 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.069 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@692e24e2] 2020-08-17 15:09:14.069 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.069 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.069 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.069 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.847 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.847 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.847 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:14.847 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.848 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:14.848 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81K%C2%B7K5555.jpg, false] 2020-08-17 15:09:14.848 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.848 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.848 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.848 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.848 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.848 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.848 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81K%C2%B7K5555.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@ec6281e] 2020-08-17 15:09:14.848 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.853 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=26, fileName=鲁K·K5555.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁K·K5555.jpg, fileType=jpg, fileLength=0, plate=鲁KK5555, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637819315/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3417, parentId=26, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3426, parentId=26, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3422, parentId=26, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3409, parentId=26, fileName=debug_char_contour11.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_contour11.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3414, parentId=26, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3436, parentId=26, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3430, parentId=26, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3424, parentId=26, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3431, parentId=26, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3429, parentId=26, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3418, parentId=26, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3411, parentId=26, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3432, parentId=26, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3408, parentId=26, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3423, parentId=26, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3427, parentId=26, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3407, parentId=26, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3406, parentId=26, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3420, parentId=26, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3410, parentId=26, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3416, parentId=26, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3421, parentId=26, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3412, parentId=26, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3425, parentId=26, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3415, parentId=26, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3437, parentId=26, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3435, parentId=26, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3434, parentId=26, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3433, parentId=26, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3419, parentId=26, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3413, parentId=26, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3428, parentId=26, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3405, parentId=26, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637819315/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:16:59, recoPlate=鲁KK5555, plateColor=蓝牌, sort=99)]) 2020-08-17 15:09:14.853 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.859 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.859 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.859 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.878 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.878 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.878 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.878 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.878 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.878 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@31a25bd2] 2020-08-17 15:09:14.878 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.879 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.880 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.880 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.880 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.880 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.880 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5d8c743c] 2020-08-17 15:09:14.880 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.881 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.881 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.881 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.881 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.881 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.881 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_contour10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6b903e9b] 2020-08-17 15:09:14.881 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.882 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.882 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.882 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.882 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.882 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.882 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_contour11.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3f07afa] 2020-08-17 15:09:14.882 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.882 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.882 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.882 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.882 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.882 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.882 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@8a91be9] 2020-08-17 15:09:14.882 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.883 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.883 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.883 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.883 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.883 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.883 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@b5568bc] 2020-08-17 15:09:14.883 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.884 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.884 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.884 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.886 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.886 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.886 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.891 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.891 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.891 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.893 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.893 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.893 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.893 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.893 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.893 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@612c95d3] 2020-08-17 15:09:14.893 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.897 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.897 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.897 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.899 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.899 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.899 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.899 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.899 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.899 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.899 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.899 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.899 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2128d84f] 2020-08-17 15:09:14.899 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.906 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.906 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.906 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.906 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.906 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.906 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@695fab29] 2020-08-17 15:09:14.906 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.907 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.908 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.908 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.909 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.909 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.909 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.909 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.909 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.910 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7aa1ce8a] 2020-08-17 15:09:14.910 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.915 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.915 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.916 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.917 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.917 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.917 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.917 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.917 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.917 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6cfbdf94] 2020-08-17 15:09:14.917 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.918 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.918 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.918 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.918 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.918 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.918 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.919 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.919 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.919 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.928 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.928 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.928 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.928 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.928 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.928 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@13b9887b] 2020-08-17 15:09:14.928 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.930 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.930 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.930 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.933 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.933 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.933 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.933 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.933 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.933 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.933 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.933 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.933 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.933 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4b4c19ad] 2020-08-17 15:09:14.933 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.933 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.933 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5e8be767] 2020-08-17 15:09:14.934 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.935 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.935 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.935 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.936 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.936 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.936 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.936 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.936 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.936 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.936 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@357ebac4] 2020-08-17 15:09:14.936 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.936 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.937 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2757ddd9] 2020-08-17 15:09:14.937 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.940 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.940 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.940 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.940 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.940 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.940 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.940 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.940 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.940 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.940 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.940 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.940 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5eacd44d] 2020-08-17 15:09:14.940 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.940 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.941 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.941 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.948 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.948 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.948 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.948 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.948 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.948 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4c29b49b] 2020-08-17 15:09:14.948 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.948 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.949 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.949 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.949 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.949 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.949 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.949 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.949 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@361a25c9] 2020-08-17 15:09:14.949 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.949 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.951 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.951 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.951 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.951 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.951 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.952 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.954 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.954 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.954 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.954 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.954 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.954 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@482685e1] 2020-08-17 15:09:14.954 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.954 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.955 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.955 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.959 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.959 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.959 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.962 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.962 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.962 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.963 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.963 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.963 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.963 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.963 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.964 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@74a3f4ab] 2020-08-17 15:09:14.964 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.965 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.965 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.965 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.965 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.965 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.965 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1601e727] 2020-08-17 15:09:14.965 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.966 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.967 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.967 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.967 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.967 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.967 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5f7dce4d] 2020-08-17 15:09:14.967 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.967 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.967 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.967 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.969 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.969 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.969 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.972 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.973 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.973 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.973 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.973 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.973 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2d91d9ea] 2020-08-17 15:09:14.973 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.984 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.984 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.984 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.984 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.984 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.984 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@14e73384] 2020-08-17 15:09:14.984 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.985 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.985 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.985 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.985 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.985 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.985 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.986 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.986 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.986 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4a569786] 2020-08-17 15:09:14.986 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.987 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.987 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.987 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.988 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.989 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.989 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.994 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.994 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.994 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.994 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.994 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.994 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7652e3a4] 2020-08-17 15:09:14.995 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.996 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.996 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:14.996 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:14.996 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:14.996 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:14.996 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@347e484b] 2020-08-17 15:09:14.996 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.997 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.997 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.997 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:14.998 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:14.998 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:14.998 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:15.010 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:15.011 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:15.011 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:15.011 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:15.011 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:15.011 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1d1e91cb] 2020-08-17 15:09:15.011 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:15.011 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:15.011 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:15.011 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:15.011 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:15.011 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:15.011 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:15.011 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:15.011 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:15.011 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@698bd3f] 2020-08-17 15:09:15.011 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:15.011 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:15.011 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:15.011 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1240b714] 2020-08-17 15:09:15.011 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:15.012 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:15.013 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:15.013 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:15.013 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:15.013 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:15.013 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:15.013 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:15.013 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:15.013 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:15.013 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:15.013 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:15.013 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:15.013 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@54f72777] 2020-08-17 15:09:15.013 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:15.013 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:15.013 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637819315/debug_char_auxRoi_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@622887b7] 2020-08-17 15:09:15.013 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:15.014 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:15.014 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:15.014 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:15.018 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:15.018 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:15.018 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:15.023 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:15.023 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:15.023 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:15.026 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:15.026 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:15.026 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:15.034 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:15.035 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:15.035 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:15.441 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:15.442 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:15.442 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:15.442 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:15.442 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:15.442 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%BB%91A%C2%B7B4444.jpg, false] 2020-08-17 15:09:15.442 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:15.444 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:15.444 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:15.444 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:15.445 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:15.445 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:15.445 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%BB%91A%C2%B7B4444.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1a2166ec] 2020-08-17 15:09:15.445 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:15.446 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=30, fileName=黑A·B4444.jpg, filePath=D:/PlateDetect/01_蓝牌/黑A·B4444.jpg, fileType=jpg, fileLength=0, plate=黑AB4444, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642732889/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 15:09:15.446 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:15.451 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:15.451 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:15.451 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:17.011 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:17.011 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:17.011 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:17.011 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:17.011 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:17.011 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:17.011 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:17.011 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:17.011 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:17.011 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%BB%91A%C2%B7I634I.jpg, false] 2020-08-17 15:09:17.011 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:17.011 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:17.011 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%BB%91A%C2%B7I634I.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@75efc00a] 2020-08-17 15:09:17.011 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:17.015 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=28, fileName=黑A·I634I.jpg, filePath=D:/PlateDetect/01_蓝牌/黑A·I634I.jpg, fileType=jpg, fileLength=0, plate=黑AI634I, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642734110/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 15:09:17.015 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:17.018 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:17.018 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:17.018 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:17.585 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:17.585 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:17.585 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:17.585 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:17.585 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:17.585 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%BB%91A%C2%B7B4444.jpg, false] 2020-08-17 15:09:17.585 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:17.589 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=30, fileName=黑A·B4444.jpg, filePath=D:/PlateDetect/01_蓝牌/黑A·B4444.jpg, fileType=jpg, fileLength=0, plate=黑AB4444, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642732889/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 15:09:17.589 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.666 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.666 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:18.667 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:18.667 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:18.667 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:18.667 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%BB%91A%C2%B7B4444.jpg, true] 2020-08-17 15:09:18.667 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.808 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=30, fileName=黑A·B4444.jpg, filePath=D:/PlateDetect/01_蓝牌/黑A·B4444.jpg, fileType=jpg, fileLength=0, plate=黑AB4444, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597648158669/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3591, parentId=30, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597648158669/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 07:09:18, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3588, parentId=30, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597648158669/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 07:09:18, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3593, parentId=30, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597648158669/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 07:09:18, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3592, parentId=30, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597648158669/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 07:09:18, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3585, parentId=30, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597648158669/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 07:09:18, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3589, parentId=30, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597648158669/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 07:09:18, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3584, parentId=30, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597648158669/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:09:18, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3586, parentId=30, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597648158669/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:09:18, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3587, parentId=30, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597648158669/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:09:18, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3590, parentId=30, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597648158669/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:09:18, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3594, parentId=30, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597648158669/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:09:18, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3583, parentId=30, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597648158669/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 07:09:18, recoPlate=, plateColor=未知, sort=99)]) 2020-08-17 15:09:18.808 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.815 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.815 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:18.815 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:18.815 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.815 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:18.815 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:18.815 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:18.815 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:18.815 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648158669/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5cbb225a] 2020-08-17 15:09:18.815 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:18.815 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.815 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:18.816 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648158669/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@61bf8179] 2020-08-17 15:09:18.816 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.817 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.817 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:18.817 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:18.817 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:18.817 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:18.817 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648158669/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@77a89af0] 2020-08-17 15:09:18.817 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.817 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:18.817 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.817 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.817 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:18.817 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:18.817 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:18.817 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:18.817 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.817 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:18.817 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:18.818 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:18.818 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648158669/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@230487e] 2020-08-17 15:09:18.818 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.817 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:18.818 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:18.818 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:18.818 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648158669/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@17473a82] 2020-08-17 15:09:18.818 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.817 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:18.818 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648158669/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@567d165c] 2020-08-17 15:09:18.818 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.824 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:18.825 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:18.825 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.825 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.825 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:18.825 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:18.826 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:18.827 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:18.827 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.827 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.827 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:18.827 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:18.828 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:18.828 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.828 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:18.829 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.829 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:18.829 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:18.829 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:18.829 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:18.829 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648158669/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@be774f8] 2020-08-17 15:09:18.829 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.830 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:18.830 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.830 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:18.830 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:18.830 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.830 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:18.837 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.837 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:18.837 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:18.837 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:18.837 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:18.837 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648158669/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1ce85a3] 2020-08-17 15:09:18.837 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.845 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.845 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:18.845 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:18.845 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:18.845 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:18.845 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.845 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:18.845 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648158669/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@74487b7e] 2020-08-17 15:09:18.845 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:18.845 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.845 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:18.845 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:18.845 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648158669/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4cf1efe3] 2020-08-17 15:09:18.846 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.846 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:18.846 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.846 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:18.847 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.847 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:18.847 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:18.847 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:18.847 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:18.847 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.847 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648158669/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1cd31b93] 2020-08-17 15:09:18.847 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:18.847 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.847 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:18.847 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:18.847 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:18.847 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648158669/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@b311f33] 2020-08-17 15:09:18.847 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.856 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:18.856 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:18.856 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.856 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:18.856 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:18.856 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.856 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.856 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:18.856 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:18.857 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:18.857 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:18.857 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:20.922 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:20.923 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:20.923 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:20.923 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:20.923 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:20.923 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%BB%91A%C2%B7I634I.jpg, false] 2020-08-17 15:09:20.923 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:20.927 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=28, fileName=黑A·I634I.jpg, filePath=D:/PlateDetect/01_蓝牌/黑A·I634I.jpg, fileType=jpg, fileLength=0, plate=黑AI634I, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642734110/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 15:09:20.927 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.639 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.639 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:22.639 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:22.639 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:22.639 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:22.639 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%BB%91A%C2%B7I634I.jpg, true] 2020-08-17 15:09:22.639 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.750 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=28, fileName=黑A·I634I.jpg, filePath=D:/PlateDetect/01_蓝牌/黑A·I634I.jpg, fileType=jpg, fileLength=0, plate=黑AI634I, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597648162640/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3602, parentId=28, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3603, parentId=28, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3598, parentId=28, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3600, parentId=28, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3596, parentId=28, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3601, parentId=28, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3599, parentId=28, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3597, parentId=28, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3595, parentId=28, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=8)]) 2020-08-17 15:09:22.756 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.766 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.767 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.767 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:22.767 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:22.767 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:22.767 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:22.767 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:22.767 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:22.767 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:22.767 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:22.767 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648162640/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@bc0f8d4] 2020-08-17 15:09:22.767 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648162640/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@704a6285] 2020-08-17 15:09:22.767 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.767 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.768 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.768 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:22.768 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:22.768 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:22.768 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:22.768 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648162640/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6e8838c9] 2020-08-17 15:09:22.768 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.769 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.769 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.769 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.769 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:22.769 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:22.769 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:22.769 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:22.769 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:22.769 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:22.769 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:22.769 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:22.769 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:22.769 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:22.769 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:22.769 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:22.769 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648162640/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@58e303b7] 2020-08-17 15:09:22.769 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648162640/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@fffa22] 2020-08-17 15:09:22.769 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648162640/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@46fd1d1c] 2020-08-17 15:09:22.769 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.769 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.770 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.777 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:22.777 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.777 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:22.778 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:22.778 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.778 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:22.781 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:22.781 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.781 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:22.781 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:22.781 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.781 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:22.782 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:22.782 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.782 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:22.785 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:22.786 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.786 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:22.788 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.788 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:22.788 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:22.789 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:22.789 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:22.789 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648162640/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2deda1e2] 2020-08-17 15:09:22.789 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.790 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.790 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:22.790 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:22.790 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:22.790 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:22.790 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648162640/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@605cb452] 2020-08-17 15:09:22.790 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.793 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.793 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:22.793 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:22.793 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:22.793 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:22.793 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648162640/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@764d84a7] 2020-08-17 15:09:22.793 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.800 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:22.800 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.800 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:22.801 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:22.801 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.801 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:22.803 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:22.803 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:22.803 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:24.341 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.341 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:24.341 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:24.341 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.341 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:24.341 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:24.341 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:24.341 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:24.341 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:24.341 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:24.341 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81A%C2%B788888.jpg, false] 2020-08-17 15:09:24.341 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81A%C2%B788888.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@33f64b5d] 2020-08-17 15:09:24.341 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.341 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.342 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:24.342 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.342 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:24.345 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=22, fileName=鲁A·88888.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁A·88888.jpg, fileType=jpg, fileLength=0, plate=鲁A88888, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597646751427/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3495, parentId=22, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597646751427/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 06:45:51, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3498, parentId=22, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597646751427/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 06:45:51, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3496, parentId=22, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597646751427/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 06:45:51, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3494, parentId=22, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597646751427/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 06:45:51, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3497, parentId=22, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597646751427/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 06:45:51, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3493, parentId=22, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597646751427/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 06:45:51, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3492, parentId=22, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597646751427/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 06:45:51, recoPlate=, plateColor=黑牌, sort=99)]) 2020-08-17 15:09:24.345 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.353 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.353 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:24.353 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:24.353 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:24.353 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:24.353 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646751427/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@17193528] 2020-08-17 15:09:24.353 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.353 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.353 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:24.353 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:24.354 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.354 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:24.354 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:24.354 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:24.354 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:24.354 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646751427/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@24168cc7] 2020-08-17 15:09:24.354 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.354 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.354 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:24.354 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:24.354 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:24.354 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.354 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.354 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:24.354 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:24.354 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:24.354 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.354 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:24.354 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:24.354 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:24.354 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:24.354 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:24.354 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:24.354 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:24.354 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:24.354 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646751427/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4771f434] 2020-08-17 15:09:24.354 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.354 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:24.355 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646751427/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@77a9c2e0] 2020-08-17 15:09:24.355 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646751427/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@b5e9ed7] 2020-08-17 15:09:24.355 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:24.355 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.355 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.355 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:24.355 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.355 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646751427/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7eebb71c] 2020-08-17 15:09:24.355 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.355 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:24.355 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:24.355 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:24.355 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:24.355 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.355 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.355 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.355 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:24.355 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:24.355 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:24.355 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:24.355 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.356 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:24.358 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.358 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:24.359 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:24.359 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:24.359 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:24.359 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646751427/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@925e15b] 2020-08-17 15:09:24.359 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.359 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:24.359 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:24.359 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:35.632 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.632 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.632 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:35.632 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:35.632 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:35.632 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:35.632 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:35.632 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:35.632 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:35.632 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:35.632 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E4%BA%ACA%C2%B788731.jpg, false] 2020-08-17 15:09:35.632 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E4%BA%ACA%C2%B788731.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5258c144] 2020-08-17 15:09:35.632 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.632 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.633 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:35.633 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.633 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:35.637 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=133, fileName=京A·88731.jpg, filePath=D:/PlateDetect/06_黑牌/京A·88731.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 04:13:31, tempPath=D:/PlateDetect/temp/1597637612812/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3139, parentId=133, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3136, parentId=133, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3141, parentId=133, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3133, parentId=133, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3140, parentId=133, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3132, parentId=133, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3135, parentId=133, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3134, parentId=133, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3137, parentId=133, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3130, parentId=133, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3131, parentId=133, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3138, parentId=133, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597637612812/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3129, parentId=133, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637612812/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:13:32, recoPlate=, plateColor=未知, sort=99)]) 2020-08-17 15:09:35.637 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.650 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.650 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:35.650 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:35.650 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:35.650 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:35.650 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@299aa8e4] 2020-08-17 15:09:35.650 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.651 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:35.651 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.651 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.651 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:35.651 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:35.651 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:35.651 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:35.651 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:35.651 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@67a4ac3f] 2020-08-17 15:09:35.651 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.651 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.651 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:35.651 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:35.651 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:35.651 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:35.651 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@f6d8c8] 2020-08-17 15:09:35.652 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.652 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.652 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:35.652 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:35.652 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:35.652 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:35.652 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1a888ffd] 2020-08-17 15:09:35.652 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.652 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:35.652 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.652 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:35.652 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.652 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:35.652 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:35.653 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:35.653 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:35.653 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:35.653 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4ccd540] 2020-08-17 15:09:35.653 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.653 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.653 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:35.654 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:35.654 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.654 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:35.653 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.654 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:35.654 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:35.654 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:35.653 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:35.654 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.655 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:35.654 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:35.655 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@10bd081] 2020-08-17 15:09:35.655 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.656 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:35.656 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.656 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:35.658 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.658 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:35.658 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:35.658 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:35.658 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:35.658 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@750fd75b] 2020-08-17 15:09:35.658 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.659 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:35.659 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.659 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:35.662 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.662 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:35.662 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:35.662 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:35.662 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:35.662 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@148c0d4f] 2020-08-17 15:09:35.662 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.663 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:35.663 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.663 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:35.668 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.668 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.668 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:35.668 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:35.668 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:35.668 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:35.668 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:35.668 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:35.668 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:35.668 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:35.668 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@29e82045] 2020-08-17 15:09:35.668 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@62282f43] 2020-08-17 15:09:35.668 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.668 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.669 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:35.669 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:35.669 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.669 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.669 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:35.669 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:35.669 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.669 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:35.669 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:35.670 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:35.670 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:35.670 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@e72c414] 2020-08-17 15:09:35.670 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.670 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:35.670 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.670 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.670 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:35.670 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:35.670 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:35.670 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:35.670 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:35.670 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2ecb617e] 2020-08-17 15:09:35.670 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.671 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:35.671 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.671 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:35.672 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.672 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:35.672 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:35.672 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:35.672 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:35.672 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637612812/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@24e9d9df] 2020-08-17 15:09:35.672 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.673 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:35.673 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:35.673 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:36.341 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.341 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:36.341 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.341 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:36.341 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:36.341 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:36.341 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:36.341 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:36.341 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:36.341 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E5%86%80B%C2%B799999.jpg, false] 2020-08-17 15:09:36.341 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:36.341 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.341 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E5%86%80B%C2%B799999.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@29c4e946] 2020-08-17 15:09:36.341 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.342 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:36.342 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.342 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:36.345 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=129, fileName=冀B·99999.jpg, filePath=D:/PlateDetect/06_黑牌/冀B·99999.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 04:10:24, tempPath=D:/PlateDetect/temp/1597637625152/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3151, parentId=129, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3150, parentId=129, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3144, parentId=129, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3147, parentId=129, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3143, parentId=129, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3149, parentId=129, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3148, parentId=129, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3145, parentId=129, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3142, parentId=129, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3146, parentId=129, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637625152/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:13:45, recoPlate=, plateColor=, sort=8)]) 2020-08-17 15:09:36.345 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.359 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.359 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.359 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.359 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:36.359 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:36.359 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:36.359 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:36.359 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:36.359 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:36.359 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:36.360 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@17c7506a] 2020-08-17 15:09:36.360 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.360 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.360 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:36.360 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:36.360 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:36.360 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:36.360 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.360 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:36.360 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:36.360 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:36.360 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:36.359 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:36.360 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:36.360 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:36.360 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:36.360 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6e226d8a] 2020-08-17 15:09:36.360 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.360 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:36.360 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@a95f21b] 2020-08-17 15:09:36.360 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:36.360 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@19b7c4] 2020-08-17 15:09:36.360 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.360 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:36.360 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@362fc855] 2020-08-17 15:09:36.360 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.360 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.360 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:36.360 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:36.360 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@a7959ca] 2020-08-17 15:09:36.360 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.360 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.360 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:36.361 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.361 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:36.361 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:36.361 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:36.361 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:36.361 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.361 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.361 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.361 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:36.361 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:36.361 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:36.362 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:36.362 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.362 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:36.362 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:36.362 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.362 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:36.378 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.378 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.378 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:36.378 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:36.378 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.378 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:36.378 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.378 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:36.378 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:36.378 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:36.378 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:36.378 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:36.378 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:36.378 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:36.378 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:36.378 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@db66068] 2020-08-17 15:09:36.378 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:36.378 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@625d2c7] 2020-08-17 15:09:36.378 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:36.378 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.378 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:36.378 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.378 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:36.378 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:36.378 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6457884e] 2020-08-17 15:09:36.378 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637625152/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@154bd533] 2020-08-17 15:09:36.378 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.378 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.378 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:36.378 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.379 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:36.378 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:36.379 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:36.379 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.379 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:36.379 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.379 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:36.379 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:36.379 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:36.379 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:37.588 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:37.588 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:37.588 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:37.588 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:37.588 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:37.588 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E7%B2%A4S%C2%B736359.jpg, false] 2020-08-17 15:09:37.588 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:37.592 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:37.592 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:37.592 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:37.592 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:37.592 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:37.592 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E7%B2%A4S%C2%B736359.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6f0f7fb0] 2020-08-17 15:09:37.592 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:37.593 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=130, fileName=粤S·36359.jpg, filePath=D:/PlateDetect/06_黑牌/粤S·36359.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 04:10:38, tempPath=D:/PlateDetect/temp/1597637440120/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=2997, parentId=130, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637440120/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:10:40, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3000, parentId=130, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637440120/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:10:40, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3001, parentId=130, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637440120/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:10:40, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3002, parentId=130, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637440120/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:10:40, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=2998, parentId=130, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637440120/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:10:40, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=2999, parentId=130, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637440120/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:40, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=2996, parentId=130, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637440120/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:40, recoPlate=, plateColor=, sort=8)]) 2020-08-17 15:09:37.593 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:37.599 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:37.599 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:37.599 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:37.601 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:37.601 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:37.601 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:37.601 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:37.601 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:37.601 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:37.601 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:37.601 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:37.601 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:37.602 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:37.602 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:37.602 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:37.602 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:37.602 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637440120/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@34e4cae3] 2020-08-17 15:09:37.601 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:37.601 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:37.602 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:37.602 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:37.602 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:37.602 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637440120/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4a5b1bd6] 2020-08-17 15:09:37.602 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637440120/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@12bc88e4] 2020-08-17 15:09:37.602 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:37.602 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:37.602 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:37.602 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:37.602 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:37.602 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637440120/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@18943671] 2020-08-17 15:09:37.602 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:37.604 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:37.604 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:37.604 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:37.604 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:37.604 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:37.604 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637440120/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3f22be21] 2020-08-17 15:09:37.604 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:37.608 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:37.608 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:37.608 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:37.608 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:37.608 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:37.608 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637440120/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@15381c5c] 2020-08-17 15:09:37.608 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:37.628 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:37.628 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:37.629 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:37.629 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:37.629 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:37.629 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637440120/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@53d8b483] 2020-08-17 15:09:37.629 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.602 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.602 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:39.602 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:39.602 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:39.602 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:39.602 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E7%B2%A4S%C2%B736359.jpg, true] 2020-08-17 15:09:39.602 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.754 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=130, fileName=粤S·36359.jpg, filePath=D:/PlateDetect/06_黑牌/粤S·36359.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 04:10:38, tempPath=D:/PlateDetect/temp/1597648179604/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3609, parentId=130, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597648179604/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 07:09:39, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3608, parentId=130, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597648179604/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 07:09:39, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3607, parentId=130, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597648179604/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 07:09:39, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3606, parentId=130, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597648179604/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 07:09:39, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3605, parentId=130, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597648179604/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 07:09:39, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3611, parentId=130, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597648179604/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 07:09:39, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3610, parentId=130, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597648179604/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:09:39, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3604, parentId=130, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597648179604/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:09:39, recoPlate=, plateColor=, sort=8)]) 2020-08-17 15:09:39.754 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.764 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.764 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:39.764 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:39.764 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:39.764 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:39.764 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648179604/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7fc8730f] 2020-08-17 15:09:39.764 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.765 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.765 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:39.765 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:39.765 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:39.765 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:39.766 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648179604/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@69994b97] 2020-08-17 15:09:39.766 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.766 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.766 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:39.766 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:39.766 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:39.766 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:39.766 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648179604/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7b49c1f4] 2020-08-17 15:09:39.766 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.767 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.767 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:39.767 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:39.767 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:39.767 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:39.767 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648179604/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@618b295f] 2020-08-17 15:09:39.767 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.767 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.768 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:39.767 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.768 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:39.768 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:39.768 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:39.768 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:39.768 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:39.768 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:39.768 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648179604/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@350c9c6c] 2020-08-17 15:09:39.768 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:39.768 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.768 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648179604/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@508cb103] 2020-08-17 15:09:39.768 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.776 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:39.776 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:39.776 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.777 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.777 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:39.777 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:39.778 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:39.778 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.778 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:39.780 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:39.780 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:39.780 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.780 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.780 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:39.780 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:39.787 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:39.787 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.787 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:39.788 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.788 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.789 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:39.789 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:39.789 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:39.789 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:39.789 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:39.789 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:39.789 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:39.789 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:39.789 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648179604/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4461d102] 2020-08-17 15:09:39.789 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648179604/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@64e5f60b] 2020-08-17 15:09:39.789 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.789 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.799 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:39.799 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.799 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:39.799 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:39.800 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:39.800 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:41.353 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.354 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:41.354 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:41.354 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:41.354 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:41.354 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E8%8B%8FN%C2%B700000.jpg, false] 2020-08-17 15:09:41.354 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.357 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.357 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:41.357 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:41.357 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:41.357 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:41.357 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E8%8B%8FN%C2%B700000.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@743750b7] 2020-08-17 15:09:41.358 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.359 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=131, fileName=苏N·00000.jpg, filePath=D:/PlateDetect/06_黑牌/苏N·00000.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 04:10:48, tempPath=D:/PlateDetect/temp/1597637449757/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3044, parentId=131, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3041, parentId=131, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3028, parentId=131, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3037, parentId=131, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3038, parentId=131, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3033, parentId=131, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3029, parentId=131, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3027, parentId=131, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3034, parentId=131, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3036, parentId=131, fileName=debug_crop_5.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_crop_5.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3030, parentId=131, fileName=debug_crop_6.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_crop_6.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3032, parentId=131, fileName=debug_crop_7.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_crop_7.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3042, parentId=131, fileName=debug_crop_8.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_crop_8.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3031, parentId=131, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3035, parentId=131, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3025, parentId=131, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3045, parentId=131, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3026, parentId=131, fileName=debug_resize_5.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_resize_5.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3039, parentId=131, fileName=debug_resize_6.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_resize_6.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3043, parentId=131, fileName=debug_resize_7.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_resize_7.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3040, parentId=131, fileName=debug_resize_8.jpg, filePath=D:/PlateDetect/temp/1597637449757/debug_resize_8.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3024, parentId=131, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637449757/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:10:49, recoPlate=, plateColor=未知, sort=99)]) 2020-08-17 15:09:41.360 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.365 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:41.365 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.365 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:41.374 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.374 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:41.374 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:41.374 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:41.374 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:41.374 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2d46bcbd] 2020-08-17 15:09:41.374 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.376 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.376 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:41.376 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:41.376 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.376 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.376 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:41.377 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:41.377 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:41.377 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:41.377 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:41.377 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:41.377 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5c3868bd] 2020-08-17 15:09:41.377 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:41.377 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:41.377 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:41.377 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:41.377 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.377 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@58b8abe9] 2020-08-17 15:09:41.377 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@f5cfc4b] 2020-08-17 15:09:41.377 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.377 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.380 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.380 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.381 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:41.381 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:41.381 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:41.381 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:41.381 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@b1df531] 2020-08-17 15:09:41.381 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.380 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:41.382 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:41.382 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:41.382 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:41.383 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6f0b72f1] 2020-08-17 15:09:41.383 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.388 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.388 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:41.388 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:41.388 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:41.388 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:41.388 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@67c9533d] 2020-08-17 15:09:41.388 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.392 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.392 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:41.392 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:41.392 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:41.392 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:41.392 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@67fa5d4a] 2020-08-17 15:09:41.392 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.394 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.395 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:41.395 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:41.395 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:41.395 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:41.395 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4c83e433] 2020-08-17 15:09:41.395 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.398 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.398 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.398 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:41.398 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:41.398 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:41.398 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:41.398 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:41.398 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:41.398 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:41.398 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@36b0df5a] 2020-08-17 15:09:41.398 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:41.398 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.398 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_crop_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6db117d6] 2020-08-17 15:09:41.398 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.400 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.400 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:41.401 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:41.403 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:41.403 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:41.403 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_crop_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@250bc349] 2020-08-17 15:09:41.403 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.404 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.404 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:41.404 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:41.404 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:41.404 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:41.404 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_crop_7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5c7dcf72] 2020-08-17 15:09:41.404 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.407 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.407 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:41.407 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:41.407 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:41.407 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:41.407 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_crop_8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@47f9e095] 2020-08-17 15:09:41.407 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.416 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.416 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:41.416 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:41.416 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:41.416 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:41.416 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@40b44b2c] 2020-08-17 15:09:41.416 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.417 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.417 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:41.417 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:41.418 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:41.418 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:41.418 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4710263d] 2020-08-17 15:09:41.418 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.420 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.420 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:41.420 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:41.420 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:41.420 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:41.420 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@655e16a8] 2020-08-17 15:09:41.420 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.422 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.422 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.422 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:41.423 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:41.423 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:41.423 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:41.423 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:41.423 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:41.423 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:41.423 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:41.423 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@26c924e9] 2020-08-17 15:09:41.423 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_resize_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1c1a2f18] 2020-08-17 15:09:41.423 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.423 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.424 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.424 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:41.424 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:41.424 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:41.424 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:41.424 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_resize_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7fa6241d] 2020-08-17 15:09:41.424 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.429 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.429 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:41.429 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:41.430 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:41.430 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:41.430 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_resize_8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4f6bf2d4] 2020-08-17 15:09:41.430 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.427 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:41.433 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:41.433 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:41.433 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:41.433 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:41.433 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637449757/debug_resize_7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5706d96e] 2020-08-17 15:09:41.433 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.540 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.540 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:43.540 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:43.540 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:43.540 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:43.540 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E8%8B%8FN%C2%B700000.jpg, true] 2020-08-17 15:09:43.540 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.746 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=131, fileName=苏N·00000.jpg, filePath=D:/PlateDetect/06_黑牌/苏N·00000.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 04:10:48, tempPath=D:/PlateDetect/temp/1597648183541/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3623, parentId=131, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597648183541/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 07:09:43, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3629, parentId=131, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597648183541/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 07:09:43, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3616, parentId=131, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597648183541/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 07:09:43, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3625, parentId=131, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597648183541/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 07:09:43, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3632, parentId=131, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597648183541/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 07:09:43, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3633, parentId=131, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597648183541/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:09:43, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3618, parentId=131, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597648183541/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:09:43, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3631, parentId=131, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597648183541/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:09:43, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3626, parentId=131, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597648183541/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:09:43, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3630, parentId=131, fileName=debug_crop_5.jpg, filePath=D:/PlateDetect/temp/1597648183541/debug_crop_5.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:09:43, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3619, parentId=131, fileName=debug_crop_6.jpg, filePath=D:/PlateDetect/temp/1597648183541/debug_crop_6.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:09:43, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3624, parentId=131, fileName=debug_crop_7.jpg, filePath=D:/PlateDetect/temp/1597648183541/debug_crop_7.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:09:43, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3627, parentId=131, fileName=debug_crop_8.jpg, filePath=D:/PlateDetect/temp/1597648183541/debug_crop_8.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:09:43, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3617, parentId=131, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597648183541/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:09:43, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3622, parentId=131, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597648183541/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:09:43, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3613, parentId=131, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597648183541/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:09:43, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3615, parentId=131, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597648183541/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:09:43, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3614, parentId=131, fileName=debug_resize_5.jpg, filePath=D:/PlateDetect/temp/1597648183541/debug_resize_5.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:09:43, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3620, parentId=131, fileName=debug_resize_6.jpg, filePath=D:/PlateDetect/temp/1597648183541/debug_resize_6.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:09:43, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3621, parentId=131, fileName=debug_resize_7.jpg, filePath=D:/PlateDetect/temp/1597648183541/debug_resize_7.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:09:43, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3628, parentId=131, fileName=debug_resize_8.jpg, filePath=D:/PlateDetect/temp/1597648183541/debug_resize_8.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:09:43, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3612, parentId=131, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597648183541/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 07:09:43, recoPlate=, plateColor=未知, sort=99)]) 2020-08-17 15:09:43.746 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.755 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.755 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:43.755 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:43.755 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:43.755 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:43.756 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648183541/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2300d056] 2020-08-17 15:09:43.756 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.757 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.757 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:43.757 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:43.757 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:43.757 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:43.757 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648183541/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@15bb759a] 2020-08-17 15:09:43.757 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.758 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.758 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:43.758 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.758 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:43.758 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:43.758 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:43.758 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:43.758 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:43.758 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:43.758 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:43.758 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648183541/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6de95b48] 2020-08-17 15:09:43.758 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648183541/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@106b5bec] 2020-08-17 15:09:43.758 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.758 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.759 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.759 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.759 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:43.759 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:43.759 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:43.759 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:43.759 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:43.759 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:43.759 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:43.759 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:43.759 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648183541/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3b59df64] 2020-08-17 15:09:43.759 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648183541/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@31edcaa7] 2020-08-17 15:09:43.760 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.760 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.766 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:43.766 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.766 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:43.768 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:43.768 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.768 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:43.770 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:43.770 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.770 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.770 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:43.770 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:43.770 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:43.770 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:43.770 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:43.771 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648183541/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@36dd4149] 2020-08-17 15:09:43.771 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.771 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:43.771 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.771 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:43.771 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:43.771 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.771 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:43.772 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:43.772 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.772 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:43.772 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:43.772 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.772 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:43.778 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.778 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:43.778 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:43.778 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:43.778 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:43.778 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648183541/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@13dbaa9d] 2020-08-17 15:09:43.778 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.782 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.782 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:43.783 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:43.783 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.783 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:43.783 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:43.783 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:43.783 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:43.783 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:43.783 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648183541/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1a6cf3dd] 2020-08-17 15:09:43.783 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.783 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:43.783 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648183541/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@430294b] 2020-08-17 15:09:43.783 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.784 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.784 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:43.784 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:43.784 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:43.784 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:43.784 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648183541/debug_crop_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2b7561eb] 2020-08-17 15:09:43.784 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.784 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:43.785 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.785 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.785 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:43.785 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:43.785 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:43.785 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:43.785 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:43.785 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648183541/debug_crop_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2e983879] 2020-08-17 15:09:43.785 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.786 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.787 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:43.787 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:43.787 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.787 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:43.787 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:43.787 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:43.787 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:43.787 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648183541/debug_crop_7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@49eeb0f] 2020-08-17 15:09:43.787 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.789 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.789 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:43.789 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:43.789 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:43.789 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:43.789 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648183541/debug_crop_8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2ee0cca9] 2020-08-17 15:09:43.789 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.791 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.791 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:43.791 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:43.791 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:43.791 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:43.791 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648183541/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@520d9ede] 2020-08-17 15:09:43.791 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.791 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:43.791 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.792 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:43.792 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:43.792 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.792 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:43.796 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:43.797 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.797 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:43.798 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.798 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:43.798 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:43.798 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:43.798 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:43.798 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648183541/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@704733aa] 2020-08-17 15:09:43.798 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.799 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:43.799 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.799 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:43.799 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.799 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:43.799 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:43.799 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:43.799 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.799 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:43.799 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:43.799 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:43.799 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648183541/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5510567b] 2020-08-17 15:09:43.799 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.801 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:43.801 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.801 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:43.805 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.805 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:43.805 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:43.805 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:43.805 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:43.805 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648183541/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1ca69806] 2020-08-17 15:09:43.805 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.806 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.806 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:43.806 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:43.806 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:43.807 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:43.807 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648183541/debug_resize_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6e5ac779] 2020-08-17 15:09:43.807 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.807 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.807 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:43.807 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:43.807 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:43.808 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:43.808 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648183541/debug_resize_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4acc7392] 2020-08-17 15:09:43.808 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.808 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:43.808 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.808 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:43.809 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.809 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:43.809 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:43.809 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:43.809 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:43.809 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648183541/debug_resize_7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@380a195a] 2020-08-17 15:09:43.809 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.811 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:43.811 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.812 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:43.812 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.812 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:43.812 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:43.812 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.812 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:43.812 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:43.812 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:43.812 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:43.812 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648183541/debug_resize_8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2680ab94] 2020-08-17 15:09:43.812 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.813 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:43.813 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.813 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:43.815 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:43.815 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:43.815 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.815 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.815 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:43.815 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:43.821 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:43.821 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:43.821 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:45.358 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.358 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.358 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:45.358 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:45.358 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:45.358 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:45.358 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:45.358 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:45.358 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:45.358 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:45.358 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E9%BB%91A%C2%B788888.jpg, false] 2020-08-17 15:09:45.358 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.358 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E9%BB%91A%C2%B788888.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1964ef96] 2020-08-17 15:09:45.358 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.363 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=132, fileName=黑A·88888.jpg, filePath=D:/PlateDetect/06_黑牌/黑A·88888.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 04:10:51, tempPath=D:/PlateDetect/temp/1597637453723/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3067, parentId=132, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637453723/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:10:53, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3066, parentId=132, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637453723/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:10:53, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3064, parentId=132, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637453723/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:10:53, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3062, parentId=132, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637453723/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:10:53, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3069, parentId=132, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637453723/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:10:53, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3065, parentId=132, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637453723/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:53, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3070, parentId=132, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637453723/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:53, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3063, parentId=132, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637453723/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:10:53, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3060, parentId=132, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637453723/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:53, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3061, parentId=132, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637453723/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:53, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3068, parentId=132, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637453723/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:10:53, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3059, parentId=132, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637453723/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:10:53, recoPlate=, plateColor=未知, sort=99)]) 2020-08-17 15:09:45.363 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.369 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:45.369 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.369 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:45.375 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.375 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.375 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:45.375 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:45.376 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:45.376 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:45.376 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637453723/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@456230e5] 2020-08-17 15:09:45.375 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.375 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.376 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:45.376 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:45.376 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:45.376 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.376 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:45.376 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:45.376 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:45.376 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:45.376 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:45.376 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637453723/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@61b82ad2] 2020-08-17 15:09:45.376 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.376 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.375 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:45.378 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:45.378 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:45.378 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:45.378 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637453723/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7ab63f9e] 2020-08-17 15:09:45.378 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.376 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:45.376 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:45.379 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:45.380 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:45.380 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637453723/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@136fd9aa] 2020-08-17 15:09:45.379 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637453723/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@51090665] 2020-08-17 15:09:45.383 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.380 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.383 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:45.380 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.383 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:45.383 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:45.384 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:45.384 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637453723/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@30824298] 2020-08-17 15:09:45.384 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.389 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.390 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:45.390 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:45.390 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:45.390 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:45.390 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637453723/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4164a3c2] 2020-08-17 15:09:45.390 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.393 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.393 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:45.393 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:45.394 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:45.394 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:45.394 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637453723/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2df4b3a5] 2020-08-17 15:09:45.394 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.396 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.396 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:45.396 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:45.396 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:45.396 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:45.396 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637453723/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@36a3da43] 2020-08-17 15:09:45.397 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.401 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.401 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:45.402 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:45.402 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:45.402 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:45.402 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637453723/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@620e7678] 2020-08-17 15:09:45.402 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.402 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.403 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:45.403 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:45.403 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:45.403 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:45.403 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637453723/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2a63aacc] 2020-08-17 15:09:45.403 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.410 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:45.412 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:45.413 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:45.413 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:45.413 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:45.413 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637453723/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@27dfd916] 2020-08-17 15:09:45.413 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.531 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.531 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:46.532 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:46.532 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:46.532 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:46.532 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C06_%E9%BB%91%E7%89%8C%5C%E9%BB%91A%C2%B788888.jpg, true] 2020-08-17 15:09:46.532 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.702 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=132, fileName=黑A·88888.jpg, filePath=D:/PlateDetect/06_黑牌/黑A·88888.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-17 04:10:51, tempPath=D:/PlateDetect/temp/1597648186533/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3643, parentId=132, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597648186533/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 07:09:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3639, parentId=132, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597648186533/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 07:09:46, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3638, parentId=132, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597648186533/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 07:09:46, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3637, parentId=132, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597648186533/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 07:09:46, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3641, parentId=132, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597648186533/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 07:09:46, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3642, parentId=132, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597648186533/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:09:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3635, parentId=132, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597648186533/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:09:46, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3636, parentId=132, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597648186533/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:09:46, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3640, parentId=132, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597648186533/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:09:46, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3634, parentId=132, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597648186533/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 07:09:46, recoPlate=, plateColor=未知, sort=99)]) 2020-08-17 15:09:46.702 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.710 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.710 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.710 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:46.710 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:46.710 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:46.710 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:46.710 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:46.710 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:46.710 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:46.710 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:46.710 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648186533/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@39624279] 2020-08-17 15:09:46.710 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648186533/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@36c829f1] 2020-08-17 15:09:46.710 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.710 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.711 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.711 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:46.711 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:46.711 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:46.711 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:46.711 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648186533/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@670a29cc] 2020-08-17 15:09:46.711 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.711 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.711 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.712 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:46.712 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:46.712 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:46.711 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.711 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:46.712 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:46.712 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:46.712 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:46.712 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:46.712 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:46.712 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:46.712 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648186533/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7e5be6b7] 2020-08-17 15:09:46.712 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:46.712 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.712 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:46.712 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648186533/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@fa57631] 2020-08-17 15:09:46.712 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648186533/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@53c974e6] 2020-08-17 15:09:46.712 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.712 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.719 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:46.719 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.719 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:46.719 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:46.719 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.719 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:46.719 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:46.719 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.719 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:46.720 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:46.720 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.720 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:46.720 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:46.720 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.720 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:46.721 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:46.721 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.721 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:46.724 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.724 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:46.724 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:46.724 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:46.724 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:46.724 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648186533/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3de9306c] 2020-08-17 15:09:46.724 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.725 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:46.725 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.725 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:46.726 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.726 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:46.726 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:46.726 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:46.726 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:46.726 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648186533/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5fb4f21b] 2020-08-17 15:09:46.726 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.728 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.728 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:46.728 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:46.728 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:46.728 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:46.728 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648186533/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4be5be] 2020-08-17 15:09:46.728 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.729 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.729 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:46.729 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:46.729 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:46.729 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:46.729 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648186533/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@480269e5] 2020-08-17 15:09:46.729 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.731 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:46.731 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.731 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:46.736 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:46.736 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.736 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:46.736 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:46.736 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:46.737 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:49.843 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:49.843 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:49.843 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:49.843 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:49.843 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:49.843 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACP%C2%B78BK60.jpg, false] 2020-08-17 15:09:49.843 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:49.845 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:49.845 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:49.846 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:49.846 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:49.846 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:49.846 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACP%C2%B78BK60.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@22d0373c] 2020-08-17 15:09:49.846 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:49.846 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=21, fileName=京P·8BK60.jpg, filePath=D:/PlateDetect/01_蓝牌/京P·8BK60.jpg, fileType=jpg, fileLength=0, plate=京P8BK60, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637773034/, recoPlate=, recoColor=, recoCorrect=3, debug=[PlateRecoDebugEntity(id=3233, parentId=21, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637773034/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:16:15, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3232, parentId=21, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637773034/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:16:15, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3229, parentId=21, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637773034/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:16:15, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3231, parentId=21, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637773034/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:15, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3228, parentId=21, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637773034/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:16:15, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3230, parentId=21, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637773034/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:16:15, recoPlate=, plateColor=, sort=5)]) 2020-08-17 15:09:49.846 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:49.853 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:49.853 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:49.853 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:49.854 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:49.854 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:49.854 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:49.854 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:49.854 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:49.854 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:49.854 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:49.854 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:49.854 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:49.854 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:49.854 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637773034/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4fa73400] 2020-08-17 15:09:49.855 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:49.855 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:49.855 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:49.855 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:49.855 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:49.855 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:49.854 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637773034/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@36b27cfa] 2020-08-17 15:09:49.855 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:49.855 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:49.855 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:49.855 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:49.855 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:49.855 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637773034/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@276ba96b] 2020-08-17 15:09:49.855 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:49.855 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:49.855 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:49.855 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:49.855 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:49.855 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:49.855 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:49.855 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637773034/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4edc624d] 2020-08-17 15:09:49.855 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:49.855 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637773034/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@584e2192] 2020-08-17 15:09:49.855 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:49.860 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:49.861 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:49.861 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:49.861 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:49.861 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:49.861 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637773034/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4dfd7bdf] 2020-08-17 15:09:49.861 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:49.866 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:49.866 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:49.866 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:49.866 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:49.866 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:49.866 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:49.866 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:49.866 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:49.866 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:49.866 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:49.866 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:49.866 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:49.871 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:49.871 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:49.871 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:49.872 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:49.872 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:49.872 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:50.477 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:50.477 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:50.477 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:50.477 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:50.477 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:50.477 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:50.477 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:50.477 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:50.477 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E6%B9%98G%C2%B760009.jpg, false] 2020-08-17 15:09:50.477 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:50.477 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:50.477 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:50.478 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E6%B9%98G%C2%B760009.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@57bfc842] 2020-08-17 15:09:50.478 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:50.480 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=29, fileName=湘G·60009.jpg, filePath=D:/PlateDetect/01_蓝牌/湘G·60009.jpg, fileType=jpg, fileLength=0, plate=湘G60009, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642733528/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 15:09:50.480 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:50.485 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:50.485 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:50.485 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:50.988 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:50.988 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:50.988 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:50.988 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:50.988 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:50.988 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E8%8B%8FE%C2%B76HX29.jpg, false] 2020-08-17 15:09:50.988 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:50.989 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:50.989 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:50.989 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:50.989 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:50.989 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:50.989 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E8%8B%8FE%C2%B76HX29.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1c95a6d6] 2020-08-17 15:09:50.989 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:50.991 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=27, fileName=苏E·6HX29.jpg, filePath=D:/PlateDetect/01_蓝牌/苏E·6HX29.jpg, fileType=jpg, fileLength=0, plate=苏E6HX29, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642734565/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 15:09:50.991 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:50.998 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:50.998 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:50.998 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.380 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.380 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.380 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:51.380 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.380 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.380 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.381 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:51.381 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.381 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.381 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%97%BDH%C2%B7BI508.jpg, false] 2020-08-17 15:09:51.381 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.381 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.381 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%97%BDH%C2%B7BI508.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@278f2467] 2020-08-17 15:09:51.381 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.382 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.382 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.382 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.385 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=18, fileName=闽H·BI508.jpg, filePath=D:/PlateDetect/01_蓝牌/闽H·BI508.jpg, fileType=jpg, fileLength=0, plate=闽HBI508, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642727329/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 15:09:51.385 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.889 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.889 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.889 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.889 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.889 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.889 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.889 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:51.889 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.889 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.889 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81B%C2%B7995EQ.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@e6b045a] 2020-08-17 15:09:51.889 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:51.889 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.889 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81B%C2%B7995EQ.jpg, false] 2020-08-17 15:09:51.889 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.890 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.890 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.890 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.894 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=20, fileName=鲁B·995EQ.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁B·995EQ.jpg, fileType=jpg, fileLength=0, plate=鲁B995EQ, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637802563/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3297, parentId=20, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3314, parentId=20, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3311, parentId=20, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3299, parentId=20, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3318, parentId=20, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3319, parentId=20, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3317, parentId=20, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3316, parentId=20, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3315, parentId=20, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3304, parentId=20, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3320, parentId=20, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3310, parentId=20, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3296, parentId=20, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3295, parentId=20, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3301, parentId=20, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3308, parentId=20, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3313, parentId=20, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3307, parentId=20, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3312, parentId=20, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3309, parentId=20, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3300, parentId=20, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3305, parentId=20, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3303, parentId=20, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3298, parentId=20, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3306, parentId=20, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3302, parentId=20, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3294, parentId=20, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637802563/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=鲁B995EQ, plateColor=蓝牌, sort=99)]) 2020-08-17 15:09:51.894 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.906 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.906 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.906 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.906 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.906 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.906 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@25c1d35d] 2020-08-17 15:09:51.906 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.907 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.907 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.907 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.907 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.907 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.907 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.907 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.907 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.907 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6484c111] 2020-08-17 15:09:51.907 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.908 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.908 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.908 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.908 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.908 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.908 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.908 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.908 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.908 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@16a74024] 2020-08-17 15:09:51.908 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.909 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.909 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.909 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.910 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.910 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.910 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.910 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.910 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.910 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@777196dd] 2020-08-17 15:09:51.910 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.910 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.911 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.911 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.911 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.911 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.911 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.911 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.911 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.911 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1d01344e] 2020-08-17 15:09:51.911 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.911 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.911 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.911 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.911 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.911 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.912 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3ea1a15e] 2020-08-17 15:09:51.912 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.912 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.912 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.912 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.912 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.912 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.912 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.921 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.921 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.921 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.921 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.921 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.921 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.921 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.921 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3e48b9cd] 2020-08-17 15:09:51.921 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.921 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.921 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.921 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.921 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2feed2a8] 2020-08-17 15:09:51.921 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.921 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.921 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.921 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.921 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.921 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.921 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.921 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.921 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.921 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.921 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.921 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.921 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.921 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.922 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.922 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@70fa3c5f] 2020-08-17 15:09:51.921 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.922 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.922 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.922 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.922 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.922 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.922 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6be107a] 2020-08-17 15:09:51.922 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.922 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.922 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.922 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.922 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.922 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@63242eb4] 2020-08-17 15:09:51.922 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.922 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.922 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.922 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.922 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2f0548d0] 2020-08-17 15:09:51.922 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.922 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.922 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.922 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.922 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.922 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.922 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.922 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.922 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.923 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.923 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.923 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.923 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.927 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.927 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.927 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.927 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.927 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.927 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4296af0d] 2020-08-17 15:09:51.927 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.928 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.928 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.928 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.931 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.931 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.931 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.932 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.932 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.932 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2e3fe64c] 2020-08-17 15:09:51.932 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.932 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.932 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.932 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.933 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.933 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.933 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.933 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.933 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.933 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.933 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.933 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.933 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.933 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.933 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.933 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.933 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@72359c67] 2020-08-17 15:09:51.933 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.933 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.933 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.933 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.933 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1f6e9663] 2020-08-17 15:09:51.933 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5ad67775] 2020-08-17 15:09:51.933 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.933 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.934 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.934 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.934 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.934 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.934 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.934 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.934 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.934 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.934 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.934 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.934 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@191cdad0] 2020-08-17 15:09:51.934 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.934 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.934 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.934 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.934 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.935 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.935 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.935 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.937 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.937 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.937 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.937 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.937 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.937 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2de4eb5e] 2020-08-17 15:09:51.937 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.937 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.937 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.937 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.944 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.944 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.944 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.944 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.944 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.944 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@14541480] 2020-08-17 15:09:51.944 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.945 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.945 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.945 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.946 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.946 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.946 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.946 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.946 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.946 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.946 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.946 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3124ef5c] 2020-08-17 15:09:51.946 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.947 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.947 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.947 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.947 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.947 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.947 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@75945859] 2020-08-17 15:09:51.947 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.947 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.947 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.947 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.946 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.947 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.947 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.947 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.947 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.947 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.947 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.947 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.946 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.947 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.948 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.948 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@71069020] 2020-08-17 15:09:51.948 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.948 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.948 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.948 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.948 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.948 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.949 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@74935194] 2020-08-17 15:09:51.949 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.949 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.949 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.949 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.949 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.949 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.949 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.949 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6156298e] 2020-08-17 15:09:51.949 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.950 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.950 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.950 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.955 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.955 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.955 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.955 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.955 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.955 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5a6c21a0] 2020-08-17 15:09:51.955 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.955 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.956 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.956 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:51.956 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.956 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:51.956 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:51.956 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:51.956 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:51.956 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7e6686e0] 2020-08-17 15:09:51.956 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.957 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:51.957 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:51.957 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.737 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.737 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.738 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.738 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.738 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:52.738 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.738 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.738 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.738 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:52.738 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.738 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81J%C2%B7RW350.jpg, false] 2020-08-17 15:09:52.738 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.738 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81J%C2%B7RW350.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@40f1dc1] 2020-08-17 15:09:52.738 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.739 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.739 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.739 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.745 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=31, fileName=鲁J·RW350.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁J·RW350.jpg, fileType=jpg, fileLength=0, plate=鲁JRW350, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637815357/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3376, parentId=31, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3384, parentId=31, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3390, parentId=31, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3385, parentId=31, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3381, parentId=31, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3399, parentId=31, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3394, parentId=31, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3386, parentId=31, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3377, parentId=31, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3378, parentId=31, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3387, parentId=31, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3382, parentId=31, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3402, parentId=31, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3396, parentId=31, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3401, parentId=31, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3375, parentId=31, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3374, parentId=31, fileName=debug_crop_5.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_crop_5.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3400, parentId=31, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3398, parentId=31, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3388, parentId=31, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3393, parentId=31, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3380, parentId=31, fileName=debug_resize_5.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_resize_5.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3395, parentId=31, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3391, parentId=31, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3392, parentId=31, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3404, parentId=31, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3397, parentId=31, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3403, parentId=31, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3383, parentId=31, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3379, parentId=31, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3389, parentId=31, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3373, parentId=31, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637815357/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:16:55, recoPlate=鲁JRW350, plateColor=蓝牌, sort=99)]) 2020-08-17 15:09:52.746 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.763 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.763 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.763 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.763 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.763 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.763 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.763 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.763 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.764 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3ca43b65] 2020-08-17 15:09:52.764 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.763 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.764 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.764 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@673b74f6] 2020-08-17 15:09:52.764 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.764 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.764 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.764 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.764 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.765 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.765 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.766 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.766 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.766 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.766 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.766 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.766 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@d4858da] 2020-08-17 15:09:52.766 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.767 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.767 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.767 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.767 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.767 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.768 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.768 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.768 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.768 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5852bb9a] 2020-08-17 15:09:52.768 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.768 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.768 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.768 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.768 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.768 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.768 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.768 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5216ff5a] 2020-08-17 15:09:52.768 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.768 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.768 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.768 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.769 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.769 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.769 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.769 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.769 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@15480f98] 2020-08-17 15:09:52.769 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.769 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.769 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.769 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.769 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.769 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.769 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.778 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.778 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.778 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.778 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.778 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.779 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@421a004f] 2020-08-17 15:09:52.779 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.779 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.779 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.779 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.779 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.779 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.779 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.779 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.779 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.779 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.779 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2fff6d26] 2020-08-17 15:09:52.779 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.779 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.779 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.779 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.779 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.779 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.779 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.779 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.779 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.779 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.779 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.779 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.779 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.779 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@d368931] 2020-08-17 15:09:52.779 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.780 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.780 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.780 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.780 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.780 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.780 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.779 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@43c58b6] 2020-08-17 15:09:52.781 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.779 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.781 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.781 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.781 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.781 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@25a8a72b] 2020-08-17 15:09:52.781 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.779 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.782 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.782 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.782 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6fedfac7] 2020-08-17 15:09:52.782 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.782 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.782 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.782 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.782 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.782 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.782 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.783 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.783 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.783 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.786 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.787 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.787 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.787 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.787 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.787 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@21428f37] 2020-08-17 15:09:52.787 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.788 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.788 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.788 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.794 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.794 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.795 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.795 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.795 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.795 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@10d82040] 2020-08-17 15:09:52.795 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.795 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.795 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.795 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.795 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.795 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.795 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.795 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.796 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.796 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@236e1933] 2020-08-17 15:09:52.796 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.796 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.796 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.797 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.797 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.797 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.797 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.797 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.797 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.797 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.797 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@38abd976] 2020-08-17 15:09:52.797 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.797 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.797 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.797 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.798 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.798 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.798 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.798 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.798 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@151eb943] 2020-08-17 15:09:52.798 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.798 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.798 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.798 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.801 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.801 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.801 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.801 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.801 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.801 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_crop_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@59349563] 2020-08-17 15:09:52.801 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.802 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.802 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.802 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.803 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.804 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.804 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.804 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.804 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.804 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3eae7298] 2020-08-17 15:09:52.804 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.804 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.804 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.804 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.808 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.808 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.808 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.808 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.808 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.808 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7fc10f2d] 2020-08-17 15:09:52.808 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.808 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.808 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.808 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.808 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.808 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.808 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.808 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.808 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.809 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.809 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.809 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.809 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.808 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.809 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@11ec570a] 2020-08-17 15:09:52.809 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.809 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.809 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@311f4741] 2020-08-17 15:09:52.809 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.809 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.809 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_resize_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@565ba2d5] 2020-08-17 15:09:52.809 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.810 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.810 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.811 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.809 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.811 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.811 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.811 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.811 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.811 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.812 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.812 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.812 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.814 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.815 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.815 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.815 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.815 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.815 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@56adef06] 2020-08-17 15:09:52.815 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.816 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.816 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.816 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.816 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.816 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.816 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.816 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.816 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.816 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@72b29694] 2020-08-17 15:09:52.816 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.817 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.817 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.817 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.823 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.823 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.823 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.823 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.823 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.823 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.823 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.823 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.823 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.823 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@199212f8] 2020-08-17 15:09:52.824 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.824 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.824 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.824 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.825 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.825 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.825 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.825 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.825 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.825 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@53802b00] 2020-08-17 15:09:52.825 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.823 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.826 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7bef5585] 2020-08-17 15:09:52.826 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.826 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.826 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.826 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.826 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.826 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.826 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@49d8421d] 2020-08-17 15:09:52.826 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.826 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.826 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.826 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.826 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.826 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.826 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.827 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.827 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.827 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.829 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.829 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.829 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.829 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.829 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.829 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@683da858] 2020-08-17 15:09:52.829 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.829 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.830 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.830 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.830 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.830 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.830 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.830 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.830 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.830 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@16c5b27f] 2020-08-17 15:09:52.830 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.832 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.832 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.832 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:52.841 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.842 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:52.842 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:52.842 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:52.842 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:52.842 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637815357/debug_char_auxRoi_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7a40464] 2020-08-17 15:09:52.842 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.843 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:52.843 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:52.843 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:54.550 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:54.551 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:54.551 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:54.551 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:54.551 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:54.551 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%BB%91A%C2%B7I634I.jpg, false] 2020-08-17 15:09:54.551 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:54.554 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=28, fileName=黑A·I634I.jpg, filePath=D:/PlateDetect/01_蓝牌/黑A·I634I.jpg, fileType=jpg, fileLength=0, plate=黑AI634I, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597648162640/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3602, parentId=28, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3603, parentId=28, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3598, parentId=28, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3600, parentId=28, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3596, parentId=28, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3601, parentId=28, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3599, parentId=28, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3597, parentId=28, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3595, parentId=28, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=8)]) 2020-08-17 15:09:54.554 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.545 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.545 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.545 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:55.545 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:55.545 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:09:55.545 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:55.545 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:55.545 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:55.545 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:09:55.545 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:55.545 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%BB%91A%C2%B7B4444.jpg, false] 2020-08-17 15:09:55.545 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.545 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%BB%91A%C2%B7B4444.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@37709f72] 2020-08-17 15:09:55.545 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.546 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:55.546 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.546 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:55.549 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=30, fileName=黑A·B4444.jpg, filePath=D:/PlateDetect/01_蓝牌/黑A·B4444.jpg, fileType=jpg, fileLength=0, plate=黑AB4444, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597648158669/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3591, parentId=30, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597648158669/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 07:09:18, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3588, parentId=30, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597648158669/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 07:09:18, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3593, parentId=30, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597648158669/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 07:09:18, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3592, parentId=30, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597648158669/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 07:09:18, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3585, parentId=30, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597648158669/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 07:09:18, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3589, parentId=30, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597648158669/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 07:09:18, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3584, parentId=30, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597648158669/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:09:18, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3586, parentId=30, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597648158669/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:09:18, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3587, parentId=30, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597648158669/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:09:18, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3590, parentId=30, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597648158669/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:09:18, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3594, parentId=30, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597648158669/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:09:18, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3583, parentId=30, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597648158669/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 07:09:18, recoPlate=, plateColor=未知, sort=99)]) 2020-08-17 15:09:55.550 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.565 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.565 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:55.565 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:55.565 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:55.565 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.565 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:55.565 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:55.565 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648158669/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@559826a0] 2020-08-17 15:09:55.565 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:55.565 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.565 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.565 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:55.565 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:55.565 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:55.565 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:55.565 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:55.565 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648158669/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2f9dc5a4] 2020-08-17 15:09:55.565 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:55.565 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.565 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.565 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648158669/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1c39a071] 2020-08-17 15:09:55.566 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.566 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:55.566 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.566 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.565 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:55.566 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:55.566 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:55.566 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.566 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:55.566 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:55.566 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.566 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:55.566 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:55.566 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:55.566 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:55.567 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:55.567 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648158669/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1e66898d] 2020-08-17 15:09:55.567 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.567 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:55.567 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:55.567 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:55.567 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648158669/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@178835d5] 2020-08-17 15:09:55.567 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.567 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.567 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:55.568 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:55.568 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:55.568 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.568 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:55.568 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:55.568 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:55.568 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648158669/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5cde67c1] 2020-08-17 15:09:55.568 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.568 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:55.568 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.568 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:55.568 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:55.568 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.568 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:55.576 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.576 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:55.576 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:55.576 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:55.576 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:55.576 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648158669/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3b845ca2] 2020-08-17 15:09:55.576 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.578 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:55.578 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.578 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:55.581 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.581 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:55.581 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:55.581 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:55.581 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:55.581 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648158669/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1da7ed7] 2020-08-17 15:09:55.581 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.582 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:55.582 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.582 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:55.584 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.584 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:55.584 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:55.584 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:55.584 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:55.584 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648158669/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7ab36c6d] 2020-08-17 15:09:55.584 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.584 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:55.584 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.584 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:55.585 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.585 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:55.585 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:55.585 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:55.585 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:55.585 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.585 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648158669/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@8a59710] 2020-08-17 15:09:55.585 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:55.585 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.585 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:55.585 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:55.585 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:55.585 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648158669/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@48fa5065] 2020-08-17 15:09:55.585 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.585 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:55.585 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.585 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:55.585 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:55.586 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.586 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.586 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:09:55.586 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:09:55.586 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:09:55.586 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:09:55.586 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:09:55.586 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648158669/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7bdf0b2c] 2020-08-17 15:09:55.586 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.586 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:09:55.586 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:09:55.586 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:03.467 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:03.467 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:03.467 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir 2020-08-17 15:10:03.467 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:03.468 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir 2020-08-17 15:10:03.468 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C99_%E5%85%B6%E4%BB%96, png,jpg,jpeg] 2020-08-17 15:10:03.468 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:03.478 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: [{"fileName":"京A88731.jpg","filePath":"D:\\PlateDetect\\99_其他\\京A88731.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\京A88731.jpg","isDir":false}, {"fileName":"京CX8888.jpg","filePath":"D:\\PlateDetect\\99_其他\\京CX8888.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\京CX8888.jpg","isDir":false}, {"fileName":"冀FA3215.jpg","filePath":"D:\\PlateDetect\\99_其他\\冀FA3215.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\冀FA3215.jpg","isDir":false}, {"fileName":"川C28888.jpg","filePath":"D:\\PlateDetect\\99_其他\\川C28888.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\川C28888.jpg","isDir":false}, {"fileName":"沪A51V39.jpg","filePath":"D:\\PlateDetect\\99_其他\\沪A51V39.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\沪A51V39.jpg","isDir":false}, {"fileName":"沪AGH092.jpg","filePath":"D:\\PlateDetect\\99_其他\\沪AGH092.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\沪AGH092.jpg","isDir":false}, {"fileName":"沪AP0910.jpg","filePath":"D:\\PlateDetect\\99_其他\\沪AP0910.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\沪AP0910.jpg","isDir":false}, {"fileName":"沪J32500.jpg","filePath":"D:\\PlateDetect\\99_其他\\沪J32500.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\沪J32500.jpg","isDir":false}, {"fileName":"沪K62933.jpg","filePath":"D:\\PlateDetect\\99_其他\\沪K62933.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\沪K62933.jpg","isDir":false}, {"fileName":"津AHP676.jpg","filePath":"D:\\PlateDetect\\99_其他\\津AHP676.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\津AHP676.jpg","isDir":false}, {"fileName":"津DTG667.jpg","filePath":"D:\\PlateDetect\\99_其他\\津DTG667.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\津DTG667.jpg","isDir":false}, {"fileName":"津E14579.jpg","filePath":"D:\\PlateDetect\\99_其他\\津E14579.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\津E14579.jpg","isDir":false}, {"fileName":"津E22602.jpg","filePath":"D:\\PlateDetect\\99_其他\\津E22602.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\津E22602.jpg","isDir":false}, {"fileName":"津E24494.jpg","filePath":"D:\\PlateDetect\\99_其他\\津E24494.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\津E24494.jpg","isDir":false}, {"fileName":"津E28437.jpg","filePath":"D:\\PlateDetect\\99_其他\\津E28437.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\津E28437.jpg","isDir":false}, {"fileName":"津G68991.jpg","filePath":"D:\\PlateDetect\\99_其他\\津G68991.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\津G68991.jpg","isDir":false}, {"fileName":"津H65817.jpg","filePath":"D:\\PlateDetect\\99_其他\\津H65817.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\津H65817.jpg","isDir":false}, {"fileName":"津KNG518.jpg","filePath":"D:\\PlateDetect\\99_其他\\津KNG518.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\津KNG518.jpg","isDir":false}, {"fileName":"津LS2999.jpg","filePath":"D:\\PlateDetect\\99_其他\\津LS2999.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\津LS2999.jpg","isDir":false}, {"fileName":"津MJY929.jpg","filePath":"D:\\PlateDetect\\99_其他\\津MJY929.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\津MJY929.jpg","isDir":false}, {"fileName":"津MN0888.jpg","filePath":"D:\\PlateDetect\\99_其他\\津MN0888.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\津MN0888.jpg","isDir":false}, {"fileName":"津NRL118.jpg","filePath":"D:\\PlateDetect\\99_其他\\津NRL118.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\津NRL118.jpg","isDir":false}, {"fileName":"津RB7992.jpg","filePath":"D:\\PlateDetect\\99_其他\\津RB7992.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\津RB7992.jpg","isDir":false}, {"fileName":"浙A88888.jpg","filePath":"D:\\PlateDetect\\99_其他\\浙A88888.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\浙A88888.jpg","isDir":false}, {"fileName":"浙B7C289.jpg","filePath":"D:\\PlateDetect\\99_其他\\浙B7C289.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\浙B7C289.jpg","isDir":false}, {"fileName":"浙F397C0.jpg","filePath":"D:\\PlateDetect\\99_其他\\浙F397C0.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\浙F397C0.jpg","isDir":false}, {"fileName":"浙G70000.jpg","filePath":"D:\\PlateDetect\\99_其他\\浙G70000.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\浙G70000.jpg","isDir":false}, {"fileName":"浙GZB388.jpg","filePath":"D:\\PlateDetect\\99_其他\\浙GZB388.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\浙GZB388.jpg","isDir":false}, {"fileName":"浙GZJ021.jpg","filePath":"D:\\PlateDetect\\99_其他\\浙GZJ021.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\浙GZJ021.jpg","isDir":false}, {"fileName":"湘A05H22.jpg","filePath":"D:\\PlateDetect\\99_其他\\湘A05H22.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\湘A05H22.jpg","isDir":false}, {"fileName":"湘A0PC37.jpg","filePath":"D:\\PlateDetect\\99_其他\\湘A0PC37.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\湘A0PC37.jpg","isDir":false}, {"fileName":"湘A0PQ76.jpg","filePath":"D:\\PlateDetect\\99_其他\\湘A0PQ76.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\湘A0PQ76.jpg","isDir":false}, {"fileName":"湘A2991D.jpg","filePath":"D:\\PlateDetect\\99_其他\\湘A2991D.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\湘A2991D.jpg","isDir":false}, {"fileName":"湘A3685C.jpg","filePath":"D:\\PlateDetect\\99_其他\\湘A3685C.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\湘A3685C.jpg","isDir":false}, {"fileName":"湘A53U19.jpg","filePath":"D:\\PlateDetect\\99_其他\\湘A53U19.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\湘A53U19.jpg","isDir":false}, {"fileName":"湘A5RM87.jpg","filePath":"D:\\PlateDetect\\99_其他\\湘A5RM87.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\湘A5RM87.jpg","isDir":false}, {"fileName":"湘A97971.jpg","filePath":"D:\\PlateDetect\\99_其他\\湘A97971.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\湘A97971.jpg","isDir":false}, {"fileName":"湘AA8516.jpg","filePath":"D:\\PlateDetect\\99_其他\\湘AA8516.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\湘AA8516.jpg","isDir":false}, {"fileName":"湘AED855.jpg","filePath":"D:\\PlateDetect\\99_其他\\湘AED855.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\湘AED855.jpg","isDir":false}, {"fileName":"湘AL8387.jpg","filePath":"D:\\PlateDetect\\99_其他\\湘AL8387.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\湘AL8387.jpg","isDir":false}, {"fileName":"湘AT1Y68.jpg","filePath":"D:\\PlateDetect\\99_其他\\湘AT1Y68.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\湘AT1Y68.jpg","isDir":false}, {"fileName":"湘AT3597.jpg","filePath":"D:\\PlateDetect\\99_其他\\湘AT3597.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\湘AT3597.jpg","isDir":false}, {"fileName":"湘AT8781.jpg","filePath":"D:\\PlateDetect\\99_其他\\湘AT8781.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\湘AT8781.jpg","isDir":false}, {"fileName":"湘ATL269.jpg","filePath":"D:\\PlateDetect\\99_其他\\湘ATL269.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\湘ATL269.jpg","isDir":false}, {"fileName":"湘AYN355.jpg","filePath":"D:\\PlateDetect\\99_其他\\湘AYN355.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\湘AYN355.jpg","isDir":false}, {"fileName":"湘GR0L16.jpg","filePath":"D:\\PlateDetect\\99_其他\\湘GR0L16.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\湘GR0L16.jpg","isDir":false}, {"fileName":"皖A09T87.jpg","filePath":"D:\\PlateDetect\\99_其他\\皖A09T87.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\皖A09T87.jpg","isDir":false}, {"fileName":"皖A1T235.jpg","filePath":"D:\\PlateDetect\\99_其他\\皖A1T235.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\皖A1T235.jpg","isDir":false}, {"fileName":"皖A22T43.jpg","filePath":"D:\\PlateDetect\\99_其他\\皖A22T43.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\皖A22T43.jpg","isDir":false}, {"fileName":"皖A85501.jpg","filePath":"D:\\PlateDetect\\99_其他\\皖A85501.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\皖A85501.jpg","isDir":false}, {"fileName":"皖A85890.jpg","filePath":"D:\\PlateDetect\\99_其他\\皖A85890.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\皖A85890.jpg","isDir":false}, {"fileName":"皖A87271.jpg","filePath":"D:\\PlateDetect\\99_其他\\皖A87271.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\皖A87271.jpg","isDir":false}, {"fileName":"皖AA361D.jpg","filePath":"D:\\PlateDetect\\99_其他\\皖AA361D.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\皖AA361D.jpg","isDir":false}, {"fileName":"皖AH8331.jpg","filePath":"D:\\PlateDetect\\99_其他\\皖AH8331.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\皖AH8331.jpg","isDir":false}, {"fileName":"皖AK169H.jpg","filePath":"D:\\PlateDetect\\99_其他\\皖AK169H.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\皖AK169H.jpg","isDir":false}, {"fileName":"皖AL025S.jpg","filePath":"D:\\PlateDetect\\99_其他\\皖AL025S.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\皖AL025S.jpg","isDir":false}, {"fileName":"皖AS3165.jpg","filePath":"D:\\PlateDetect\\99_其他\\皖AS3165.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\皖AS3165.jpg","isDir":false}, {"fileName":"皖AT789S.jpg","filePath":"D:\\PlateDetect\\99_其他\\皖AT789S.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\皖AT789S.jpg","isDir":false}, {"fileName":"皖ATH859.jpg","filePath":"D:\\PlateDetect\\99_其他\\皖ATH859.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\皖ATH859.jpg","isDir":false}, {"fileName":"皖AUB816.jpg","filePath":"D:\\PlateDetect\\99_其他\\皖AUB816.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\皖AUB816.jpg","isDir":false}, {"fileName":"皖EZM618.jpg","filePath":"D:\\PlateDetect\\99_其他\\皖EZM618.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\皖EZM618.jpg","isDir":false}, {"fileName":"皖M12288.jpg","filePath":"D:\\PlateDetect\\99_其他\\皖M12288.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\皖M12288.jpg","isDir":false}, {"fileName":"皖P77222.jpg","filePath":"D:\\PlateDetect\\99_其他\\皖P77222.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\皖P77222.jpg","isDir":false}, {"fileName":"皖Q0686学.jpg","filePath":"D:\\PlateDetect\\99_其他\\皖Q0686学.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\皖Q0686学.jpg","isDir":false}, {"fileName":"皖Q18632.jpg","filePath":"D:\\PlateDetect\\99_其他\\皖Q18632.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\皖Q18632.jpg","isDir":false}, {"fileName":"粤B0K999.jpg","filePath":"D:\\PlateDetect\\99_其他\\粤B0K999.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\粤B0K999.jpg","isDir":false}, {"fileName":"苏A0CP56.jpg","filePath":"D:\\PlateDetect\\99_其他\\苏A0CP56.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\苏A0CP56.jpg","isDir":false}, {"fileName":"苏A6E176.jpg","filePath":"D:\\PlateDetect\\99_其他\\苏A6E176.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\苏A6E176.jpg","isDir":false}, {"fileName":"苏B551QV.jpg","filePath":"D:\\PlateDetect\\99_其他\\苏B551QV.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\苏B551QV.jpg","isDir":false}, {"fileName":"苏B577CU.jpg","filePath":"D:\\PlateDetect\\99_其他\\苏B577CU.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\苏B577CU.jpg","isDir":false}, {"fileName":"苏BGG522.jpg","filePath":"D:\\PlateDetect\\99_其他\\苏BGG522.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\苏BGG522.jpg","isDir":false}, {"fileName":"苏BU5838.jpg","filePath":"D:\\PlateDetect\\99_其他\\苏BU5838.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\苏BU5838.jpg","isDir":false}, {"fileName":"苏DLA031.jpg","filePath":"D:\\PlateDetect\\99_其他\\苏DLA031.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\苏DLA031.jpg","isDir":false}, {"fileName":"苏E2Y256.jpg","filePath":"D:\\PlateDetect\\99_其他\\苏E2Y256.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\苏E2Y256.jpg","isDir":false}, {"fileName":"豫K91239.jpg","filePath":"D:\\PlateDetect\\99_其他\\豫K91239.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\豫K91239.jpg","isDir":false}, {"fileName":"豫S33909.jpg","filePath":"D:\\PlateDetect\\99_其他\\豫S33909.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\豫S33909.jpg","isDir":false}, {"fileName":"辽B99999.jpg","filePath":"D:\\PlateDetect\\99_其他\\辽B99999.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\辽B99999.jpg","isDir":false}, {"fileName":"辽BMW005.jpg","filePath":"D:\\PlateDetect\\99_其他\\辽BMW005.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\辽BMW005.jpg","isDir":false}, {"fileName":"辽C33333.jpg","filePath":"D:\\PlateDetect\\99_其他\\辽C33333.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\辽C33333.jpg","isDir":false}, {"fileName":"辽PE9218.jpg","filePath":"D:\\PlateDetect\\99_其他\\辽PE9218.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\辽PE9218.jpg","isDir":false}, {"fileName":"闽HB1508.jpg","filePath":"D:\\PlateDetect\\99_其他\\闽HB1508.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\闽HB1508.jpg","isDir":false}, {"fileName":"鲁A88888.jpg","filePath":"D:\\PlateDetect\\99_其他\\鲁A88888.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\鲁A88888.jpg","isDir":false}, {"fileName":"鲁JRW350.jpg","filePath":"D:\\PlateDetect\\99_其他\\鲁JRW350.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\鲁JRW350.jpg","isDir":false}, {"fileName":"鲁KK5555.jpg","filePath":"D:\\PlateDetect\\99_其他\\鲁KK5555.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\鲁KK5555.jpg","isDir":false}, {"fileName":"鲁LD9016.jpg","filePath":"D:\\PlateDetect\\99_其他\\鲁LD9016.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\鲁LD9016.jpg","isDir":false}, {"fileName":"鲁Y44748.jpg","filePath":"D:\\PlateDetect\\99_其他\\鲁Y44748.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\鲁Y44748.jpg","isDir":false}, {"fileName":"黑A1R272.jpg","filePath":"D:\\PlateDetect\\99_其他\\黑A1R272.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\黑A1R272.jpg","isDir":false}, {"fileName":"黑AB4444.jpg","filePath":"D:\\PlateDetect\\99_其他\\黑AB4444.jpg","pid":"D:\\PlateDetect\\99_其他","id":"D:\\PlateDetect\\99_其他\\黑AB4444.jpg","isDir":false}] 2020-08-17 15:10:03.479 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:05.321 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:05.321 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:05.322 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:05.322 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:05.322 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:10:05.322 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:05.322 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:05.322 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:05.322 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:10:05.322 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:05.322 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C99_%E5%85%B6%E4%BB%96%5C%E4%BA%ACCX8888.jpg, false] 2020-08-17 15:10:05.322 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:05.322 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C99_%E5%85%B6%E4%BB%96%5C%E4%BA%ACCX8888.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@17b3ce21] 2020-08-17 15:10:05.322 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:05.325 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=121, fileName=京CX8888.jpg, filePath=D:/PlateDetect/99_其他/京CX8888.jpg, fileType=jpg, fileLength=0, plate=京CX8888, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642762442/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 15:10:05.325 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:05.331 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:05.331 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:05.331 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:06.028 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:06.028 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:06.028 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:06.028 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:10:06.028 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:06.029 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:06.029 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:06.029 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:10:06.029 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:06.029 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C99_%E5%85%B6%E4%BB%96%5C%E6%B2%AAK62933.jpg, false] 2020-08-17 15:10:06.029 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:06.029 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:06.029 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C99_%E5%85%B6%E4%BB%96%5C%E6%B2%AAK62933.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5bf52506] 2020-08-17 15:10:06.029 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:06.032 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=113, fileName=沪K62933.jpg, filePath=D:/PlateDetect/99_其他/沪K62933.jpg, fileType=jpg, fileLength=0, plate=沪K62933, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642765630/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 15:10:06.032 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:06.043 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:06.043 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:06.043 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:07.084 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:07.084 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:07.085 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:07.085 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:07.085 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:10:07.085 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:07.085 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:07.085 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:07.085 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:10:07.085 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C99_%E5%85%B6%E4%BB%96%5C%E6%B9%98A53U19.jpg, false] 2020-08-17 15:10:07.085 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:07.085 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:07.085 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C99_%E5%85%B6%E4%BB%96%5C%E6%B9%98A53U19.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@29475589] 2020-08-17 15:10:07.085 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:07.091 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=97, fileName=湘A53U19.jpg, filePath=D:/PlateDetect/99_其他/湘A53U19.jpg, fileType=jpg, fileLength=0, plate=湘A53U19, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642745520/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 15:10:07.091 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:07.097 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:07.097 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:07.097 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.365 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.365 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.365 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:10:08.365 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.365 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:10:08.365 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C99_%E5%85%B6%E4%BB%96%5C%E6%B9%98A53U19.jpg, true] 2020-08-17 15:10:08.365 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.827 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=97, fileName=湘A53U19.jpg, filePath=D:/PlateDetect/99_其他/湘A53U19.jpg, fileType=jpg, fileLength=0, plate=湘A53U19, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597648208368/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3645, parentId=97, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3660, parentId=97, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3666, parentId=97, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3648, parentId=97, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3652, parentId=97, fileName=debug_char_contour11.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_char_contour11.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3677, parentId=97, fileName=debug_char_contour12.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_char_contour12.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3681, parentId=97, fileName=debug_char_contour13.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_char_contour13.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3675, parentId=97, fileName=debug_char_contour14.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_char_contour14.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3679, parentId=97, fileName=debug_char_contour15.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_char_contour15.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3680, parentId=97, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3684, parentId=97, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3670, parentId=97, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3673, parentId=97, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3649, parentId=97, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3653, parentId=97, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3658, parentId=97, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3664, parentId=97, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3646, parentId=97, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3669, parentId=97, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3668, parentId=97, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3655, parentId=97, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3690, parentId=97, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3691, parentId=97, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3689, parentId=97, fileName=debug_crop_10.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_crop_10.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3693, parentId=97, fileName=debug_crop_11.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_crop_11.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3694, parentId=97, fileName=debug_crop_12.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_crop_12.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3667, parentId=97, fileName=debug_crop_14.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_crop_14.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3671, parentId=97, fileName=debug_crop_15.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_crop_15.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3662, parentId=97, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3665, parentId=97, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3647, parentId=97, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3651, parentId=97, fileName=debug_crop_5.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_crop_5.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3657, parentId=97, fileName=debug_crop_6.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_crop_6.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3663, parentId=97, fileName=debug_crop_7.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_crop_7.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3650, parentId=97, fileName=debug_crop_9.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_crop_9.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3659, parentId=97, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3654, parentId=97, fileName=debug_resize_11.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_resize_11.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3696, parentId=97, fileName=debug_resize_12.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_resize_12.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3698, parentId=97, fileName=debug_resize_13.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_resize_13.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3695, parentId=97, fileName=debug_resize_14.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_resize_14.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3700, parentId=97, fileName=debug_resize_15.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_resize_15.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3672, parentId=97, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3676, parentId=97, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3682, parentId=97, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3687, parentId=97, fileName=debug_resize_5.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_resize_5.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3656, parentId=97, fileName=debug_resize_6.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_resize_6.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3661, parentId=97, fileName=debug_resize_7.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_resize_7.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3692, parentId=97, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3674, parentId=97, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3697, parentId=97, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3688, parentId=97, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3683, parentId=97, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3686, parentId=97, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3678, parentId=97, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3685, parentId=97, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3699, parentId=97, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3701, parentId=97, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597648208368/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3644, parentId=97, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597648208368/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 07:10:08, recoPlate=湘A53U19, plateColor=蓝牌, sort=99)]) 2020-08-17 15:10:08.827 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.840 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.840 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.840 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.840 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.841 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.841 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@713c374a] 2020-08-17 15:10:08.841 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.842 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.842 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.842 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.842 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.842 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.842 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.842 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.842 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.842 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.843 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.843 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@63d06b9] 2020-08-17 15:10:08.843 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6cdaaef2] 2020-08-17 15:10:08.843 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.843 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.843 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.843 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.843 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.843 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.843 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.843 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_char_contour10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4fed6021] 2020-08-17 15:10:08.843 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.844 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.844 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.844 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.844 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.844 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.844 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.844 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_char_contour11.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5c5da6d9] 2020-08-17 15:10:08.844 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.844 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.844 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.844 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.844 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.844 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_char_contour12.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3ac17d04] 2020-08-17 15:10:08.844 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.854 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.854 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.854 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.854 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.855 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.855 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.856 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.856 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.856 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.856 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.856 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.856 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.862 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.862 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.862 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.865 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.866 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.866 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.868 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.868 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.868 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.868 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.868 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.868 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_char_contour13.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@28d27d75] 2020-08-17 15:10:08.868 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.869 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.869 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.869 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.869 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.869 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.869 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_char_contour14.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4e9b78be] 2020-08-17 15:10:08.869 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.873 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.873 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.873 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.873 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.873 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.873 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_char_contour15.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4f277003] 2020-08-17 15:10:08.873 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.875 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.875 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.875 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.875 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.875 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.876 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@33ffc685] 2020-08-17 15:10:08.876 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.876 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.876 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.876 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.876 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.876 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.876 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@59a7aa62] 2020-08-17 15:10:08.876 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.877 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.877 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.877 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.877 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.877 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.877 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5cfd2226] 2020-08-17 15:10:08.878 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.878 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.878 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.878 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.880 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.881 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.881 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.883 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.883 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.883 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.883 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.883 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.883 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@f72db2f] 2020-08-17 15:10:08.883 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.884 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.885 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.885 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.885 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.885 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.885 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.886 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.886 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.886 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.886 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.886 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.886 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3c4bb147] 2020-08-17 15:10:08.887 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.889 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.889 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.889 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.889 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.889 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.889 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.889 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.889 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.889 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.890 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.891 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.891 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.891 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.891 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.891 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5437e555] 2020-08-17 15:10:08.891 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.893 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.893 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.893 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.893 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.893 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.893 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2fd90c3e] 2020-08-17 15:10:08.893 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.898 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.898 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.898 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.898 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.898 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.898 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.898 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.898 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.898 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.898 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.898 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.898 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@fd71a1e] 2020-08-17 15:10:08.898 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.898 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.898 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.898 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@168af72f] 2020-08-17 15:10:08.898 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.898 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.898 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.898 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4d0eb516] 2020-08-17 15:10:08.898 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.899 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.899 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.899 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.902 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.902 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.902 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.903 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.904 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.904 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.905 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.906 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.906 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7c9fed9a] 2020-08-17 15:10:08.906 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.904 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.907 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.907 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.909 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.909 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.909 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.909 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.910 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.910 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2e1b373d] 2020-08-17 15:10:08.910 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.912 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.912 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.912 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.913 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.913 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.913 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.914 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.914 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.914 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.914 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.914 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.914 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.914 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2175b0cd] 2020-08-17 15:10:08.914 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.914 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.914 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.919 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.919 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.919 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.920 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.920 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.920 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7b956d6d] 2020-08-17 15:10:08.920 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.924 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.924 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.924 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.924 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.924 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.924 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@28f23d48] 2020-08-17 15:10:08.924 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.930 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.930 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.930 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.933 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.933 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.934 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.937 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.937 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.937 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.937 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.937 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.937 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_crop_10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1546ba92] 2020-08-17 15:10:08.937 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.940 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.940 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.940 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.948 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.948 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.948 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.948 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.948 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.948 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_crop_11.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1ae4f25b] 2020-08-17 15:10:08.948 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.951 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.951 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.951 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.956 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.956 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.957 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.959 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.959 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.959 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.960 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.960 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.960 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.960 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.961 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.961 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.961 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.961 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.961 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_crop_12.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7663b082] 2020-08-17 15:10:08.961 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.968 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.968 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.968 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.979 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.979 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.979 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.979 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.979 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.979 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_crop_14.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@69c1f03] 2020-08-17 15:10:08.979 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.981 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.981 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.981 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.981 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.981 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.981 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_crop_15.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@64a52ded] 2020-08-17 15:10:08.981 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.981 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.982 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.982 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.982 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.982 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.982 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.982 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.982 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1d2e2660] 2020-08-17 15:10:08.982 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.982 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.982 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.982 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.982 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@49be992] 2020-08-17 15:10:08.982 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.983 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.983 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.983 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.983 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.983 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.983 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@70d335c0] 2020-08-17 15:10:08.983 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.985 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.985 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.985 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.985 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.985 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.985 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_crop_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1899be3a] 2020-08-17 15:10:08.985 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.992 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.992 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.992 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.997 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:08.997 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.997 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:08.998 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.998 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:08.998 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:08.998 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:08.998 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:08.998 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_crop_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@16c3457d] 2020-08-17 15:10:08.998 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.999 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.000 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:08.999 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.000 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.000 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.000 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.002 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.002 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:09.002 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:09.002 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:09.002 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:09.002 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_crop_7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@633d3fc0] 2020-08-17 15:10:09.002 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.007 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.007 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:09.007 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:09.007 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:09.007 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:09.007 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@592c21e0] 2020-08-17 15:10:09.007 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.007 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.007 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:09.007 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:09.007 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:09.008 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:09.008 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_crop_9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3291394b] 2020-08-17 15:10:09.008 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.008 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.008 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.008 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.016 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.016 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:09.016 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:09.016 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:09.017 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:09.017 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_resize_11.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@37c60a67] 2020-08-17 15:10:09.017 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.019 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.019 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.019 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.019 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.019 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.019 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.024 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.024 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.024 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.024 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.025 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.025 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.028 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.028 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.028 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:09.028 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:09.028 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:09.028 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:09.028 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:09.028 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:09.028 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:09.028 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:09.029 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_resize_13.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3c20b72e] 2020-08-17 15:10:09.029 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.029 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_resize_12.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@20d36d48] 2020-08-17 15:10:09.029 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.029 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.029 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.029 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.032 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.032 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:09.032 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:09.033 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:09.033 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:09.033 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_resize_14.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5f27cdd9] 2020-08-17 15:10:09.033 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.033 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.033 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:09.033 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:09.033 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:09.033 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:09.033 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_resize_15.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@222dc1cb] 2020-08-17 15:10:09.033 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.036 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.036 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:09.036 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:09.036 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:09.036 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:09.036 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5aa9b06b] 2020-08-17 15:10:09.036 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.043 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.043 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.043 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.044 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.044 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.044 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.046 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.046 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.046 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.046 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.046 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.046 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.048 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.048 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:09.048 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:09.048 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:09.048 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:09.048 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2287de34] 2020-08-17 15:10:09.048 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.051 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.052 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.052 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.052 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.052 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:09.052 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:09.053 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:09.054 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:09.056 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@78a591d2] 2020-08-17 15:10:09.056 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.056 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.056 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.056 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.059 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.059 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:09.059 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:09.059 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:09.059 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:09.059 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_resize_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@68b45e9c] 2020-08-17 15:10:09.059 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.065 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.065 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:09.065 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:09.066 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:09.066 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:09.066 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_resize_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@53565247] 2020-08-17 15:10:09.066 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.067 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.067 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:09.067 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:09.067 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:09.067 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:09.067 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_resize_7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@71a685c1] 2020-08-17 15:10:09.067 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.069 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.069 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.069 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.069 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:09.069 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.069 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:09.069 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:09.069 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:09.069 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4615deb1] 2020-08-17 15:10:09.069 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.073 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.074 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:09.074 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:09.074 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:09.074 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:09.074 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@478c3d90] 2020-08-17 15:10:09.074 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.079 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.079 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.079 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.079 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.079 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.079 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.083 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.083 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.083 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.084 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.084 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.084 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:09.084 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:09.084 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:09.084 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:09.084 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:09.084 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:09.084 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:09.084 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:09.084 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@e56c351] 2020-08-17 15:10:09.084 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.084 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6f70550a] 2020-08-17 15:10:09.084 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.087 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.087 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:09.087 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:09.087 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:09.088 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:09.088 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@376613b8] 2020-08-17 15:10:09.088 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.088 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.088 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.088 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.094 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.094 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.095 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.096 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.096 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.096 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.097 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.097 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:09.097 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:09.097 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:09.097 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:09.097 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@432782aa] 2020-08-17 15:10:09.097 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.098 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.098 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.098 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.101 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.101 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:09.101 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:09.101 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:09.101 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:09.101 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@30594883] 2020-08-17 15:10:09.101 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.101 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.101 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.101 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.104 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.104 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:09.104 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:09.104 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.105 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:09.104 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:09.105 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:09.105 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:09.105 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:09.105 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:09.105 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1353dede] 2020-08-17 15:10:09.105 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@50aae099] 2020-08-17 15:10:09.105 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.105 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.106 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.106 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:09.106 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:09.106 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:09.107 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:09.107 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648208368/debug_char_auxRoi_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@64e6a5d9] 2020-08-17 15:10:09.107 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.109 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.109 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.109 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.109 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.109 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.109 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.115 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.115 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.115 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.117 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.117 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.117 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.118 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.118 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.118 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:09.125 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:09.125 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:09.125 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:11.463 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:11.463 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:11.464 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:11.464 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:11.464 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:11.464 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:11.464 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:11.464 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C99_%E5%85%B6%E4%BB%96%5C%E6%B9%98AT3597.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7e76ad3] 2020-08-17 15:10:11.464 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:10:11.464 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:11.464 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:11.464 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:10:11.464 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C99_%E5%85%B6%E4%BB%96%5C%E6%B9%98AT3597.jpg, false] 2020-08-17 15:10:11.464 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:11.466 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=85, fileName=湘AT3597.jpg, filePath=D:/PlateDetect/99_其他/湘AT3597.jpg, fileType=jpg, fileLength=0, plate=湘AT3597, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642710313/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 15:10:11.466 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:11.471 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:11.471 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:11.471 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:12.178 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:12.178 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:12.178 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:12.178 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:12.178 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:12.178 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:12.178 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:10:12.178 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:12.178 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:12.179 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C99_%E5%85%B6%E4%BB%96%5C%E6%B9%98AT1Y68.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@67c8ee3c] 2020-08-17 15:10:12.179 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:10:12.179 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:12.179 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C99_%E5%85%B6%E4%BB%96%5C%E6%B9%98AT1Y68.jpg, false] 2020-08-17 15:10:12.179 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:12.183 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=83, fileName=湘AT1Y68.jpg, filePath=D:/PlateDetect/99_其他/湘AT1Y68.jpg, fileType=jpg, fileLength=0, plate=湘AT1Y68, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642714191/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 15:10:12.183 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:12.188 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:12.188 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:12.188 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:13.284 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.285 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:13.285 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:10:13.285 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:13.285 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:10:13.285 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C99_%E5%85%B6%E4%BB%96%5C%E6%B9%98AT1Y68.jpg, true] 2020-08-17 15:10:13.285 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.666 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=83, fileName=湘AT1Y68.jpg, filePath=D:/PlateDetect/99_其他/湘AT1Y68.jpg, fileType=jpg, fileLength=0, plate=湘AT1Y68, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597648213286/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3717, parentId=83, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597648213286/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 07:10:13, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3718, parentId=83, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597648213286/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 07:10:13, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3716, parentId=83, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597648213286/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 07:10:13, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3711, parentId=83, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597648213286/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 07:10:13, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3704, parentId=83, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597648213286/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 07:10:13, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3722, parentId=83, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597648213286/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 07:10:13, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3721, parentId=83, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597648213286/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:13, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3723, parentId=83, fileName=debug_crop_10.jpg, filePath=D:/PlateDetect/temp/1597648213286/debug_crop_10.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:13, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3707, parentId=83, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597648213286/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:13, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3713, parentId=83, fileName=debug_crop_5.jpg, filePath=D:/PlateDetect/temp/1597648213286/debug_crop_5.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:13, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3705, parentId=83, fileName=debug_crop_6.jpg, filePath=D:/PlateDetect/temp/1597648213286/debug_crop_6.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:13, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3710, parentId=83, fileName=debug_crop_7.jpg, filePath=D:/PlateDetect/temp/1597648213286/debug_crop_7.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:13, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3720, parentId=83, fileName=debug_crop_8.jpg, filePath=D:/PlateDetect/temp/1597648213286/debug_crop_8.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:13, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3719, parentId=83, fileName=debug_crop_9.jpg, filePath=D:/PlateDetect/temp/1597648213286/debug_crop_9.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:13, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3703, parentId=83, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597648213286/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:13, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3702, parentId=83, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597648213286/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:13, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3709, parentId=83, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597648213286/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:13, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3706, parentId=83, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597648213286/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:13, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3714, parentId=83, fileName=debug_resize_5.jpg, filePath=D:/PlateDetect/temp/1597648213286/debug_resize_5.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:13, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3712, parentId=83, fileName=debug_resize_6.jpg, filePath=D:/PlateDetect/temp/1597648213286/debug_resize_6.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:13, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3715, parentId=83, fileName=debug_resize_7.jpg, filePath=D:/PlateDetect/temp/1597648213286/debug_resize_7.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:13, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3708, parentId=83, fileName=debug_resize_8.jpg, filePath=D:/PlateDetect/temp/1597648213286/debug_resize_8.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:13, recoPlate=, plateColor=, sort=8)]) 2020-08-17 15:10:13.666 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.675 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.675 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:13.675 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:13.675 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:13.675 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:13.675 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648213286/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7a86fffb] 2020-08-17 15:10:13.676 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.676 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.676 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:13.676 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:13.676 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:13.676 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:13.676 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648213286/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6b55e063] 2020-08-17 15:10:13.676 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.678 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.678 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:13.678 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:13.678 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:13.678 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:13.678 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648213286/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3361640c] 2020-08-17 15:10:13.679 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.679 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.679 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:13.679 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:13.680 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:13.680 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:13.680 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648213286/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3ba6adae] 2020-08-17 15:10:13.680 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.681 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.681 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.681 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:13.681 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:13.681 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:13.681 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:13.681 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:13.681 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:13.682 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:13.683 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648213286/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2e4ca41] 2020-08-17 15:10:13.683 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.683 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:13.683 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648213286/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7dd9b0e0] 2020-08-17 15:10:13.683 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.688 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:13.688 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.688 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:13.688 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:13.688 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.688 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:13.691 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:13.691 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.691 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:13.693 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:13.693 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.693 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:13.697 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:13.697 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:13.697 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.697 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.697 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:13.697 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:13.704 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.704 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:13.704 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:13.705 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:13.705 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:13.705 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648213286/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4a60f587] 2020-08-17 15:10:13.705 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.710 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.710 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:13.710 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:13.710 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:13.710 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:13.710 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648213286/debug_crop_10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@523b1495] 2020-08-17 15:10:13.710 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.714 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:13.714 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.714 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:13.717 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.717 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:13.717 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:13.717 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:13.717 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:13.717 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648213286/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@edcaa30] 2020-08-17 15:10:13.717 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.722 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:13.722 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.722 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:13.726 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:13.726 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.726 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:13.727 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.727 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:13.727 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:13.727 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:13.727 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:13.727 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648213286/debug_crop_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7a050df0] 2020-08-17 15:10:13.727 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.737 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:13.737 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.737 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:13.766 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.766 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.766 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:13.766 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:13.766 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:13.766 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:13.767 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:13.767 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:13.767 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648213286/debug_crop_7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4166ca81] 2020-08-17 15:10:13.767 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:13.767 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.767 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:13.767 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648213286/debug_crop_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@50d7696c] 2020-08-17 15:10:13.767 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.767 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.767 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:13.767 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:13.767 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:13.767 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:13.767 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648213286/debug_crop_8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3bdb81b] 2020-08-17 15:10:13.767 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.769 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.769 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:13.769 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:13.769 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:13.769 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:13.769 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648213286/debug_crop_9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5f66d48] 2020-08-17 15:10:13.769 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.771 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.771 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:13.771 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:13.771 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:13.771 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:13.771 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648213286/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2864b90f] 2020-08-17 15:10:13.771 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.776 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.776 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:13.776 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:13.776 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:13.776 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:13.776 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648213286/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3f0537b0] 2020-08-17 15:10:13.776 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.776 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:13.776 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.776 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:13.777 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:13.777 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.777 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:13.777 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:13.778 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.778 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:13.780 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:13.780 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.780 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:13.781 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.781 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:13.781 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:13.781 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:13.781 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:13.781 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648213286/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2bc8a017] 2020-08-17 15:10:13.781 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.782 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:13.783 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.783 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:13.784 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.784 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:13.785 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:13.785 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:13.785 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:13.785 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648213286/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@58f2f22d] 2020-08-17 15:10:13.785 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.785 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.785 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:13.785 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:13.785 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:13.785 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:13.785 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648213286/debug_resize_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@42b311b9] 2020-08-17 15:10:13.785 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.790 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:13.790 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.790 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:13.792 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.792 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:13.792 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:13.792 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:13.792 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:13.792 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648213286/debug_resize_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@79f5dc17] 2020-08-17 15:10:13.792 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.796 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.796 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:13.796 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:13.796 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:13.796 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.796 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:13.796 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:13.797 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:13.797 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648213286/debug_resize_7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@49b7564e] 2020-08-17 15:10:13.797 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.798 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:13.799 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.799 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:13.800 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.800 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:13.800 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:13.800 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:13.800 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:13.800 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648213286/debug_resize_8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5d8cdae7] 2020-08-17 15:10:13.800 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.809 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:13.809 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.809 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:13.811 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:13.811 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.811 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:13.815 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:13.815 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.815 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:13.817 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:13.817 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:13.817 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:26.416 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:26.416 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:26.416 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:10:26.417 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:26.417 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:10:26.417 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C99_%E5%85%B6%E4%BB%96%5C%E6%B9%98AT3597.jpg, false] 2020-08-17 15:10:26.417 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:26.420 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=85, fileName=湘AT3597.jpg, filePath=D:/PlateDetect/99_其他/湘AT3597.jpg, fileType=jpg, fileLength=0, plate=湘AT3597, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642710313/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 15:10:26.420 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.514 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.515 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:27.515 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:10:27.515 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:27.515 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:10:27.515 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C99_%E5%85%B6%E4%BB%96%5C%E6%B9%98AT3597.jpg, true] 2020-08-17 15:10:27.515 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.944 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=85, fileName=湘AT3597.jpg, filePath=D:/PlateDetect/99_其他/湘AT3597.jpg, fileType=jpg, fileLength=0, plate=湘AT3597, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597648227517/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3746, parentId=85, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3747, parentId=85, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3737, parentId=85, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3733, parentId=85, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3724, parentId=85, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3742, parentId=85, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3744, parentId=85, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3745, parentId=85, fileName=debug_crop_10.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_crop_10.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3740, parentId=85, fileName=debug_crop_11.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_crop_11.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3735, parentId=85, fileName=debug_crop_12.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_crop_12.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3748, parentId=85, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3743, parentId=85, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3739, parentId=85, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3734, parentId=85, fileName=debug_crop_5.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_crop_5.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3726, parentId=85, fileName=debug_crop_6.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_crop_6.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3730, parentId=85, fileName=debug_crop_7.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_crop_7.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3750, parentId=85, fileName=debug_crop_8.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_crop_8.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3749, parentId=85, fileName=debug_crop_9.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_crop_9.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3753, parentId=85, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3729, parentId=85, fileName=debug_resize_10.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_resize_10.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3725, parentId=85, fileName=debug_resize_11.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_resize_11.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3751, parentId=85, fileName=debug_resize_12.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_resize_12.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3727, parentId=85, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3728, parentId=85, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3738, parentId=85, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3732, parentId=85, fileName=debug_resize_5.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_resize_5.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3731, parentId=85, fileName=debug_resize_6.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_resize_6.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3736, parentId=85, fileName=debug_resize_7.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_resize_7.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3741, parentId=85, fileName=debug_resize_8.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_resize_8.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3752, parentId=85, fileName=debug_resize_9.jpg, filePath=D:/PlateDetect/temp/1597648227517/debug_resize_9.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:27, recoPlate=, plateColor=, sort=8)]) 2020-08-17 15:10:27.944 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.954 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.954 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:27.954 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:27.954 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:27.954 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:27.954 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1144f2ea] 2020-08-17 15:10:27.954 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.954 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.954 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:27.954 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:27.954 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:27.954 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:27.954 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6bfa1a83] 2020-08-17 15:10:27.954 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.957 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.957 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.957 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:27.957 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:27.957 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:27.957 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:27.957 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:27.957 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:27.957 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:27.957 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@454f3184] 2020-08-17 15:10:27.957 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.958 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.958 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:27.958 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:27.957 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:27.958 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:27.958 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:27.959 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1504f86f] 2020-08-17 15:10:27.959 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.958 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@43c01389] 2020-08-17 15:10:27.960 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.960 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:27.960 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:27.960 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:27.960 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:27.960 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4f4f2bb0] 2020-08-17 15:10:27.960 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.960 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.968 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:27.968 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.968 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:27.969 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:27.969 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.969 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:27.970 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:27.970 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.970 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:27.973 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:27.973 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.973 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:27.975 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:27.975 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.975 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:27.986 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:27.987 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.987 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:27.989 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.989 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:27.989 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:27.989 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:27.989 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:27.989 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2241312e] 2020-08-17 15:10:27.989 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.991 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.991 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:27.991 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:27.991 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:27.991 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:27.991 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_resize_10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4e1ec9c9] 2020-08-17 15:10:27.991 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.992 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:27.992 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:27.992 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:27.992 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:27.992 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:27.992 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_crop_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7691ae5b] 2020-08-17 15:10:27.992 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.002 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:28.002 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.002 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:28.003 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:28.003 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.003 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:28.008 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:28.009 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.009 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:28.065 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.065 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:28.065 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.065 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:28.065 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:28.065 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:28.065 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:28.065 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:28.065 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:28.065 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:28.065 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@66d28c0c] 2020-08-17 15:10:28.065 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@115808df] 2020-08-17 15:10:28.065 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.065 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.071 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.071 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:28.071 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:28.071 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:28.071 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:28.071 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2df0fdd5] 2020-08-17 15:10:28.071 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.072 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:28.072 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.072 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:28.073 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:28.073 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.073 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:28.077 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:28.078 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.078 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:28.093 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.093 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:28.093 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:28.093 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:28.093 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:28.093 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5409f58e] 2020-08-17 15:10:28.093 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.105 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.105 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:28.105 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:28.105 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:28.105 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:28.105 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7fcd48d0] 2020-08-17 15:10:28.105 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.105 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.105 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:28.105 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:28.105 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:28.105 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:28.105 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_resize_8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6f757bba] 2020-08-17 15:10:28.105 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.105 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.105 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.106 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:28.106 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:28.106 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:28.106 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:28.106 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:28.106 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:28.106 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:28.106 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_crop_7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@65d68e1f] 2020-08-17 15:10:28.106 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:28.106 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.106 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_resize_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@22faff56] 2020-08-17 15:10:28.106 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.107 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.107 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:28.107 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:28.107 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:28.107 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:28.108 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@405bc679] 2020-08-17 15:10:28.108 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.116 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:28.116 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.116 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:28.117 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:28.117 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.117 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:28.119 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:28.119 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.119 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:28.126 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:28.126 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.126 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:28.128 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.128 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.128 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:28.128 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:28.128 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:28.128 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:28.128 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:28.128 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:28.128 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:28.128 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_resize_11.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@27f2ab91] 2020-08-17 15:10:28.128 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.128 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:28.128 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.128 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:28.128 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:28.129 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_crop_11.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@c76fd5a] 2020-08-17 15:10:28.129 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.129 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.129 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:28.129 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:28.129 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:28.129 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:28.129 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_resize_7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5e2bc5de] 2020-08-17 15:10:28.129 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.129 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:28.129 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.129 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:28.131 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.131 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:28.131 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:28.131 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:28.131 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:28.131 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_crop_10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7f480f16] 2020-08-17 15:10:28.131 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.136 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.136 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.136 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:28.136 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:28.136 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:28.136 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:28.136 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:28.136 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:28.136 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:28.136 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:28.136 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_crop_8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2e48d309] 2020-08-17 15:10:28.136 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_resize_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@286fd820] 2020-08-17 15:10:28.136 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.136 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.140 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:28.140 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:28.140 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.140 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.140 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:28.140 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:28.143 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:28.143 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.143 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:28.145 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:28.145 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.145 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.145 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:28.145 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:28.145 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.145 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:28.145 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:28.145 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.145 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:28.145 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:28.145 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:28.145 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:28.145 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:28.145 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.145 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:28.145 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:28.145 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:28.145 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_crop_12.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5d4579bf] 2020-08-17 15:10:28.145 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:28.145 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.145 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_crop_9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@64e7015f] 2020-08-17 15:10:28.145 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.148 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.148 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:28.148 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:28.148 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:28.148 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:28.148 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_resize_9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@32cc4663] 2020-08-17 15:10:28.148 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.154 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.154 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:28.154 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:28.154 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:28.154 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:28.155 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_resize_12.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@18b09617] 2020-08-17 15:10:28.155 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.155 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.155 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.155 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:28.155 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:28.156 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:28.156 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:28.156 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:28.156 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:28.156 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:28.156 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:28.156 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_crop_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4864524f] 2020-08-17 15:10:28.156 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648227517/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4885d11c] 2020-08-17 15:10:28.156 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.156 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.157 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:28.157 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.157 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:28.164 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:28.164 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.164 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:28.166 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:28.166 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:28.166 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.166 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.166 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:28.166 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:28.168 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:28.169 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.169 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:28.180 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:28.180 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:28.180 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:41.254 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:41.254 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:41.255 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:41.255 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:41.255 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:10:41.255 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:41.255 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:41.255 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:41.255 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:10:41.255 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:41.255 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C99_%E5%85%B6%E4%BB%96%5C%E6%B9%98AT8781.jpg, false] 2020-08-17 15:10:41.255 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:41.255 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C99_%E5%85%B6%E4%BB%96%5C%E6%B9%98AT8781.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5d3ef5a8] 2020-08-17 15:10:41.255 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:41.257 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=87, fileName=湘AT8781.jpg, filePath=D:/PlateDetect/99_其他/湘AT8781.jpg, fileType=jpg, fileLength=0, plate=湘AT8781, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642688322/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 15:10:41.257 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:41.264 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:41.264 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:41.264 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:42.386 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.387 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:42.387 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:10:42.387 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:42.387 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:10:42.387 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C99_%E5%85%B6%E4%BB%96%5C%E6%B9%98AT8781.jpg, true] 2020-08-17 15:10:42.387 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.898 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=87, fileName=湘AT8781.jpg, filePath=D:/PlateDetect/99_其他/湘AT8781.jpg, fileType=jpg, fileLength=0, plate=湘AT8781, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597648242389/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3780, parentId=87, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3809, parentId=87, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3802, parentId=87, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3805, parentId=87, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3803, parentId=87, fileName=debug_char_contour11.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_char_contour11.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3810, parentId=87, fileName=debug_char_contour12.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_char_contour12.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3786, parentId=87, fileName=debug_char_contour13.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_char_contour13.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3789, parentId=87, fileName=debug_char_contour14.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_char_contour14.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3778, parentId=87, fileName=debug_char_contour15.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_char_contour15.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3781, parentId=87, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3808, parentId=87, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3811, parentId=87, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3796, parentId=87, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3801, parentId=87, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3787, parentId=87, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3794, parentId=87, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3784, parentId=87, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3758, parentId=87, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3766, parentId=87, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3782, parentId=87, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3760, parentId=87, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3768, parentId=87, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3773, parentId=87, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3776, parentId=87, fileName=debug_crop_10.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_crop_10.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3800, parentId=87, fileName=debug_crop_11.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_crop_11.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3804, parentId=87, fileName=debug_crop_12.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_crop_12.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3790, parentId=87, fileName=debug_crop_13.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_crop_13.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3795, parentId=87, fileName=debug_crop_14.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_crop_14.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3791, parentId=87, fileName=debug_crop_15.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_crop_15.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3798, parentId=87, fileName=debug_crop_16.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_crop_16.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3793, parentId=87, fileName=debug_crop_17.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_crop_17.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3799, parentId=87, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3774, parentId=87, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3777, parentId=87, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3764, parentId=87, fileName=debug_crop_5.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_crop_5.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3770, parentId=87, fileName=debug_crop_6.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_crop_6.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3761, parentId=87, fileName=debug_crop_7.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_crop_7.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3769, parentId=87, fileName=debug_crop_8.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_crop_8.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3775, parentId=87, fileName=debug_crop_9.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_crop_9.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3756, parentId=87, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3757, parentId=87, fileName=debug_resize_10.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_resize_10.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3771, parentId=87, fileName=debug_resize_11.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_resize_11.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3772, parentId=87, fileName=debug_resize_12.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_resize_12.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3765, parentId=87, fileName=debug_resize_14.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_resize_14.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3792, parentId=87, fileName=debug_resize_15.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_resize_15.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3797, parentId=87, fileName=debug_resize_16.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_resize_16.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3783, parentId=87, fileName=debug_resize_17.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_resize_17.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3788, parentId=87, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3762, parentId=87, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3767, parentId=87, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3759, parentId=87, fileName=debug_resize_9.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_resize_9.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3785, parentId=87, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3779, parentId=87, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3763, parentId=87, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3806, parentId=87, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3807, parentId=87, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597648242389/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3754, parentId=87, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597648242389/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=辽T, plateColor=黑牌, sort=99), PlateRecoDebugEntity(id=3755, parentId=87, fileName=result_1.png, filePath=D:/PlateDetect/temp/1597648242389/result_1.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 07:10:42, recoPlate=, plateColor=未知, sort=99)]) 2020-08-17 15:10:42.898 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.917 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.917 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:42.917 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:42.917 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:42.917 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:42.917 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@280a718c] 2020-08-17 15:10:42.917 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.918 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.918 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:42.918 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:42.918 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:42.918 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:42.918 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3b3ebdb0] 2020-08-17 15:10:42.918 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.921 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.921 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.922 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:42.922 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:42.922 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:42.922 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:42.922 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:42.922 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:42.922 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:42.922 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:42.922 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_char_contour10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2393ce26] 2020-08-17 15:10:42.922 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.922 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@69c6600d] 2020-08-17 15:10:42.922 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.923 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.923 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:42.923 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:42.923 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:42.923 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.925 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:42.925 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:42.925 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:42.925 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:42.925 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_char_contour12.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@23d02c04] 2020-08-17 15:10:42.925 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:42.925 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.926 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_char_contour11.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5c6a8035] 2020-08-17 15:10:42.926 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.931 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:42.931 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.931 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:42.939 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:42.939 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:42.939 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.939 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.939 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:42.939 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:42.939 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:42.939 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.939 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:42.941 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:42.941 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.941 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:42.943 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.943 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:42.943 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:42.943 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:42.943 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:42.943 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_char_contour13.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7390e48d] 2020-08-17 15:10:42.944 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.947 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:42.947 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.947 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:42.954 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.954 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:42.954 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:42.954 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:42.954 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:42.954 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_char_contour14.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@eb025bf] 2020-08-17 15:10:42.954 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.954 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.954 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.954 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:42.954 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:42.954 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:42.954 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:42.954 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:42.954 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:42.954 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:42.954 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6743249a] 2020-08-17 15:10:42.954 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:42.954 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.954 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.954 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_char_contour15.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@65562f47] 2020-08-17 15:10:42.954 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:42.954 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.954 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:42.955 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:42.955 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:42.955 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1aff3362] 2020-08-17 15:10:42.955 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.955 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:42.956 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.956 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:42.957 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.957 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:42.957 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:42.957 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:42.957 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:42.957 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1ff59c6a] 2020-08-17 15:10:42.957 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.961 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:42.961 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:42.962 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.962 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.962 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:42.962 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:42.963 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.964 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:42.964 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:42.964 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:42.964 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:42.964 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@30cb7bbd] 2020-08-17 15:10:42.964 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.969 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.969 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.969 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:42.969 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:42.970 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:42.970 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:42.970 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:42.970 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:42.970 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6a7154f8] 2020-08-17 15:10:42.970 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.970 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:42.970 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:42.970 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@8b3a111] 2020-08-17 15:10:42.970 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.970 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:42.970 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.970 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:42.973 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:42.973 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.973 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:42.973 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:42.973 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.973 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:42.979 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.979 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:42.979 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:42.979 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:42.979 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:42.979 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:42.979 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.979 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@580b5f79] 2020-08-17 15:10:42.979 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:42.979 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.985 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:42.985 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.985 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:42.985 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:42.985 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.985 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:42.992 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.992 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:42.992 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:42.993 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:42.993 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:42.993 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_crop_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1d0a41f] 2020-08-17 15:10:42.993 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.996 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.996 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:42.997 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:42.997 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:42.997 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:42.997 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_crop_12.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@51679169] 2020-08-17 15:10:42.997 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.997 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:42.997 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:42.997 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.004 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.004 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.004 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.005 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.005 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.005 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.005 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.005 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.005 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.005 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_crop_17.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5f230c7d] 2020-08-17 15:10:43.005 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.005 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.005 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.005 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.005 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.004 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.006 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_crop_8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5454d309] 2020-08-17 15:10:43.006 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.006 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.006 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.006 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.006 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.006 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@a6bdc8c] 2020-08-17 15:10:43.006 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.008 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.009 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.009 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.009 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.009 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.009 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_resize_10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7ba0459a] 2020-08-17 15:10:43.009 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.011 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.011 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.011 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.011 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.012 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.012 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@fc4f20d] 2020-08-17 15:10:43.012 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.023 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.023 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.023 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.023 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.023 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.023 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.023 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.023 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.023 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.023 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.023 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.023 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.024 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.024 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.024 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.038 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.038 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.038 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.038 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.038 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.038 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.038 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.038 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.038 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.038 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.038 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.039 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.039 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.039 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_resize_12.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@58edd404] 2020-08-17 15:10:43.039 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.038 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_crop_9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4c5fb316] 2020-08-17 15:10:43.039 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.039 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.039 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.040 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.040 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.040 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.039 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.040 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_resize_16.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@15594ce] 2020-08-17 15:10:43.040 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.040 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.040 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.040 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.040 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.040 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_resize_17.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@632ce50f] 2020-08-17 15:10:43.040 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.041 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.041 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.041 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.041 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.041 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.041 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_resize_9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1318117c] 2020-08-17 15:10:43.041 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.056 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.056 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.056 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.063 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.063 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.063 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.063 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.063 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.063 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.064 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.064 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.064 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.064 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.065 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.065 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_crop_14.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@50c384a4] 2020-08-17 15:10:43.065 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.068 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.068 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.068 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.069 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.069 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.069 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.069 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.069 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.069 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_crop_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@68ab0b16] 2020-08-17 15:10:43.069 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.071 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.071 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.071 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.071 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.087 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.088 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@441d3792] 2020-08-17 15:10:43.088 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.077 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.088 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.082 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.085 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.088 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.088 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.088 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.088 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.088 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.088 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.088 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@74396468] 2020-08-17 15:10:43.088 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.088 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.089 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.089 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.089 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_resize_15.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@39212502] 2020-08-17 15:10:43.089 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.090 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.090 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.090 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.097 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.097 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.097 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.097 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.097 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.097 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/result_1.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2e93d627] 2020-08-17 15:10:43.097 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.099 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.099 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.099 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.099 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.099 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.099 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_crop_16.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2492d45c] 2020-08-17 15:10:43.100 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.103 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.103 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.104 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.106 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.106 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.106 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.106 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.106 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.106 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.108 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.109 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.109 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.115 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.115 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.115 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.115 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.115 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.115 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.115 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.115 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.115 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.115 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.115 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.115 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@9b0250f] 2020-08-17 15:10:43.115 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.115 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@72d132b4] 2020-08-17 15:10:43.115 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.115 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.115 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.115 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.115 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.115 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5a447cfc] 2020-08-17 15:10:43.115 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.116 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.116 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.116 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.116 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.116 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.116 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_crop_10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@39dcd66a] 2020-08-17 15:10:43.117 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.127 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.128 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.128 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.130 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.130 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.131 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.131 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.131 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.131 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.134 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.134 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.134 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.134 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.134 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.134 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.134 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.134 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.134 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.135 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.135 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.135 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.135 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.135 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.135 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@608e2d78] 2020-08-17 15:10:43.135 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.139 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.139 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.139 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.139 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.139 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.139 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_crop_7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@17be2dae] 2020-08-17 15:10:43.139 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.150 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.150 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.150 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.152 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.153 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.153 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.154 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.154 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.154 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_crop_15.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@67beb8c9] 2020-08-17 15:10:43.154 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.155 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.155 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.155 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.155 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.155 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.155 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.155 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.155 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.155 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@18ac2bb7] 2020-08-17 15:10:43.155 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.156 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.157 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.157 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.167 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.167 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.167 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.168 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.168 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.168 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_crop_13.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6dd91976] 2020-08-17 15:10:43.168 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.173 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.173 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.173 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.173 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.173 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.173 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@364e8133] 2020-08-17 15:10:43.173 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.173 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.173 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.173 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.173 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.173 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.174 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_crop_11.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@726ab636] 2020-08-17 15:10:43.174 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.178 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.178 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.178 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.178 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.178 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.181 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.184 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@52a724a9] 2020-08-17 15:10:43.183 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.184 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.184 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.184 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.184 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.184 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.184 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.184 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.184 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@34ef28e1] 2020-08-17 15:10:43.184 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.190 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.190 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.190 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.195 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.195 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.195 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.196 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.196 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.196 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.197 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.197 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.197 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.202 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.202 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.202 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.207 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.207 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.207 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.207 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.207 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.207 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@677fbed6] 2020-08-17 15:10:43.207 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.211 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.211 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.212 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.212 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.212 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.212 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@b86305] 2020-08-17 15:10:43.212 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.213 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.213 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.213 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.213 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.213 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.213 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_resize_11.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7cc3ba77] 2020-08-17 15:10:43.213 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.213 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.213 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.213 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.214 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.214 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.214 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_resize_14.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@42b0e6a7] 2020-08-17 15:10:43.214 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.218 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.218 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.218 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.218 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.218 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.218 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@137e8c3f] 2020-08-17 15:10:43.218 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.222 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.223 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.223 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.223 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.223 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.223 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4470c068] 2020-08-17 15:10:43.223 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.223 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.223 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.223 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.225 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.225 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.225 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.229 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.229 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.229 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.233 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.233 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.233 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.234 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.234 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.234 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.239 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.239 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.239 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.239 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.239 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.239 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@361d4992] 2020-08-17 15:10:43.239 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.241 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.241 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.241 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.242 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.242 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.243 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.243 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.243 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.243 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@14ac1dc2] 2020-08-17 15:10:43.243 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.245 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.245 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.245 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.245 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.245 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.246 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6102f45b] 2020-08-17 15:10:43.246 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.255 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.255 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.255 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.256 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.256 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.256 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.266 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.266 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:43.266 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:43.266 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:43.266 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:43.266 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648242389/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@c733b15] 2020-08-17 15:10:43.266 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.270 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.270 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.270 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:43.280 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:43.280 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:43.280 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.733 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.733 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.733 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.733 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.733 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:10:54.733 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.733 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.733 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.733 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:10:54.733 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.733 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACA%C2%B788731.jpg, false] 2020-08-17 15:10:54.733 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.733 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACA%C2%B788731.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5689662c] 2020-08-17 15:10:54.733 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.734 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.734 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.734 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.738 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=36, fileName=京A·88731.jpg, filePath=D:/PlateDetect/01_蓝牌/京A·88731.jpg, fileType=jpg, fileLength=0, plate=京A88731, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637554670/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3101, parentId=36, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3088, parentId=36, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3104, parentId=36, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3097, parentId=36, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3099, parentId=36, fileName=debug_char_contour11.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour11.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3098, parentId=36, fileName=debug_char_contour12.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour12.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3094, parentId=36, fileName=debug_char_contour13.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour13.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3080, parentId=36, fileName=debug_char_contour14.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour14.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3091, parentId=36, fileName=debug_char_contour15.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour15.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3086, parentId=36, fileName=debug_char_contour16.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour16.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3112, parentId=36, fileName=debug_char_contour17.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour17.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3114, parentId=36, fileName=debug_char_contour18.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour18.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3113, parentId=36, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3109, parentId=36, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3111, parentId=36, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3110, parentId=36, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3087, parentId=36, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3085, parentId=36, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3081, parentId=36, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3084, parentId=36, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3096, parentId=36, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3090, parentId=36, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3100, parentId=36, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3079, parentId=36, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3072, parentId=36, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3073, parentId=36, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3077, parentId=36, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3075, parentId=36, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3076, parentId=36, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3095, parentId=36, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3089, parentId=36, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3093, parentId=36, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3078, parentId=36, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3082, parentId=36, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3106, parentId=36, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3074, parentId=36, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3105, parentId=36, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3102, parentId=36, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3103, parentId=36, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3107, parentId=36, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3108, parentId=36, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3092, parentId=36, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3083, parentId=36, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3071, parentId=36, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637554670/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:12:37, recoPlate=京A88731, plateColor=蓝牌, sort=99)]) 2020-08-17 15:10:54.739 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.754 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.754 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.754 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.754 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.754 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.754 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@170a2213] 2020-08-17 15:10:54.754 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.754 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.754 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.754 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.754 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.754 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.755 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@36c3cae2] 2020-08-17 15:10:54.755 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.755 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.755 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.755 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.755 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.755 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.755 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.757 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.757 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.757 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.757 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.757 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.757 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@54bf6b78] 2020-08-17 15:10:54.757 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.757 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.757 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.757 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.758 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.758 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.758 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.758 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.758 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.758 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@74b3804b] 2020-08-17 15:10:54.758 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.758 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.758 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.758 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.759 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.759 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.759 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.759 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.759 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.759 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.759 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.759 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.759 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour11.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@476c7dda] 2020-08-17 15:10:54.759 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.759 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.759 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.759 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.759 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.759 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour12.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6b1a4fa3] 2020-08-17 15:10:54.759 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.759 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.760 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.760 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.760 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.771 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.771 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.771 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.771 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.771 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.771 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.771 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour13.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@35d9db4b] 2020-08-17 15:10:54.771 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.771 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.771 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.771 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.771 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.771 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour14.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@61f21f2b] 2020-08-17 15:10:54.771 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.772 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.772 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.772 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.772 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.772 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.772 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.772 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.772 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.772 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.772 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.772 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.772 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour15.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1a233efd] 2020-08-17 15:10:54.772 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.772 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.772 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.772 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.772 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.772 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour17.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6d110f3] 2020-08-17 15:10:54.772 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.772 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.772 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.772 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.772 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.773 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.773 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.773 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.773 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.773 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.773 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.773 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.773 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.773 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.773 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.772 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.773 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour16.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5375a68] 2020-08-17 15:10:54.773 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.773 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.773 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour18.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3ad427d8] 2020-08-17 15:10:54.773 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.773 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.774 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.774 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.774 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.774 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.774 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.774 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.781 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.781 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.781 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.781 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.781 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.782 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@329dd6c3] 2020-08-17 15:10:54.782 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.782 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.782 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.782 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.782 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.782 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.782 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.782 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.782 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.782 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2b836731] 2020-08-17 15:10:54.782 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.782 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.782 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.782 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.783 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.783 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.783 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.783 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.783 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@dafcc33] 2020-08-17 15:10:54.783 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.783 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.783 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.783 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.783 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.783 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.783 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.783 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.783 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@77554900] 2020-08-17 15:10:54.783 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.783 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.783 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.783 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.783 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.783 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.783 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@611cfb9f] 2020-08-17 15:10:54.783 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.795 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.795 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.795 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.801 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.801 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.801 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.807 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.808 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.810 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.810 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.810 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.811 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4c83f290] 2020-08-17 15:10:54.811 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.812 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.815 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.783 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.815 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.816 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.816 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.816 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.816 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.817 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.817 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.817 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.817 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.817 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.817 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@172508bc] 2020-08-17 15:10:54.817 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.817 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.817 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.817 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.817 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.817 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.817 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.817 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.817 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.817 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@276a15c5] 2020-08-17 15:10:54.818 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.818 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.818 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.818 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.817 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.819 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.819 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@53f0077d] 2020-08-17 15:10:54.819 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.819 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.819 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.819 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.822 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.822 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.822 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.822 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.822 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.822 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@283eb8bb] 2020-08-17 15:10:54.822 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.823 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.823 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.823 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.830 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.830 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.830 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.830 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.830 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.830 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.830 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.830 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.830 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3a0d05c2] 2020-08-17 15:10:54.830 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.830 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.830 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7b8f6064] 2020-08-17 15:10:54.830 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.830 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.830 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.830 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.830 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.831 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.831 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@69063c6b] 2020-08-17 15:10:54.831 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.831 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.831 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.831 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.830 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.833 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.833 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.833 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.833 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.833 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.834 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.835 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.833 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.835 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.835 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.835 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.835 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.835 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.835 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.835 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.835 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.835 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2bb7d2a3] 2020-08-17 15:10:54.835 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@66aac13f] 2020-08-17 15:10:54.835 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.835 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.835 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.836 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.836 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.836 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.836 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.836 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.837 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.838 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.838 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.838 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.838 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.838 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6c5edff3] 2020-08-17 15:10:54.838 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.839 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.840 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.840 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.841 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.841 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.841 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.841 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.841 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.841 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@54c6f116] 2020-08-17 15:10:54.841 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.841 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.841 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.841 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.844 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.845 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.845 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.845 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.845 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.845 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.845 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@513c9d5f] 2020-08-17 15:10:54.845 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.846 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.846 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.846 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.845 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.847 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.847 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.847 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.847 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@748cc033] 2020-08-17 15:10:54.847 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.847 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.847 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.847 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.847 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.847 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.847 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.847 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4fc6d6f7] 2020-08-17 15:10:54.847 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.847 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.847 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.848 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.848 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.849 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.849 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.849 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.849 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.849 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.849 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.849 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_auxRoi_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2a4407b0] 2020-08-17 15:10:54.849 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.849 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.849 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.849 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.854 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.854 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.854 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.854 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.854 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.854 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.854 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.854 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.854 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.854 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.854 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@77e89a42] 2020-08-17 15:10:54.854 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@283b5cfb] 2020-08-17 15:10:54.854 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.854 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.855 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.855 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.855 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.855 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.855 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.855 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.865 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.866 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.866 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.866 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.866 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.866 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@43eebe46] 2020-08-17 15:10:54.866 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.867 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.867 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.867 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.867 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.867 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.868 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.868 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.868 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.868 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@65fdcfc1] 2020-08-17 15:10:54.867 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.868 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.868 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.868 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.868 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.868 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@43958dab] 2020-08-17 15:10:54.868 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.868 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.869 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.869 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.869 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.869 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.869 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.869 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.870 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.870 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.870 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.870 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.870 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.870 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7cfaa5b6] 2020-08-17 15:10:54.870 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.871 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.871 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.871 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.877 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.877 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.877 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.877 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.877 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.877 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6132f624] 2020-08-17 15:10:54.877 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.878 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.878 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.878 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.879 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.879 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.879 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.879 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.879 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.879 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1048b66e] 2020-08-17 15:10:54.879 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.880 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.880 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.880 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.891 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.891 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.891 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.892 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.891 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.892 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.892 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.892 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.892 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.892 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7900771a] 2020-08-17 15:10:54.892 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.892 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.892 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@91a6fa6] 2020-08-17 15:10:54.892 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.892 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.892 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:54.892 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:54.892 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:54.892 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:54.892 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637554670/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2b650cf4] 2020-08-17 15:10:54.892 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.893 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.893 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.893 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.893 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.893 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:54.894 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.894 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:54.893 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:54.895 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:59.494 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.494 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.495 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:59.495 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:59.495 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:10:59.495 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:59.495 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:59.495 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:59.495 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:10:59.495 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:59.495 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%BB%91A%C2%B7I634I.jpg, false] 2020-08-17 15:10:59.495 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%BB%91A%C2%B7I634I.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7364f3e5] 2020-08-17 15:10:59.495 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.495 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.495 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:59.495 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.495 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:59.499 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=28, fileName=黑A·I634I.jpg, filePath=D:/PlateDetect/01_蓝牌/黑A·I634I.jpg, fileType=jpg, fileLength=0, plate=黑AI634I, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597648162640/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3602, parentId=28, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3603, parentId=28, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3598, parentId=28, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3600, parentId=28, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3596, parentId=28, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3601, parentId=28, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3599, parentId=28, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3597, parentId=28, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3595, parentId=28, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597648162640/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:09:22, recoPlate=, plateColor=, sort=8)]) 2020-08-17 15:10:59.499 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.508 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.508 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:59.508 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:59.508 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:59.508 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:59.508 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648162640/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7a4ba52d] 2020-08-17 15:10:59.508 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.509 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.509 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:59.509 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:59.509 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.509 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:59.509 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:59.509 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:59.509 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:59.509 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648162640/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@633b10e2] 2020-08-17 15:10:59.509 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.510 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:59.510 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.510 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:59.511 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.511 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:59.511 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:59.511 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:59.511 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:59.511 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648162640/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@72a27452] 2020-08-17 15:10:59.511 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.511 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.511 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.511 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:59.512 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:59.512 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:59.512 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.512 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:59.512 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:59.512 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:59.512 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:59.512 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:59.512 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648162640/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@43d090f5] 2020-08-17 15:10:59.512 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.512 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:59.512 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.512 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:59.512 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:59.512 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:59.512 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:59.512 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:59.512 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648162640/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@12eb63ba] 2020-08-17 15:10:59.512 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648162640/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5262fc35] 2020-08-17 15:10:59.512 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.512 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.513 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:59.513 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.513 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:59.512 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:59.513 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:59.513 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.513 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.513 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:59.513 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:59.516 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.516 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:59.516 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:59.516 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:59.516 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:59.516 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648162640/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7712ec95] 2020-08-17 15:10:59.516 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.517 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:59.517 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.517 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:59.519 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.519 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:59.519 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:59.519 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:59.519 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:59.519 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648162640/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@eb391c2] 2020-08-17 15:10:59.519 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.519 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:59.519 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.519 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:10:59.522 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.522 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:10:59.522 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:10:59.522 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:10:59.522 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:10:59.522 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648162640/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2b596c86] 2020-08-17 15:10:59.522 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.522 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:10:59.522 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:10:59.523 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:00.871 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:00.871 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:00.871 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:11:00.871 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:00.871 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:11:00.871 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%BB%91A%C2%B7I634I.jpg, true] 2020-08-17 15:11:00.871 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.006 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=28, fileName=黑A·I634I.jpg, filePath=D:/PlateDetect/01_蓝牌/黑A·I634I.jpg, fileType=jpg, fileLength=0, plate=黑AI634I, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597648260872/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3819, parentId=28, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597648260872/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 07:11:00, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3818, parentId=28, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597648260872/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 07:11:00, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3814, parentId=28, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597648260872/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 07:11:00, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3816, parentId=28, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597648260872/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 07:11:00, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3813, parentId=28, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597648260872/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 07:11:00, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3821, parentId=28, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597648260872/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 07:11:00, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3820, parentId=28, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597648260872/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:11:00, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3815, parentId=28, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597648260872/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 07:11:00, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3812, parentId=28, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597648260872/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:11:00, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3817, parentId=28, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597648260872/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 07:11:00, recoPlate=, plateColor=, sort=8)]) 2020-08-17 15:11:01.006 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.013 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.013 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.013 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:01.013 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:01.013 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:01.013 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:01.013 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:01.013 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:01.013 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:01.013 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:01.013 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648260872/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6337c0a1] 2020-08-17 15:11:01.013 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648260872/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@9f63003] 2020-08-17 15:11:01.013 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.013 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.014 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.014 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:01.014 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:01.014 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:01.014 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.014 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:01.014 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:01.014 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648260872/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4d7df252] 2020-08-17 15:11:01.014 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:01.014 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.014 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:01.014 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:01.014 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648260872/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2654b9b6] 2020-08-17 15:11:01.014 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.015 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.015 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.015 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:01.015 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:01.015 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:01.015 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:01.015 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:01.015 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:01.015 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:01.015 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:01.015 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648260872/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@514f4de4] 2020-08-17 15:11:01.015 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648260872/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4fcdfa3c] 2020-08-17 15:11:01.015 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.015 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.023 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:01.023 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.023 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:01.023 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:01.023 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.023 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:01.023 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:01.023 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.023 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:01.024 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:01.024 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:01.024 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.024 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.024 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:01.024 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:01.024 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.024 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:01.024 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:01.029 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.029 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.029 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:01.029 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:01.029 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.029 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:01.029 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:01.029 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:01.029 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:01.029 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:01.029 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:01.029 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:01.029 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:01.029 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:01.029 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648260872/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3b50332e] 2020-08-17 15:11:01.031 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:01.029 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648260872/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@25e3d4a0] 2020-08-17 15:11:01.031 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.031 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.031 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648260872/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3eee8184] 2020-08-17 15:11:01.031 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.031 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.031 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:01.031 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:01.031 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:01.031 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:01.031 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597648260872/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@51b32bd8] 2020-08-17 15:11:01.031 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.033 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:01.033 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:01.033 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.033 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:01.034 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:01.034 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.033 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.034 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:01.034 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:01.040 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:01.040 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:01.040 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:06.445 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:06.445 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:06.446 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:06.446 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:06.446 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:11:06.446 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:06.446 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:06.446 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:06.446 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:11:06.446 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:06.446 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E6%B9%98G%C2%B760009.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2ed0e4aa] 2020-08-17 15:11:06.446 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E6%B9%98G%C2%B760009.jpg, false] 2020-08-17 15:11:06.446 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:06.446 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:06.446 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:06.446 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:06.446 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:06.449 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=29, fileName=湘G·60009.jpg, filePath=D:/PlateDetect/01_蓝牌/湘G·60009.jpg, fileType=jpg, fileLength=0, plate=湘G60009, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642733528/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 15:11:06.449 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:08.571 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:08.571 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:08.571 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:08.571 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:08.571 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:08.571 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:11:08.571 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:08.571 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:08.571 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:08.571 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:11:08.571 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E6%B5%99A%C2%B788888.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3645fc5c] 2020-08-17 15:11:08.571 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E6%B5%99A%C2%B788888.jpg, false] 2020-08-17 15:11:08.571 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:08.571 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:08.575 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=19, fileName=浙A·88888.jpg, filePath=D:/PlateDetect/01_蓝牌/浙A·88888.jpg, fileType=jpg, fileLength=0, plate=浙A88888, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642726826/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 15:11:08.575 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:08.585 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:08.586 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:08.586 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:09.363 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:09.363 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:09.363 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:11:09.363 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:09.363 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:11:09.363 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACP%C2%B78BK60.jpg, false] 2020-08-17 15:11:09.363 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:09.363 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:09.363 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:09.363 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:09.363 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:09.364 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:09.364 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACP%C2%B78BK60.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@273a123f] 2020-08-17 15:11:09.364 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:09.364 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:09.364 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:09.364 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:09.366 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=21, fileName=京P·8BK60.jpg, filePath=D:/PlateDetect/01_蓝牌/京P·8BK60.jpg, fileType=jpg, fileLength=0, plate=京P8BK60, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637773034/, recoPlate=, recoColor=, recoCorrect=3, debug=[PlateRecoDebugEntity(id=3233, parentId=21, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637773034/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:16:15, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3232, parentId=21, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637773034/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:16:15, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3229, parentId=21, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637773034/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:16:15, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3231, parentId=21, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637773034/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:15, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3228, parentId=21, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637773034/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:16:15, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3230, parentId=21, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637773034/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:16:15, recoPlate=, plateColor=, sort=5)]) 2020-08-17 15:11:09.366 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:09.378 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:09.378 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:09.378 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:09.378 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:09.378 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:09.378 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:09.378 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:09.378 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:09.378 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:09.378 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:09.378 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637773034/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@31a3da73] 2020-08-17 15:11:09.378 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637773034/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@8440491] 2020-08-17 15:11:09.379 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:09.379 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:09.379 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:09.379 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:09.379 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:09.379 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:09.379 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:09.378 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:09.379 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:09.379 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:09.379 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:09.379 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:09.379 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:09.379 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:09.379 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:09.379 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:09.379 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:09.379 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:09.379 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:09.379 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:09.379 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:09.379 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637773034/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@14736a97] 2020-08-17 15:11:09.379 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637773034/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@166a70d4] 2020-08-17 15:11:09.379 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:09.379 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:09.379 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:09.379 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:09.379 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:09.379 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:09.379 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:09.379 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637773034/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7ae23d3] 2020-08-17 15:11:09.379 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:09.379 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637773034/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@134dd789] 2020-08-17 15:11:09.380 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:09.380 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:09.379 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:09.380 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:09.380 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:09.380 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:09.380 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:09.380 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:09.380 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:09.380 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:09.380 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:09.380 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:09.380 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:09.380 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:09.381 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.001 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.002 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.002 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:11:10.002 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.002 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:11:10.002 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACK%C2%B7M6680.jpg, false] 2020-08-17 15:11:10.002 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.002 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.002 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.002 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.002 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.002 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.002 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACK%C2%B7M6680.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6cf8c26d] 2020-08-17 15:11:10.002 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.003 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.003 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.003 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.007 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=34, fileName=京K·M6680.jpg, filePath=D:/PlateDetect/01_蓝牌/京K·M6680.jpg, fileType=jpg, fileLength=0, plate=京KM6680, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637661216/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3179, parentId=34, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3181, parentId=34, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3184, parentId=34, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3182, parentId=34, fileName=debug_char_contour11.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour11.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3175, parentId=34, fileName=debug_char_contour12.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour12.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3190, parentId=34, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3191, parentId=34, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3176, parentId=34, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3187, parentId=34, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3183, parentId=34, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3174, parentId=34, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3173, parentId=34, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3163, parentId=34, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3166, parentId=34, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3170, parentId=34, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3161, parentId=34, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3159, parentId=34, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3169, parentId=34, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3162, parentId=34, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3167, parentId=34, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3168, parentId=34, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3165, parentId=34, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3164, parentId=34, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3171, parentId=34, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3172, parentId=34, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3160, parentId=34, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3189, parentId=34, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3186, parentId=34, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3177, parentId=34, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3180, parentId=34, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3188, parentId=34, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3178, parentId=34, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3185, parentId=34, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3158, parentId=34, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637661216/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:14:21, recoPlate=津JKM668, plateColor=蓝牌, sort=99)]) 2020-08-17 15:11:10.007 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.020 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.020 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.020 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.020 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.020 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.020 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@72943b70] 2020-08-17 15:11:10.020 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.021 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.021 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.021 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.021 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.021 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.021 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.021 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.021 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.021 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2f2920b] 2020-08-17 15:11:10.021 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.021 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.022 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.022 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.022 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.022 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.022 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5c6b25a7] 2020-08-17 15:11:10.022 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.022 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.022 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.022 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.022 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.022 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.022 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.024 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.024 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.024 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.024 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.024 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.024 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.024 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.024 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.024 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.024 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.024 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.024 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour11.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7cdaf89e] 2020-08-17 15:11:10.024 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour12.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2b28866b] 2020-08-17 15:11:10.024 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.024 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.024 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.024 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.025 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.025 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.025 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@156bdc41] 2020-08-17 15:11:10.025 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.025 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.025 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.025 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.025 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.025 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.025 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.025 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.025 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.025 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.034 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.035 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.034 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.034 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.035 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.035 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.035 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.035 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.035 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.035 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.035 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.035 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.035 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.035 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.035 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.035 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.035 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@53a456c1] 2020-08-17 15:11:10.035 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@25479afb] 2020-08-17 15:11:10.035 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.035 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.035 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.035 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@66cfd790] 2020-08-17 15:11:10.035 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.035 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.035 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.035 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.035 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.035 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.035 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.035 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.035 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.035 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.035 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.035 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.035 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5f32c61c] 2020-08-17 15:11:10.035 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.035 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4be1c3fa] 2020-08-17 15:11:10.035 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.035 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.035 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.035 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.035 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.036 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.036 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.036 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.036 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.036 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.036 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.036 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.036 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.036 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.035 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.036 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@35044aef] 2020-08-17 15:11:10.037 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.037 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.037 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.037 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.037 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.037 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.037 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.042 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.042 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.042 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.042 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.042 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.042 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3cb65ff0] 2020-08-17 15:11:10.042 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.043 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.043 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.043 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.045 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.045 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.045 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.045 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.045 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.045 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.045 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.045 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.045 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.045 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.045 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.045 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.045 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5b9f58e5] 2020-08-17 15:11:10.045 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.045 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.045 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.045 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.045 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5986db71] 2020-08-17 15:11:10.045 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@75fdec3d] 2020-08-17 15:11:10.045 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.046 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.046 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.046 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.046 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.046 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.046 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.046 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.046 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.046 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.046 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.046 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.046 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.046 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.046 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.047 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.047 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@59ce66c5] 2020-08-17 15:11:10.047 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.047 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.047 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.047 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.047 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.047 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.047 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@582c18b3] 2020-08-17 15:11:10.047 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.047 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.047 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.047 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.048 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.048 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.048 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.050 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.051 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.051 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.051 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.051 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.051 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@44024679] 2020-08-17 15:11:10.051 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.052 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.052 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.052 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.059 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.059 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.059 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.059 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.059 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.059 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5fb8875] 2020-08-17 15:11:10.059 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.060 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.060 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.060 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.061 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.061 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.061 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.061 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.061 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.061 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1af40a9b] 2020-08-17 15:11:10.061 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.061 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.061 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.061 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.062 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.062 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.062 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.062 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.062 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.063 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1e0f01c6] 2020-08-17 15:11:10.063 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.063 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.063 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.063 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.063 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.063 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.063 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@769e1b43] 2020-08-17 15:11:10.063 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.063 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.063 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.063 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.063 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.063 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.063 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.064 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.064 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.064 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.064 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.065 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.065 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@63510dbd] 2020-08-17 15:11:10.065 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.065 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.065 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.065 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.065 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.065 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.065 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.065 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.065 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1123d672] 2020-08-17 15:11:10.065 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.065 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.065 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.066 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.066 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.073 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.073 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.073 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.073 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.073 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.073 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4e0060f6] 2020-08-17 15:11:10.073 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.073 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.073 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.073 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.075 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.075 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.075 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.076 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.076 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.076 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@ba95532] 2020-08-17 15:11:10.076 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.076 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.076 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.076 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.077 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.077 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.077 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.077 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.077 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.077 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.077 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.077 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.077 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@63abaf54] 2020-08-17 15:11:10.077 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.078 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.078 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.078 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@633df791] 2020-08-17 15:11:10.078 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.078 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.078 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.078 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.078 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.078 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.078 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.081 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.081 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.082 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.082 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.082 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.082 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1c45338a] 2020-08-17 15:11:10.082 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.082 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.082 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.082 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.082 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.083 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.083 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.083 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.083 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.083 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@19ee897a] 2020-08-17 15:11:10.083 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.083 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.083 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.083 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.086 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.087 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.086 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.087 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.087 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.087 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.087 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.088 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.088 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.088 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.088 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5ed6e98d] 2020-08-17 15:11:10.088 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.088 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@69d343d2] 2020-08-17 15:11:10.088 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.089 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.089 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.089 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.090 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.090 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.090 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.090 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.091 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.091 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.091 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.091 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.091 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637661216/debug_char_auxRoi_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1edd7fc1] 2020-08-17 15:11:10.091 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.091 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.091 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.091 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.640 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.640 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.640 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.640 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.640 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:11:10.640 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.640 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.640 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.640 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:11:10.640 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.640 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACH%C2%B799999.jpg, false] 2020-08-17 15:11:10.641 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.641 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E4%BA%ACH%C2%B799999.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6d5e1fe7] 2020-08-17 15:11:10.641 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.641 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.641 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.641 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.645 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=32, fileName=京H·99999.jpg, filePath=D:/PlateDetect/01_蓝牌/京H·99999.jpg, fileType=jpg, fileLength=0, plate=京H99999, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597646734471/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3488, parentId=32, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3479, parentId=32, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3484, parentId=32, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3474, parentId=32, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3478, parentId=32, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3491, parentId=32, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3489, parentId=32, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3487, parentId=32, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3490, parentId=32, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3473, parentId=32, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3471, parentId=32, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3472, parentId=32, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3485, parentId=32, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3475, parentId=32, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3481, parentId=32, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3470, parentId=32, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3467, parentId=32, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3466, parentId=32, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3477, parentId=32, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3465, parentId=32, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3468, parentId=32, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3464, parentId=32, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3486, parentId=32, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3480, parentId=32, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3482, parentId=32, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3476, parentId=32, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3469, parentId=32, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3483, parentId=32, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3463, parentId=32, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597646734471/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 06:45:37, recoPlate=云V9999, plateColor=蓝牌, sort=99)]) 2020-08-17 15:11:10.645 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.658 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.658 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.658 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.658 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.658 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.658 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@406b09d2] 2020-08-17 15:11:10.658 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.659 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.659 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.659 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.659 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.659 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.659 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.659 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.659 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.659 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3e445948] 2020-08-17 15:11:10.659 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.660 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.660 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.660 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.660 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.660 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.660 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.660 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.660 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.660 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4c62d9c7] 2020-08-17 15:11:10.660 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.660 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.660 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.660 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.661 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.661 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.661 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.661 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.661 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.661 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@368471c5] 2020-08-17 15:11:10.661 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.661 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.661 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.661 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.661 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.661 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.661 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.662 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.662 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.662 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.662 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.662 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.662 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.662 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.662 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@f1a2286] 2020-08-17 15:11:10.662 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5b15a9ed] 2020-08-17 15:11:10.662 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.662 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.662 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.662 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.662 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.662 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.663 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.663 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.671 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.671 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.671 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.671 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.671 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.671 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.671 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.671 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.671 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.671 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.671 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.671 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.671 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3acfba23] 2020-08-17 15:11:10.671 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.671 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@35687a8c] 2020-08-17 15:11:10.671 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.671 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.671 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.671 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1b181924] 2020-08-17 15:11:10.672 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.672 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.672 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.672 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.672 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.672 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.672 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5aed99e6] 2020-08-17 15:11:10.672 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.672 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.672 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.672 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.673 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.673 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.673 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.673 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.673 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.673 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.673 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.673 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.673 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4f27021f] 2020-08-17 15:11:10.673 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.674 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.674 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.671 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.674 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.674 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.674 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.675 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.675 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.675 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.675 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.675 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1e0b2113] 2020-08-17 15:11:10.675 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.674 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.676 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.676 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.675 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.676 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.676 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.676 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.676 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.678 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.678 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.679 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.679 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.679 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.679 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@9592da2] 2020-08-17 15:11:10.679 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.679 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.679 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.679 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.682 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.682 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.682 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.682 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.682 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.682 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2f8da5ac] 2020-08-17 15:11:10.682 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.683 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.683 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.683 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.685 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.685 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.685 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.685 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.685 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.685 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.685 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.685 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.685 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.685 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.685 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.686 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.686 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.686 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.686 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.686 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.686 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.686 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.686 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.686 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@55d234a0] 2020-08-17 15:11:10.686 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4651175f] 2020-08-17 15:11:10.686 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.686 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3f32e80] 2020-08-17 15:11:10.686 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.686 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.686 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.686 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@17a7459d] 2020-08-17 15:11:10.686 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.686 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.686 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.687 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.686 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.686 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.687 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.687 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.687 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.687 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.687 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.687 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.687 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.690 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.690 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.690 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.690 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.690 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.690 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@77f672c8] 2020-08-17 15:11:10.690 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.691 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.691 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.691 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.693 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.693 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.693 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.693 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.693 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.693 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2d8bdca7] 2020-08-17 15:11:10.693 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.694 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.694 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.694 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.700 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.700 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.701 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.701 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.701 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.701 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.701 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.701 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.701 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@149154b4] 2020-08-17 15:11:10.701 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.701 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.701 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.701 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.701 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.701 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.701 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@717fe767] 2020-08-17 15:11:10.701 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.701 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.702 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.702 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.702 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.702 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.702 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@230b9a02] 2020-08-17 15:11:10.702 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.701 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.702 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.702 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.702 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.702 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.702 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.702 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.702 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.702 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.702 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.702 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.702 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.702 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@76ec2808] 2020-08-17 15:11:10.702 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.703 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.703 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.703 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.703 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.703 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@56e6829e] 2020-08-17 15:11:10.703 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.703 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.703 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.703 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.703 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.703 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.703 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.704 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.704 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.704 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.704 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.704 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.704 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5390695a] 2020-08-17 15:11:10.704 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.704 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.704 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.704 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.710 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.710 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.710 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.710 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.710 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.710 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@55149109] 2020-08-17 15:11:10.710 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.710 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.710 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.710 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.711 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.711 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.711 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.711 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.711 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.711 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.711 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7ccb7ddc] 2020-08-17 15:11:10.711 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:10.711 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:10.711 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.711 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:10.711 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:10.711 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646734471/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4919b26d] 2020-08-17 15:11:10.711 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.711 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.712 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.712 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:10.712 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:10.712 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:10.712 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.854 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.855 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.854 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.855 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:11:11.855 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.855 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.855 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:11:11.855 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.855 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.855 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E8%B5%A3E%C2%B788888.jpg, false] 2020-08-17 15:11:11.855 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.855 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.855 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E8%B5%A3E%C2%B788888.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7fc69f7e] 2020-08-17 15:11:11.855 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.856 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.856 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.856 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.860 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=25, fileName=赣E·88888.jpg, filePath=D:/PlateDetect/01_蓝牌/赣E·88888.jpg, fileType=jpg, fileLength=0, plate=赣E88888, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637781273/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3272, parentId=25, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3239, parentId=25, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3241, parentId=25, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3265, parentId=25, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3260, parentId=25, fileName=debug_char_contour11.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour11.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3250, parentId=25, fileName=debug_char_contour12.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour12.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3253, parentId=25, fileName=debug_char_contour13.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour13.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3266, parentId=25, fileName=debug_char_contour14.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour14.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3261, parentId=25, fileName=debug_char_contour15.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour15.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3264, parentId=25, fileName=debug_char_contour16.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour16.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3252, parentId=25, fileName=debug_char_contour17.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour17.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3258, parentId=25, fileName=debug_char_contour18.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour18.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3256, parentId=25, fileName=debug_char_contour19.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour19.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3283, parentId=25, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3274, parentId=25, fileName=debug_char_contour20.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour20.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3280, parentId=25, fileName=debug_char_contour21.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour21.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3273, parentId=25, fileName=debug_char_contour22.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour22.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3268, parentId=25, fileName=debug_char_contour23.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour23.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3281, parentId=25, fileName=debug_char_contour24.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour24.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3277, parentId=25, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3262, parentId=25, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3254, parentId=25, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3284, parentId=25, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3238, parentId=25, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3248, parentId=25, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3246, parentId=25, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3275, parentId=25, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3259, parentId=25, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3249, parentId=25, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3263, parentId=25, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3236, parentId=25, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3255, parentId=25, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3251, parentId=25, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3243, parentId=25, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3247, parentId=25, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3278, parentId=25, fileName=debug_crop_5.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_crop_5.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3269, parentId=25, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3267, parentId=25, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3244, parentId=25, fileName=debug_resize_3.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_resize_3.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3240, parentId=25, fileName=debug_resize_4.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_resize_4.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3242, parentId=25, fileName=debug_resize_5.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_resize_5.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3237, parentId=25, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3257, parentId=25, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3235, parentId=25, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3282, parentId=25, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3276, parentId=25, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3279, parentId=25, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3271, parentId=25, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3270, parentId=25, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3245, parentId=25, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3234, parentId=25, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637781273/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:16:21, recoPlate=赣L88888, plateColor=蓝牌, sort=99)]) 2020-08-17 15:11:11.861 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.874 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.875 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.875 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.875 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.875 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.875 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1e4de76a] 2020-08-17 15:11:11.875 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.875 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.875 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.875 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.875 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.875 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.875 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.875 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.875 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2f86708d] 2020-08-17 15:11:11.875 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.875 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.876 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.876 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.876 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.876 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.876 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.876 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.876 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.876 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.876 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4edb3409] 2020-08-17 15:11:11.876 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.877 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.877 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.877 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.878 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.878 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.878 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.878 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.878 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.878 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.878 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@43009c3c] 2020-08-17 15:11:11.878 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.878 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.878 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.878 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.878 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.878 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.878 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.878 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.878 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.878 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour11.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3a636824] 2020-08-17 15:11:11.878 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.878 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.878 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour12.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@48280d6b] 2020-08-17 15:11:11.879 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.879 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.879 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.879 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.879 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.879 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.879 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.879 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.879 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.879 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.891 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.891 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.891 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.891 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.891 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.891 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.891 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.891 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.891 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.891 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.891 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour14.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@11039e66] 2020-08-17 15:11:11.891 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.891 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.891 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.891 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.891 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.891 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour15.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@a90d430] 2020-08-17 15:11:11.891 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.892 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.892 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.891 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.892 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.892 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour13.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@550b3c1f] 2020-08-17 15:11:11.892 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.892 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.892 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.892 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.892 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.892 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.893 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.892 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.892 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.893 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.893 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.893 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.893 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.893 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.893 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour16.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4bece9e1] 2020-08-17 15:11:11.893 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.893 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.894 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.894 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.893 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.894 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.894 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.894 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.894 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.894 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.894 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.894 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.894 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour18.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@75f0285b] 2020-08-17 15:11:11.894 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour17.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@11d23297] 2020-08-17 15:11:11.895 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.895 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.895 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.895 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.895 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.896 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.896 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.896 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.899 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.900 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.900 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.900 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.900 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.900 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@78cfb69d] 2020-08-17 15:11:11.900 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.901 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.901 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.901 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.904 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.904 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.904 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.904 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.904 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.904 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.904 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.904 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.904 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.904 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.904 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@13a2ec73] 2020-08-17 15:11:11.904 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour19.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4ccfe444] 2020-08-17 15:11:11.904 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.904 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.904 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.904 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.905 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.905 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.905 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.905 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.905 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.905 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.905 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.905 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.905 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.905 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour20.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@561fc7c0] 2020-08-17 15:11:11.905 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.906 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.906 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.906 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.909 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.909 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.908 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.909 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.909 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.909 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.909 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.909 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.909 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.909 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.909 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour22.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4f5390d2] 2020-08-17 15:11:11.909 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.909 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour21.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7c5a63f4] 2020-08-17 15:11:11.909 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.910 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.910 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.910 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.910 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.910 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.910 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.915 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.915 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.915 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.915 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.915 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.916 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour23.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@22cbfb5b] 2020-08-17 15:11:11.916 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.916 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.916 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.916 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.918 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.918 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.918 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.918 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.918 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.918 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.918 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.918 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.918 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.918 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.918 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.918 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.918 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@66efbdf8] 2020-08-17 15:11:11.918 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.918 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.918 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.918 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.918 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour24.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@38d2fe9d] 2020-08-17 15:11:11.918 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.918 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@56968a07] 2020-08-17 15:11:11.918 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.919 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.919 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.919 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.919 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.919 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.919 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.919 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.919 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.919 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.920 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.920 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.920 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.920 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.920 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.920 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.920 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.920 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.920 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.920 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.920 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6261f192] 2020-08-17 15:11:11.920 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@55699fb4] 2020-08-17 15:11:11.920 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.920 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.920 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.920 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.920 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.921 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.921 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.921 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.926 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.926 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.926 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.926 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.926 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.926 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@8fcae49] 2020-08-17 15:11:11.926 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.927 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.927 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.927 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.932 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.932 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.932 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.932 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.932 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.932 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.932 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.932 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.932 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.932 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.932 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.932 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.932 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1f68d88] 2020-08-17 15:11:11.932 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.932 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.933 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.933 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.933 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.933 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.932 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.933 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6270bc3f] 2020-08-17 15:11:11.933 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.933 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.933 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@147da86a] 2020-08-17 15:11:11.933 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.934 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.934 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.933 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.934 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.934 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.934 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.934 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@35042f7a] 2020-08-17 15:11:11.934 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.934 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.934 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.934 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.934 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.934 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.934 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.934 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7f8b5506] 2020-08-17 15:11:11.934 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.935 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.935 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.935 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.935 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.935 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.935 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.935 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.935 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.935 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.937 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.937 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.937 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.937 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.937 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.937 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@9bf47a9] 2020-08-17 15:11:11.937 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.937 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.937 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.937 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.945 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.945 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.945 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.945 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.945 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.945 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@585c1b6d] 2020-08-17 15:11:11.945 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.946 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.946 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.946 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.946 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.946 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.947 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.947 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.947 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.947 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.947 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@37f915f5] 2020-08-17 15:11:11.947 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.947 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.947 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.947 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.947 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.947 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6e86c205] 2020-08-17 15:11:11.947 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.947 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.947 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.947 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.947 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.947 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.947 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.947 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.947 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.947 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.947 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.947 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.947 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.947 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.948 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.947 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.948 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5876ccb5] 2020-08-17 15:11:11.948 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@267425f7] 2020-08-17 15:11:11.948 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.948 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.948 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.948 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.948 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.948 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.948 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.948 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.948 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.951 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.951 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.951 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.951 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.951 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.951 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_crop_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3c67e85] 2020-08-17 15:11:11.951 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.953 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.953 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.953 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.960 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.960 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.960 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.960 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.960 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.960 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4a206852] 2020-08-17 15:11:11.960 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.961 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.961 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.961 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.961 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.961 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.961 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.961 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.961 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.961 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@c96c0b4] 2020-08-17 15:11:11.961 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.962 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.962 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.962 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.962 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.962 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.962 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.962 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.962 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.962 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.962 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.962 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2986f260] 2020-08-17 15:11:11.963 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.963 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.963 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.963 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.963 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.963 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.963 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.963 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.963 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.963 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7852134e] 2020-08-17 15:11:11.963 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_resize_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@295bc1bb] 2020-08-17 15:11:11.963 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.963 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.963 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.963 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.963 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.963 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.963 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.963 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.963 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.963 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.963 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.965 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.965 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.965 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.966 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.966 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.966 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2015147f] 2020-08-17 15:11:11.966 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.966 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.967 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.967 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.976 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.976 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.976 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.976 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.976 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.976 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.976 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.976 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.976 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.976 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.976 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@136aedad] 2020-08-17 15:11:11.976 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@79f5add7] 2020-08-17 15:11:11.976 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.976 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.977 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.977 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.977 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.977 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.977 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.977 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.977 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.977 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.977 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.977 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.977 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.977 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2b097ff1] 2020-08-17 15:11:11.978 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.978 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.978 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.978 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.978 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.977 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.978 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@56be7b83] 2020-08-17 15:11:11.978 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.978 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.978 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.978 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.978 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.978 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.978 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4460f3bd] 2020-08-17 15:11:11.978 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.978 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.978 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.978 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.979 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.979 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.979 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.979 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.979 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.979 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.981 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.981 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.981 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.981 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.981 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.981 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@20199326] 2020-08-17 15:11:11.981 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.982 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.982 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.982 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.987 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.987 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.987 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.988 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.988 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.988 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@299d188d] 2020-08-17 15:11:11.988 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.988 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.988 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.988 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:11.989 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.990 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:11.990 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:11.990 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:11.990 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:11.990 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637781273/debug_char_auxRoi_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@70191a7a] 2020-08-17 15:11:11.990 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.990 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:11.990 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:11.990 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:12.484 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.485 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.485 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:11:12.485 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.485 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:11:12.485 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%84%82C%C2%B7D3098.jpg, false] 2020-08-17 15:11:12.485 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.485 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.485 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.485 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:12.485 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.485 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:12.485 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%84%82C%C2%B7D3098.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@256b25be] 2020-08-17 15:11:12.485 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.488 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=23, fileName=鄂C·D3098.jpg, filePath=D:/PlateDetect/01_蓝牌/鄂C·D3098.jpg, fileType=jpg, fileLength=0, plate=鄂CD3098, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637822595/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3442, parentId=23, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3461, parentId=23, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3446, parentId=23, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3455, parentId=23, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3451, parentId=23, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3454, parentId=23, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3443, parentId=23, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3449, parentId=23, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3459, parentId=23, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3458, parentId=23, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3448, parentId=23, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3453, parentId=23, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3441, parentId=23, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3450, parentId=23, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3456, parentId=23, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3452, parentId=23, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3440, parentId=23, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3439, parentId=23, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3444, parentId=23, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3457, parentId=23, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3445, parentId=23, fileName=debug_specMat.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_specMat.jpg, debugType=debug_specMat, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=11), PlateRecoDebugEntity(id=3447, parentId=23, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3460, parentId=23, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3462, parentId=23, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597637822595/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3438, parentId=23, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637822595/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:17:02, recoPlate=吉S, plateColor=黑牌, sort=99)]) 2020-08-17 15:11:12.488 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.495 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:12.495 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.495 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:12.501 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.501 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.501 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:12.501 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.501 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:12.501 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@8f19245] 2020-08-17 15:11:12.501 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.502 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.502 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.502 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:12.502 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.502 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:12.502 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4a2b9b69] 2020-08-17 15:11:12.502 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.505 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.505 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.505 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.505 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:12.505 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.505 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:12.505 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_contour10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@22f823ff] 2020-08-17 15:11:12.505 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.505 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.505 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:12.505 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.505 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:12.505 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@788fbf42] 2020-08-17 15:11:12.505 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.505 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.505 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.505 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:12.505 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.505 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:12.505 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6ce90d36] 2020-08-17 15:11:12.505 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.505 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.506 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.506 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:12.506 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.506 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:12.506 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@f10b7ae] 2020-08-17 15:11:12.506 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.507 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:12.507 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:12.507 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.507 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.507 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:12.507 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:12.507 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:12.507 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.507 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:12.509 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:12.509 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.509 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:12.510 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:12.510 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.510 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:12.515 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.516 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.516 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:12.516 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.516 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:12.516 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4bb9690b] 2020-08-17 15:11:12.516 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:12.516 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.516 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.516 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:12.516 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.516 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.516 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:12.516 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.516 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:12.516 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@74dcb17e] 2020-08-17 15:11:12.516 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.518 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:12.518 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.518 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.518 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:12.518 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.518 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:12.518 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.518 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:12.519 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@25bb9234] 2020-08-17 15:11:12.519 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.519 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:12.519 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.519 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:12.522 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.522 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.522 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:12.522 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.522 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:12.523 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3ce69a98] 2020-08-17 15:11:12.523 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.523 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.523 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.523 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:12.523 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.523 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:12.523 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4d20f716] 2020-08-17 15:11:12.523 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.525 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:12.525 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.525 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:12.526 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.526 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.527 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:12.527 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.527 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.527 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:12.527 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.527 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3613a725] 2020-08-17 15:11:12.527 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.527 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.527 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.527 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:12.527 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.527 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:12.527 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:12.527 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.527 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@15aec639] 2020-08-17 15:11:12.527 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:12.527 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.527 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2a96e02f] 2020-08-17 15:11:12.527 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.529 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:12.529 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.529 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:12.529 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.529 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.529 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:12.529 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.529 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:12.529 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@65f10fa8] 2020-08-17 15:11:12.529 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.530 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:12.530 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.530 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:12.535 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.535 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.535 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:12.535 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.535 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:12.535 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2748ea83] 2020-08-17 15:11:12.535 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.538 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.538 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.538 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:12.538 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.538 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:12.538 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@72d2243] 2020-08-17 15:11:12.538 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.539 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:12.539 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:12.539 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.539 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.539 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:12.539 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:12.542 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:12.542 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.542 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:12.543 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:12.543 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.543 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:12.547 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.548 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.548 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:12.548 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.548 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:12.548 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@73068462] 2020-08-17 15:11:12.548 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.549 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:12.549 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.549 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:12.549 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.549 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.550 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:12.550 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.550 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:12.550 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4afc28d8] 2020-08-17 15:11:12.550 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.556 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:12.556 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.556 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:12.557 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.557 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.557 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:12.557 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.557 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:12.558 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@49b599bb] 2020-08-17 15:11:12.558 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.558 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.558 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.558 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:12.558 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.558 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:12.558 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7f382b4d] 2020-08-17 15:11:12.558 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.562 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.562 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.563 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:12.563 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.563 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:12.563 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@434f664c] 2020-08-17 15:11:12.563 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.565 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:12.565 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.565 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:12.565 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:12.565 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.565 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:12.566 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.567 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.567 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:12.567 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.567 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:12.567 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@252ca05f] 2020-08-17 15:11:12.567 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.576 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:12.577 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.577 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.577 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.577 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:12.577 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.577 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:12.577 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:12.577 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:12.577 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.577 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:12.577 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:12.577 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:12.577 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@103f16a9] 2020-08-17 15:11:12.577 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.577 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637822595/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3dbf7ff9] 2020-08-17 15:11:12.577 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.577 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:12.577 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.577 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:12.586 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:12.586 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.586 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:12.586 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:12.586 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.586 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:12.589 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:12.589 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.589 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:12.590 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:12.590 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:12.590 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:13.657 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:13.657 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:13.657 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:13.657 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:13.658 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:11:13.658 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:13.658 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:13.658 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:13.658 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:11:13.658 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:13.658 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%97%BDH%C2%B7BI508.jpg, false] 2020-08-17 15:11:13.658 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%97%BDH%C2%B7BI508.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@ad110b4] 2020-08-17 15:11:13.658 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:13.658 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:13.658 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:13.658 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:13.658 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:13.660 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=18, fileName=闽H·BI508.jpg, filePath=D:/PlateDetect/01_蓝牌/闽H·BI508.jpg, fileType=jpg, fileLength=0, plate=闽HBI508, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1588642727329/, recoPlate=, recoColor=, recoCorrect=0, debug=[]) 2020-08-17 15:11:13.660 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.372 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.372 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:14.372 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:11:14.372 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:14.373 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:11:14.373 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.373 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81A%C2%B788888.jpg, false] 2020-08-17 15:11:14.373 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:14.373 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.373 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:14.373 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:14.373 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:14.373 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81A%C2%B788888.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@427d5a0] 2020-08-17 15:11:14.373 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.373 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:14.373 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.373 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:14.376 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=22, fileName=鲁A·88888.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁A·88888.jpg, fileType=jpg, fileLength=0, plate=鲁A88888, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597646751427/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3495, parentId=22, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597646751427/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 06:45:51, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3498, parentId=22, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597646751427/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-17 06:45:51, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3496, parentId=22, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597646751427/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 06:45:51, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3494, parentId=22, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597646751427/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 06:45:51, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3497, parentId=22, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597646751427/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 06:45:51, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3493, parentId=22, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597646751427/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 06:45:51, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3492, parentId=22, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597646751427/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 06:45:51, recoPlate=, plateColor=黑牌, sort=99)]) 2020-08-17 15:11:14.376 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.384 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.384 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.384 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:14.384 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:14.384 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:14.384 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:14.384 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:14.384 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:14.384 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:14.384 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:14.384 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646751427/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5a7f354a] 2020-08-17 15:11:14.384 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646751427/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4bf134b6] 2020-08-17 15:11:14.384 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.384 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.384 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.384 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:14.384 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:14.384 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.384 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:14.384 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:14.384 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:14.384 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.384 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:14.384 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646751427/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6612525c] 2020-08-17 15:11:14.384 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:14.384 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.384 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:14.384 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:14.384 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:14.384 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646751427/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@79fcea66] 2020-08-17 15:11:14.384 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:14.385 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.385 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:14.385 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.385 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:14.385 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646751427/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1d7a0e4f] 2020-08-17 15:11:14.385 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:14.385 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:14.385 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.385 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.385 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:14.385 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:14.385 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:14.385 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:14.385 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.385 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:14.385 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.385 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:14.385 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:14.385 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.385 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:14.385 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646751427/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7cd3372b] 2020-08-17 15:11:14.385 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:14.385 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.385 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:14.385 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.385 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:14.386 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:14.386 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.386 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:14.394 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.394 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:14.394 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:14.394 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:14.394 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:14.394 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597646751427/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6d27c495] 2020-08-17 15:11:14.394 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.396 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:14.396 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:14.396 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.329 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.329 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.329 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.329 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.329 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise 2020-08-17 15:11:15.329 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.329 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.329 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.329 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.329 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise 2020-08-17 15:11:15.329 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81B%C2%B7995EQ.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@45bfecd9] 2020-08-17 15:11:15.329 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C%5C%E9%B2%81B%C2%B7995EQ.jpg, false] 2020-08-17 15:11:15.329 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.329 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.330 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.330 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.330 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.333 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=20, fileName=鲁B·995EQ.jpg, filePath=D:/PlateDetect/01_蓝牌/鲁B·995EQ.jpg, fileType=jpg, fileLength=0, plate=鲁B995EQ, plateColor=BLUE, lastRecoTime=2020-05-05 01:31:57, tempPath=D:/PlateDetect/temp/1597637802563/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3297, parentId=20, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3314, parentId=20, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3311, parentId=20, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3299, parentId=20, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3318, parentId=20, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3319, parentId=20, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3317, parentId=20, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3316, parentId=20, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3315, parentId=20, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3304, parentId=20, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3320, parentId=20, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3310, parentId=20, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3296, parentId=20, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3295, parentId=20, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3301, parentId=20, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3308, parentId=20, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3313, parentId=20, fileName=debug_resize_2.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_resize_2.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3307, parentId=20, fileName=debug_char_threshold.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_threshold.jpg, debugType=debug_char_threshold, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=9), PlateRecoDebugEntity(id=3312, parentId=20, fileName=debug_chineseMat.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_chineseMat.jpg, debugType=debug_chineseMat, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=12), PlateRecoDebugEntity(id=3309, parentId=20, fileName=debug_char_auxRoi_0.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_0.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3300, parentId=20, fileName=debug_char_auxRoi_1.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_1.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3305, parentId=20, fileName=debug_char_auxRoi_2.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_2.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3303, parentId=20, fileName=debug_char_auxRoi_3.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_3.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3298, parentId=20, fileName=debug_char_auxRoi_4.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_4.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3306, parentId=20, fileName=debug_char_auxRoi_5.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_5.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3302, parentId=20, fileName=debug_char_auxRoi_6.jpg, filePath=D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_6.jpg, debugType=debug_char_auxRoi, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=, plateColor=, sort=13), PlateRecoDebugEntity(id=3294, parentId=20, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597637802563/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-17 04:16:42, recoPlate=鲁B995EQ, plateColor=蓝牌, sort=99)]) 2020-08-17 15:11:15.333 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.343 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.343 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.343 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.343 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.343 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.343 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2aea2081] 2020-08-17 15:11:15.343 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.344 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.344 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.344 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.344 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.345 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.345 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.345 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.345 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.345 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@397b1221] 2020-08-17 15:11:15.345 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.346 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.346 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.346 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.347 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.347 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.347 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.347 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.347 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.347 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@42b66315] 2020-08-17 15:11:15.347 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.348 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.348 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.348 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.349 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.349 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.349 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.349 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.349 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.349 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.349 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.349 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.349 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@767452d8] 2020-08-17 15:11:15.349 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.349 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.349 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.349 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@b1c3e5a] 2020-08-17 15:11:15.349 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.350 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.350 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.350 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.350 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.350 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.350 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.350 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.350 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.350 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.351 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.351 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.351 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7d9b2ca6] 2020-08-17 15:11:15.351 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.351 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.351 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.351 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.359 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.359 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.359 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.359 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.359 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.360 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.360 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.360 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.360 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.360 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.360 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.360 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6f8d998b] 2020-08-17 15:11:15.360 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.361 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.361 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.361 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.361 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.362 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.362 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.362 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.362 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.362 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.360 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.362 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.362 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.362 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.360 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@374baea3] 2020-08-17 15:11:15.362 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.362 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@454e2454] 2020-08-17 15:11:15.363 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@732c2ea3] 2020-08-17 15:11:15.363 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.363 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.363 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.363 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.363 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.363 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.363 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.363 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.363 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.363 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.363 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.363 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.363 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.363 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.364 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.364 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.364 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@577f84ca] 2020-08-17 15:11:15.364 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.364 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.364 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.364 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.364 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2f1aef31] 2020-08-17 15:11:15.364 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.364 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.364 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.364 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.364 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.365 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.365 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.365 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.374 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.374 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.374 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.374 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.374 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.374 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@214afa74] 2020-08-17 15:11:15.374 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.375 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.375 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.375 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.377 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.377 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.377 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.377 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.378 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.378 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.378 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.378 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.378 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.378 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.378 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.378 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.378 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.378 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.378 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6b7e53a1] 2020-08-17 15:11:15.378 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@10faf0f2] 2020-08-17 15:11:15.378 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.378 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.378 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.378 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.378 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.378 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.378 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.378 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6b60d148] 2020-08-17 15:11:15.378 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.378 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.378 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.378 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.378 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.378 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.378 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.379 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@aff38c0] 2020-08-17 15:11:15.378 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@127ab0a4] 2020-08-17 15:11:15.379 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.379 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.379 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.379 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.379 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.379 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.379 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.379 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.379 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.379 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.379 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.379 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.379 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.379 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.379 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.380 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.380 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.383 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.383 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.383 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.383 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.383 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.383 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@e7de5de] 2020-08-17 15:11:15.383 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.384 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.384 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.384 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.393 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.393 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.393 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.393 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.393 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.393 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.393 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.393 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.393 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.393 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2ac9d0b] 2020-08-17 15:11:15.393 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.393 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.393 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4639881a] 2020-08-17 15:11:15.393 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.394 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.394 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.394 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.394 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.394 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.394 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.395 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.395 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.395 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.395 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.395 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.395 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@65483583] 2020-08-17 15:11:15.395 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.396 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.396 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.396 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.397 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.397 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.397 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.397 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.397 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.397 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@61a4885a] 2020-08-17 15:11:15.397 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.398 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.398 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.398 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.400 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.400 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.400 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.400 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.400 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.400 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@31c9a39] 2020-08-17 15:11:15.400 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.401 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.401 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.401 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.406 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.406 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.406 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.406 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.406 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.407 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2c2693e5] 2020-08-17 15:11:15.407 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.407 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.407 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.407 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.409 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.409 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.409 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.409 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.409 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.409 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.409 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@56fc05a3] 2020-08-17 15:11:15.409 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.409 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:15.409 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile 2020-08-17 15:11:15.410 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:15.410 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile 2020-08-17 15:11:15.410 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597637802563/debug_char_auxRoi_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@829cd9b] 2020-08-17 15:11:15.410 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.410 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.410 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.410 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:15.410 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]> 2020-08-17 15:11:15.410 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:15.410 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解 2020-08-17 15:11:29.591 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:29.591 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null 2020-08-17 15:11:29.591 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir 2020-08-17 15:11:29.592 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1 2020-08-17 15:11:29.592 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir 2020-08-17 15:11:29.592 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5CVideo, png,jpg,jpeg] 2020-08-17 15:11:29.592 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ==================== 2020-08-17 15:11:29.592 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: [] 2020-08-17 15:11:29.592 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================