摘要: 一,下载 http://nginx.org/en/download.html 这个是我下载的windows版本 二,解压后目录 三,修改配置文件 (由于80端口很可能被 SQL Server Reporting Service 占用了,所以我们修改一下) 打开conf文件夹中的nginx.conf文 阅读全文
posted @ 2019-09-18 17:22 正怒月神 阅读(141) 评论(0) 推荐(0)
摘要: 一,创建一个线程池 其中: public void rejectedExecution(Runnable r, ThreadPoolExecutor executor) 饱和策略执行时的具体逻辑。 protected void afterExecute(Runnable r, Throwable t 阅读全文
posted @ 2019-09-18 14:39 正怒月神 阅读(1594) 评论(0) 推荐(0)