hi. i'm using sql*plus, and when i do something like:
select * from customer; (or any other table)
the results are given back to me in a really-hard-to-read way. it displays all of the table names and only 1 field, for each field of data
can anyone help me to get it to display everything in...
i keep getting the following error. it says it's found an int, but the heap is made up of Comparables, so i don't get it.
WorstFit.java:36: inconvertible types
found : int
required: java.lang.Comparable
if ((Comparable)(new Integer(s[i])).compareTo(myHeap.heap[1])<=0)
(the "^"...
i'm trying to extend a class and i keep getting this error:
c:\codes\DiagonalToTridiagonal.java:7: cannot resolve symbol
symbol : constructor DiagonalMatrix ()
location: class dataStructures.DiagonalMatrix
public class DiagonalToTridiagonal extends DiagonalMatrix
the DiagonalMatrix class...
Hello all. I've recently been putting together a new system and have run into a snag. Hopefully someone here will have a possible answer.
The components are:
ASUS A7V-E Mobo (200fsb/PC133/ATA100)
Duron 1.1Ghz
512MB PC133 SDRAM
Voodoo Banshee (to be upgraded ;-)
IBM Deskstar 40GB HD
1.44 Floppy...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.