Questions tagged [auto-update]

Auto-updating is software functionality that allows a program to maintain whether it or the supporting data is up-to-date in an automatic fashion.

1377 questions
-1
votes
1 answer

how i update inbuilt model (user) in strongLoop using mongodb?

enter image description here i upload image here you can see whole folder structure.. In StrongLoop Framework there not visible User model in common/model folder so it's difficult to how i add property in user model?
-1
votes
2 answers

Update windows form like if app restarted C#

I would like to update a panel in a windows form C# after adding an entity from another form and without having to use Application.Restart(); Form 1 : private void kopf1_Load(object sender, EventArgs e) { …
-1
votes
1 answer

Update static resources for iPad (iOS) application

I'm working on simple iPad applications which contains only one webView with static HTML code (something like presentation). From time to time the HTML code is changing (add new slides, remove other). The Apps must be able to work offline! I'm…
fireball70
  • 368
  • 1
  • 4
  • 14
-1
votes
1 answer

Wordpress site deleted after failed auto update backup

I received an email stating that the Wordpress auto update for my site was aborted because the backup failed. When I go to check the site all files were deleted, everything. I ask the site host if they could restore from a backup. They said sure…
fullerm
  • 406
  • 1
  • 8
  • 23
-1
votes
1 answer

Hibernate update tables for MySQL

How can I "sync" my db server (MySQL) with my hibernate tables without the hibernate.hbm2ddl.auto = update property? Before using MySQL databases I was using H2 and I could use Liquibase to "merge" two different database so I only had to host an…
Nicolas Sagala Beaucage
  • 1,229
  • 1
  • 11
  • 23
-1
votes
2 answers

How to update and store output from Oscilloscope every 100ms in Python?

I have following code to display current output form Oscilloscope. To update the graph I have to constantly press a button "CH1". What would be the best way to update the graph automatically? Should I use a timer, but I think it may freeze the PC.
Random Data
  • 53
  • 1
  • 9
-1
votes
1 answer

How to use the comment update service in iOS?

I have created an app in objective C, In this app i have one page there User can comment live and for the updating comments i am hitting every 5 min the web-service. I have no idea about the server data change . I want to hit the service while the…
Abhishek Mishra
  • 1,625
  • 16
  • 32
-1
votes
1 answer

How create a Java application that auto-updates itself?

It is as simple as an application that can update itself. More specific, maybe a launcher that loads a jar file from the web and replaces it with the current jar. The approach that I want is: A launcher which is coded in Java. That launcher overall…
-1
votes
1 answer

Auto-update process in the background

Is there any way to schedule android app update from developers side, or to process update in the background (not closing/stopping the app)? I have an app, that could not be updated while it is working/playing, or at least the update has to be…
-1
votes
2 answers

How to change a field value only once after a period of time using php-mysql?

I have a table with some fields.status and starting_timestamps are two of them. the default value of status is T. I want to change this to F after the 10 days. starting_timestamps stores the time of starting.How can i do this? Iam in php-mysql…
fighter
  • 149
  • 1
  • 8
-1
votes
1 answer

(Windows) How to make auto-update function for plugin?

I have a question. I'm writing a plugin (.dll) for an application (.exe). And I want to code auto-update function for my plugin but I catched an issue, it could not apply. Because my plugin has loaded while application is running, in run-time it…
Vic P.
  • 11
  • 1
  • 3
-1
votes
1 answer

Auto update mysql table each time a row its added to another table

The problem i need to solve is the following: I have an "incomes" table where rows are added for each income, and every income has a price. I also have another table called "months" with a column called "total_income". The "incomes" table has a…
-1
votes
1 answer

if i delete woo-commerce files from my site .would that erase thousands of my products off my website?

i was updating my woocommerce plugin and i got a lot of errors. and now i'm unable to see even my wp-admin page ...errors are like below: Warning: include_once(includes/class-wc-autoloader.php): failed to open stream: No such file or directory…
RAO HAMMAS
  • 61
  • 1
  • 2
  • 13
-1
votes
2 answers

How to update table column Id?

I want to update Student table where student_id is an auto-increment field. But I have deleted some students from the table, now I want to assign the ids again (i.e from 1 to last row value).
-1
votes
2 answers

Would it be possible for web browsers to automatically update rendering engines?

As a way to prevent the major annoyances of browser segmentation and older versions. This way the code would only need to be done for the latest version of the browser, but users could still have the functionality of the older version and not be…
unknowing
  • 21
  • 1