日志文件:/home/mxy/ch10.log 内容 2024年12月22日 星期日 14:51:11
<== Row: 2 jinyong 123456 金庸 1 1.jpg 4 2000-01-02 2 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 3 zhangwuji 123456 张无忌 1 2.jpg 2 2015-01-01 2 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 4 yangxiao 123456 杨逍 1 3.jpg 2 2008-05-01 2 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 5 weiyixiao 123456 韦一笑 1 4.jpg 2 2007-01-01 2 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Total: 5
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@74e2c2ce]
2024-11-04T19:33:37.375+08:00 INFO 18830 --- [ch10] [nio-8081-exec-5] cn.mxy.controller.DeptController : 查询全部部门数据
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4af4f64c] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@1144193378 wrapping com.mysql.cj.jdbc.ConnectionImpl@1116036f] will not be managed by Spring
==> Preparing: select * from dept_mxy
==> Parameters:
<== Columns: id name create_time update_time
<== Row: 3 穆氏咨询部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 4 穆氏就业部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 5 穆氏人事部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 12 穆氏教研部 2024-10-31 15:42:35 2024-10-31 15:42:35
<== Total: 4
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4af4f64c]
2024-11-04T20:13:22.042+08:00 INFO 18830 --- [ch10] [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x010x170x010x000x010x130x030x030x0f0xb90xa8Et0xaf0x94U50x1b0xc90xb50xc60x070xd70x7f(%0xdf0xca0xbbs_0xd9U=0xd5|0x19}0xc80xde ]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:407) ~[tomcat-embed-core-10.1.30.jar!/:na]
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:257) ~[tomcat-embed-core-10.1.30.jar!/:na]
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.30.jar!/:na]
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:905) ~[tomcat-embed-core-10.1.30.jar!/:na]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.30.jar!/:na]
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.30.jar!/:na]
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.30.jar!/:na]
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.30.jar!/:na]
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.30.jar!/:na]
at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na]
2024-11-04T21:13:24.628+08:00 INFO 18830 --- [ch10] [nio-8081-exec-1] cn.mxy.controller.EmpController : 分页査询,参数:15
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2863a629] was not registered for synchronization because synchronization is not active
Cache Hit Ratio [SQL_CACHE]: 0.5
JDBC Connection [HikariProxyConnection@1546282200 wrapping com.mysql.cj.jdbc.ConnectionImpl@6a26fa7e] will not be managed by Spring
==> Preparing: SELECT count(0) FROM emp_mxy
==> Parameters:
<== Columns: count(0)
<== Row: 18
<== Total: 1
==> Preparing: select * from emp_mxy LIMIT ?
==> Parameters: 5(Integer)
<== Columns: id username password name gender image job entrydate dept_id create_time update_time
<== Row: 1 dzjiang 123456 穆雪艳 2 1.jpg 4 2000-01-01 2 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 2 jinyong 123456 金庸 1 1.jpg 4 2000-01-02 2 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 3 zhangwuji 123456 张无忌 1 2.jpg 2 2015-01-01 2 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 4 yangxiao 123456 杨逍 1 3.jpg 2 2008-05-01 2 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 5 weiyixiao 123456 韦一笑 1 4.jpg 2 2007-01-01 2 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Total: 5
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2863a629]
2024-11-04T21:13:24.650+08:00 INFO 18830 --- [ch10] [nio-8081-exec-2] cn.mxy.controller.DeptController : 查询全部部门数据
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@65880fe5] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@1072463437 wrapping com.mysql.cj.jdbc.ConnectionImpl@6a26fa7e] will not be managed by Spring
==> Preparing: select * from dept_mxy
==> Parameters:
<== Columns: id name create_time update_time
<== Row: 3 穆氏咨询部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 4 穆氏就业部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 5 穆氏人事部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 12 穆氏教研部 2024-10-31 15:42:35 2024-10-31 15:42:35
<== Total: 4
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@65880fe5]
2024-11-04T21:13:27.014+08:00 INFO 18830 --- [ch10] [nio-8081-exec-3] cn.mxy.controller.DeptController : 查询全部部门数据
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@413035c6] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@822721558 wrapping com.mysql.cj.jdbc.ConnectionImpl@6a26fa7e] will not be managed by Spring
==> Preparing: select * from dept_mxy
==> Parameters:
<== Columns: id name create_time update_time
<== Row: 3 穆氏咨询部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 4 穆氏就业部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 5 穆氏人事部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 12 穆氏教研部 2024-10-31 15:42:35 2024-10-31 15:42:35
<== Total: 4
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@413035c6]
2024-11-04T21:13:34.830+08:00 INFO 18830 --- [ch10] [nio-8081-exec-4] cn.mxy.controller.DeptController : 查询全部部门数据
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@707910bc] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@54154737 wrapping com.mysql.cj.jdbc.ConnectionImpl@6a26fa7e] will not be managed by Spring
==> Preparing: select * from dept_mxy
==> Parameters:
<== Columns: id name create_time update_time
<== Row: 3 穆氏咨询部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 4 穆氏就业部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 5 穆氏人事部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 12 穆氏教研部 2024-10-31 15:42:35 2024-10-31 15:42:35
<== Total: 4
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@707910bc]
2024-11-04T21:13:38.987+08:00 INFO 18830 --- [ch10] [nio-8081-exec-5] cn.mxy.controller.DeptController : 查询全部部门数据
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@50e0b59] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@1755695906 wrapping com.mysql.cj.jdbc.ConnectionImpl@6a26fa7e] will not be managed by Spring
==> Preparing: select * from dept_mxy
==> Parameters:
<== Columns: id name create_time update_time
<== Row: 3 穆氏咨询部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 4 穆氏就业部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 5 穆氏人事部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 12 穆氏教研部 2024-10-31 15:42:35 2024-10-31 15:42:35
<== Total: 4
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@50e0b59]
2024-11-04T21:13:39.183+08:00 INFO 18830 --- [ch10] [nio-8081-exec-6] cn.mxy.controller.DeptController : 查询全部部门数据
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@132a91b6] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@1020018953 wrapping com.mysql.cj.jdbc.ConnectionImpl@6a26fa7e] will not be managed by Spring
==> Preparing: select * from dept_mxy
==> Parameters:
<== Columns: id name create_time update_time
<== Row: 3 穆氏咨询部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 4 穆氏就业部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 5 穆氏人事部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 12 穆氏教研部 2024-10-31 15:42:35 2024-10-31 15:42:35
<== Total: 4
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@132a91b6]
2024-11-04T21:13:40.956+08:00 INFO 18830 --- [ch10] [nio-8081-exec-7] cn.mxy.controller.EmpController : 分页査询,参数:15
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@43c27c12] was not registered for synchronization because synchronization is not active
Cache Hit Ratio [SQL_CACHE]: 0.6666666666666666
2024-11-04T21:13:40.959+08:00 INFO 18830 --- [ch10] [nio-8081-exec-8] cn.mxy.controller.DeptController : 查询全部部门数据
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@9e984c7] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@1291698868 wrapping com.mysql.cj.jdbc.ConnectionImpl@6a26fa7e] will not be managed by Spring
==> Preparing: SELECT count(0) FROM emp_mxy
==> Parameters:
JDBC Connection [HikariProxyConnection@120482698 wrapping com.mysql.cj.jdbc.ConnectionImpl@311efb7] will not be managed by Spring
==> Preparing: select * from dept_mxy
==> Parameters:
<== Columns: count(0)
<== Row: 18
<== Total: 1
==> Preparing: select * from emp_mxy LIMIT ?
<== Columns: id name create_time update_time
==> Parameters: 5(Integer)
<== Row: 3 穆氏咨询部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 4 穆氏就业部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 5 穆氏人事部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 12 穆氏教研部 2024-10-31 15:42:35 2024-10-31 15:42:35
<== Total: 4
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@9e984c7]
<== Columns: id username password name gender image job entrydate dept_id create_time update_time
<== Row: 1 dzjiang 123456 穆雪艳 2 1.jpg 4 2000-01-01 2 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 2 jinyong 123456 金庸 1 1.jpg 4 2000-01-02 2 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 3 zhangwuji 123456 张无忌 1 2.jpg 2 2015-01-01 2 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 4 yangxiao 123456 杨逍 1 3.jpg 2 2008-05-01 2 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 5 weiyixiao 123456 韦一笑 1 4.jpg 2 2007-01-01 2 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Total: 5
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@43c27c12]
2024-11-04T21:13:43.605+08:00 INFO 18830 --- [ch10] [io-8081-exec-10] cn.mxy.controller.DeptController : 查询全部部门数据
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@53cf2ac7] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@1443874549 wrapping com.mysql.cj.jdbc.ConnectionImpl@6a26fa7e] will not be managed by Spring
==> Preparing: select * from dept_mxy
==> Parameters:
<== Columns: id name create_time update_time
<== Row: 3 穆氏咨询部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 4 穆氏就业部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 5 穆氏人事部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 12 穆氏教研部 2024-10-31 15:42:35 2024-10-31 15:42:35
<== Total: 4
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@53cf2ac7]
2024-11-04T21:13:45.323+08:00 INFO 18830 --- [ch10] [nio-8081-exec-1] cn.mxy.controller.DeptController : 查询全部部门数据
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@30368047] was not registered for synchronization because synchronization is not active
2024-11-04T21:13:45.324+08:00 INFO 18830 --- [ch10] [nio-8081-exec-9] cn.mxy.controller.EmpController : 分页査询,参数:15
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@352d97db] was not registered for synchronization because synchronization is not active
Cache Hit Ratio [SQL_CACHE]: 0.75
JDBC Connection [HikariProxyConnection@1316890930 wrapping com.mysql.cj.jdbc.ConnectionImpl@6a26fa7e] will not be managed by Spring
==> Preparing: select * from dept_mxy
==> Parameters:
JDBC Connection [HikariProxyConnection@823268774 wrapping com.mysql.cj.jdbc.ConnectionImpl@311efb7] will not be managed by Spring
==> Preparing: SELECT count(0) FROM emp_mxy
==> Parameters:
<== Columns: id name create_time update_time
<== Columns: count(0)
<== Row: 18
<== Row: 3 穆氏咨询部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Total: 1
<== Row: 4 穆氏就业部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 5 穆氏人事部 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 12 穆氏教研部 2024-10-31 15:42:35 2024-10-31 15:42:35
<== Total: 4
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@30368047]
==> Preparing: select * from emp_mxy LIMIT ?
==> Parameters: 5(Integer)
<== Columns: id username password name gender image job entrydate dept_id create_time update_time
<== Row: 1 dzjiang 123456 穆雪艳 2 1.jpg 4 2000-01-01 2 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 2 jinyong 123456 金庸 1 1.jpg 4 2000-01-02 2 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 3 zhangwuji 123456 张无忌 1 2.jpg 2 2015-01-01 2 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 4 yangxiao 123456 杨逍 1 3.jpg 2 2008-05-01 2 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Row: 5 weiyixiao 123456 韦一笑 1 4.jpg 2 2007-01-01 2 2024-10-24 16:42:16 2024-10-24 16:42:16
<== Total: 5
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@352d97db]
2024-11-04T21:44:06.219+08:00 INFO 18830 --- [ch10] [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2024-11-04T21:44:06.336+08:00 INFO 18830 --- [ch10] [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.