I\'ve developed a flash-based site for a client who has an account with GoDaddy and have uploaded all files successfully to the hosting server. The site consists of an initial preloader named “preloa
Closed. This question is off-topic. It is not currently accepting answers. 开发者_运维知识库 Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I have weird problem with my Activity and I dont know what to do... private Bitmap mBitmap; @Override public void onCreate(Bundle icicle) {
I\'m using Swing to build an application that uses a database. I have a weird problem that I don\'t understand how to solve.
My web template is based on div tags. I want to freeze header part (Header, logo etc), I mean when you scroll the page the header should be in fixed position.
For some reason the check_sort function can only be called once within the main function otherwise the workflow freezes after it\'s first executed.
At a customer, one of our WPF applications started to hang. When trying to reproduce the problem with a minimal working example, I discovered that even the most basic (non-trivial) WPF application wil
I\'m pretty new to WinDbg and I\'m trying to find a bug which has my application hanging for no appearent reason. I\'m not sure I\'m doing things right, but I understand that I need both symbols for t
I have server and client application in JAVA, what working with this server. On first look, it\'s no problems - JAVA uses socket.getInputStream() for receiving data and socket.getOutputStream() for se
the following code counts a bunch of PyQt4 progressbar\'s up tp 99%, I would like for my GUI NOT to freeze as they count up to 99%. I would LOVE to do this without custom classes or functions if it is