Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #3K

21 Posted Topics

Member Avatar for rdhiravani

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 …

Member Avatar for JamesCherrill
0
179
Member Avatar for rdhiravani

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 …

Member Avatar for rdhiravani
0
107
Member Avatar for rdhiravani

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 …

Member Avatar for rdhiravani
0
60
Member Avatar for rdhiravani

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 …

Member Avatar for Airshow
0
100
Member Avatar for rdhiravani

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?

Member Avatar for finito
0
156
Member Avatar for rdhiravani

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.

Member Avatar for pnkyjs
-1
107
Member Avatar for rdhiravani

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) …

Member Avatar for rdhiravani
0
94
Member Avatar for rdhiravani

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 & …

Member Avatar for rdhiravani
0
120
Member Avatar for swetha bandaru

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.

Member Avatar for jwenting
0
117
Member Avatar for rdhiravani

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 …

Member Avatar for rdhiravani
0
109
Member Avatar for rdhiravani

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 & …

0
63
Member Avatar for leroi green

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 …

Member Avatar for leroi green
0
138
Member Avatar for ivatanako
Member Avatar for rdhiravani

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.

Member Avatar for debasisdas
0
77
Member Avatar for rdhiravani

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.

Member Avatar for jwenting
0
4K
Member Avatar for mobsy

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?

Member Avatar for rdhiravani
0
97
Member Avatar for karan_21584

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>

Member Avatar for rdhiravani
0
73
Member Avatar for rdhiravani

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 …

Member Avatar for jwenting
0
137
Member Avatar for rdhiravani

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.

Member Avatar for mattb0611
0
87
Member Avatar for rdhiravani

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.

0
51
Member Avatar for rdhiravani

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 …

0
34

The End.