- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
19 Posted Topics
Re: ^Will you please tell what is the need of using back-ticks? I always use insert statements without these, and haven't encountered any problem as yet. | |
Re: [QUOTE=jbennet;1003768]I like fedora but had a crap experience with 11. Its installer crashed constantly unless you chose the defaults (showed how little testing they did - try setting a GRUB password, then renaming an OS entry - every time it leads to a fatal error). [/QUOTE] Same experience with me. … | |
Re: [QUOTE]mount /dev/sda1 /mnt/usbflash[/QUOTE] Will work only if entry is there for /dev/sda1 in /etc/fstab . And generally, USB drive will be assigned /dev/sdb1 Better way will be to use [QUOTE]mkdir /media/flash mount -t auto /dev/sdb1 /media/flash/[/QUOTE] Now it will be shown on desktop as well as side panel in nautilus(If … | |
| |
| |
Re: ^yes. <textarea> can be used to create multi-line text box | |
Re: Many are there. Bluefish, QuantaPlus, KomodoEdit, Aptana Studio, netbeans etc. | |
Re: Installed glassfish bundled with netbeans or manually? Just right click on the project, go to NEW>SERVLET, Enter name of servlet, click OK. Enter the code, and save. Right click on servlet file and select RUN to run the servlet. | |
Re: ^Thanks. I also wanted to find how to that. | |
Re: request.getHeader("User-Agent" | |
Please help me in setting apache-tomcat-6.0.20 on linux. When I use the code [QUOTE]sh startup.sh[/QUOTE] I see this. [QUOTE] Using CATALINA_BASE: /home/apinder/apache-tomcat-6.0.20-src Using CATALINA_HOME: /home/apinder/apache-tomcat-6.0.20-src Using CATALINA_TMPDIR: /home/apinder/apache-tomcat-6.0.20-src/temp Using JRE_HOME: /usr/java/jdk1.6.0_14/[/QUOTE] No error message is shown here, but if I open [url]http://localhost:8080/[/url] tomcat default page doesn't open. I haven't changed … | |
Want to create a small project for online exam using jsp. As of now I am unable to find, how can I > Get random questions from mysql database > Put the timer, so that the exam result is shown automatically after the specified time for exam is over More … | |
Re: c:\jtemp\adat>java MyPack.AccountBalance should work. It works for me. | |
Re: Why creating different threads for same query? | |
The End.