Questions tagged as 'schedule'

1
answer

Read xml file and persist information every so often

This is the scenario: I have an xml file that contains information that must be stored, updated or deleted from my database every month. I have taken two approaches to read the file from Java every so often: I used a cron with @Scheduled...
asked by 16.03.2018 / 11:55
1
answer

Pass parameter date to an Android calendar

I am showing in a calendar the events that I have in my DB but I do not know how to pass a date parameter. Calendar calendar1 = Calendar.getInstance(); calendar1.add(calendar.DAY_OF_YEAR, 3);//Aqui esta la posicion, (dia en el que...
asked by 19.12.2018 / 18:15
1
answer

Is there a library or class to create a scheduled task on Vb.net?

Good morning community. I have a few days to program in VB. In this occasion I find a functionality to develop, which is to carry out a scheduled task. I've been researching and I can see that implementations can be made or even use system...
asked by 05.06.2017 / 17:10
0
answers

How can I set a week in Fullcalendar Scheduler?

I'm doing a School Schedule, but I need it to only be fixed for one week , so it does not have to be repeated every week I do not know if it is a specific function of the library, or in what way I can leave the week fixed. Greetings thank...
asked by 22.11.2018 / 20:31
0
answers

PHP cron / scheduled automatic task

The goal is that having script.php, it is launched only every day as if it were 0 0 * * * script.php. It must be agnostically because it can be hosted in different mv windows / linux and without depending on a container in which we can schedu...
asked by 23.05.2018 / 16:59
0
answers

Schedule a task in Windows Server from vb.net

Good morning, I am programming a task from vb.net with these parameters. Generates the task correctly and executes. This works correctly in local, but you would need that task to be created on the server. Any ideas? Using tService As New Ta...
asked by 22.12.2017 / 12:53