用工具pt-online-scheme-change执行添加字段是报错,提示超时,在凌晨反复执行几次后都是在创建触发器的时候超时退出了,表并不是很大大概1000w数据执行语句:pt-online-schema-change--user=root--password='xxxxxx'--host=12...
分类:
其他好文 时间:
2015-08-28 23:04:47
阅读次数:
175
select column_name, table_name from information_schema.columns where table_schema='yizhan' and column_name = 'phone';
分类:
数据库 时间:
2015-08-28 00:25:47
阅读次数:
207
xml和bean互转maven 依赖包
2.4.2
com.fasterxml.jackson.core
j...
分类:
编程语言 时间:
2015-08-27 15:15:32
阅读次数:
175
p:命名空间: xmlns:p="http://www.springframework.org/schema/p" 作用:简化在xml配置bean的属性 在中使用p:属性名来配置 AOP:命名空间: xmlns:aop="http://www.springframework.org/schema/a...
分类:
编程语言 时间:
2015-08-27 14:53:26
阅读次数:
144
spring-mvc.xml
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:mvc="http://www.springframework.org/schema/m...
分类:
移动开发 时间:
2015-08-26 22:36:36
阅读次数:
290
这里以spring的配置文件为例,代码如下
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:camel="http://camel.apache.org/schema/spring"
xsi:sch...
分类:
其他好文 时间:
2015-08-26 20:13:57
阅读次数:
239
本文参考:http://blog.csdn.net/kanon_lgt/article/details/5931522 ? ? ? ? ? ? ? ? ?http://blog.csdn.net/kanon_lgt/article/details/6220928 DB实例与schema: 模式是数据库实例的逻辑分割。 数据库...
分类:
数据库 时间:
2015-08-26 14:06:21
阅读次数:
2304
最近客户的一个需要,要求将数据以xml的形式发送。vb 实现代码Private Function createXML_old(ByVal xmlName As String) As Boolean Dim SrcPath As String = "c\project\srcXmlFiles\"...
分类:
其他好文 时间:
2015-08-26 13:45:06
阅读次数:
144
web.xml配置文件
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
...
分类:
编程语言 时间:
2015-08-26 07:09:43
阅读次数:
177
解决方法: 首先,查看数据库的进程信息: show full processlist; 在执行: SELECT * FROM information_schema.INNODB_TRX\G; 注意结果中的trx_mysql_thread_id部分的值 查找对应的id,然后kill id的值即可;...
分类:
数据库 时间:
2015-08-26 00:20:04
阅读次数:
147