1、 show processlist; 2、select * from information_schema.innodb_trx\G 3、SELECT user, host, time, command, state,left(info,4000) FROM information_schema ...
分类:
数据库 时间:
2018-05-30 16:12:31
阅读次数:
173
Sales Document 原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/13/1103294.html Data base document that represents a business transaction in the s ...
分类:
其他好文 时间:
2018-05-30 13:58:37
阅读次数:
168
perf事件是可以按照线程按照进程统计的呢,但是/proc/接口就不提供这样的功能 perf可以提供线程和进程的统计功能的,perf统计的原理是啥子呢 在perf_event_open处跟踪pid函数,发现结果是: 这就明白是咋回事了,一个进程的线程是如何获取的,然后进程的pid 最重要的结构体是p ...
分类:
编程语言 时间:
2018-05-30 01:20:55
阅读次数:
206
You need to run build with JDK or have tools.jar on the classpath.If this occures during eclipse build make sure you run eclipse under JDK as well (co ...
分类:
编程语言 时间:
2018-05-29 23:36:31
阅读次数:
777
#!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 2018/5/28 16:05 # @Author : zhang chao # @File : test.py import matplotlib.pyplot as plt impor... ...
分类:
其他好文 时间:
2018-05-29 12:29:59
阅读次数:
135
dll.cpp,用vc2017编译 #include <iostream>#include <windows.h> extern "C" __declspec(dllexport) void Go() { std::cout << "go" << std::endl;} BOOL APIENTRY ...
分类:
其他好文 时间:
2018-05-28 18:01:47
阅读次数:
552
c/c++语言里MiniDump是一个重要的调试手段,他们没有C#/java这样语言有很多异常输出信息( JVM异常导出bug日志功能,通常在jdk目录,文件格式hs_err_%pid%.log,pid是进程id)。 我们通常在项目中都会把可预见性进行异常处理。常见的处理方法如下 项目部署到客户机中 ...
一 . 概述 我们在使用AspectJ的时候定义了五种基本的增强方式. 本节就介绍一下这五种基本的增强方式. 二 ,前置增强 我们使用@Before表示前置通知,表示在连接点方法之前执行. 这个很很好理解. 三,后置通知 后置通知会在方法正常结束之后运行,当我们制定了returning之后,方法的返 ...
分类:
其他好文 时间:
2018-05-28 01:03:42
阅读次数:
182
一、环境准备 1、Centos7 2、mongodb3.4.10 3、三台机器IP分别是:192.168.1.100、192.168.1.135、192.168.1.136 二、mongdb数据库的安装 1、分别在三台机器进行mongdb的安装,具体参考前面教程mongodb安装及配置 2、分别在三 ...
分类:
数据库 时间:
2018-05-27 14:42:54
阅读次数:
180
控制端使用yum install docker安装完成docker后启动docker失败,出现以下信息: Job for docker.service failed because the control process exited with error code. See "systemctl ...
分类:
其他好文 时间:
2018-05-26 16:42:48
阅读次数:
9566