ehcache.xml: <?xml version="1.0" encoding="UTF-8"?><ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http: ...
分类:
系统相关 时间:
2020-02-11 19:31:03
阅读次数:
69
命名规范: local==> l remote==> r extract==> x data pump==> p 源数据库: 目标数据库:IP: 192.168.88.118 192.168.88.113 Hostname: class118 class113SID:orcl vmsys ##《《源 ...
分类:
数据库 时间:
2020-02-11 19:16:22
阅读次数:
104
1、set注入方式: (1)注入的为值类型(八大数据类型)的数据 配置文件: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http ...
分类:
编程语言 时间:
2020-02-10 18:08:15
阅读次数:
69
在mysql较高版本上有一个自带的数据库information_schema记录数据库所有表,字段的信息。 表信息:information_schema.tables表中有列:table_schema,table_name 字段信息:information_schema.columns表中有列:ta ...
分类:
数据库 时间:
2020-02-10 18:05:08
阅读次数:
74
配置文件bean.xml <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSch ...
分类:
编程语言 时间:
2020-02-09 20:17:23
阅读次数:
57
配置文件: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins ...
分类:
编程语言 时间:
2020-02-09 20:12:41
阅读次数:
56
在从Oracle向mysql数据库传输数据时,报出来这个错误,原因是因为没有打开mysql数据库,在navicat里打开mysql,并选中要传输的数据库 再重复传输一下即可 ...
分类:
数据库 时间:
2020-02-09 16:31:15
阅读次数:
89
什么是DataFrame 在Spark中,DataFrame是一种以RDD为基础的分布式数据集,类似于传统数据库中的二维表格。 RDD和DataFrame的区别 DataFrame与RDD的主要区别在于,DataFrame带有schema元信息,即DataFrame所表示的二维表数据集的每一列都带有 ...
分类:
其他好文 时间:
2020-02-08 17:12:33
阅读次数:
58
【项目背景】 最近在做一个restful风格的项目,发现有个表返回的json数据中id始终是string类型,但另一个表的id始终是int类型。即返回的数据类型不一致。 【原因剖析】 在yii\db\Schema类的getColumnPhpType函数中,这个函数决定了最终出来的数据的类型,代码如下 ...
分类:
其他好文 时间:
2020-02-08 13:42:21
阅读次数:
75
true报错的解决方案: 解决方法一: 1. 在eclipse中配置xml 1、?http://www.springmodules.org/schema/cache/springmodules cache.xsd 2、?http://www.springmodules.org/schema/cach ...
分类:
Web程序 时间:
2020-02-08 13:34:08
阅读次数:
77