码迷,mamicode.com
首页 >  
搜索关键字:history trends历史    ( 2989个结果
历史管理-onhashchange&window.history
网页记录历史记录两种方法 1.onhashchange事件  改变hash值来管理    hash值:http://test.con#hash #后面内容即为hash值     设置网页的hash值  window.location.hash = "要设置的hash值"     获取hash值:var hash = window.location.has...
分类:Windows程序   时间:2014-12-02 09:02:13    阅读次数:238
vimrc
set?nu set?shiftwidth=4 set?nobackup set?noswapfile set?tabstop=4 set?softtabstop=4 set?expandtab set?smartindent set?smarttab set?cindent set?autoindent set?history=100 set?guifont...
分类:系统相关   时间:2014-12-01 22:40:55    阅读次数:334
php 匹配2个特殊字符之间的字符串
$keyword="·/WebRoot/BMS/nyjg/qsjgyb_edit.jsp(-0,+138)|History|Source·/src/module/com/module/slxtrvice(-0,+0)|History|Source·/WebRoot/BMS/slxt/js/slxsqyxsrb.js(-0,+203)|History|Source·/src/module/com/module/nyjg/hi..
分类:Web程序   时间:2014-12-01 16:18:41    阅读次数:259
Spads 工作组为 Cikers 项目编写的密码库使用说明
Cikers密码库使用说明 History 1.1.0, 2014-11-28 Friday????????? Shane Loo Li???? 初版 1.1.1, 2014-11-30 Sunday??????? Shane Loo Li???? 增加了Mac版的国内下载地址,增加了编辑...
分类:其他好文   时间:2014-12-01 06:42:43    阅读次数:189
SQL Queries and Multi-Org Architecture in Release 12
In this Document   Abstract   History   Details   Previous Releases   Release 12   Multi-Org Session Context ...
分类:数据库   时间:2014-11-30 14:12:03    阅读次数:317
html5 使用window.history进行页面刷新
//主要行为和方法如下: history.pushState(), history.replaceState() window.onpopstate事件 使用方式 if?(!!(window.history?&&?history.pushState)) ?{??? ???//?支持History?API ????var?...
分类:Windows程序   时间:2014-11-29 13:22:43    阅读次数:324
使用ajax和window.history.pushState无刷新改变页面内容和地址栏URL
在访问现在很火的google plus时,细心的用户也许会发现页面之间的点击是通过ajax异步请求的,同时页面的URL发生了了改变。并且能够很好的支持浏览器的前进和后退。不禁让人想问,是什么有这么强大的功能呢?HTML5里引用了新的API,就是history.pushState和history.re...
分类:Windows程序   时间:2014-11-27 14:22:47    阅读次数:182
HDU-4464-Browsing History (2012 ACM/ICPC成都现场赛!)
Browsing History Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 3065    Accepted Submission(s): 1692 Problem Description One day w...
分类:其他好文   时间:2014-11-26 22:44:52    阅读次数:227
Kaggle竞赛题目之——Titanic: Machine Learning from Disaster
The sinking of the RMS Titanic is one of the most infamous shipwrecks in history.  On April 15, 1912, during her maiden voyage, the Titanic sank after colliding with an iceberg, killing 1502 out of 22...
分类:系统相关   时间:2014-11-25 23:47:39    阅读次数:365
导入/导出数据库数据
D:/oracle/product/10.2.0/client_1/BIN/exp user/user@ORCAL225 file=D:/history/ld_xnsale2.dmp owner=liquidateD:/oracle/product/10.2.0/client_1/BIN/imp u...
分类:数据库   时间:2014-11-25 12:10:52    阅读次数:274
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!