I have a C program that is taking like 5 minutes to execute. So I was thinking if I can like show the percentage completed or any type of interaction for the user while executing, since a blinking cur
I\'m currently designing a Linux-based system. Users of the system will be allowed to download contents, i.e. programs, from the Internet. The contents will be distributed in zip packages given specia
I\'ve been using notepad++ for web development (currently html, css, and some php and mysql). I decided to dive into an IDE to see if I could cut down on development time and have more power than note
I am modifying codethat the grand-parent class is a pure virtual which include a pure virtual version of function XYZ ; the then parent class declares XYS asvirtual and it has an implementaion for it.
My program below is called Apple.java import food.Fruit; class Apple extends Fruit{ public static void main(String[] args){
i have to connect java to mysql db using jdbc. thats not a problem and i can query data f开发者_开发百科rom db successfully. the problem is, i have another class that i need to execute which the appli
I want to know what is .do extensio开发者_JAVA技巧n in web pages. Is it a standard extension, or, if it\'s not, can we change the extension (like client-login.php to client-login.do and still run as P
Following the comments on one of my questions I\'m intrigued to know what happens when one overwrites an executable. I need to check my understanding on the matter.
Often in my code I start threads which basically look like this: void WatchForSomething() { while(true) {
In my php script larger file takes longer to upload and its bound by max_execution_time. when max_execution_time was set to 60 and i was uploading files under1MB there was no problem. once i uploaded