Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: never
  • Content: Threads
  • Order by date
  1. never

    compare String

    Hi all, today a read article about performance java programing and there is tips use better and fast technique how can compare String. String a = new String("testing"); a = a.intern(); String b = new String("testing"); b = b.intern(); if(a == b )...
  2. never

    My own Event

    Hi all, I try to find some eample with creating Java event but i found only with aplet and it is nothing what i need. so ;o) I have some "class MyClass" and here is some "myMethod(Object o)". From time to time myMethod(Object o) is invoking and in this time when Object o...
  3. never

    Log4J

    Hi all, i would like to use Log4J and his appenders to file but I don't understand how i have to implement. Where I must "say" which file have to program use? please help me THX Never
  4. never

    System table name

    Hi all, sorry to disturbing all but...Can somebody to help me!! I need write script for DB2 but I haven't access now to this DB that I look for this trivial problem. So..I need find out name of system table where is stored names of all schema. In the concrete i need show all name of tables in...
  5. never

    System table Name

    Hi all, sorry to disturbing all but...Can somebody to help me!! I need write script for DB2 but I haven't access now to this DB that I look for this trivial problem. So..I need find out name of system table where is stored names of all schema. In the concrete i need show all name of tables in...
  6. never

    my own swing component

    Hi, I need create my own component. It should be JTree component with face as I need. I never did it any own component. Please can somebody help me ? N.
  7. never

    migration or transfer data

    Hello, I would like to migration data from one database with some data structure to the other database with completly diferent structure...both are created already for example 1. old table with this structure: name, surname, adress,hobby 2. the new one have this structure: surname, payadress...
  8. never

    transfer or migration data between diferent structure databases

    Hello, I would like to migration data from one database with some data structure to the other database with completly diferent structure...both are created already for example 1. old table with this structure: name, surname, adress,hobby 2. the new one have this structure: surname, payadress...
  9. never

    How to download an imagem from remote site?

    I need a help on how to fetch an image in a remote site and save it locally. I found a lot of scripts to fetch html but none to copy only images. (yes, I have authorization to copy it) many thanks

Part and Inventory Search

Back
Top