Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand.(i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0 1 2).Find th ...
分类:
其他好文 时间:
2017-01-17 07:46:30
阅读次数:
198
Suppose you want to scan a tabular grid block (loop through all records in detail block) from top to bottom in Oracle forms. You can do this task by u... ...
分类:
数据库 时间:
2016-12-26 00:03:10
阅读次数:
279
Suppose you want to handle an error in oracle forms and want to display custom error message for that error, but also you want to customize more for a... ...
分类:
数据库 时间:
2016-12-25 23:33:38
阅读次数:
270
Suppose you want to give the data backup option in Oracle Forms application to some client users, where you have installed Oracle 11g client or direct... ...
分类:
数据库 时间:
2016-12-25 23:31:28
阅读次数:
289
The example given below for writing text file or CSV using Text_IO package from a tabular block in Oracle Forms. Suppose there is a tabular grid data ... ...
分类:
数据库 时间:
2016-12-25 21:00:01
阅读次数:
233
Suppose you want to read a file from D2k client and want to store its content in Oracle database. But if you will insert row by row from client to ser... ...
分类:
数据库 时间:
2016-12-25 20:59:57
阅读次数:
296
Suppose you have a random list of people standing in a queue. Each person is described by a pair of integers (h, k), where h is the height of the pers ...
分类:
其他好文 时间:
2016-12-22 06:56:53
阅读次数:
153
In the computer world, use restricted resource you have to generate maximum benefit is what we always want to pursue. For now, suppose you are a domin ...
分类:
其他好文 时间:
2016-12-17 01:55:20
阅读次数:
179
Suppose a sorted array is rotated at some pivot unknown to you beforehand. (i.e., 4 5 6 7 0 1 2). You are given a target value to search. If found in ...
分类:
其他好文 时间:
2016-12-09 12:15:52
阅读次数:
135
idea 1: suppose it takes y steps to equal each elements, then this equation stands: (min + y) * num.length == sum + (num.length-1)*y, where min + y is ...
分类:
其他好文 时间:
2016-12-08 03:15:49
阅读次数:
144