5,727 Posted Topics
Re: Other: hanging, drawing, and quartering comes to mind. First hang them from the neck until NEARLY dead. Next drag them through the city behind a horse (or car). Then tear out their intestines out of their living bodies. After that attach each limb to a horse (or car) and tear … | |
Re: Get a job as a DBA at a bank and hack into their computers. Of course that would be breaking the law, but it's the one way to do this that might have anything to do with Oracle yet not be a poorly phrased homework question. | |
Re: [QUOTE=Ezzaral;693469]Canceled by Executive Order until further notice. Get back to work. Move along.[/QUOTE] The Obamessiah ("voluntary mandatory national service", etc.) isn't YET in office, so that can still be avoided. | |
Re: not enough actual parameters | |
Re: there are things in the sky that are at some stage unidentified, these are UFOs. Once they are identified (as they invariably are) they're UFOs no longer. So yes, there are UFOs but no, they're not extraterrestrial spaceships. And yes, there's likely life on other planets but no, they're not … | |
Re: most likely your contract of employment prohibits you from going into business in competition with your current employer. Whatever you do, first check the legalities. And remember that you don't know the business if you managed its computer systems. You'll also almost certainly need training and licensing to operate in … | |
Re: Of course anyone thinking to "learn Java within a month" is rather insane... A decade is more like it. | |
Re: yup, run your own servers. Easiest when learning as you can try different configurations and servers without having to bother with uploading things, remote logins, etc. etc. Tomcat is nice, but I'd use Firebird instead of mySQL for the database. Smaller, easier to install and use, and more friendly on … | |
Re: of course you can have multiple forms. It's quite common in fact. Of course each form stands on its own, don't expect values from one form to be submitted as part of a request generated when submitting another one. | |
Re: tons of unformatted code, no description of what "goes wrong", no nothing. You'll have to do better than that if you expect us to fix the code you pulled from some other website for you, kid. | |
Re: it's your homework to get it to compile, so go ahead and fix it. If you'd known the first thing you'd known that something that fails at one platform will fail at all of them (barring errors in the implementation of the platform). You'd also have known that you shouldn't … | |
Re: and why is a bridge to Wassila a "waste of federal money" but a billion dollar road to connect some remote town in (say) Montana isn't? Maybe because it's not a leftist politician voting for the budget? Palin has a track record of reducing pork and corruption, Obama and Biden … | |
Re: if you'd been here longer you'd know that "ITHelp" is an idiot whose advice is usually to be reversed and that reverse applied. | |
Re: I won't touch anything created by Google. It's all spyware. Anyway, the first 2 security leaks have already been identified in it. Rather quick, only a few hours after release... | |
Re: tx alx, i culdnt ha sd it b8ter mself | |
Re: It's your homework. If you think you can get away with passing off someone elses work as your own you're a sleezball who's attempting plagiarism and noone should help you. In fact you deserve to be thrown out of school and banned from ever enlisting in any other school for … | |
Re: Pay me a million billion gazillion dollars or I will destroy the world. Was signed, Dr. Evil | |
Re: and not only does it lack the communications skills to succeed, it also lacks the common sense to take to heart advice offered. | |
Re: Microsoft LS4000. Ergonomic, essential for preventing RSI with long term use. Firm action, good tactile feedback. Well built, built to last. Rather heavy and large, so stable on your desk. | |
Re: we're not going to do your homework for you, thread hijacking homework kiddo. | |
Re: and you don't stop threads. You tell them that they should at their leasure do what's needed to terminate (of course after closing and cleaning up resources, etc.). | |
Re: You don't own the console, and should NEVER assume that you do. Therefore you should NEVER try to clear it and should NEVER assume that no other process writes to it. | |
Re: 1, 2, 3, 4, ..., 148, 149, 150 | |
Re: we're not going to read that garbage. You will have gotten a line number for the error, that will tell you where to look for your error. Learn to read and interpret error messages, it's a vital skill. | |
Re: I've looked at it and liked what I saw. But as I'm working fulltime in Java and that's a large enough field to keep me busy I've little time to do much more. | |
Re: why the hell is he using AWT instead of Swing, and why in heaven's name is he not keeping to the correct convention for naming variables and other entities? | |
Re: depends on the origin of the document, the website in question, etc. etc. etc. | |
Re: What exactly "isn't happening"? Check the generated html. Is the data there but isn't it shown? If it is your html generation is at fault. If it isn't, you are almost certainly having an error in a loop somewhere in your code, causing the output of the list to be … | |
![]() | Re: suggestion: start from scratch and think before you hack code together. And you'd better hurry or you'll never get done in time. And no, we're not going to do it for you. Indeed it's not urgent to us at all. |
Re: best report him to Homeland Security for a laugh. Gives them something to do and gets us rid of the idiot at the same time. He's asking for help in killing people, last I checked that was a criminal offense... bad post flagged ++ | |
Re: yes, NEVER use Java scriptlets in JSP code. NEVER do database operations from JSP. ALWAYS use PreparedStatement for database operations. ALWAYS use parameterised queries for database operations. So basically restart from scratch. | |
Re: Dutch police run regular operations against these scammers. Yes, some of them do operate from here, but they're not locals. They're (mainly) Nigerians living here who act as a front for Nigerian criminal gangs. Of course it's not just Nigerians, but criminals from many parts of Africa and eastern Europe. … | |
Re: maybe you should first attempt a project focussed at writing grammatically correct English before trying a project at interpreting the spoken word. | |
Re: certainly feasible. I did something somewhat similar a decade ago. | |
Re: Servlet filters always run on the server. They can provide services that have to run before the web application processes the request, like authentication. A filter can intercept the requests, look up credentials and permissions, and deny the request (with an error message) if the request is issued by someone … | |
Re: [quote]Is there any way to check if str2 in str1? [/quote] yes. | |
Re: and of course you should not do anything except displaying the results from a JSP. | |
Re: grow up and stop using a 20 year old "programming" language hacked onto an operating system it doesn't belong to. | |
Re: you can't. You can't mix text and binary content and JSP are designed for text. While they can output binary content, they're not meant to do so and I'm not going to tell you how to do a bad thing (tm). | |
| |
Re: you don't want to do that. It's not what JSP should be used for. | |
Re: [QUOTE=jonce;683161]can you explain a bit more please?[/QUOTE] not to someone who can't understand something that's spelled out to them. | |
Re: change your database design. It's incredibly stupid to have a need for things like that. | |
Re: in other words, don't doubt the garbage collection mechanism. It works well and there is no need to secondguess it by trying to force it to run. | |
Re: step 1: read the community guidelines step 2: tell your teacher that because of your laziness you're not going to get your assignment done in time step 3: learn Java, you now have an extra year to do so after you were failed for the course. | |
Re: [QUOTE=geex;682569]hey will someone give me a code[/QUOTE] no. | |
Re: says it all. Toplink can't find the jdbc driver for the database you're telling it to use. Supply the driver and you'll get another error (or it might even work if everything else is correct). |
The End.