- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
21 Posted Topics
Hi, I have a swing application which works on CSV file. It reads full file line by line, computes some required statistics and shows output. The Upper part of output screen shows each record from file in that order in JTable, whereas lower part shows statistics computed based on that …
Hi, Few days back, I was not able to connect to internet, when I checked out I found following. 1. There was no Network Connection in 'My Network Places' as well as in Network adapters of 'Device Manager'. 2. The PC light (indicating connectivity to NIC) on my Scientif Atlanta …
Hi, My homepage of website contains periodic ajax requests, due to which the session does not time out. Referring to [URL="http://ajaxpatterns.org/Timeout"]http://ajaxpatterns.org/Timeout[/URL] I decided to use timer and event (like mousemovement etc.) to check whether user is active or not and thus invalidating session after inactivity for 'certain' time. To set …
Hi, I have 3 divs of same height (10% of parent element) placed horizontally and all of them looks of same height and at same offset from parent element but when I placed a table within 1st div, the other two divs moves little bit downward. I am not able …
Hi, My PC works well while booting from HDD but freezes at different instances each time when trying to boot from CD. I tried changing CD Drive but the result is same. The bootable CD is also working well in other PC. Can it be corrupt BIOS or hardware fault?
Hi All, I want Load CD option on right clicking optical drive icon. Is it possible without installing any software, through registry changes? If yes, gimme solution.
Hi, I am using Weblogic 9.2 MP3, I want to find Programmatically IP, Port & Server State of Weblogic. Let say there is a page named index.jsp deployed on domain mydomain. So after weblogic is RUNNING, I can access that page by hitting URL [url]http://1.2.3.4:9876/mydomain/index.jsp[/url]. I want the IP(1.2.3.4), Port(9876) …
Hi, I have web app deployed on weblogic 9.2. There are several reports, each having a input jsp, a output jsp, a java support bean and a export page to export output generated to excel file. The user feeds input through input jsp. The output jsp reads ip parameters & …
Execute ls -l command using java. [code] Runtime rt = Runtime.getRuntime(); Process p = rt.exec("ls -l"); p.waitFor(); [/code] Here ls -l can be replaced with any valid Unix/Linux/DOS commands as well as Shell script/Batch Files.
Hi, When I opens a folder containing .swf file, it takes much time for file list to appear the in that folder. During that time it looks like the window is Not Responding (Some time even Not Responding comes written in Title bar), but finally it arrives with all files …
Hi, I have a JTable (call it Log Table) in my code showing Records & below that I have other tables showing some statistics based on new Record Inserted. The Log Table contains 21 columns. Each time a new record fetched is inserted into Log Table as it is & …
Your Program expecting to have been passed 2 argument via cmd line. 1. String which is to be searched 2. the char to search. You are directly passing 2nd argument's first char in call of Count(). So, the class attribute (variable for you) a is of no use in your …
You might not committing the update to database.
Hi, I want a variable table name in a procedure. I thought some IN parameters can be passed like procedure may receive a varchar table name or a number deciding which table to use for fetching data. is it possible? Waiting for reply. Thanks in advance.
Hi, I want to add a jar file to another jar file in such a way that my code should be able to access it(ie. internal classes of that jar). Thanks in advance.
Hey, I am also having same problem, My first keyboard was also giving same problem (giving effect of right click on pressing spacebar, acting as alt+w on only pressing w). It worked fine for week after some days keeping it aside, then again giving that problem. Anyone knows the problem?
exp <db_username>/<password> file=<file_name.dmp> tables=<comma_separated_lists_of_tables> imp <db_username>/<password> FILE=<file_name.dmp> ignore=y rows=y commit=y tables=<comma_separated_lists_of_tables>
Hi I have a method, which is called more than 50 times a second. I have multiple(more than 10) individual variables of different data types initialised in that method & in last part of the method, a single String is returned appending the value of all variables (with conditions on …
Hi, Can I configure Outlook Express to view my GMail or Yahoo mails. If yes, tell me how? Specifically what to select for Server (POP3/IMAP/HTTP). I have Office 2003 Installed. Thanks in advance.
Hi, I want to know any idea about detecting Socket Block (socket overflowed with lots of data, thus not able to receive any new) & thus automatically flushing it, & get fresh data, without ending client-server connection. Thanks in advance.
Hi All DaniWeb users, I am new here. I have problem with keyboard. In Dec 2004 I got new P4 PC, previously i was using 486 machine. From last 2 months my keyboard is not working, on pressing some keys it works differently, i.e. spacebar gives effect of right click …
The End.
rdhiravani