Search:

Type: Posts; User: Object

Search: Search took 0.11 seconds.

  1. Thread: Bots

    by Object
    Replies
    8
    Views
    3,255

    Re: Bots

    I am an ex staffer and always hold the ability to return to a forum with over 250,000 members. So yes, I do have experience running forums and with crawlers. The forums bots here don't post but yet...
  2. Replies
    10
    Views
    2,120

    Re: can you suggest me a PROJECT?

    www.github.com

    Look at other peoples projects and contribute if you are bored.
  3. Thread: Bots

    by Object
    Replies
    8
    Views
    3,255

    Re: Bots

    Removing bots is a simple task, why not remove them? It posses a negative perspective on the forum.
  4. Thread: Bots

    by Object
    Replies
    8
    Views
    3,255

    Bots

    Remove bots from the forums and I may stick around.
  5. Replies
    4
    Views
    1,701

    Re: Update Array by explode()

    You may get help if you find some html boards. Correct me if I am wrong, these boards directly concern the programming language Java.
  6. Replies
    16
    Views
    2,273

    Re: Java platform independent? Looks like a myth.

    Java is known for its portability. I wouldn't consider it a hype.
  7. Re: Problem with JmenuItems Cannot setvisible true

    Seems like you don't fully understand buttons and events. I would highly suggest you read up on some tutorials and documentation then create another (hopefully valid) attempt. After you understand...
  8. Replies
    6
    Views
    1,878

    Re: frustrating loop/array issue

    Collections (Java 2 Platform SE v1.4.2)

    static void sort(List list)
    Sorts the specified list into ascending order, according to the natural ordering of its elements.
    static...
  9. Replies
    4
    Views
    2,043

    Re: preparedStatement.executeBatch failed

    That explains it.
  10. Replies
    1
    Views
    1,495

    Re: MySQL Stacktrace

    "Can't get hostname for your address"

    The good thing about exceptions is that they give you the problem. You will need to look at the the computers hostname the server configuration.
  11. Replies
    4
    Views
    2,043

    Re: preparedStatement.executeBatch failed

    Hmm, just a thought off the top of my head.. setAutoCommit(false);?
  12. Re: How hard would this be to write for a Beginner?

    Pro tip : Read up on code organization and separation of concerns. Good luck.
  13. Replies
    21
    Views
    2,820

    Re: Multithreading / Multiple Connections

    Thread-per-client approach is horrid. Stay away from the design if you are worrying about performance. It really depends on the task at hand, if you are looking for hundreds if not thousands of...
Results 1 to 13 of 13