application.yml server: port: 9001 application.properties server.port= 9001 code works when I use .properties file but when I am using .yml file no propert
I am trying to send a username that the user fills out to my server. I already have a post request that sends other information to the server
Despite the various Python Excel-manipulation libraries and resources, I am unable to find a specific solution. Right now, I have a template Excel file where a
I am trying to build a backend with express.js. I now have the following problem: import { Request, Response } from "express"; import { getManager } from "typeo
Checked on my WordPress site today to find an HTTP 500 error. 2022/04/12 02:12:05 [error] 878#878: *5 FastCGI sent in stderr: "PHP message: PHP Parse error: sy
I am getting date in following format, as java string: Sat Jan 01 00:00:00 CET 2000 i want to convert it to yyyy-MM-dd fromat. For this i am doing: String st
I'm stuck on this case. I have routing on the flutter app where is a gradient background. When a route is changed animations are run but the content of the prev
So i am building an app using xamarin.forms which needs to play and control audio. I have currently got my audio file playing on both android and iOS BUT I can'
guys! I have an issue. I created .net core webapi project in vscode using terminal. Made following commands: dotnet restore, dotnet build, dotnet run. Unfor
I try to solve a model in docplex(python) and I add a time limit to stop the model; I want return the last upper bound when the model was stopped.