The periodic energizing required to maintain the contents of computer memory, screen, etc. It can refer also to the update of a display to show the latest version of the data.
Questions tagged [refresh]
5342 questions
1
vote
1 answer
secured API with a JWT
I am currently learning how JWT is working and I am making an API with.
I've made a middleware function so for each call to a secured route, the middleware is called and analyze the accessToken.
I pass the token in the header of HTTP request in the…

Carlos
- 119
- 10
1
vote
2 answers
How to refresh a whoke oage except for a single certain div using Javascript?
How can i refresh a whole new page and all the elements, except for a certain div section.
Is it ever possible to be done with pure javascript only?
Thanks.

Jkil
- 19
- 7
1
vote
1 answer
JPA JQL query after bulk UPDATE sees stale values
I have an EclipseLink JPA demonstrative application, which issues a JPQL SELECT statement after executing a JPQL UPDATE statement.
The SELECT statement "sees" stale data as follows:
if no hints are provided, result data are stale
if…

user2835081
- 11
- 3
1
vote
1 answer
How to automatically trigger code in background in Swift?
Beginner trying to create an app that gives the user a random "word of the day".
Through testing I realised that the app has to be opened every day by the user in order to manually trigger the function isRefreshRequired() (which retrieves the new…

Sushi
- 29
- 6
1
vote
1 answer
How do I output a new random number to an HTML doc(via innerText) in JavaScript?
I am doing a simple math game in HTML and JavaScript for school, this is just a small part of it. Basically I have a button that I want to be able to press, and each time I press it I want it to output a new number to the innerText of a div in the…

stee_vo
- 33
- 5
1
vote
1 answer
React retains the input value after the page is refreshed and keeps it in local storage
I'm doing a feature using react, which saves text from input and automatically updates to local storage, I want even if I refresh the page the text in the input stays and the state doesn't reset from scratch. Thanks for helping me, have a nice day.…

Tam Do
- 181
- 4
- 15
1
vote
1 answer
Vue.js dynamic reload src of Image
I have an image changes in the server but without changing the name so I want to reload the source in vuejs without refreshing the page,
This my vue :
…


abbes abbes
- 13
- 5
1
vote
1 answer
Hard refresh checks the authorization every time in React application
At the very beginning of the app, it checks authorization from tokens in localStorage.
So if a user closed and open a browser again, it checks authorization automatically if the token exists.
But, because of that, if a user does the refresh in any…

Sandy
- 204
- 1
- 9
1
vote
1 answer
How to prevent a singleton bean from being destroyed by the ApplicationContext refresh
I have a singleton bean that is being destroyed when the ApplicationContext is being refreshed. This bean is the session registry, which keeps track of sessions (duh). I use the refresh from the ApplicationContext to get the new configuration…

MirroredFate
- 12,396
- 14
- 68
- 100
1
vote
1 answer
Windows Phone 7: Grab current url and use to Reload my browserpage
how can i refresh/reload my browserpage in my app?
i have a webbrowser created to dinamically retrieve a random page from my site, now i want to capture the actual url and use it for the refresh button and for the "open in browser button".
Basically…

Zak
- 591
- 2
- 15
- 37
1
vote
1 answer
Failed updating table for Redshift
I am using AWS Redshift to run the query.
The query contains create table and join with existing tables procedure.
There is an updated_at field for the new table after all procedures, which is current time.
After all procedures, updated_at is at…

Crubal Chenxi Li
- 159
- 2
- 11
1
vote
1 answer
How do I change the function of a refresher based on the selected index of a segmentedControl
I have a vc with one segmentedControl, I want to be able to change the function called by the refresher everytime the segmentedControl's index is changed
lazy var refresher: UIRefreshControl = {
let refreshControl = UIRefreshControl()
if…

Arman Khan
- 49
- 1
- 11
1
vote
3 answers
How to reload already loaded uiwebview with new HTML string?
I have implemented UIWebView in my project to show some HTML data. The problem is I have loaded the webview with some HTML string by using the method
[myWebView loadHTMLString:Data baseURL:nil];
Now I want to add action of button such that when…

Sanchit Paurush
- 6,114
- 17
- 68
- 107
1
vote
4 answers
Force a refresh on a Jquery Mobile controlgroup button on small screen display
I have a Jquery Mobile controlgroup with two buttons:
1
vote
0 answers
refresh an image in html automatically in text type
I'm uploading a live graph into html page (CPU usage plotting in line), it's not a static image. it's dynamic so i need to update it every second. is there any way to do this in html text type, as i don't have much language in java script or other…

Study Engine
- 17
- 2