I have some code that will not run if I don\'t have a breakpoint. My speculation i开发者_StackOverflows that the code gets executed too quickly, and the time between me allowing a breakpoint to contin
My thread should return an array-list and put it into files. My problem is that it just stops(at least that\'s how I see it).
I was doing my homework when I stumbled upon the following problem. I should create a simple multi-threaded application using in C and using Windows API functions. Each thread would run a simple task,
So far I have this code: ****SimpleForm.h**** class TForm1 : public TForm { __published:// IDE-managed Components
I have a problem with unit tests in Android. My object MyObject has a method start() like this : public void start() {
In my application, I have a mult开发者_如何学Pythoniple file upload AJAX client. I noticed (using a stub file processing class) that Spring usually opens 6 threads at once, and the rest of the file up
I am a beginner in developing Android applications. I am trying to load an image from an URL to an ImageView using a thread. The idea is I want to load the image without interrupting overall process.
Is there any way to stop new client requests to s开发者_如何学JAVAervlet until old client request finishes execution in servlet? I do not want to use the synchronized keyword, instead I would like to
I am using multithreading while loading data from the database. I am doing the following dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0),
My task is to write a encrypted program in C. There is a source file and a target file.My program need read content from source file, encrypt them and