|
1d
|
|
awarded | Popular Question |
|
May
12 |
|
revised |
I don't understand 'Reentrancy' in java added 1 characters in body |
|
May
12 |
|
comment |
I don't understand 'Reentrancy' in java You still must consider deadlock, deadlock can occur when two threads wait on each other. |
|
May
12 |
|
revised |
I don't understand 'Reentrancy' in java added 291 characters in body |
|
May
12 |
|
answered | I don't understand 'Reentrancy' in java |
|
May
12 |
|
accepted | Java Classpath and relative paths |
|
May
11 |
|
comment |
Java Classpath and relative paths It always loads the jar in the manifest classpath from whichever directory the jar is in, even if you launch the jar from the cmdline from a different working dir. |
|
May
11 |
|
asked | Java Classpath and relative paths |
|
May
11 |
|
comment |
Maven: executable jar does not find resources are the files at the root of the Jar, or in the same package as the class? |
|
May
11 |
|
asked | Maven: Do you have to declare plugins in the POM to use them |
|
May
8 |
|
awarded | Notable Question |
|
Apr
30 |
|
awarded | Popular Question |
|
Apr
23 |
|
comment |
What constitutes a user in Oracle (and in DBs in general) in relation to transactions? Ty, that is an awesome answer :-) |
|
Apr
23 |
|
accepted | What constitutes a user in Oracle (and in DBs in general) in relation to transactions? |
|
Apr
23 |
|
asked | What constitutes a user in Oracle (and in DBs in general) in relation to transactions? |
|
Apr
17 |
|
comment |
JSF page won't reload if I write to ByteArrayOutputStream The JSF framework provides built in tools for this with the ajax tag, but I don't have a lot of experience with them. Either way will work the same way, although the JSF tag will be less messy if you know how to use it. I recommend trying it with JSF. |
|
Apr
17 |
|
comment |
JSF page won't reload if I write to ByteArrayOutputStream You can use the onclick attribute of the download button to trigger an ajax call. So when you click the button it sends an ajax request to the server (ajax works almost exactly the same as any other request, but happens out of sync with the page load) and load the content into the page, usually inside a <div>. The jQuery library has a method that does this. api.jquery.com/load You will have to create a separate page that just returns the counter.
|
|
Apr
16 |
|
comment |
Cuda invalid documentation I'm studying in preparation for a experiment, in which I will be remotely running the code. I currently don't have access to any card that runs CUDA. Will this function work with any CUDA setup, or does something need to be added to run the C++ like functions. |
|
Apr
16 |
|
accepted | Cuda invalid documentation |
|
Apr
15 |
|
revised |
Cuda invalid documentation edited title |