码迷,mamicode.com
首页 >  
搜索关键字:xsd schema    ( 5371个结果
用 pt-online-schema-change在线修改表结构的时候报超时
用工具pt-online-scheme-change执行添加字段是报错,提示超时,在凌晨反复执行几次后都是在创建触发器的时候超时退出了,表并不是很大大概1000w数据执行语句:pt-online-schema-change--user=root--password='xxxxxx'--host=12...
分类:其他好文   时间:2015-08-28 23:04:47    阅读次数:175
mysql查询表中的所有字段
select column_name, table_name from information_schema.columns where table_schema='yizhan' and column_name = 'phone';
分类:数据库   时间:2015-08-28 00:25:47    阅读次数:207
java 用 jackson 进行 xml bean 互转
xml和bean互转maven 依赖包 2.4.2 com.fasterxml.jackson.core j...
分类:编程语言   时间:2015-08-27 15:15:32    阅读次数:175
Spring笔记③--spring的命名空间
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 requestMapping学习及测试
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
三种方式配置Camel的ProducerTemplate
这里以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
PostgreSQL中几个对象概念及其关系
本文参考: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
VB 生成xml文件 并使用xsd验证
最近客户的一个需要,要求将数据以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
spring mvc第一个helloword
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
mysql 开启事务后update出现的错误
解决方法: 首先,查看数据库的进程信息: show full processlist; 在执行: SELECT * FROM information_schema.INNODB_TRX\G; 注意结果中的trx_mysql_thread_id部分的值 查找对应的id,然后kill id的值即可;...
分类:数据库   时间:2015-08-26 00:20:04    阅读次数:147
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!