在linux调整分区后,开机重启时会出现error:unknowfilesystemgrubrescue>的字样,系统就是进不去。这表示你的grub2的配置文件坏了……由于分区调整或分区UUID改变造成grub2不能正常启动,从而进入修复模式了(grubrescue),也称救援模式。在救援模式下只有很少的命令可以用:set,ls,insmod,root,prefix(1)set查看环境变量,
分类:
系统相关 时间:
2020-06-29 11:36:53
阅读次数:
94
ERROR Failed to compile with 2 errors 15:32:41 Failed to resolve loader: less-loader You may need to install it. Failed to resolve loader: less-loader ...
分类:
其他好文 时间:
2020-06-29 10:07:38
阅读次数:
57
报错1. main.ts报错( Cannot find module './App.vue'.) 原因: typescript不能识别.vue文件 解决办法: 引入vue的typescript declare库在tsconfig.json中加入 其中,types是自己延伸的一些declare 下面的 ...
分类:
其他好文 时间:
2020-06-29 09:54:22
阅读次数:
74
#配置Mariadb日志 日志有6种,分别是查询日志(general_log),慢查询日志(log_slow_queries),错误日志(log_error,log_warnings),二进制日志(binlog),中继日志(relay_log)和事务日志(innodb_log) #查询日志 日志存储 ...
分类:
数据库 时间:
2020-06-29 09:48:11
阅读次数:
55
1、transfer树形 经典的用法 <Poptip :transfer="true" confirm title="确定要删除这条记录吗?" @on-ok="ok(row)" @on-cancel="cancel"> <Button type="error" size="small">删除</Bu ...
分类:
其他好文 时间:
2020-06-29 09:30:40
阅读次数:
78
问题描述 安装服务端 Tiller helm init --upgrade --tiller-image registry.cn-hangzhou.aliyuncs.com/google_containers/tiller:v2.14.3 --stable-repo-url https://kube ...
分类:
Web程序 时间:
2020-06-29 09:24:36
阅读次数:
119
#ifndef __LINKQUEUE_H__ #define __LINKQUEUE_H__ #define TRUE 1 #define FALSE 0 #define OK 1 #define ERROR 0 #define INFEASIBLF -1 #define OVERFLOW -2 ...
分类:
编程语言 时间:
2020-06-29 00:47:58
阅读次数:
119
Go 语言推荐测试文件和源代码文件放在一块,测试文件以 _test.go 结尾。比如,当前 package 有 calc.go 一个文件,我们想测试 calc.go 中的 Add 和 Mul 函数,那么应该新建 calc_test.go 作为测试文件。 example/ |--calc.go |-- ...
分类:
其他好文 时间:
2020-06-29 00:02:11
阅读次数:
86
1.录制时报错LoadRunner报错Host socket0 is unknown. Error code : 9008 这是因为在vuser_init.c中"RemoteHost= http://192.168.1.229:8110"才报以上的错误, 改成"RemoteHost=192.168. ...
分类:
其他好文 时间:
2020-06-28 22:19:50
阅读次数:
81
一,zabbix5.0发邮件报警的准备工作: zabbix5.0在linux平台上的安装:参见这一篇: https://www.cnblogs.com/architectforest/p/12912560.html 阿里云主机linux平台配置mailx使用smtps发邮件,参见这一篇: https ...
分类:
系统相关 时间:
2020-06-28 20:21:01
阅读次数:
550