I\'m trying to develop an app for Android and I want my app to receive as input the time (year, mon开发者_如何学编程th, day, hour, minute) and the app
So I\'ve got 2 things going on: a program that checks the status of some folders, then a VBScript that runs afterwards to email recipients of any errors going on in said folders. Even if there is none
I am working with threads, and decided to use the most modern API (java.util.concurrent package). Here\'s what I want to do (pseudocode):
I have a web application developed in C# that retrieves data from a database and writes the retrieved to a file. What i need to do is to be able to run this web app regularly on my server(Microsoft se
I\'ve got a class class A { int a=0; public int getVal() { return a; } } and I\'ve to execute the functiongetVal periodically. How do I do it from another c开发者_JAVA百科lass b?Thanks.Old Way
I scheduled some tasks in Windows task scheduler. I installed a third party tool called Bmail that added a task that sends email from the task scheduler ind开发者_JAVA技巧ependently. It can be trigger
Before I start, another post for something similar to this request for help is located at Running a process at the Windows 7 Welcome Screen, but the responses were not quite what I believe I am lookin
i am developing a scheduler in which i want to match the username and password entered by the user 开发者_Python百科with the system\'s login credentials in c#.Is there any way to do this.Why don\'t yo
I\'d like to and app every 6 hours or every 12 hours to get开发者_StackOverflow updates from a webserver
I\'m using a Quartz .NET job to get data from serial port periodically. The problem is that if the serial port is used by a another programm the job should reschedule itself to maybe try it in 30min a