1. 查看最大连接数:show variables like 'max_connections';2. 查看当前连接的用户:show processlist;show processlist; 可以显示前100条连接信息 show full processlist; 可以显示全部。随便说下,如果用普...
分类:
数据库 时间:
2015-05-26 12:02:51
阅读次数:
128
登录虚拟化物理机,执行:vdf-h查看RAMDISK的情况,root已经98%,一般是因为root分区下有大文件所致,删除比较大的日志文件就能解决,一般在/或者/var/log下。
分类:
系统相关 时间:
2015-05-25 20:43:21
阅读次数:
439
p333.3 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 class Golf{ 8 private: 9 static const int Len = 40;10 char full...
分类:
编程语言 时间:
2015-05-25 00:54:21
阅读次数:
214
android eclipse打包 Export aborted because fatal lint errors were found
Android 下 eclipse 打签名包lint提示错误
这是由于 Android Lint 自动检测部分代码没有符合规范的缘故
解决办法如下:
打开eclipse Preferences 选择 Android 下 Lint Error Checking
去掉勾选项 "Run full error check when export...
分类:
移动开发 时间:
2015-05-24 15:46:29
阅读次数:
178
Iahub and Iahubina went to a picnic in a forest full of trees. Less than 5 minutes passed before Iahub remembered of trees from programming. Moreover,...
分类:
其他好文 时间:
2015-05-24 11:18:36
阅读次数:
124
mysql索引类型 Normal Unique Full Text 主键 为什么建索引 http://blog.csdn.net/adenfeng/article/details/5419354 第一,通过创建唯一性索引,可以保证数据库表中每一行数据的唯一性。 第二,可以大大加快 数据...
分类:
数据库 时间:
2015-05-24 06:44:10
阅读次数:
173
前言Reading makes a full man; conference a ready man; and writing an exact man.Francis Bacon优秀的程序员应该具备两方面能力:良好的程序设计能力:掌握常用的数据结构和算法(例如链表,栈,堆,队列,排序和散列);理解...
分类:
其他好文 时间:
2015-05-24 00:06:26
阅读次数:
134
原文网址:http://blog.csdn.net/zqlovlg/article/details/8033456安装方法:sudo apt-get install p7zip-full解压文件:7z x manager.7z -r -o /home/xx解释如下:x 代表解压缩文件,并且是按原始目...
分类:
系统相关 时间:
2015-05-24 00:01:43
阅读次数:
346
前言数据库一般存放着企业最为重要的数据,它关系到企业业务能否正常运转,数据库服务器总会遇到一些不可抗拒因素,导致数据丢失或损坏,而数据库备份可以帮助我们避免由于各种原因造成的数据丢失或着数据库的其他问题。本文将讲解MySQL/MariaDB数据库的几种备份方法。基础知识..
分类:
数据库 时间:
2015-05-22 19:41:47
阅读次数:
345
1.xtrabackup备份的时候可能没有问题,但是如果放到crontab中执行的时候可能会有执行不成功的时候,错误示例如下innobackupex:Error:mysqlchildprocesshasdied:sh:mysql:commandnotfound解决方法1:ln-s/usr/local/mysql/bin/mysql/usr/bin/mysql解决办法2:在备份脚本中引入环..
分类:
数据库 时间:
2015-05-22 19:31:31
阅读次数:
210