摘要: #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; events { worker_connections ... 阅读全文
posted @ 2017-08-31 14:38 GL_BKY 阅读(275) 评论(0) 推荐(0) 编辑
摘要: //一个jar包可以包含多个entry,这样就能实现下面功能 1.I/O 读文件流步骤 File file=new File(filePath); InputStreamReader read = new InputStreamReader(new FileInputStream(file)); ... 阅读全文
posted @ 2017-08-31 12:44 GL_BKY 阅读(238) 评论(0) 推荐(0) 编辑