0
votes
1answer
29 views
Apple’s gcc, what’s the difference between -arch i386 and -m32 ?
According to Apple's gcc 4.2.1 doc:
-arch arch
Compile for the specified target
architecture arch. The allowable
values are 'i386', 'x86_64', 'ppc' and
'ppc64'. Multipl …
0
votes
2answers
40 views
How to get remote debugging work for Java on Solaris
Hello,
I am trying to get remote debugging working with Java on Solaris OS. Following is what I have tried-
I have a Java class called TestP which has the main method.
When I tr …
-2
votes
1answer
26 views
How to Show Custom options on Homepage
Hi
i want to display product and its custom options like size, colour on home page. how should i do that?
i want to allow my customer to add product directly from home page by p …
0
votes
2answers
64 views
Javascript selecting option from a select dropdown, using a href.
Hello,
Im working on a CMS website that creates form elements on the fly according to id and values.
I need to select certain information out of these forms using a link.
For rad …
1
vote
1answer
393 views
Handling OPTIONS request in nginx
We're using HAProxy as a load balancer at the moment, and it regularly makes requests to the downstream boxes to make sure they're alive using an OPTIONS request:
OPTIONS /inde …
0
votes
1answer
23 views
How to set VM for a java application in MAC OS X
I am setting my VM for my java application in windows using a batch file with following command:
java -jar -Xmx800m "App.jar"
Now I wanna do the same thing for MAC OS X? Any sugge …
1
vote
2answers
74 views
Dynamic options dialog (using reflection)
Does anyone know of a good component (C# WinForms) which would allow creating an options (settings) form, given a custom class with a bunch of properties? I am not looking for some …
0
votes
2answers
54 views
Tomcat, HTTP, OPTIONS
Note: I am new to Tomcat...
I am getting this message in the Tomcat localhost_access_log:
127.0.0.1 - - [09/Oct/2009:09:37:30 -0700] "OPTIONS /stl/foo HTTP/1.1" 200 -
Can anyone …
2
votes
1answer
55 views
avoid “Getting started with SAS” window when opening second SAS session
How can the popup window ("getting started with sas") be prevented from displaying when opening a second SAS session (ie when a 'work' profile is used that does not contain your no …
0
votes
1answer
115 views
--single-transaction --lock-tables options of mysqldump- what happens internally?
Hello,
I did find other posts similar to this, but wanted a little extra information on these options of mysqldump. I have understood that the --single-transaction and --lock-tabl …
0
votes
3answers
92 views
Having select options in 2 drop down menu lists?
I want to have 2 menu lists and you must select an option from each list then click the next button taking you to another page.
Here's a link: http://home.comcast.net/~techjunkee/ …
5
votes
8answers
840 views
Is there a good option parser for Java?
Is there a good options parser framework/library for command-line programs written in Java? E.g. the equivalent of Python's optparse?
1
vote
1answer
70 views
firebug net monitor options
I have an issue where I executing an AJAX request. Instead of seeing the normal POST or GET preceeding the action page url, I see OPTIONS. The data is successfully posted, but ther …
1
vote
1answer
39 views
replace id with name in collection_select
In my application i have a collection_select on my members table, the members table only contains id's. It has an user_id, project_id, role_id, and so on.
I want show the members …
1
vote
2answers
287 views
Passing ant command line options to an exec’d ant process?
I'm using ant to build a mixture of Java and C++ (JNI) code that makes up a client project here. I've recently switched the C++ part of the build to using ant with cpptasks to buil …
