恢复内容开始 1.配置路由 { path: '/hellow', name:"hellow", component: hellow, meta:{title:"hellow"} } 2,在mount里面赋值 mounted(){ this.title=this.$route.matched; }, ...
分类:
Web程序 时间:
2020-07-15 23:29:58
阅读次数:
171
恢复误删除文件 在数据被误删除后,第一时间要做的就是卸载被删除数据所在的分区,如果是根分区的数据遭到误删,就需要将系统进入单用户模式,并且将根分区以只读模式挂载。这样做的原因很简单,因为将文件删除后,仅仅是将文件的inode节点中的扇区指针清零,实际文件还储存在磁盘上,如果磁盘继续以读写模式挂载,这 ...
分类:
其他好文 时间:
2018-10-01 00:12:02
阅读次数:
265
一.备份 1) 备份表mysqldump -uroot -p 库名 表1 > e:\backup.sqlmysqldump -uroot -p 库名 表1 表2 表3 > e:\backup.sql 2) 备份库下所有表mysqldump -uroot -p 库名 > e:\backup.sql 3 ...
分类:
数据库 时间:
2018-08-26 01:24:49
阅读次数:
265
个人笔记分享(在线阅读):http://note.youdao.com/noteshare?id=744d026219e72c69e606f115bd333ddcPDF版本下载请在附近中下载
分类:
系统相关 时间:
2017-06-23 10:13:49
阅读次数:
188