摘要:
1,导入log4j-1.2.15.jar 2,在src下面新建log4j.properties 其内容为 ### 设置### log4j.rootLogger = debug,stdout,D,E ### 输出信息到控制抬 ### log4j.appender.stdout = org.apache 阅读全文
posted @ 2020-08-27 17:22
爱跳舞的程序员
阅读(649)
评论(0)
推荐(0)
摘要:
#性能配置 一般配置cpu的核数worker_processes 64;events { worker_connections 1024;} http { include mime.types; default_type application/octet-stream; sendfile on; 阅读全文
posted @ 2020-08-27 15:02
爱跳舞的程序员
阅读(1036)
评论(0)
推荐(0)