Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the qu开发者_如何学JAVAestion so it focuses on one problem only
I\'m a beginner and I was wondering how pictures,video,windows and buttons etc are represented visually on the screen. I\'m not asking whether it was made fr开发者_开发百科om for example gtk or wxwidg
I want to write a program in java such that as soon as the computer is locked by pressing (ALT +CTR+DEL -> lock comp ) the monitor becomes off.I want to implement this is java.开发者_运维问答
I want to know if there is an efficient solution to monitor a process resource consumption (cpu, memory, network bandwidth) in Linux. I want to write a daemon in C++ that does this mon开发者_Go百科ito
I understand that when developing multithreaded applications you must synchronize access to shared memory using either, for instance, a monitor or a lock.
I\'m running a multithreaded java app in Linux RedHat 5.3 on a machine that has 8 cores (2 quad-core cpu\'s).
i\'ve recently come across a producer/consumer pattern c# implementation. it\'s very simple and (for me at least) very elegant.
I\'ve been having the worst time of my life trying to understand why this is happening, any input would be greatly appreciated.
I\'ve got a code like this: Some of our clients receiving \"System.ArgumentNullExceptionin System.Threading.Monitor.Enter\" in the following code block:
I want to write a simple visualization of a Java program by displaying the program\'s method calls as开发者_Go百科 branches of a tree. This could be done quite simply by having the program itself tell