Around 10,000 B.C., with the end of the ice ages, people began to settle down in one place and grow crops and domesticate animals. This was the "agric ...
分类:
其他好文 时间:
2020-07-11 09:30:40
阅读次数:
63
BOM BOM - Browser Object Model ( 浏览器对象模型 ),BOM 主要用于操作与管理浏览器相关状态。BOM 由以 window 对象为主以及其他常用对象如 navigator 、location 、history 、screen 、document 等等功能各异的对象组成 ...
分类:
其他好文 时间:
2020-07-08 18:15:00
阅读次数:
65
history 清除登陆系统成功的记录 [root@localhost root]# echo > /var/log/wtmp //此文件默认打开时乱码,可查到ip等信息 [root@localhost root]# last //此时即查不到用户登录信息 清除登陆系统失败的记录 [root@loc ...
分类:
其他好文 时间:
2020-07-07 00:16:41
阅读次数:
83
header(location:你的上一页的路径); // 注意这个函数前不能有输出 header(location:.getenv("HTTP_REFERER")); // 返回其调用页面 echo"<script>alert('提交成功!');history.go(-1);</script>"; ...
分类:
Web程序 时间:
2020-07-06 11:12:06
阅读次数:
131
vue项目经历难点回顾: 1.做一个活动页面的时候,用history模式后上传到服务器之后,如果访问内容页(子页)之后,按f5刷新,会报一个404错误, 如果是Apache服务器,咱们可以自己做一个文件重新定向到index文件, 如果是nginx服务器,也是需要重定向配置服务器,然后重启服务器, 2 ...
分类:
其他好文 时间:
2020-07-05 21:38:45
阅读次数:
162
free -h|awk 'NR==2' 396 free -h|awk 'NR==3' 397 free -h|awk 'NR==2{print $NF}' 398 free -h|awk 'NR==2{print $NF,$2}' 399 free -h|awk 'NR==2{print $NF/ ...
分类:
其他好文 时间:
2020-07-04 20:24:12
阅读次数:
47
启动集群及监控 进入目录 cd /usr/local/hadoop-2.6.5/sbin/ 启动整个集群组件 ./start-dfs.sh 启动yarn集群 ./start-yarn.sh 启动日志服务 ./mr-jobhistory-daemon.sh start historyserver 查看 ...
分类:
其他好文 时间:
2020-07-04 16:57:27
阅读次数:
64
history 命令语法格式 history [-e] [-d offset] [n] or history -anrw [filename] or history -ps arg [arg...] 选项 说明 -c 表示清空历史命令 -d,offset 删除历史中指定的第offset 个命令 n ...
分类:
系统相关 时间:
2020-07-01 12:52:43
阅读次数:
56
1、H3C NQA、静态路由联动# 创建管理员名为admin、操作标签为test的NQA测试组[SwitchA] nqa entry admin test# 配置测试类型为ICMP-echo[SwitchA-nqa-admin-test] type icmp-echo# 配置测试的目的地址为10.2 ...
分类:
其他好文 时间:
2020-06-30 22:33:05
阅读次数:
870
使用SVN管理项目,未提交代码之前使用了revert误删修改好的代码解决方法(IDEA编译器)1.在IDEA中打开需要恢复的文件2.在打开文件的窗口按【Ctrl+ Shift + A】弹出全部搜索对话框,在对话框中输入【Local History】 ,按回车键即可。3.在弹出的对话框中选择【Show ...
分类:
其他好文 时间:
2020-06-29 20:01:58
阅读次数:
54