摘要:
弹出div,显示提示[代码] 阅读全文
摘要:
iframe子页面刷新父页面iframe<script language=JavaScript> parent.location.reload();</script>弹出子页面<script language=JavaScript> window.opener.location.reload();</script>子窗口刷新父窗口<script... 阅读全文
摘要:
web.xml载入Log4j配置<context-param><!--Log4j配置 在同一容器中部署多个应用不能使用默认的webAppRootKey,必须指定唯一KEY,以免冲突--><param-name>webAppRootKey</param-name><param-value>itservice.root</param-v... 阅读全文