码迷,mamicode.com
首页 >  
搜索关键字:history trends历史    ( 2989个结果
git history 记录(上传到 issu-170 )
本地issu-170落后git很多,发生冲突的要手动修改. 2000 cd robot_demo_0226_ws/ 2001 ls 2002 cd IGV01-SW-170 2003 ls 2004 git fetch 2005 git add --all 2006 git status 2007
分类:Web程序   时间:2016-03-03 12:55:14    阅读次数:168
浏览器历史,判断是点击了后退按钮还是前进按钮
var history = this.state.history, pages = this.state.pages, l = history.length, hash = window.location.hash, position = "center"; if (l === 0) { histo
分类:其他好文   时间:2016-03-03 06:52:21    阅读次数:262
docker常用命令
查看docker系统的信息 sudo docker info 查看docker 版本信息 sudo docker version 查找镜像 sudo docker search 镜像名 列出已安装镜像列表 sudo docker images 查看镜像的历史 sudo docker history
分类:其他好文   时间:2016-03-01 18:48:25    阅读次数:140
linux初学者
20151209 pwd:显示当前目录 cp:复制 mv:移动 ls:列出目录的内容 ll[ls -l]:列出目录的详细内容 ls -a:列出文件夹中的所有内容 history:显示历史命令记录 su wswy:打开wswy用户 sudo:允许授权用户执行超级用户或者其它用户的命令 who:显示在线
分类:系统相关   时间:2016-03-01 18:44:01    阅读次数:154
js 推断 当页面无法回退时(history.go(-1)),关闭网页
在做一个Web项目时遇到一个需求,当页面没有前驱历史记录时(就是当前为新弹出的页面,没法做goback操作即history.go(-1)),点击返回button时直接关闭页面,否则就退回到前一页。 遇到的问题就是怎样推断 是否有history能够回退,这个很麻烦,由于没有这种函数直接能获取到。仅仅能
分类:Web程序   时间:2016-02-26 20:22:20    阅读次数:701
T - stl 的mapⅡ
Description Ignatius is so lucky that he met a Martian yesterday. But he didn't know the language the Martians use. The Martian gives him a history bo
分类:其他好文   时间:2016-02-25 19:55:24    阅读次数:188
JQuery 阻止浏览器后退按钮
方案一(个人试过360,谷歌,QQ浏览器都可以,方案二有的浏览器还是可以后退,避免万无一失最好使用方案一) <script type="text/javascript"> function ban() { if (window.history && window.history.pushState)
分类:Web程序   时间:2016-02-23 15:44:35    阅读次数:137
HDU 4464 Browsing History(最大ASCII的和)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4464 Problem Description One day when you are going to clear all your browsing history, you come up wit
分类:其他好文   时间:2016-02-22 15:42:46    阅读次数:127
Html5页面返回机制解决方案
需要处理的返回场景: 1.正常的a->b->c 2.页面上的按钮触发需要登陆 3.页面跳转需要登陆 4.页面上的可修改的部分(如选择地址,地址页面本身也是可以增删改查的) 整体的原则是原路来原路回 第一个场景不需要考虑,history.go(-1)就ok,第二个场景登陆成功之后使用history.g
分类:Web程序   时间:2016-02-22 15:35:17    阅读次数:153
零基础学习云计算及大数据DBA集群架构师【Linux系统环境及权限管理2015年12月25日周五】
1 2015.12.25/Fri 2 *************摘要************** 3 压缩和解压 zip gzip bzip2 xz 4 打包 tar 5 bash history alias Tab > >> < << 6 远程连接 ssh scp 7 8 9 10 11 压缩 1
分类:数据库   时间:2016-02-21 14:11:36    阅读次数:259
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!