Problem Statement Takahashi, Aoki and Snuke love cookies. They have A, B and C cookies, respectively. Now, they will exchange those cookies by repeati ...
分类:
其他好文 时间:
2018-04-10 19:39:26
阅读次数:
175
You're given a sequence s of N distinct integers.Consider all the possible sums of three integers from the sequence at three different indicies.For ea ...
分类:
其他好文 时间:
2018-04-04 23:29:20
阅读次数:
223
一、JPA通用策略生成器 JPA提供四种标准用法,由@GeneratedValue的源代码: 其中GenerationType: JPA提供的四种标准用法为TABLE,SEQUENCE,IDENTITY,AUTO. TABLE:使用一个特定的数据库表格来保存主键。 SEQUENCE:根据底层数据库的 ...
分类:
其他好文 时间:
2018-02-13 14:34:14
阅读次数:
551
有则更新无则插入(mySql,oracle) 2018-02-01 1 Orcale 2 Sql ...
分类:
数据库 时间:
2018-02-01 20:47:12
阅读次数:
282
https CA自签名证书,并给Webserver颁发证书
分类:
Web程序 时间:
2018-01-27 22:20:30
阅读次数:
269
select o.table_name, tmp.comments, o.COLUMN_NAME, t.comments, o.DATA_TYPE || CASE TRIM(o.DATA_TYPE) WHEN 'DATE' THEN '' WHEN 'NUMBER' THEN case when o ...
分类:
数据库 时间:
2018-01-25 00:10:55
阅读次数:
172
Edge Detection Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 22604 Accepted: 5311 Description IONU Satellite Imaging, Inc. records and st ...
分类:
其他好文 时间:
2018-01-15 14:46:10
阅读次数:
184
drop table PRODUCT cascade constraints; create table PRODUCT ( id NUMBER not null, --主键 pcode VARCHAR2(20) not null, --商品编号 pname VARCHAR2(20), --商品名称... ...
分类:
其他好文 时间:
2017-12-12 17:34:50
阅读次数:
265
DBA工作中数据字典就等同于我们本和笔,时时刻刻也分不开的,不管是看状态,还是监控,都需要数据字典的支持,本文整理出来常用的数据字典系列,帮助大家来记住和汇总以便查询利用ALL_CATALOG All tables, views, synonyms, sequences accessible to ...
分类:
数据库 时间:
2017-12-07 20:51:30
阅读次数:
221
1.create user username identified by password;//建用户名和密码oracle ,oracle 2.grant connect,resource,dba to username;//授权 grant connect,resource,dba,sysdba ...
分类:
数据库 时间:
2017-11-21 15:50:46
阅读次数:
276