1、tomcat集群 利用nginx对请求进行分流,将请求平均的分给不同的tomcat去处理,减少单个tomcat的负载量,提高tomcat的响应速度。 2、创建多个tomcat服务器(同一个服务器上) ① 先安装配置好1个tomcat服务器 安装tomcat: http://www.cnblogs ...
分类:
其他好文 时间:
2017-11-12 16:25:00
阅读次数:
105
use wms; drop table if exists riv_outbound_notice_statistics_groupby_org;-- 增加出库通知单统计按机构分组表CREATE TABLE `riv_outbound_notice_statistics_groupby_org` ( ...
分类:
其他好文 时间:
2017-11-12 11:09:10
阅读次数:
152
use wms; drop table if exists riv_outbound_notice_statistics;-- 增加出库通知单统计表CREATE TABLE `riv_outbound_notice_statistics` ( `ONS_ID` int(10) NOT NULL AU ...
分类:
其他好文 时间:
2017-11-10 15:57:18
阅读次数:
135
配置详细说明#定义Nginx运行的用户和用户组user www; #nginx进程数,建议设置为等于CPU总核心数。worker_processes 8; #全局错误日志定义类型,[ debug | info | notice | warn | error | crit ]error_log ar/ ...
分类:
其他好文 时间:
2017-11-08 17:49:53
阅读次数:
242
#定义Nginx运行的用户和用户组 user www www; #nginx进程数,建议设置为等于CPU总核心数。 worker_processes 8; #全局错误日志定义类型,[ debug | info | notice | warn | error | crit ] error_log ar ...
分类:
其他好文 时间:
2017-11-07 11:14:02
阅读次数:
198
You notice that a long-running transaction is suspended due to a space constraint, and there is noAFTER SUSPEND triggered event addressing the issue. ...
分类:
其他好文 时间:
2017-11-07 01:21:47
阅读次数:
162
Well first, you need to jump into the view controller scene, in the view controller click the right button and notice the exclamation point, now use y ...
分类:
数据库 时间:
2017-11-06 21:14:10
阅读次数:
216
Given a list of integers, which denote a permutation. Find the next permutation in ascending order. Notice The list may contains duplicate integers. E ...
分类:
其他好文 时间:
2017-11-04 11:23:55
阅读次数:
102
Given a list of integers, which denote a permutation. Find the previous permutation in ascending order. Notice The list may contains duplicate integer ...
分类:
其他好文 时间:
2017-11-04 11:15:45
阅读次数:
134
部署环境 Centos 6.5 Xampp php/6.5 Apache/2.4.26 SugarCE V6.5.9 Build 8653 GAP 1 安装完毕后报错 Creating default Sugar data Creating default users... Notice: cryp ...
分类:
其他好文 时间:
2017-11-01 14:53:02
阅读次数:
136