nginx超时 导致http重试导致数据重复
Centos6网卡自动启动
OMBOOT设置成yes 1.service network restart
导出报错Can't connect to X11 window server using 'localhost:10.0' as the value of th
在catalina.sh里面添加 -Djava.awt.headless=true \
Linux防火墙配置
1.防火墙配置cat /etc/sysconfig/iptablesvim /etc/sysconfig/iptables-A INPUT -p tcp -m state –state NEW -m tcp …
eclipse配置tomcat运行项目访问不加项目名
1、在项目中的.settings中的org.eclipse.wst.common.component文件的 <property name=”context-root” value=̶…
oracle SQL执行缓慢原因
truncate table …. drop index….. insert data ….. create index … analyze table tabl…
linux启动oracle
1.以oracle身份登录数据库,命令:su -oracle 2.进入Sqlplus控制台,命令:sqlplus /nolog 3.以系统管理员登录,命令:connect / as sysdba 4.启动数据库,命令:s…
linux启动svn
1.ps -ef|grep svn 2.kiil -9 3.svnserve -d -r /opt/svn/repository