You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2001 lines
260 KiB
2001 lines
260 KiB
4 years ago
|
2020-08-14 09:12:28.650 [main] INFO com.yuxue.Application - Starting Application on H with PID 18688 (started by 韩先生 in D:\吃饭家伙\Java\Java文件\yx-image-recognition)
|
||
|
2020-08-14 09:12:28.659 [main] INFO com.yuxue.Application - The following profiles are active: dev
|
||
|
2020-08-14 09:12:30.698 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'threadPoolConfig' of type [com.yuxue.config.ThreadPoolConfig$$EnhancerBySpringCGLIB$$5eafe92a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||
|
2020-08-14 09:12:30.879 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$792d23e0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||
|
2020-08-14 09:12:31.037 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'defaultAopConfig' of type [com.yuxue.aop.DefaultAopConfig$$EnhancerBySpringCGLIB$$63305703] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||
|
2020-08-14 09:12:31.046 [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-14 09:12:32.070 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 16666 (http)
|
||
|
2020-08-14 09:12:32.115 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
||
|
2020-08-14 09:12:32.117 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.19]
|
||
|
2020-08-14 09:12:32.405 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
||
|
2020-08-14 09:12:32.504 [main] INFO o.s.boot.web.servlet.RegistrationBean - Servlet statViewServlet was not registered (possibly already registered?)
|
||
|
2020-08-14 09:12:32.852 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
||
|
2020-08-14 09:12:34.098 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'taskExecutor'
|
||
|
2020-08-14 09:12:34.902 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
||
|
2020-08-14 09:12:35.042 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed
|
||
|
2020-08-14 09:12:35.069 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
||
|
2020-08-14 09:12:35.084 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references
|
||
|
2020-08-14 09:12:35.319 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 16666 (http) with context path ''
|
||
|
2020-08-14 09:12:35.325 [main] INFO com.yuxue.Application - Started Application in 7.423 seconds (JVM running for 7.963)
|
||
|
2020-08-14 09:12:38.287 [http-nio-16666-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
||
|
2020-08-14 09:12:38.344 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:38.344 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:38.345 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666/index
|
||
|
2020-08-14 09:12:38.346 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 127.0.0.1
|
||
|
2020-08-14 09:12:38.348 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.CommonController.indexPage
|
||
|
2020-08-14 09:12:38.349 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: []
|
||
|
2020-08-14 09:12:38.349 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:38.354 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: home/index
|
||
|
2020-08-14 09:12:38.354 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:38.355 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:38.896 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:38.896 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:38.896 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666/systemMenu/getUserMenu
|
||
|
2020-08-14 09:12:38.896 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:38.897 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.SystemMenuController.getUserMenu
|
||
|
2020-08-14 09:12:38.897 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: []
|
||
|
2020-08-14 09:12:38.897 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:39.386 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: {third=java.util.stream.ReferencePipeline$2@68fe4f53, first=java.util.stream.ReferencePipeline$2@23d9e6da, second=java.util.stream.ReferencePipeline$2@71498fe6}
|
||
|
2020-08-14 09:12:39.386 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:39.621 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:39.622 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:39.622 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/getProcessStep
|
||
|
2020-08-14 09:12:39.622 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 127.0.0.1
|
||
|
2020-08-14 09:12:39.622 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.getProcessStep
|
||
|
2020-08-14 09:12:39.622 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: []
|
||
|
2020-08-14 09:12:39.622 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:39.632 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:39.632 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:39.632 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir
|
||
|
2020-08-14 09:12:39.632 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:39.632 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir
|
||
|
2020-08-14 09:12:39.633 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [null, png,jpg,jpeg]
|
||
|
2020-08-14 09:12:39.633 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:39.636 [http-nio-16666-exec-9] 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-14 09:12:39.637 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:39.768 [http-nio-16666-exec-8] 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":"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}]
|
||
|
2020-08-14 09:12:39.770 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:41.786 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:41.787 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:41.788 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir
|
||
|
2020-08-14 09:12:41.788 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:41.788 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir
|
||
|
2020-08-14 09:12:41.788 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C03_%E7%BB%BF%E7%89%8C, png,jpg,jpeg]
|
||
|
2020-08-14 09:12:41.788 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:41.789 [http-nio-16666-exec-6] 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-14 09:12:41.790 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:42.586 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:42.587 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:42.587 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:42.587 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:42.587 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise
|
||
|
2020-08-14 09:12:42.587 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:42.587 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:42.587 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 127.0.0.1
|
||
|
2020-08-14 09:12:42.587 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise
|
||
|
2020-08-14 09:12:42.588 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:42.588 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C03_%E7%BB%BF%E7%89%8C%5C%E6%B5%99AF66316.jpg, false]
|
||
|
2020-08-14 09:12:42.588 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:42.588 [http-nio-16666-exec-5] 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@1e0d7797]
|
||
|
2020-08-14 09:12:42.588 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:42.600 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:42.600 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:42.601 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:43.481 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:43.482 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:43.482 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise
|
||
|
2020-08-14 09:12:43.482 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 127.0.0.1
|
||
|
2020-08-14 09:12:43.482 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise
|
||
|
2020-08-14 09:12:43.482 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C03_%E7%BB%BF%E7%89%8C%5C%E7%B2%A4BD123456.jpg, false]
|
||
|
2020-08-14 09:12:43.482 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:43.485 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:43.485 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:43.485 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:43.486 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:43.486 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:43.486 [http-nio-16666-exec-9] 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@6223483c]
|
||
|
2020-08-14 09:12:43.486 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:43.497 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:43.497 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:43.498 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:44.313 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:44.313 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:44.313 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:44.313 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:44.313 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise
|
||
|
2020-08-14 09:12:44.313 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:44.314 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:44.314 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:44.314 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:44.314 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise
|
||
|
2020-08-14 09:12:44.314 [http-nio-16666-exec-3] 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@34b8d3bc]
|
||
|
2020-08-14 09:12:44.314 [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, false]
|
||
|
2020-08-14 09:12:44.314 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:44.314 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:44.322 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:44.322 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:44.322 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.488 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=131, fileName=粤BD29099.jpg, filePath=D:/PlateDetect/03_绿牌/粤BD29099.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-14 01:12:44, tempPath=D:/PlateDetect/temp/1597367564328/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3194, parentId=131, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597367564328/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3199, parentId=131, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597367564328/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3192, parentId=131, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597367564328/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3189, parentId=131, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597367564328/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3188, parentId=131, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597367564328/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3196, parentId=131, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597367564328/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3195, parentId=131, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597367564328/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3200, parentId=131, fileName=debug_crop_2.jpg, filePath=D:/PlateDetect/temp/1597367564328/debug_crop_2.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3190, parentId=131, fileName=debug_crop_3.jpg, filePath=D:/PlateDetect/temp/1597367564328/debug_crop_3.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3198, parentId=131, fileName=debug_crop_4.jpg, filePath=D:/PlateDetect/temp/1597367564328/debug_crop_4.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3193, parentId=131, fileName=debug_crop_5.jpg, filePath=D:/PlateDetect/temp/1597367564328/debug_crop_5.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3191, parentId=131, fileName=debug_crop_6.jpg, filePath=D:/PlateDetect/temp/1597367564328/debug_crop_6.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3180, parentId=131, fileName=debug_crop_7.jpg, filePath=D:/PlateDetect/temp/1597367564328/debug_crop_7.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3187, parentId=131, fileName=debug_crop_8.jpg, filePath=D:/PlateDetect/temp/1597367564328/debug_crop_8.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3197, parentId=131, fileName=debug_crop_9.jpg, filePath=D:/PlateDetect/temp/1597367564328/debug_crop_9.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3182, parentId=131, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597367564328/debug_resize_1.jpg, debugType=d
|
||
|
2020-08-14 09:12:46.490 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.518 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.518 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.518 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.518 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.519 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.519 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367564328/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7dbc2d3f]
|
||
|
2020-08-14 09:12:46.519 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.519 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.520 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.521 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.521 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.521 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.521 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367564328/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@15a94991]
|
||
|
2020-08-14 09:12:46.521 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.521 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.522 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.522 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.522 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.522 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.522 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367564328/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3b23e8ad]
|
||
|
2020-08-14 09:12:46.522 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.519 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.531 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.531 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.532 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.536 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.536 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.536 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.536 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.537 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.559 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.559 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.551 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=130, fileName=粤BD123456.jpg, filePath=D:/PlateDetect/03_绿牌/粤BD123456.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-14 01:12:43, tempPath=D:/PlateDetect/temp/1597367563499/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3211, parentId=130, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597367563499/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3210, parentId=130, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597367563499/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3208, parentId=130, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597367563499/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3221, parentId=130, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597367563499/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3202, parentId=130, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597367563499/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3206, parentId=130, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597367563499/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3222, parentId=130, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597367563499/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3223, parentId=130, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597367563499/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3224, parentId=130, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597367563499/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3207, parentId=130, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597367563499/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3213, parentId=130, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597367563499/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3209, parentId=130, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597367563499/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3216, parentId=130, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597367563499/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3218, parentId=130, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597367563499/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3203, parentId=130, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597367563499/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3212, par
|
||
|
2020-08-14 09:12:46.559 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.536 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.560 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.560 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.560 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367564328/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@66b20ab4]
|
||
|
2020-08-14 09:12:46.560 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.556 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.556 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.561 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.563 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.561 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.567 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.560 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.568 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.568 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.568 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367564328/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@79c3118b]
|
||
|
2020-08-14 09:12:46.568 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.568 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.572 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.572 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.573 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.573 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.573 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.574 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367564328/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@77ca56ab]
|
||
|
2020-08-14 09:12:46.574 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.569 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367564328/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3f6edae4]
|
||
|
2020-08-14 09:12:46.581 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.584 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.584 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.584 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.585 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 127.0.0.1
|
||
|
2020-08-14 09:12:46.585 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.585 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367564328/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@61d9c2f5]
|
||
|
2020-08-14 09:12:46.585 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.587 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.588 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.588 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.591 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: PlateFileEntity(id=129, fileName=浙AF66316.jpg, filePath=D:/PlateDetect/03_绿牌/浙AF66316.jpg, fileType=jpg, fileLength=0, plate=, plateColor=, lastRecoTime=2020-08-14 01:12:42, tempPath=D:/PlateDetect/temp/1597367562615/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3266, parentId=129, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597367562615/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3263, parentId=129, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597367562615/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3257, parentId=129, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597367562615/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3261, parentId=129, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597367562615/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3248, parentId=129, fileName=debug_char_contour11.jpg, filePath=D:/PlateDetect/temp/1597367562615/debug_char_contour11.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3245, parentId=129, fileName=debug_char_contour12.jpg, filePath=D:/PlateDetect/temp/1597367562615/debug_char_contour12.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3235, parentId=129, fileName=debug_char_contour13.jpg, filePath=D:/PlateDetect/temp/1597367562615/debug_char_contour13.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3241, parentId=129, fileName=debug_char_contour14.jpg, filePath=D:/PlateDetect/temp/1597367562615/debug_char_contour14.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3237, parentId=129, fileName=debug_char_contour15.jpg, filePath=D:/PlateDetect/temp/1597367562615/debug_char_contour15.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3267, parentId=129, fileName=debug_char_contour16.jpg, filePath=D:/PlateDetect/temp/1597367562615/debug_char_contour16.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3265, parentId=129, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597367562615/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3268, parentId=129, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597367562615/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3253, parentId=129, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597367562615/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3259, parentId=129, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597367562615/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:12:46, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3256, parentId=129, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597367562615/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:12:46,
|
||
|
2020-08-14 09:12:46.593 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.596 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.597 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.597 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.603 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.604 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.604 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.616 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.617 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.617 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.617 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.617 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.617 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367564328/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5e59bfb9]
|
||
|
2020-08-14 09:12:46.617 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.618 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.619 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.619 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.619 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.619 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.619 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367564328/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@35e411b9]
|
||
|
2020-08-14 09:12:46.619 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.626 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.626 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.627 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.628 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.628 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.628 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367564328/debug_crop_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@31c4fb8d]
|
||
|
2020-08-14 09:12:46.628 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.630 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.630 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.631 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.631 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.631 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.631 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.638 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.639 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.639 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.640 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.640 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.640 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.640 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.640 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.640 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367564328/debug_crop_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@38bebcec]
|
||
|
2020-08-14 09:12:46.640 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.642 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.643 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.643 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.650 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.650 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.650 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.650 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.650 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.650 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367563499/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7f2a3640]
|
||
|
2020-08-14 09:12:46.650 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.653 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.653 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.653 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.653 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.653 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.653 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367564328/debug_crop_7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7f2ac4ba]
|
||
|
2020-08-14 09:12:46.653 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.655 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.655 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.655 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.656 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.656 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.656 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.656 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.656 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.656 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367563499/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@dd48219]
|
||
|
2020-08-14 09:12:46.656 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.657 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.658 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.658 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.658 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.659 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.659 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.659 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.659 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.659 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367564328/debug_crop_8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4f0cf7ff]
|
||
|
2020-08-14 09:12:46.659 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.663 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.663 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.665 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.667 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.667 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.668 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.668 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.668 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 127.0.0.1
|
||
|
2020-08-14 09:12:46.668 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.668 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.668 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367564328/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@31db83dd]
|
||
|
2020-08-14 09:12:46.668 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.668 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367564328/debug_crop_9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@44e832d1]
|
||
|
2020-08-14 09:12:46.668 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.667 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.668 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.668 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.672 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.672 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.672 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.672 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.678 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.678 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.683 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.683 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.683 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.684 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.686 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.688 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.689 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.689 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.689 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367564328/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1e043f67]
|
||
|
2020-08-14 09:12:46.689 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.703 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.703 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.703 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.703 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.703 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.703 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.713 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.714 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.714 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.720 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.720 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.720 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.720 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.720 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.720 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367564328/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5d13d132]
|
||
|
2020-08-14 09:12:46.720 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.728 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.728 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.728 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.728 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.728 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.728 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367564328/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@280ee206]
|
||
|
2020-08-14 09:12:46.729 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.731 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.731 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.731 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.731 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.731 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.731 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367564328/debug_resize_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6814f0dd]
|
||
|
2020-08-14 09:12:46.731 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.735 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.735 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.735 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.735 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.735 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.735 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367564328/debug_resize_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@23349075]
|
||
|
2020-08-14 09:12:46.735 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.735 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.735 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.736 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.736 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.736 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.737 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.737 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.737 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 127.0.0.1
|
||
|
2020-08-14 09:12:46.737 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.737 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4402105d]
|
||
|
2020-08-14 09:12:46.737 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.735 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.737 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.738 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.738 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.738 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367564328/debug_resize_7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@9d0ba29]
|
||
|
2020-08-14 09:12:46.738 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.744 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.745 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.745 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.751 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.751 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.752 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.752 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.752 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.752 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.752 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.752 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.752 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@84acbff]
|
||
|
2020-08-14 09:12:46.752 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.753 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.753 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.753 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.757 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.757 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.757 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.758 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.758 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.758 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367564328/debug_resize_8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6d9de38a]
|
||
|
2020-08-14 09:12:46.758 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.755 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.760 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.760 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.766 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.766 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.766 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.766 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.766 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.766 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.766 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.766 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.767 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367564328/debug_resize_9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@74d91b82]
|
||
|
2020-08-14 09:12:46.767 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.766 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.768 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.768 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.768 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.768 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.768 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367563499/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@71171870]
|
||
|
2020-08-14 09:12:46.768 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.769 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.769 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.769 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.769 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.770 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.770 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367563499/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2319137d]
|
||
|
2020-08-14 09:12:46.770 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.774 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.775 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.775 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.775 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.775 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.775 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367563499/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2407c8b3]
|
||
|
2020-08-14 09:12:46.775 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.779 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.779 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.779 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.785 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.786 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.786 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.790 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.790 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.791 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.791 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.791 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.791 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367563499/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1e941591]
|
||
|
2020-08-14 09:12:46.791 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.792 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.792 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.793 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.793 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.793 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.793 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367563499/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@56ea9f43]
|
||
|
2020-08-14 09:12:46.793 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.796 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.796 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.796 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.804 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.804 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.804 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.805 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.805 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.805 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.808 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.808 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.808 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.808 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.808 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.808 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.808 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 127.0.0.1
|
||
|
2020-08-14 09:12:46.808 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.808 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367563499/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@571e2901]
|
||
|
2020-08-14 09:12:46.808 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.810 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.810 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.811 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.811 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.811 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.811 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367563499/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2660844e]
|
||
|
2020-08-14 09:12:46.811 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.813 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.813 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.813 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.814 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.814 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.814 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.814 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.814 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.814 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367563499/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@509be334]
|
||
|
2020-08-14 09:12:46.814 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.818 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.818 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.818 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.818 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.818 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.818 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367563499/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@694823b4]
|
||
|
2020-08-14 09:12:46.818 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.820 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.820 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.820 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.829 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.829 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.829 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.829 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.830 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.830 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367563499/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@59d2dfd2]
|
||
|
2020-08-14 09:12:46.830 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.831 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.831 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.832 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.832 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.832 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.832 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367563499/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@455d5650]
|
||
|
2020-08-14 09:12:46.832 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.832 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.832 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.832 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.832 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.832 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.832 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.837 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.838 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.838 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.841 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.841 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.841 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.843 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.843 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.843 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.844 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.844 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.844 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.844 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.844 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.844 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367563499/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@94cc5e0]
|
||
|
2020-08-14 09:12:46.844 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.847 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.847 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.847 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.847 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.847 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.847 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367563499/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7a6a1a30]
|
||
|
2020-08-14 09:12:46.847 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.851 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.852 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.852 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.855 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.857 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.858 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.858 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.858 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 127.0.0.1
|
||
|
2020-08-14 09:12:46.858 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.858 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367563499/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@455be35f]
|
||
|
2020-08-14 09:12:46.858 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.860 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.860 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.860 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.860 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.860 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.858 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.860 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367563499/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@31cef566]
|
||
|
2020-08-14 09:12:46.860 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.860 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.860 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.860 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.860 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367563499/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@71c63b8c]
|
||
|
2020-08-14 09:12:46.860 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.862 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.862 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.862 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.862 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.862 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.863 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367563499/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7f46b583]
|
||
|
2020-08-14 09:12:46.863 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.865 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.865 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.865 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.872 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.872 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.872 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.874 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.875 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.875 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.876 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.877 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.877 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367563499/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@45674947]
|
||
|
2020-08-14 09:12:46.877 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.886 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.886 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.886 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.886 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.886 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.886 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367563499/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@700cb6e4]
|
||
|
2020-08-14 09:12:46.886 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.890 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.890 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.890 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.897 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.897 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.897 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.897 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.897 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.897 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367563499/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@40a68a90]
|
||
|
2020-08-14 09:12:46.897 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.898 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.898 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.898 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.900 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.901 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.901 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.905 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.905 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.905 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.908 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.908 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.908 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.908 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 127.0.0.1
|
||
|
2020-08-14 09:12:46.908 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.908 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367563499/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1585c423]
|
||
|
2020-08-14 09:12:46.908 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.908 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.909 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.909 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.909 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.909 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.909 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367563499/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@534c0ed3]
|
||
|
2020-08-14 09:12:46.909 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.915 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.915 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.915 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.915 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.915 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.915 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@76b36077]
|
||
|
2020-08-14 09:12:46.915 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.919 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.919 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.919 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.923 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.924 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.924 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.924 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.924 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.924 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.924 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.924 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.925 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.925 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.925 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.925 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@28cfef5d]
|
||
|
2020-08-14 09:12:46.925 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.929 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.929 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.929 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.929 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.929 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.929 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.929 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.929 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.929 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_char_contour10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6cb675a7]
|
||
|
2020-08-14 09:12:46.929 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.930 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.930 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.934 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.934 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.934 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.934 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.934 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.934 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.934 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_char_contour11.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3c9f7118]
|
||
|
2020-08-14 09:12:46.934 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.935 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.935 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.935 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.938 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.938 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.938 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.940 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.941 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.941 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.941 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.941 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.941 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_char_contour12.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5f709bc2]
|
||
|
2020-08-14 09:12:46.941 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.942 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.943 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.943 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.943 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.943 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.943 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_char_contour13.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1c918e7f]
|
||
|
2020-08-14 09:12:46.943 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.944 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.944 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.944 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.944 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.945 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.945 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_char_contour14.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7183e1ec]
|
||
|
2020-08-14 09:12:46.945 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.948 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.948 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.948 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.948 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.948 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.948 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.949 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 127.0.0.1
|
||
|
2020-08-14 09:12:46.949 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.949 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_char_contour15.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@783eb041]
|
||
|
2020-08-14 09:12:46.949 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.953 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.953 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.953 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.953 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.953 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.953 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.953 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.953 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.954 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_char_contour16.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4c2b715f]
|
||
|
2020-08-14 09:12:46.954 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.955 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.955 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.955 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.958 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.959 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.959 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.962 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.962 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.962 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.963 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.963 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.963 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@14f6e4cd]
|
||
|
2020-08-14 09:12:46.963 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.963 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.963 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.963 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.963 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.963 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.963 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@69df5fb]
|
||
|
2020-08-14 09:12:46.963 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.965 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.965 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.965 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.965 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.965 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.966 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@589143a3]
|
||
|
2020-08-14 09:12:46.966 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.972 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.972 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.973 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.974 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.974 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.974 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.977 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.977 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.977 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.982 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.982 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.982 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.982 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.982 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.982 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@33f7a4e5]
|
||
|
2020-08-14 09:12:46.982 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.984 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.985 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.985 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.985 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.985 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.985 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@57f61f0d]
|
||
|
2020-08-14 09:12:46.985 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.986 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.986 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.986 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.986 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 127.0.0.1
|
||
|
2020-08-14 09:12:46.986 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.986 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4f055ad0]
|
||
|
2020-08-14 09:12:46.986 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.986 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.986 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.986 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.987 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.987 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.987 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.987 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.987 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.987 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.992 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.992 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.992 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.992 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.993 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.993 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6c99f0e]
|
||
|
2020-08-14 09:12:46.993 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.995 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:46.995 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:46.995 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:46.996 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:46.996 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:46.996 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:46.997 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:46.997 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:46.997 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1b7b2724]
|
||
|
2020-08-14 09:12:46.997 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.000 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:47.000 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:47.001 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:47.001 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:47.001 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:47.001 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:47.001 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:47.001 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:47.001 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5a127a88]
|
||
|
2020-08-14 09:12:47.001 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:47.001 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.001 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:47.001 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@50a503b6]
|
||
|
2020-08-14 09:12:47.001 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.004 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.004 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.004 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.010 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.010 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.010 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.010 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.010 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.010 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.011 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:47.011 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:47.011 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:47.011 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:47.011 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:47.011 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4eb9ff1e]
|
||
|
2020-08-14 09:12:47.011 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.019 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.019 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.019 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.019 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:47.019 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:47.019 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:47.019 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:47.019 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:47.019 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5856d3e4]
|
||
|
2020-08-14 09:12:47.019 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.027 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.027 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.028 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.032 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.032 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.032 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.035 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.035 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.035 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.041 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.041 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.041 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.043 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:47.045 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:47.045 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:47.045 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 127.0.0.1
|
||
|
2020-08-14 09:12:47.045 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:47.045 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@60b0684c]
|
||
|
2020-08-14 09:12:47.045 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.051 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:47.051 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:47.051 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:47.051 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:47.051 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:47.051 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@11970421]
|
||
|
2020-08-14 09:12:47.051 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.051 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:47.051 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:47.051 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:47.051 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:47.051 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:47.052 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7f0bc3c4]
|
||
|
2020-08-14 09:12:47.052 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.052 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:47.052 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:47.052 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:47.052 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:47.052 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:47.052 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6429787d]
|
||
|
2020-08-14 09:12:47.052 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.060 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:47.060 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:47.060 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:47.060 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:47.060 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:47.060 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_crop_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6630ad]
|
||
|
2020-08-14 09:12:47.060 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.063 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.063 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.063 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.065 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:47.066 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:47.066 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:47.066 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:47.066 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:47.066 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_crop_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4717107]
|
||
|
2020-08-14 09:12:47.066 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.067 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.067 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.067 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.069 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:47.070 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:47.070 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:47.070 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:47.070 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:47.070 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6179cf4f]
|
||
|
2020-08-14 09:12:47.070 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.075 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:47.075 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:47.075 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:47.075 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:47.075 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:47.075 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7ea6bfce]
|
||
|
2020-08-14 09:12:47.075 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.076 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.077 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.077 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.080 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.081 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.081 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.082 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.082 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.082 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.086 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.086 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.086 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.087 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.087 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.087 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.094 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:47.094 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:47.094 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:47.094 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:47.094 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:47.094 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2c58be7d]
|
||
|
2020-08-14 09:12:47.094 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.094 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.094 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.094 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.094 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:47.094 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:47.094 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:47.094 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 127.0.0.1
|
||
|
2020-08-14 09:12:47.094 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:47.094 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_resize_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@351ed7ef]
|
||
|
2020-08-14 09:12:47.094 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.097 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:47.097 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:47.097 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:47.097 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:47.097 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:47.097 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_resize_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6b089d68]
|
||
|
2020-08-14 09:12:47.097 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.103 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:47.103 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:47.103 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:47.103 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:47.103 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:47.104 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@352b9b0b]
|
||
|
2020-08-14 09:12:47.104 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.104 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:47.104 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:47.104 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:47.104 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:47.104 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:47.104 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4252d12a]
|
||
|
2020-08-14 09:12:47.105 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.105 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:47.105 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:47.105 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:47.105 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:47.105 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:47.105 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@15ff3bfa]
|
||
|
2020-08-14 09:12:47.105 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.106 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.107 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.107 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.107 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.107 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.107 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.116 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:47.116 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:47.116 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:47.116 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:47.116 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:47.116 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@29ad28b2]
|
||
|
2020-08-14 09:12:47.116 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.117 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.117 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:47.118 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:47.118 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.118 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:47.118 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.118 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:47.118 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:47.118 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@6d3b580e]
|
||
|
2020-08-14 09:12:47.118 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.119 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.119 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.119 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.123 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:47.123 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:47.123 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:47.123 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:47.123 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:47.123 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@bcc4c57]
|
||
|
2020-08-14 09:12:47.123 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.126 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:47.126 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:47.126 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:47.127 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:47.127 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:47.127 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@33cbc6a2]
|
||
|
2020-08-14 09:12:47.127 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.132 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.132 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.132 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.132 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.132 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.132 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.135 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.136 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.136 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.139 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.139 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.139 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.140 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:47.141 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:47.141 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:47.141 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:47.141 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:47.141 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@727b3b07]
|
||
|
2020-08-14 09:12:47.141 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:47.141 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.141 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:47.141 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:47.141 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 127.0.0.1
|
||
|
2020-08-14 09:12:47.142 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:47.142 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_char_auxRoi_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4f63dd99]
|
||
|
2020-08-14 09:12:47.142 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.144 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:12:47.144 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:12:47.144 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:12:47.144 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:12:47.144 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:12:47.144 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597367562615/debug_char_auxRoi_7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1f5117b3]
|
||
|
2020-08-14 09:12:47.144 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.148 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.148 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.148 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.152 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.152 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.152 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.155 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.155 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.155 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.155 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.155 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.155 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:12:47.159 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:12:47.159 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:12:47.159 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:47:52.006 [main] INFO com.yuxue.Application - Starting Application on H with PID 4816 (started by 韩先生 in D:\吃饭家伙\Java\Java文件\yx-image-recognition)
|
||
|
2020-08-14 09:47:52.011 [main] INFO com.yuxue.Application - The following profiles are active: dev
|
||
|
2020-08-14 09:47:53.971 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'threadPoolConfig' of type [com.yuxue.config.ThreadPoolConfig$$EnhancerBySpringCGLIB$$ab1ab5a3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||
|
2020-08-14 09:47:54.113 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c597f059] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||
|
2020-08-14 09:47:54.230 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'defaultAopConfig' of type [com.yuxue.aop.DefaultAopConfig$$EnhancerBySpringCGLIB$$af9b237c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||
|
2020-08-14 09:47:54.236 [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-14 09:47:55.028 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 16666 (http)
|
||
|
2020-08-14 09:47:55.067 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
||
|
2020-08-14 09:47:55.068 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.19]
|
||
|
2020-08-14 09:47:55.264 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
||
|
2020-08-14 09:47:55.370 [main] INFO o.s.boot.web.servlet.RegistrationBean - Servlet statViewServlet was not registered (possibly already registered?)
|
||
|
2020-08-14 09:47:55.641 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
||
|
2020-08-14 09:47:56.696 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'taskExecutor'
|
||
|
2020-08-14 09:47:57.386 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
||
|
2020-08-14 09:47:57.503 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed
|
||
|
2020-08-14 09:47:57.526 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
||
|
2020-08-14 09:47:57.538 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references
|
||
|
2020-08-14 09:47:57.757 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 16666 (http) with context path ''
|
||
|
2020-08-14 09:47:57.763 [main] INFO com.yuxue.Application - Started Application in 6.539 seconds (JVM running for 8.576)
|
||
|
2020-08-14 09:48:00.846 [http-nio-16666-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
||
|
2020-08-14 09:48:00.895 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:48:00.896 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:48:00.896 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666/index
|
||
|
2020-08-14 09:48:00.896 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:48:00.898 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.CommonController.indexPage
|
||
|
2020-08-14 09:48:00.899 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: []
|
||
|
2020-08-14 09:48:00.899 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:48:00.906 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: home/index
|
||
|
2020-08-14 09:48:00.906 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:48:00.907 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:48:01.398 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:48:01.398 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:48:01.398 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666/systemMenu/getUserMenu
|
||
|
2020-08-14 09:48:01.398 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:48:01.399 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.SystemMenuController.getUserMenu
|
||
|
2020-08-14 09:48:01.399 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: []
|
||
|
2020-08-14 09:48:01.399 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:48:01.806 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: {third=java.util.stream.ReferencePipeline$2@693333a1, first=java.util.stream.ReferencePipeline$2@25f15717, second=java.util.stream.ReferencePipeline$2@52792a87}
|
||
|
2020-08-14 09:48:01.807 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:48:01.987 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:48:01.988 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:48:01.988 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/getProcessStep
|
||
|
2020-08-14 09:48:01.988 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:48:01.988 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.getProcessStep
|
||
|
2020-08-14 09:48:01.988 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: []
|
||
|
2020-08-14 09:48:01.989 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:48:01.998 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:48:01.998 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:48:01.999 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir
|
||
|
2020-08-14 09:48:01.999 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:48:01.999 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir
|
||
|
2020-08-14 09:48:01.999 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [null, png,jpg,jpeg]
|
||
|
2020-08-14 09:48:02.000 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:48:02.006 [http-nio-16666-exec-6] 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-14 09:48:02.006 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:48:02.125 [http-nio-16666-exec-5] 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":"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}]
|
||
|
2020-08-14 09:48:02.127 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:15.570 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:15.570 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:15.570 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir
|
||
|
2020-08-14 09:51:15.571 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:15.571 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir
|
||
|
2020-08-14 09:51:15.571 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5C01_%E8%93%9D%E7%89%8C, png,jpg,jpeg]
|
||
|
2020-08-14 09:51:15.571 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:15.574 [http-nio-16666-exec-9] 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-14 09:51:15.575 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:16.809 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:16.810 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:16.810 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:16.810 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise
|
||
|
2020-08-14 09:51:16.810 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:16.810 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:16.810 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:16.811 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise
|
||
|
2020-08-14 09:51:16.811 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:16.811 [http-nio-16666-exec-10] 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-14 09:51:16.811 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:16.811 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:16.812 [http-nio-16666-exec-1] 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@55c3084f]
|
||
|
2020-08-14 09:51:16.812 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:16.825 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:16.825 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:16.825 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:16.825 [http-nio-16666-exec-10] 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-14 09:51:16.826 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:20.284 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:20.284 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:20.285 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise
|
||
|
2020-08-14 09:51:20.285 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:20.285 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise
|
||
|
2020-08-14 09:51:20.285 [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, true]
|
||
|
2020-08-14 09:51:20.285 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.694 [http-nio-16666-exec-2] 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/1597369880290/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3305, parentId=34, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597369880290/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-14 01:51:23, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3287, parentId=34, fileName=debug_char_contour0.jpg, filePath=D:/PlateDetect/temp/1597369880290/debug_char_contour0.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:51:23, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3290, parentId=34, fileName=debug_char_contour1.jpg, filePath=D:/PlateDetect/temp/1597369880290/debug_char_contour1.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:51:23, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3294, parentId=34, fileName=debug_char_contour10.jpg, filePath=D:/PlateDetect/temp/1597369880290/debug_char_contour10.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:51:23, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3291, parentId=34, fileName=debug_char_contour11.jpg, filePath=D:/PlateDetect/temp/1597369880290/debug_char_contour11.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:51:23, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3286, parentId=34, fileName=debug_char_contour12.jpg, filePath=D:/PlateDetect/temp/1597369880290/debug_char_contour12.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:51:23, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3289, parentId=34, fileName=debug_char_contour13.jpg, filePath=D:/PlateDetect/temp/1597369880290/debug_char_contour13.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:51:23, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3302, parentId=34, fileName=debug_char_contour2.jpg, filePath=D:/PlateDetect/temp/1597369880290/debug_char_contour2.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:51:23, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3297, parentId=34, fileName=debug_char_contour3.jpg, filePath=D:/PlateDetect/temp/1597369880290/debug_char_contour3.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:51:23, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3299, parentId=34, fileName=debug_char_contour4.jpg, filePath=D:/PlateDetect/temp/1597369880290/debug_char_contour4.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:51:23, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3304, parentId=34, fileName=debug_char_contour5.jpg, filePath=D:/PlateDetect/temp/1597369880290/debug_char_contour5.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:51:23, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3303, parentId=34, fileName=debug_char_contour6.jpg, filePath=D:/PlateDetect/temp/1597369880290/debug_char_contour6.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:51:23, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3283, parentId=34, fileName=debug_char_contour7.jpg, filePath=D:/PlateDetect/temp/1597369880290/debug_char_contour7.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:51:23, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3282, parentId=34, fileName=debug_char_contour8.jpg, filePath=D:/PlateDetect/temp/1597369880290/debug_char_contour8.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:51:23, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3276, parentId=34, fileName=debug_char_contour9.jpg, filePath=D:/PlateDetect/temp/1597369880290/debug_char_contour9.jpg, debugType=debug_char, fileLength=0, lastRecoTime=2020-08-14 01:51:23, recoPl
|
||
|
2020-08-14 09:51:23.695 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.714 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.714 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.714 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.714 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.715 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.715 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4d36a016]
|
||
|
2020-08-14 09:51:23.715 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.716 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.716 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.716 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.716 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.716 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.717 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_char_contour0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2c6db7c2]
|
||
|
2020-08-14 09:51:23.717 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.722 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.722 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.722 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.722 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.723 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.723 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_char_contour10.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4f873599]
|
||
|
2020-08-14 09:51:23.723 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.728 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.728 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.728 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.729 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.729 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.730 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.730 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.730 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.730 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_char_contour11.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@23eb653d]
|
||
|
2020-08-14 09:51:23.730 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.729 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.729 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.733 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.733 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.733 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.733 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.733 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_char_contour1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@49577ccd]
|
||
|
2020-08-14 09:51:23.733 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.733 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.733 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_char_contour12.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4be84a1d]
|
||
|
2020-08-14 09:51:23.733 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.733 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.734 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.734 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.736 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.736 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.736 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.742 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.742 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.742 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.743 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.743 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.743 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7cd9e6c7]
|
||
|
2020-08-14 09:51:23.743 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.745 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.746 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.747 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.747 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.747 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.747 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.748 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.748 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.748 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.750 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.751 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.751 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.751 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.751 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.751 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_char_contour13.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@c654e48]
|
||
|
2020-08-14 09:51:23.751 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.758 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.758 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.759 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.759 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.759 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.759 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.759 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.759 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.759 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.759 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.759 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_char_contour2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@36890089]
|
||
|
2020-08-14 09:51:23.759 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_char_contour3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@f57c304]
|
||
|
2020-08-14 09:51:23.759 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.759 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.759 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.760 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.760 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.760 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.760 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.760 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_char_contour4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3cbdeb16]
|
||
|
2020-08-14 09:51:23.760 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.765 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.765 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.765 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.772 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.772 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.772 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.772 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.772 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.774 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.774 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.774 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.774 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.774 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.774 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.774 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_char_contour5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7cfb280c]
|
||
|
2020-08-14 09:51:23.774 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.781 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.782 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.782 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.782 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.782 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.782 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.782 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.782 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_char_contour6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1cb3448e]
|
||
|
2020-08-14 09:51:23.782 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.782 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.785 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.785 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.786 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.786 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.786 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.786 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_char_contour7.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@ad54026]
|
||
|
2020-08-14 09:51:23.787 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.789 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.790 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.790 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.794 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.794 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.794 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.794 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.794 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.794 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_char_contour8.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4d194123]
|
||
|
2020-08-14 09:51:23.794 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.798 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.799 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.799 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.799 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.799 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.799 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_char_contour9.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3f5908ad]
|
||
|
2020-08-14 09:51:23.799 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.800 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.801 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.801 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.804 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.804 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.804 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.811 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.811 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.811 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.811 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.811 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.811 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.812 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.812 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.812 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@537e2cb2]
|
||
|
2020-08-14 09:51:23.812 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.815 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.815 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.815 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.816 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.817 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.817 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@199c452]
|
||
|
2020-08-14 09:51:23.817 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.818 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.819 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.819 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.819 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.820 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.820 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.820 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.820 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.820 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4e00c45]
|
||
|
2020-08-14 09:51:23.820 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.821 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.822 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.822 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.825 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.825 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.826 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.826 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.826 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.826 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@70e7eef3]
|
||
|
2020-08-14 09:51:23.826 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.830 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.830 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.830 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.830 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.830 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.830 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3b8b171]
|
||
|
2020-08-14 09:51:23.831 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.832 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.832 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.832 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.833 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.833 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.833 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.841 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.841 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.841 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.841 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.841 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.841 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2a637138]
|
||
|
2020-08-14 09:51:23.841 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.843 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.843 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.843 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.846 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.846 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.846 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.847 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.847 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.847 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_crop_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2bf6d060]
|
||
|
2020-08-14 09:51:23.847 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.849 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.849 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.849 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.850 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.850 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.850 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.852 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.852 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.852 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.852 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.852 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.852 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_crop_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@32246448]
|
||
|
2020-08-14 09:51:23.853 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.858 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.858 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.858 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.858 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.858 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.859 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.859 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.859 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.859 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.859 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.859 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.859 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1fb98f82]
|
||
|
2020-08-14 09:51:23.859 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.868 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.868 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.868 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.872 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.873 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.873 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.873 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.873 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.873 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_resize_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@42543f72]
|
||
|
2020-08-14 09:51:23.873 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.875 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.875 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.875 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.875 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.876 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.876 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_resize_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@53066b70]
|
||
|
2020-08-14 09:51:23.876 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.881 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.881 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.881 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.881 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.882 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.882 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_char_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@431adc36]
|
||
|
2020-08-14 09:51:23.882 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.881 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.883 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.883 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.883 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.883 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.883 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_specMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1aeedb50]
|
||
|
2020-08-14 09:51:23.883 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.889 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.889 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.889 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.898 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.898 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.898 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.900 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.900 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.900 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.904 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.905 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.905 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.912 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.912 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.913 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.913 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.913 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.913 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_chineseMat.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1f3cf342]
|
||
|
2020-08-14 09:51:23.913 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.913 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.916 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.923 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.924 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.924 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.924 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.924 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.924 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.924 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_char_auxRoi_0.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5c3eb210]
|
||
|
2020-08-14 09:51:23.924 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.919 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.919 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.925 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.925 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.925 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.925 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.925 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.925 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.925 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.925 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.925 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_char_auxRoi_2.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@1695fa5b]
|
||
|
2020-08-14 09:51:23.925 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_char_auxRoi_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@70ef1d37]
|
||
|
2020-08-14 09:51:23.925 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.925 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.927 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.928 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.928 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.934 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.934 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.934 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.934 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.934 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.934 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_char_auxRoi_3.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@5bfcbc68]
|
||
|
2020-08-14 09:51:23.936 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.938 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.939 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.939 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.939 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.939 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.939 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.939 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.939 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.939 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_char_auxRoi_4.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@2f99049]
|
||
|
2020-08-14 09:51:23.939 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.943 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.943 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.943 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.944 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.944 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.944 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.945 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.945 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.945 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.946 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.947 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.947 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_char_auxRoi_5.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@29c82103]
|
||
|
2020-08-14 09:51:23.947 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.956 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 09:51:23.956 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 09:51:23.956 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 09:51:23.956 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 09:51:23.956 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 09:51:23.956 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597369880290/debug_char_auxRoi_6.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3b1568b3]
|
||
|
2020-08-14 09:51:23.956 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.959 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.960 [http-nio-16666-exec-4] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.960 [http-nio-16666-exec-4] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.962 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.962 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.963 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.967 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.967 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.967 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.970 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.970 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.971 [http-nio-16666-exec-8] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 09:51:23.979 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 09:51:23.979 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 09:51:23.979 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 10:08:03.164 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 10:08:03.165 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 10:08:03.165 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise
|
||
|
2020-08-14 10:08:03.165 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 10:08:03.165 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise
|
||
|
2020-08-14 10:08:03.165 [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-14 10:08:03.165 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:08:03.172 [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/1588642725208/, recoPlate=, recoColor=, recoCorrect=0, debug=[])
|
||
|
2020-08-14 10:08:03.173 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:08:03.182 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 10:08:03.182 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 10:08:03.182 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 10:08:03.182 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 10:08:03.182 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 10:08:03.182 [http-nio-16666-exec-5] 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@44ab9397]
|
||
|
2020-08-14 10:08:03.182 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:08:03.191 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 10:08:03.191 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:08:03.191 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 10:08:04.930 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 10:08:04.930 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 10:08:04.930 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//plate/recognise
|
||
|
2020-08-14 10:08:04.930 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 10:08:04.930 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.PlateController.recognise
|
||
|
2020-08-14 10:08:04.930 [http-nio-16666-exec-8] 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-14 10:08:04.930 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:08:05.049 [http-nio-16666-exec-8] 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/1597370884933/, recoPlate=, recoColor=, recoCorrect=0, debug=[PlateRecoDebugEntity(id=3310, parentId=22, fileName=debug_GaussianBlur.jpg, filePath=D:/PlateDetect/temp/1597370884933/debug_GaussianBlur.jpg, debugType=debug_GaussianBlur, fileLength=0, lastRecoTime=2020-08-14 02:08:05, recoPlate=, plateColor=, sort=0), PlateRecoDebugEntity(id=3311, parentId=22, fileName=debug_gray.jpg, filePath=D:/PlateDetect/temp/1597370884933/debug_gray.jpg, debugType=debug_gray, fileLength=0, lastRecoTime=2020-08-14 02:08:05, recoPlate=, plateColor=, sort=1), PlateRecoDebugEntity(id=3309, parentId=22, fileName=debug_Sobel.jpg, filePath=D:/PlateDetect/temp/1597370884933/debug_Sobel.jpg, debugType=debug_Sobel, fileLength=0, lastRecoTime=2020-08-14 02:08:05, recoPlate=, plateColor=, sort=2), PlateRecoDebugEntity(id=3313, parentId=22, fileName=debug_threshold.jpg, filePath=D:/PlateDetect/temp/1597370884933/debug_threshold.jpg, debugType=debug_threshold, fileLength=0, lastRecoTime=2020-08-14 02:08:05, recoPlate=, plateColor=, sort=3), PlateRecoDebugEntity(id=3308, parentId=22, fileName=debug_morphology.jpg, filePath=D:/PlateDetect/temp/1597370884933/debug_morphology.jpg, debugType=debug_morphology, fileLength=0, lastRecoTime=2020-08-14 02:08:05, recoPlate=, plateColor=, sort=4), PlateRecoDebugEntity(id=3312, parentId=22, fileName=debug_Contours.jpg, filePath=D:/PlateDetect/temp/1597370884933/debug_Contours.jpg, debugType=debug_Contours, fileLength=0, lastRecoTime=2020-08-14 02:08:05, recoPlate=, plateColor=, sort=5), PlateRecoDebugEntity(id=3314, parentId=22, fileName=debug_crop_1.jpg, filePath=D:/PlateDetect/temp/1597370884933/debug_crop_1.jpg, debugType=debug_crop, fileLength=0, lastRecoTime=2020-08-14 02:08:05, recoPlate=, plateColor=, sort=7), PlateRecoDebugEntity(id=3307, parentId=22, fileName=debug_resize_1.jpg, filePath=D:/PlateDetect/temp/1597370884933/debug_resize_1.jpg, debugType=debug_resize, fileLength=0, lastRecoTime=2020-08-14 02:08:05, recoPlate=, plateColor=, sort=8), PlateRecoDebugEntity(id=3306, parentId=22, fileName=result_0.png, filePath=D:/PlateDetect/temp/1597370884933/result_0.png, debugType=result, fileLength=0, lastRecoTime=2020-08-14 02:08:05, recoPlate=, plateColor=未知, sort=99)])
|
||
|
2020-08-14 10:08:05.049 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:08:05.059 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 10:08:05.059 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 10:08:05.059 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 10:08:05.059 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 10:08:05.059 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 10:08:05.059 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 10:08:05.059 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 10:08:05.059 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 10:08:05.059 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 10:08:05.059 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 10:08:05.059 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597370884933/debug_GaussianBlur.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@18b698dd]
|
||
|
2020-08-14 10:08:05.059 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:08:05.059 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597370884933/debug_gray.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7046e54c]
|
||
|
2020-08-14 10:08:05.059 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:08:05.062 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 10:08:05.062 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 10:08:05.062 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 10:08:05.062 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 10:08:05.062 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 10:08:05.062 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 10:08:05.062 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 10:08:05.062 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 10:08:05.062 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 10:08:05.062 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 10:08:05.062 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 10:08:05.062 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 10:08:05.062 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 10:08:05.062 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 10:08:05.063 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 10:08:05.062 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 10:08:05.063 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597370884933/debug_morphology.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7e2ad643]
|
||
|
2020-08-14 10:08:05.063 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 10:08:05.063 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:08:05.063 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 10:08:05.063 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597370884933/debug_Contours.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@3493d3f7]
|
||
|
2020-08-14 10:08:05.063 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 10:08:05.063 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:08:05.063 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597370884933/debug_Sobel.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@4cb406ee]
|
||
|
2020-08-14 10:08:05.063 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:08:05.063 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 10:08:05.063 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597370884933/debug_threshold.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@7e3833c]
|
||
|
2020-08-14 10:08:05.063 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:08:05.068 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 10:08:05.068 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 10:08:05.068 [http-nio-16666-exec-2] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:08:05.068 [http-nio-16666-exec-9] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:08:05.068 [http-nio-16666-exec-2] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 10:08:05.068 [http-nio-16666-exec-9] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 10:08:05.072 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 10:08:05.072 [http-nio-16666-exec-10] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:08:05.072 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 10:08:05.072 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 10:08:05.072 [http-nio-16666-exec-10] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 10:08:05.072 [http-nio-16666-exec-6] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:08:05.072 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 10:08:05.072 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:08:05.072 [http-nio-16666-exec-6] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 10:08:05.072 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:08:05.072 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 10:08:05.072 [http-nio-16666-exec-3] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 10:08:05.075 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 10:08:05.076 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 10:08:05.076 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 10:08:05.076 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 10:08:05.076 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 10:08:05.076 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597370884933/result_0.png, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@589bd0c0]
|
||
|
2020-08-14 10:08:05.076 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:08:05.077 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 10:08:05.077 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:08:05.077 [http-nio-16666-exec-1] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 10:08:05.079 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 10:08:05.080 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 10:08:05.080 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 10:08:05.080 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 10:08:05.080 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 10:08:05.080 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597370884933/debug_crop_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@a86415a]
|
||
|
2020-08-14 10:08:05.080 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:08:05.086 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 10:08:05.086 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 10:08:05.086 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/readFile
|
||
|
2020-08-14 10:08:05.086 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 10:08:05.086 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.readFile
|
||
|
2020-08-14 10:08:05.087 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:/PlateDetect/temp/1597370884933/debug_resize_1.jpg, com.alibaba.druid.support.http.WebStatFilter$StatHttpServletResponseWrapper@61b57846]
|
||
|
2020-08-14 10:08:05.087 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:08:05.090 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 10:08:05.091 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:08:05.091 [http-nio-16666-exec-7] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 10:08:05.095 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: <200 OK OK,InputStream resource [resource loaded through InputStream],[]>
|
||
|
2020-08-14 10:08:05.095 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:08:05.095 [http-nio-16666-exec-5] INFO com.yuxue.aop.AroundMethod - api添加了封装排除注解
|
||
|
2020-08-14 10:10:08.861 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 10:10:08.862 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 10:10:08.862 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir
|
||
|
2020-08-14 10:10:08.862 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 10:10:08.862 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir
|
||
|
2020-08-14 10:10:08.862 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5Ctrain, png,jpg,jpeg]
|
||
|
2020-08-14 10:10:08.862 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:10:08.863 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - RESPONSE: [{"fileName":"chars_recognise_ann","filePath":"D:\\PlateDetect\\train\\chars_recognise_ann","pid":"D:\\PlateDetect\\train","id":"D:\\PlateDetect\\train\\chars_recognise_ann","isDir":true}, {"fileName":"plate_detect_svm","filePath":"D:\\PlateDetect\\train\\plate_detect_svm","pid":"D:\\PlateDetect\\train","id":"D:\\PlateDetect\\train\\plate_detect_svm","isDir":true}]
|
||
|
2020-08-14 10:10:08.863 [http-nio-16666-exec-3] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:10:10.291 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 10:10:10.292 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 10:10:10.292 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir
|
||
|
2020-08-14 10:10:10.292 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 10:10:10.292 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir
|
||
|
2020-08-14 10:10:10.292 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5Ctrain%5Cchars_recognise_ann, png,jpg,jpeg]
|
||
|
2020-08-14 10:10:10.292 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:10:10.293 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - RESPONSE: [{"fileName":"learn","filePath":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn","pid":"D:\\PlateDetect\\train\\chars_recognise_ann","id":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn","isDir":true}]
|
||
|
2020-08-14 10:10:10.293 [http-nio-16666-exec-1] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:10:11.603 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 10:10:11.604 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 10:10:11.604 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir
|
||
|
2020-08-14 10:10:11.604 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 10:10:11.604 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir
|
||
|
2020-08-14 10:10:11.604 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5Ctrain%5Cchars_recognise_ann%5Clearn, png,jpg,jpeg]
|
||
|
2020-08-14 10:10:11.604 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:10:11.613 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - RESPONSE: [{"fileName":"0","filePath":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\0","pid":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn","id":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\0","isDir":true}, {"fileName":"1","filePath":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\1","pid":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn","id":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\1","isDir":true}, {"fileName":"2","filePath":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\2","pid":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn","id":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\2","isDir":true}, {"fileName":"3","filePath":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\3","pid":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn","id":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\3","isDir":true}, {"fileName":"4","filePath":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\4","pid":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn","id":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\4","isDir":true}, {"fileName":"5","filePath":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\5","pid":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn","id":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\5","isDir":true}, {"fileName":"6","filePath":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\6","pid":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn","id":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\6","isDir":true}, {"fileName":"7","filePath":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\7","pid":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn","id":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\7","isDir":true}, {"fileName":"8","filePath":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\8","pid":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn","id":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\8","isDir":true}, {"fileName":"9","filePath":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\9","pid":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn","id":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\9","isDir":true}, {"fileName":"A","filePath":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\A","pid":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn","id":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\A","isDir":true}, {"fileName":"B","filePath":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\B","pid":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn","id":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\B","isDir":true}, {"fileName":"C","filePath":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\C","pid":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn","id":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\C","isDir":true}, {"fileName":"D","filePath":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\D","pid":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn","id":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\D","isDir":true}, {"fileName":"E","filePath":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\E","pid":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn","id":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\E","isDir":true}, {"fileName":"F","filePath":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\F","pid":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn","id":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\F","isDir":true}, {"fileName":"G","filePath":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\G","pid":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn","id":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\G","isDir":true}, {"fileName":"H","filePath":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\H","pid":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn","id":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\H","isDir":true}, {"fileName":"J","filePath":"D:\\PlateDetect\\train\\chars_recognise_ann\\learn\\J",
|
||
|
2020-08-14 10:10:11.613 [http-nio-16666-exec-7] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:10:16.981 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 10:10:16.982 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 10:10:16.982 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir
|
||
|
2020-08-14 10:10:16.982 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 10:10:16.982 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir
|
||
|
2020-08-14 10:10:16.982 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5Ctrain%5Cplate_detect_svm, png,jpg,jpeg]
|
||
|
2020-08-14 10:10:16.982 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:10:16.982 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - RESPONSE: [{"fileName":"learn","filePath":"D:\\PlateDetect\\train\\plate_detect_svm\\learn","pid":"D:\\PlateDetect\\train\\plate_detect_svm","id":"D:\\PlateDetect\\train\\plate_detect_svm\\learn","isDir":true}, {"fileName":"test","filePath":"D:\\PlateDetect\\train\\plate_detect_svm\\test","pid":"D:\\PlateDetect\\train\\plate_detect_svm","id":"D:\\PlateDetect\\train\\plate_detect_svm\\test","isDir":true}]
|
||
|
2020-08-14 10:10:16.984 [http-nio-16666-exec-5] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:10:18.602 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
2020-08-14 10:10:18.602 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - Cookie: null
|
||
|
2020-08-14 10:10:18.602 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - GET=>http://localhost:16666//file/getFileTreeByDir
|
||
|
2020-08-14 10:10:18.602 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - IP: 0:0:0:0:0:0:0:1
|
||
|
2020-08-14 10:10:18.602 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - CLASS_METHOD: com.yuxue.controller.FileController.getFileTreeByDir
|
||
|
2020-08-14 10:10:18.602 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ARGS: [D:%5CPlateDetect%5Ctrain%5Cplate_detect_svm%5Ctest, png,jpg,jpeg]
|
||
|
2020-08-14 10:10:18.603 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|
||
|
2020-08-14 10:10:18.606 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - RESPONSE: [{"fileName":"A01_NMV802_0.jpg","filePath":"D:\\PlateDetect\\train\\plate_detect_svm\\test\\A01_NMV802_0.jpg","pid":"D:\\PlateDetect\\train\\plate_detect_svm\\test","id":"D:\\PlateDetect\\train\\plate_detect_svm\\test\\A01_NMV802_0.jpg","isDir":false}, {"fileName":"debug_resize_1.jpg","filePath":"D:\\PlateDetect\\train\\plate_detect_svm\\test\\debug_resize_1.jpg","pid":"D:\\PlateDetect\\train\\plate_detect_svm\\test","id":"D:\\PlateDetect\\train\\plate_detect_svm\\test\\debug_resize_1.jpg","isDir":false}, {"fileName":"debug_resize_2.jpg","filePath":"D:\\PlateDetect\\train\\plate_detect_svm\\test\\debug_resize_2.jpg","pid":"D:\\PlateDetect\\train\\plate_detect_svm\\test","id":"D:\\PlateDetect\\train\\plate_detect_svm\\test\\debug_resize_2.jpg","isDir":false}, {"fileName":"debug_resize_3.jpg","filePath":"D:\\PlateDetect\\train\\plate_detect_svm\\test\\debug_resize_3.jpg","pid":"D:\\PlateDetect\\train\\plate_detect_svm\\test","id":"D:\\PlateDetect\\train\\plate_detect_svm\\test\\debug_resize_3.jpg","isDir":false}, {"fileName":"S22_KG2187_3.jpg","filePath":"D:\\PlateDetect\\train\\plate_detect_svm\\test\\S22_KG2187_3.jpg","pid":"D:\\PlateDetect\\train\\plate_detect_svm\\test","id":"D:\\PlateDetect\\train\\plate_detect_svm\\test\\S22_KG2187_3.jpg","isDir":false}, {"fileName":"S22_KG2187_5.jpg","filePath":"D:\\PlateDetect\\train\\plate_detect_svm\\test\\S22_KG2187_5.jpg","pid":"D:\\PlateDetect\\train\\plate_detect_svm\\test","id":"D:\\PlateDetect\\train\\plate_detect_svm\\test\\S22_KG2187_5.jpg","isDir":false}]
|
||
|
2020-08-14 10:10:18.606 [http-nio-16666-exec-8] INFO com.yuxue.aop.WebAop - ====================
|
||
|
|