本地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系统的信息 sudo docker info 查看docker 版本信息 sudo docker version 查找镜像 sudo docker search 镜像名 列出已安装镜像列表 sudo docker images 查看镜像的历史 sudo docker history
分类:
其他好文 时间:
2016-03-01 18:48:25
阅读次数:
140
20151209 pwd:显示当前目录 cp:复制 mv:移动 ls:列出目录的内容 ll[ls -l]:列出目录的详细内容 ls -a:列出文件夹中的所有内容 history:显示历史命令记录 su wswy:打开wswy用户 sudo:允许授权用户执行超级用户或者其它用户的命令 who:显示在线
分类:
系统相关 时间:
2016-03-01 18:44:01
阅读次数:
154
在做一个Web项目时遇到一个需求,当页面没有前驱历史记录时(就是当前为新弹出的页面,没法做goback操作即history.go(-1)),点击返回button时直接关闭页面,否则就退回到前一页。 遇到的问题就是怎样推断 是否有history能够回退,这个很麻烦,由于没有这种函数直接能获取到。仅仅能
分类:
Web程序 时间:
2016-02-26 20:22:20
阅读次数:
701
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
方案一(个人试过360,谷歌,QQ浏览器都可以,方案二有的浏览器还是可以后退,避免万无一失最好使用方案一) <script type="text/javascript"> function ban() { if (window.history && window.history.pushState)
分类:
Web程序 时间:
2016-02-23 15:44:35
阅读次数:
137
题目链接: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
需要处理的返回场景: 1.正常的a->b->c 2.页面上的按钮触发需要登陆 3.页面跳转需要登陆 4.页面上的可修改的部分(如选择地址,地址页面本身也是可以增删改查的) 整体的原则是原路来原路回 第一个场景不需要考虑,history.go(-1)就ok,第二个场景登陆成功之后使用history.g
分类:
Web程序 时间:
2016-02-22 15:35:17
阅读次数:
153
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