想要实现vue动态改变页面title,需要给每个页面设置标题。并且在路由发生变化时修改页面title router - index.js const router = new Router({ mode: 'history', routes: [ { path: '/index', name: 'i ...
分类:
其他好文 时间:
2020-07-16 12:22:20
阅读次数:
82
转自:https://blog.csdn.net/andy572633/article/details/7220668 linux命令行的history是一个熟知但不常用的命令,原因是要查某个命令的编号需要输入 history|grep xxx ,又因为!?xxx,!xxx 属于运行即执行也不方便, ...
分类:
系统相关 时间:
2020-07-15 13:00:28
阅读次数:
79
function pushHistory() { var state = {}; state = { // title: "itGrade", 自定义参数:自定义参数 }; console.log(state); window.history.pushState(state, null, "#"); ...
分类:
移动开发 时间:
2020-07-15 12:56:46
阅读次数:
119
原文出处: A Brief, Incomplete, and Mostly Wrong History of Programming Languages 译文出处: Mort Yao 警告: 原文中的内容不一定都是真实的。 小字部分不属于原文,是翻译君为了便于读者读懂原文擅自所加的注解。当然,也不能 ...
分类:
编程语言 时间:
2020-07-14 16:18:01
阅读次数:
118
ylbtech-JavaScript-Runoob-JS 浏览器BOM:JavaScript Window History 1.返回顶部 1、 JavaScript Window History window.history 对象包含浏览器的历史。 Window History window.his ...
分类:
编程语言 时间:
2020-07-14 14:58:05
阅读次数:
55
This week we are reading about the beginnings of Islam, and the simultaneous expansion of Christianity in the West. You may notice that the two overla ...
分类:
其他好文 时间:
2020-07-14 13:02:46
阅读次数:
101
在 RMAN 中提供了表级别恢复( RECOVER TABLE )。在 Oracle 12c 中,在发生 drop 或 truncate 的情况下, 可以从 RMAN 备份种将一个特定的表或分区恢复到某个时间点、 SCN 或归档序列号,并且可以有下面的选择: l 使用REMAP选项将表恢复为一个新表 ...
分类:
其他好文 时间:
2020-07-13 09:28:23
阅读次数:
119
webpack 部分相关配置 const path = require('path'); const VueLoaderPlugin = require('vue-loader/lib/plugin'); const HtmlWebpackPlugin = require('html-webpack ...
分类:
其他好文 时间:
2020-07-12 00:54:40
阅读次数:
93
Hi everyone! My name is Yuwei, and I'm a senior major in computer science. I enjoy meditation and jogging, and I feel like my soul is in a state of pe ...
分类:
其他好文 时间:
2020-07-11 10:08:34
阅读次数:
97
(1) INTRODUCTION We start our study of "World History" with the earliest human migration, almost 2 million years ago! Studies show that Africa is the ...
分类:
其他好文 时间:
2020-07-11 09:45:45
阅读次数:
46