Is there a way to store a saved screenshot in a specific directory rather than the default root folder? Thanks
I want to build a login form : users access the welcome page using their passwords.
I have a list of items and each item has a delete button. When I press the delete button it is deleted from the database but not the UI. It is shown till refres
I am studying sprint boot these days.And i'm trying develop a e-bank project with Spring boot. I can't understand why to could get direct response with JSON of
I am trying to use a Mutex to only allow one instance of my program to be run at a time. I reused the Mutex code from another program I was writing, only to fin
I want to run my tests when I am logged in already Every time when I run the URL its ask me to log in again (When I make it handy its OK). Is there any way to p
I needed a single instance of a timer to run on my app such that i can cancel and reinitialise it when needed. However, the timer doesn't cancel after calling t
I have a class with an Integer field and I need to serialize to xml. If the element is null I need to see empty string in the xml. Example: <myObj field=""
So lets say I have a hypothetical list of lists of file names in Python defined like so: l = [["user1/stats1.csv", "user1/stats2.csv", "user1/
My reponse is : Exception: Request failed for https://docs.google.com returned code 400. Truncated server response: <meta nam... (use muteHttpExceptions opti