摘要:
同时开启多个tomcat 1:http://127.0.0.1:8080 2:http://127.0.0.1:8081 3:http://127.0.0.1:8082 执行命令 : vim /usr/local/nginx/conf/nginx.conf 修改一下内容 server { liste 阅读全文
摘要:
// 设置隐藏属性和改变可见属性的事件的名称 var hidden, visibilityChange; if (typeof document.hidden !== "undefined") { // Opera 12.10 and Firefox 18 and later support hid 阅读全文