I want to pass the user id (100) to moodle and then get a JSON string about the stored data of the user with the id (100). Is there a way or a web service for t
I am trying to get the content from a web page using this code : HttpClient http = new HttpClient(); var response = await http.GetByteArrayAsync("www.nsfund.ir/
I'm facing a situation where I have two PostgreSQL databases, one local and one in Cloud SQL. Some tables from the local database should be somewhat replicated
I am using nftw() to do directory traversal. Right now I am only wanting to list out all the files in the directory specified, however it seems to no matter wha
I have a simple table: CREATE TABLE `user_values` ( `id` bigint NOT NULL AUTO_INCREMENT, `user_id` bigint NOT NULL, `value` varchar(100) NOT NULL, PRIMA
I am trying to create two different deployments using kubernetes, one for a spring boot project and another one for mongo db. I want the spring boot project to
private void formWindowActivated(java.awt.event.WindowEvent evt) { Date d = new Date(); SimpleDateFormat sdf = new SimpleDateFormat("yyyy"); int
I’m trying to catch the browser pop in Chrome after trying to leave a form. Indeed when I click on the button “Close” in the form (after filli