`
文章列表
单击“开始/运行”,输入“rundll32 netplwiz.dll,UsersRunDll”,按回车键后弹出“用户帐户”窗口
这东东最难记,每次需要时都是重新到Google上搜,真是烦死了,这回整理一下贴到这。   按钮式:   <INPUT name="pclog" type="button" value="GO" onClick="location.href='http://9ba.cn/'">   链接式:   <a href="javascript:history.go(-1)">返回上一步</a>   <a href="<%=Request.S ...

target="mainFrame"

<a href="javascript:query()" target="mainFrame" ><img src="<%=request.getContextPath()%>/image/icon07.gif" width="41" height="21" border="0" align="middle"></a> 不知道谁加了这么一个标签,target="mainFrame",好生 ...
當數據為空時就等於你指定的值,如NVL('xxxx','2')  如果xxxx為空時就等'2' 以上是字符型,數字型的例子NVL(xxxx,0) 如果xxxx為空時就等於0 很简单,不过以前不知道
以前用JDK1.5,公司要求使用JDK1.4完了后发现用ECLIPSE编译不了程序: 上网搜索发现是版本有些冲突:解决方法 Windows-->Preferences在弹出的窗口中选择 java-->compiler在右上方Compile compliance level:把1.5改成1.4
使用最新版本的TortoiseSVN,右键在工作复本的根目录上右键->TortoiseSVN->重新定位(Relocate),再按提示操作就可以了..不过最好先备份..因为这个操作有一定的危险性
svn忽略无关文件thumbs.db等 svn , when commit ignore files such as Thumbs.db,index.html.bak 在使用SVN提交文件目录时,经常会看到提交文件列表里包含了诸如: Thumbs.db index.html.bak 等 冗余文件,这些文件我们没有必要提交到svn,并使用svn管理它,那么有没有智能点的办法呢? 有,设置方法如下: 右击鼠标-> 选择 TortoiseSVN -> Setting (设置) -> General (常规设置) -> 在右侧 "Golbal ignore ...
C:\Documents and Settings\Owner\Application Data\Macromedia\Flash Player\#SharedObjects\LWT82RKY Owner为计算机用户名
弹出alert对话框,但不使页面变成白板 <script > function window.onload() {alert('用户名Unmi不存在!');} </script>
严重:   Error   starting   static   Resources     java.lang.IllegalArgumentException:   Document   base   F:\yiyuan\Tomcat\webapps\balancer   does   not   exist   or   is   not   a   readable   directory   3步操作:     1.清空WORK目录     2.把server-config.xml中无效的连接配置都删除掉     3.把\conf\Catalina\localhost下 ...
代码如下: <script language="javascript"> function confirmx() { if(confirm('确定打开下一页吗? 按[是]打开下一页,按[否]返回上一页')) { top.location.href="next.htm"; /*这句是打开下一页*/ } else { window.history.go(-1); /*这句是返回上一页*/ } } </script> <a href="#" onclick="javascript:confirmx(); ...
事件 浏览器支持 解说 一般事件 onclick IE3、N2 鼠标点击时触发此事件 ondblclick IE4、N4 鼠标双击时触发此事件 onmousedown IE4、N4 按下鼠标时触发此事件 onmouseup IE4、N4 鼠标按下后松开鼠标时触发此事件 onmouseover IE3、N2 当鼠标移动 ...
解决用window.showModalDialog打开页面,然后在打开的页面执行搜索时按钮时,又打开一个新的页面. 在<head>中加入:     <base   target="_self">  
var colLength=document.forms[0].markedPrices.length; if(colLength==undefined) {
例 sum=parseFloat(8.99)+parseFloat(7.50); 等到值为:16.4900000002 怎么只取到小数点后两位? <script language="JScript"> Number.prototype.toFixed=function(num)    {    //重新构造toFixed方法,IE5.0+    with(Math)this.NO=round(this.valueOf()*pow(10,num))/pow(10,num);    return String(/\./g.exec(this.NO)?this.NO: ...
Global site tag (gtag.js) - Google Analytics