#1创建一个数据库hainan_data create database if not exists hainan_data; use hainan_data; create table contract( contract_num int, customer_id int, name varcha ...
分类:
数据库 时间:
2019-11-20 23:48:51
阅读次数:
112
alert日志报错: 2019-11-18T07:15:12.704938+08:00Errors in file /u01/app/oracle/diag/rdbms/sibcyb1/SIBCYB111/trace/SIBCYB111_ora_83111.trc (incident=803537) ...
分类:
数据库 时间:
2019-11-18 10:01:57
阅读次数:
86
一、Hibernate的查询方式:OID查询 1、OID检索:Hibernate根据对象的OID(主键)进行检索 1-1、使用get方法 Customer customer = session.get(Customer.class,1L); 1-2、使用load方法 Customer custome ...
分类:
Web程序 时间:
2019-11-11 00:47:06
阅读次数:
88
1、 HAVING 子句 在 SQL 中增加 HAVING 子句原因是,WHERE 关键字无法与合计函数一起使用。 SQL HAVING 语法 SELECT column_name, aggregate_function(column_name) FROM table_name WHERE colu ...
分类:
数据库 时间:
2019-11-09 22:00:34
阅读次数:
114
从 Oracle 到 PostgreSQL ,某保险公司迁移实践 http://www.itpub.net/2019/11/08/4108/信泰人寿保险股份有限公司 摘要:去O一直是金融保险行业永恒的话题,但去O的难度之大也只有真正经历过的人才知其中的艰辛。此次笔者结合实际去O工作,对去O过程中碰到 ...
分类:
数据库 时间:
2019-11-09 09:20:58
阅读次数:
81
within the customer engine ver. 4.19 base, I try to do the array bucket to handle all the overlap collision and somehow to overlapend and begin is inv ...
分类:
其他好文 时间:
2019-11-08 21:01:46
阅读次数:
114
@author: Tobin @date: 2019/11/7 17:41:52 介绍MySQL处理不同字符集和语言的基本知识。 几个概念。 字符集:字母和符号的集合 编码:某个字符集成员的内部表示 校对:规定字符如何比较的指令 ...
分类:
其他好文 时间:
2019-11-07 19:40:04
阅读次数:
123
@author: Tobin @date: 2019/11/7 0:28:33 视图相当于将一段SELECT语句复用了。相当于编程语言中的函数调用。 视图是虚拟的表,包含的不是数据而是根据需要检索数据的查询。(也可以INSERT,UPDATE,但是约束比较多,一般不使用) ...
分类:
其他好文 时间:
2019-11-07 19:30:05
阅读次数:
85
* create({payload = {}}, {call, put, select}) { const {currentLineId} = yield select(_ => _.app) payload.address.speciaLineId = currentLineId const da ...
分类:
其他好文 时间:
2019-11-05 17:04:49
阅读次数:
81
现在最新的是python3.7下载好安装包:python-3.7.0-amd64.exe下载地址:https://www.python.org/getit/ 选择3.7.0下载 选择一款适合自己的编译环境,我选的是这样的 之后就是安装,选择customer安装,按默认一步一步操作操作页面会有提示ch ...
分类:
编程语言 时间:
2019-11-04 21:59:36
阅读次数:
125