root pts/1 2018-11-16 00:38 (desktop-4a0ohej)
[root@master init]# tail -f /var/log/messages
Nov 16 01:01:01 master systemd: Starting Session 34 of user root.
Nov 16 01:10:01 master systemd: Started Session 35 of user root.
Nov 16 01:10:01 master systemd: Starting Session 35 of user root.
Nov 16 01:14:00 master root: [euid=root]:root pts/0 2018-11-16 00:29 (desktop-4a0ohej):[pwd]export PROMPT_COMMAND=‘ { msg=$(history 1 | { read x y; echo $y; });logger "[euid=$(whoami)]":$(who am i):[‘
分类:
其他好文 时间:
2018-12-01 00:00:52
阅读次数:
238
1、window.open(url,ways) url是打开的网页地址 ways 是打开的方式 2、window.close() 3、window.navigator 浏览器用户信息 4、window.location浏览器地址信息 5、window. history 记录浏览器的访问历史记录 wi ...
分类:
其他好文 时间:
2018-11-30 15:45:29
阅读次数:
178
window.open(url,ways) url 是打开的网页地址 ways 打开的方式 -self window.close() 浏览器地址信息 window.location window.history 记录浏览器的访问历史记录 window.history.forward() 前进 最新的 ...
分类:
其他好文 时间:
2018-11-29 16:34:45
阅读次数:
155
对于 Vue 这类渐进式前端开发框架,为了构建 SPA(单页面应用),需要引入前端路由系统,这也就是 Vue-Router 存在的意义。前端路由的核心,就在于 —— 改变视图的同时不会向后端发出请求。 为了达到这一目的,浏览器当前提供了以下两种支持: hash —— 即地址栏 URL 中的 # 符号 ...
分类:
其他好文 时间:
2018-11-29 12:25:02
阅读次数:
474
Vue路由原理 目前实现路由的方式有两中,vue通过参数mode来设置,默认是hash模式。 history对应的是HTML5History对象,hash对应的是HashHistory对象,abstract对应的是AbstractHistory对象。在初始化对应的history之前,会对mode做一 ...
分类:
其他好文 时间:
2018-11-27 12:34:44
阅读次数:
199
原因是你使用了vue-router的history,可以尝试去掉 mode:"history" ...
分类:
其他好文 时间:
2018-11-26 15:06:01
阅读次数:
127
原文地址:http://docs.python-requests.org/en/latest/user/quickstart/#binary-response-content Make a Request Making a request with Requests is very simple. ...
分类:
编程语言 时间:
2018-11-26 02:06:02
阅读次数:
149
Greenland's icy mountains are not an obvious place to search for an archive of economic history, but a study just published in the Proceedings of the ...
分类:
其他好文 时间:
2018-11-24 14:38:17
阅读次数:
142
window.addEventListener('popstate', function(e) { if(document.URL.split('/')[document.URL.split('/').length - 1] == 'home') { history.pushState(null, ...
分类:
其他好文 时间:
2018-11-24 14:34:14
阅读次数:
214
/Downloads/54361bf500012f7400000000/AngularJS/app/UIRoute3.html#/index/usermng/addusertype ...
分类:
Web程序 时间:
2018-11-23 23:55:07
阅读次数:
397