摘要: #include <bits/stdc++.h> #define DBG(x) cerr << #x << " = " << x << endl typedef long long LL; using namespace std; int main(int argc, char **argv) { 阅读全文
posted @ 2017-08-29 19:49 ToRapture 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 远程连接Mysql时发生错误,提示为ERROR 1030 (HY000): Got error 28 from storage engine. Google这个错误说是由于硬盘满了,连接到服务器上查了一下发现果然是这样。 然后开始猜测发生的原因。 之前的几个月服务器上只运行着Web应用,而且很稳定, 阅读全文
posted @ 2017-08-29 14:14 ToRapture 阅读(939) 评论(0) 推荐(0) 编辑