As the DBA, you run the following query on your ASM instance.What is the implication of the results of the query? (Choose two.)SQL> select group_numbe ...
分类:
其他好文 时间:
2017-11-08 14:49:34
阅读次数:
155
参照:https://stackoverflow.com/questions/15992874/logo-appears-for-only-a-second-and-then-disappears http://blog.csdn.net/myaccella/article/details/7027 ...
分类:
其他好文 时间:
2017-11-08 13:18:08
阅读次数:
356
IDEA这么高端的工具之前只是断断续续使用了一下,因为项目的开发都是在eclipse上,每次学习IDEA的使用都得上网搜索半天,今天自己整理一下,方便以后查阅。 IDEA版本15.0.4 字体 界面字体 File -> Settings Appearance & Behavior -> Appear ...
分类:
其他好文 时间:
2017-11-08 13:11:19
阅读次数:
347
Given a sorted array, remove the duplicates in-place such that each element appear only once and return the new length. Do not allocate extra space fo ...
分类:
其他好文 时间:
2017-11-08 00:53:57
阅读次数:
147
Given a sorted array, remove the duplicates in-place such that each element appear only once and return the new length. Do not allocate extra space fo ...
分类:
其他好文 时间:
2017-11-05 00:27:42
阅读次数:
138
最近再弄openfire用openLDAP整合,本来没整合的时候选的标准数据库没问题,但是现在用嵌入式数据库,就报错了,,, 报错原因:没有导入openfire的数据表 解放办法: 1、登陆数据库 ,我装的是mysql mysql -u root -p; 2、选择数据库 use openfire 3 ...
分类:
移动开发 时间:
2017-10-30 18:14:54
阅读次数:
259
448. Find All Numbers Disappeared in an Array Given an array of integers where 1 ≤ a[i] ≤ n (n = size of array), some elements appear twice and others ...
分类:
移动开发 时间:
2017-10-29 19:30:30
阅读次数:
193
Given an array of integers where 1 ≤ a[i] ≤ n (n = size of array), some elements appear twice and others appear once. Find all the elements of [1, n] ...
分类:
移动开发 时间:
2017-10-27 15:56:22
阅读次数:
282
select{appearance: none; -moz-appearance: none; -webkit-appearance: none; background: url("../images/down.png") no-repeat 95px center; } ...
分类:
其他好文 时间:
2017-10-26 20:00:40
阅读次数:
147
Given a sorted linked list, delete all duplicates such that each element appear only once. For example,Given 1->1->2, return 1->2.Given 1->1->2->3->3, ...
分类:
其他好文 时间:
2017-10-25 15:15:37
阅读次数:
148