0
votes
3answers
160 views
java.util.ConcurrentModificationException in Non Multithreaded Program,
Hey SO Guru's im having one heck of a job with this code
public void kill(double GrowthRate, int Death)
{
int before = population.size();
for (PopulationMember p : population)
{
…
0
votes
4answers
68 views
Find the port of the server the application is running in java
Hi I have an application running in tomcat,as well as Weblogic and Websphere
I need to determine which port the application is running and display on the UI
Is there any JAVA api to find that
0
votes
4answers
229 views
C# - Make a borderless form movable?
Is there a way to make a form that has no border (FormBorderStyle is set to "none") movable when the mouse is clicked down on the form just as if there was a border? Thanks.
0
votes
0answers
65 views
sIFR 3 HTML text does not display, .sIFR-alternate causing problem
It seems my sIFR 3 text does not show HTML text if the Flash text is not displayed. Here's one of the pages in question:
http://www.jeremyschultz.com/client/orchardplace/website/beta/volunteer/
One …
0
votes
1answer
315 views
no pg_hba.conf entry for host
Hi All
I am new to Perl as well as Postgresql
I get following error when i try to connect using DBI
DBI connect('database=chaosLRdb;host=192.168.0.1;port=5433','postgres',...) failed: FATAL: no …
0
votes
2answers
221 views
C#/WPF: ListView not updating (but when I check with Snoop, everything looks fine)
Hello,
Does anyone know why my ListView with following Code is not working?
I checked it out with Snoop and the ItemsSource seems to be fine (and when I start Snoop, the ListView displays me the …
1
vote
2answers
581 views
SharePoint 2007 -Content for this URL is excluded by the server because a no-index attribute
Did any of guys run into this error where the search crawler is ignoring an aspx page? I am getting the following warning message for these page: "Content for this URL is excluded by the server …
1
vote
5answers
997 views
writing to the eclipse console
Hi,
I've a plugin which has to write output to the eclipse console. My sample code looks as follows:
MessageConsole myConsole = new MessageConsole("My Console", null);
myConsole.activate();
…
4
votes
8answers
250 views
Is there a universally accepted value for no value?
I've seen N/A (always caps) used most often but I don't know if there is a standard. My data will be seen on Google so I would like to use the most recognized value.
1
vote
2answers
79 views
Conversion of Double to value digits and exponent
For ex.
double size = 10.35;
i should get
value = 1035;
exponent = -2;
so when i re calculate i will get 10.35.
i.e 1035 * 10^-2 = 10.35;
Please help me.
Thanks in advance
1
vote
2answers
6k views
Add New Row to GridView without DataBind
Hello all,
I have a GridView that allows editing the values in every column, in every row, all the time. The user enters in all their changes, clicks Save once and all changes are commited.
The …
0
votes
1answer
85 views
smartphones and buttons
The .net compact framework on smartphones doesn't know the button component, the reasons are unknown to me. My question is: how do people usually get over this problem? I have know smartphone near me …
