码迷,mamicode.com
首页 >  
搜索关键字:history trends历史    ( 2989个结果
saltstack的jinja模
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
BOM浏览器对象模型
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 路由里面的 hash 和 history
对于 Vue 这类渐进式前端开发框架,为了构建 SPA(单页面应用),需要引入前端路由系统,这也就是 Vue-Router 存在的意义。前端路由的核心,就在于 —— 改变视图的同时不会向后端发出请求。 为了达到这一目的,浏览器当前提供了以下两种支持: hash —— 即地址栏 URL 中的 # 符号 ...
分类:其他好文   时间:2018-11-29 12:25:02    阅读次数:474
vue路由原理
Vue路由原理 目前实现路由的方式有两中,vue通过参数mode来设置,默认是hash模式。 history对应的是HTML5History对象,hash对应的是HashHistory对象,abstract对应的是AbstractHistory对象。在初始化对应的history之前,会对mode做一 ...
分类:其他好文   时间:2018-11-27 12:34:44    阅读次数:199
Vue项目打包后,只能访问首页,其他页面路径找不到
原因是你使用了vue-router的history,可以尝试去掉 mode:"history" ...
分类:其他好文   时间:2018-11-26 15:06:01    阅读次数:127
Python文摘:Requests
原文地址: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
L177 Arctic ice brings an understanding of ancient Europe’s economy
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
vue如果是首页了 不让其后退
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
angularjs1.x大漠穷秋视频代码
/Downloads/54361bf500012f7400000000/AngularJS/app/UIRoute3.html#/index/usermng/addusertype ...
分类:Web程序   时间:2018-11-23 23:55:07    阅读次数:397
2989条   上一页 1 ... 76 77 78 79 80 ... 299 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!