Questions tagged as 'agendamento'

1
answer

Change task time in Windows

I need to set up a Windows task so that it runs every 30 seconds, but the task scheduler has a minimum time of 1 minute and you try to change it to (30 seconds || 0.5 minutes || 0.5 minutes) I always get the same error message: If you k...
asked by 22.08.2017 / 20:13
5
answers

Schedule execution process in C #

I have an application that will be running 24h / day the 7days / week, that is, it will always be running. I need at a specific time, every day a method of this application is called.     
asked by 17.08.2015 / 15:40
1
answer

Scheduled Tasks on the Web

In Google Inbox, you can create reminders and postpone them to a certain date and time. The reminder is then taken from the main screen and when that exact date and time arrives it returns to the. In this way, the system schedules a task fo...
asked by 20.11.2014 / 21:21
1
answer

Rails Weekly 5

I need to implement a simple calendar in Rails for presentation of daily schedules, I have adapted the model and the controller to add new schedules with date and time, but the difficulty is to present instead of the list as follows: I have...
asked by 27.09.2017 / 17:18
1
answer

Return all results of a query with mysqli_fetch_array

Hello,I'mtryingtoimplementablockschedulingsystemwheretheuserchoosesthedateandlocationoftheirchoice.Afterthat,hewillchoosethetimesaccordingtoavailabilityandneedtoblockschedulesthatareunavailable.Itriedtosearchthedatabaseandcreateanarrayofallpos...
asked by 08.05.2018 / 02:18
3
answers

Schedule php script on windows

Hello, I have a script in php that I need to run automatically every 15 minutes on windows (my system is hosted locally). Well, I saw that it has to be done by the Windows Task Scheduler so I configured it as follows: I added a basic task and...
asked by 19.07.2017 / 23:07
1
answer

Display an alert when 5 minutes are missing for the event

I'm developing a Java calendar, where I have the date and time saved in the database. However, what would be the best way to display an alert 5 minutes before the event? Do I have to run the query method all the time until the hours hit? Or is t...
asked by 16.07.2015 / 15:59
1
answer

How do I run Cron Jobs in PHP?

I wanted to use Cron Jobs in these php: titulos.php <tr> <td bgcolor="<?=$highlight?>"> <? require('config.php'); $sqle = "SELECT * FROM tb_ads WHERE user='$last' and ident='$id'"; $resulte = mysql_query($sqle);...
asked by 13.04.2014 / 01:16
1
answer

How to schedule a schedule with kivy

I want to make an event occur for 2 seconds at the speed of 29/30, after 5 seconds from the start of the program, with the following code: from kivy.app import App from kivy.uix.gridlayout import GridLayout from kivy.uix.label import Label fro...
asked by 09.12.2018 / 21:04
5
answers

Schedule execution process in C #

I have an application that will be running 24h / day the 7days / week, that is, it will always be running. I need at a specific time, every day a method of this application is called.     
asked by 17.08.2015 / 15:40