03 2017 档案
Nginx负载均衡及反向代理配置文件
摘要:Nginx.conf配置如下 #user nobody;worker_processes 1; #error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info; #pid logs/n 阅读全文
posted @ 2017-03-28 16:34 xiemingjin 阅读(167) 评论(0) 推荐(0)
JAVA 删除文件价夹下的文件
摘要:主类: package com.owe; import com.utils.DeleteFile; public class File { //入口 以jar包的方式提供 外部传入路径 java - jar C:\Intel public static void main(String[] args 阅读全文
posted @ 2017-03-23 17:15 xiemingjin 阅读(232) 评论(0) 推荐(0)