码迷,mamicode.com
首页 >  
搜索关键字:history    ( 2989个结果
【JavaScript】history.back() 网页已过期
使用history.back()进行返回时,有时会提示“网页已过期”,多数是因为目标页面的form为post提交方式,而且是表单已经提交后的响应页面,无法找到form中的具体参数,而“报错”。具体解决办法: 一、在要返回的目标页面中,添加 二、将目标页面的form的method="post"去掉,或...
分类:编程语言   时间:2014-07-16 23:15:03    阅读次数:267
js操作Cookie,实现历史浏览记录
/** * history_teacher.jsp中的js,最近浏览名师 * @version: 1.0 * @author: mingming */$(function(){ getHistory();});var historyCount=4; //保存历史记录个数/** * 增加浏览历史记录 ...
分类:Web程序   时间:2014-07-16 23:12:49    阅读次数:315
Linux
cd /home //到home 目录ll //列出当前目录下的所有文件,包括每个文件的详细信息ls //只列出文件名df -h //以更易读的方式显示目前磁盘空间和使用情况free -m //以MB为单位显示内存使用情况。history -c //清除所有的命令历史 historyhistory ...
分类:系统相关   时间:2014-07-10 12:11:27    阅读次数:262
107条Javascript的常用语句
1. document.write( " "); 输出语句2.JS中的注释为//3.传统的HTML文档顺序是:document- >html- >(head,body)4.一个浏览器窗口中的DOM顺序是:window- >(navigator,screen,history,location,do.....
分类:编程语言   时间:2014-07-07 19:28:48    阅读次数:316
安装 hadoop 1.1.2
主要参考:http://blog.fens.me/hadoop-history-source-install/其次参考:http://blog.csdn.net/adermxl/article/details/24327057环境:Windows 7 Home Premium SP1 + Virtu...
分类:其他好文   时间:2014-07-02 21:09:14    阅读次数:144
history
function next(){//前进window.history.forward();}function previous(){//后退window.history.back();}function jump(){//指定前进或后退页面数var num = document.getElement...
分类:其他好文   时间:2014-07-02 10:18:47    阅读次数:215
数据库升级ora-04063 DBMS_REGISTRY has error
在做Oracle数据库从11.2.0.1.0升级到11.2.0.2.8时,软件升级没有问题,实例升级没有问题,升级psu的时候。 运行@?/rdbms/admin/catbundle psu apply时,只显示一部分信息,即终止apply。 在dba_registry_history中未显示11.2.0.2.8的psu信息; select * from dba_re...
分类:数据库   时间:2014-06-30 17:46:48    阅读次数:428
javascript常用的107个语句
1.document.write(“”); 输出语句2.JS中的注释为//3.传统的HTML文档顺序是:document->html->(head,body)4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,location,document)5...
分类:编程语言   时间:2014-06-28 20:08:42    阅读次数:326
js常用方法集锦
1.document.write(""); 输出语句2.JS中的注释为//3.传统的HTML文档顺序是:document->html->(head,body)4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,location,document)5...
分类:Web程序   时间:2014-06-27 21:07:11    阅读次数:353
javascript基础
1.document.write(""); 输出语句2.JS中的注释为//3.传统的HTML文档顺序是:document->html->(head,body)4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,location,document)5...
分类:编程语言   时间:2014-06-22 12:26:07    阅读次数:214
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!