摘要: GUI内终端执行如下指令,或者加入开机启动脚本内 gsettings set org.gnome.settings-daemon.plugins.power button-power shutdown will change your the behaviour of the power butto 阅读全文
posted @ 2016-08-10 14:39 夜半弯 阅读(1987) 评论(0) 推荐(0) 编辑
摘要: 1、日志产生的性能影响:由于日志的记录带来的直接性能损耗就是数据库系统中最为昂贵的IO资源。MySQL的日志包括错误日志(ErrorLog),更新日志(UpdateLog),二进制日志(Binlog),查询日志(QueryLog),慢查询日志(SlowQueryLog)等。当然,更新日志是老版本的M 阅读全文
posted @ 2016-08-10 13:51 夜半弯 阅读(10932) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include #include #define ERROR(text) error(1, errno, "%s", text) typedef struct test{ int flag; const char *name; }EventMask; int freads... 阅读全文
posted @ 2016-08-10 13:29 夜半弯 阅读(1806) 评论(0) 推荐(0) 编辑