码迷,mamicode.com
首页 >  
搜索关键字:schema    ( 4682个结果
关于spring”通配符的匹配很全面, 但无法找到元素 'context:component-scan' 的声明“的错误
schemaLocation添加 http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd 引用地址:https://blog.csdn ...
分类:编程语言   时间:2020-03-24 01:05:09    阅读次数:73
presto和druid获取数据
python presto druid data
分类:其他好文   时间:2020-03-23 18:32:59    阅读次数:302
web.xml 各版本的 Schema 头部声明
web.xml 各版本的 Schema 头部声明 <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "htt ...
分类:Web程序   时间:2020-03-21 16:22:57    阅读次数:72
mysql 查看大表,查看个表占用大小
use information_schema; -- 查看 各库 占用 大小 select TABLE_SCHEMA, concat(truncate(sum(data_length)/1024/1024,2),' MB') as data_size, concat(truncate(sum(ind ...
分类:数据库   时间:2020-03-21 13:04:23    阅读次数:105
查询mysql没有主键的表
select table_schema, table_name from information_schema.tables where table_name not in (select distinct table_name from information_schema.columns whe ...
分类:数据库   时间:2020-03-20 19:58:30    阅读次数:263
mariadb主从
vim /etc/my.cnf +10 i log-bin=mysql-bin binlog-ignore-db=information_schema binlog-ignore-db=mysql binlog-ignore-db=performance_schema server-id= 1 vi ...
分类:数据库   时间:2020-03-20 17:16:34    阅读次数:89
hadoop-common-2.5.0和springfox-spring-web-2.9.2.jar,springfox-schema-2.9.2.jar冲突解决
spring boot 项目想要连接hive库的时候 需要导入两个jar包hadoop-common-2.5.1.jar和hive-jdbc-1.2.1 在导入的之后原来的项目启动报错具体如下 org.springframework.beans.factory.UnsatisfiedDependen ...
分类:编程语言   时间:2020-03-20 10:54:27    阅读次数:222
Spring Bean管理(注解的方式)
1.使用注解的方式需要配置applicationContext.xml: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http ...
分类:编程语言   时间:2020-03-19 23:16:17    阅读次数:109
MySQL8.0-INFORMATION_SCHEMA增强的中文翻译
简单翻译MySQL8.0-INFORMATION_SCHEMA增强的文章 ...
分类:数据库   时间:2020-03-18 15:35:40    阅读次数:71
DelphiXE3中创建WebService(服务端+客户端) 1
DelphiXE3新建WebService具体操作:1.打开“DelphiXE3”->“File”->“New”->“Other”2.“New Items”->“Delphi Projects”->“WebSrvice”->“SOAP Server Application”3.“Stand-alon ...
分类:Windows程序   时间:2020-03-18 15:32:07    阅读次数:122
4682条   上一页 1 ... 34 35 36 37 38 ... 469 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!