- Strength to Increase Rep
- +8
- Strength to Decrease Rep
- -2
- Upvotes Received
- 14
- Posts with Upvotes
- 14
- Upvoting Members
- 13
- Downvotes Received
- 24
- Posts with Downvotes
- 24
- Downvoting Members
- 3
Re: Breakfast time: raisin toast (w/ peanut butter) & water | |
Re: what are your inputs? you do realise you have 2 while loops to satisfy? | |
Re: JSP is server-side, you probably want to use JavaScript instead | |
Re: [quote=saswati_mishra;397492]Hi, [code]String query="Delete from businessprocessinfo where bpname=("request.getParameter('bpname')":P";[/code] Saswati[/quote] Have you tried this in SQL, because you are trying to access a variable within a string without catenation (spelling?). | |
Re: have a google of "Search Engine Optimization". I don't actually know the techniques myself, but there should be plenty of tips if you dig a little. | |
Re: there are a lot of duplicated values (e.g. classid). perhaps making these unique between the 2 objects will help... | |
Re: [CODE]cout << table[row][column];[/CODE] Are you sure this is what you want to be doing? In regard to implementing the random integers, you can just assign them as you print that particular cell. So add something before the above code. On a minor note, why are you creating an array of … | |
Re: what browser are you using? i just tried FF3, ie7, opera & chrome and it worked in all... i assume you don't have javascript disabled too... | |
I usually listen to music while I'm browsing here, what are you listening to right now? EL-P - Fantastic Damage | |
Re: My understand in that i++ means the incrementation should be completed after the particular line of code (maybe the printf complicates things). Where ++i means to complete the statement before. So I would have thought the result should be 5, 5, 5 and then i++-- ... which is just 'i=5' … | |
Re: you need to find a more appropriate listener (i.e. NOT ListSelectionListener). edit: you could also try look at ListSelectionEvent, and filter out the event you don't want. | |
Re: I had a look at the code and tried it out, it works for me (though I did get rid of those "..." things you have. I was using firefox. | |
Re: you can just call a javascript function from your jsp page. This will not be possible with Java objects though (to my understanding). | |
| |
Re: What narue said applies. But I'll help you a little: isPrime(int x) | |
Re: the "easiest" way is probably to download an IDE like eclipse since it has good support for common Java practices (e.g. autocomplete). BUT I wouldn't necessarily say it is the best way to learn Java. if you are to get the best out of it, I would recommend downloading the … | |
Re: yep, i'd say the code snippets would be the place to put them. It's probably a good idea to give some a good description too. If you are feeling particularly motivated you could make it into a tutorial. I see the Java Tutorial section is currently empty. | |
Re: You need to supply a lot more information... e.g. what database are you connecting to? what tables exist in this database? etc... | |
Re: you probably need to supply some more information. you say it only calls the method once, but are you sure this is the result of your onclick event? if it is infact calling it from the onclick, then each click should call it again, and maybe your output is not … | |
Re: Suprisingly all those questions have the same answer!!! [code] #include <stdio.h> int main() { printf("Hello World\n"); return 0; } [/code] | |
Re: write it yourself, at least show some effort and you will get better help. | |
Re: this article is just stupid. | |
Re: what is "input"? | |
Re: [QUOTE=muqtada123;918047]fully agree with you as the tabbing feature is the most prominent and adorable one that i love the most, it gives me an ease to work with different work situation at a time as compared to IE. Better luck next time.[/QUOTE] IE has had tabs since version 7. I … | |
Re: at runtime you need to specify the third party apis in your classpath, have you done that? and why did you bump such an ancient thread? | |
Re: what permission error does it give? and only on windows? from the api, copy should only have a file as its source so you shouldn't be able to copy folders using it. maybe shutil.copytree is what you are looking for? | |
Re: if you have no audio at all, software is not going to solve the problem. the usual suspects are drivers and the system configuration (e.g. master volume is 0). | |
Re: [QUOTE=Narue;473815]>My friend told me to use byte variables instead because they have 8 bits. A byte doesn't have to be 8 bits.[/QUOTE] Are you sure? (curious) | |
Re: do firefox and opera in windows work? |