摘要:
exp 用户名/密码@地址:端口/serviceName file=D:\710.dmp exp test710/test710@192.168.15.134:1521/doit file=D:\710.dmp imp 用户名/密码@地址:端口/serviceName file=D:\710.dmp 阅读全文
摘要:
语法: 可以有任意多个条件,如果没有默认的结果,最后的else也可以不写, 阅读全文
摘要:
1. 在容器中设置:如在tomcat-5.0.28\conf\web.xml中设置 Tomcat默认session超时时间为30分钟,可以根据需要修改,负数或0为不限制session失效时间。 [html] view plain copy <session-config> <session-time 阅读全文
摘要:
目前eclipse定制工具栏的入口就是window- customize perspective,在弹出的窗口中选择Tool Bar Visibility,选择要在工具栏中显示的快捷图标。注:在Tool Bar Visibility中有些无法选择,可以先在Command Groups Availab 阅读全文
摘要:
基于CXF2.3.0 Caused by: java.lang.InstantiationException: org.apache.cxf.wstx_msv_validation.WoodstoxValidationImpl 缺少 woodstox-core-asl-4.0.8.jar stax2 阅读全文
摘要:
js在table指定tr行上或下面添加tr行 function onAddTR(trIndex) { var tb = document.getElementById("tb1"); var newTr = tb.insertRow(trIndex);//添加新行,trIndex就是要添加的位置 v 阅读全文
摘要:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="IFrame.aspx.cs" Inherits="IframeDemo.IFrame" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 阅读全文
摘要:
//方法1 document.getElementById('FrameID').contentWindow.location.reload(true); //方法2 document.getElementById('youriframe').src=src; 阅读全文
摘要:
1、frame不能脱离frameSet单独使用,iframe可以; 2、frame不能放在body中;如下可以正常显示: <!--<body>--> <frameset rows="50%,*"> <frame name="frame1" src="test1.htm"/> <frame name= 阅读全文
摘要:
重新配置一下build path 的jre,如果不行的话就重新设置jre(在add library中installed JREs) 阅读全文