I'm writing a GoLang app using Go 1.7rc1. now I want to find all go files in a specific path. besides that I want not to walk on some directories.. for example
I am having an issue adding a new entity via the DbContext.Add(...) method. On DbContext.SaveChanges(), I get a DbUpdateConcurrencyException. I'm trying to do
I have a route.php which gets called for every php request to return a friendly uri. In route.php it parses $_SERVER['REQUEST_URI'] to get the parameters. I hav
We compile and link our code using CMake 3.18 on Ubuntu 18.04. The structure of the program is this: There's an application with a main function, which loads a
I have many scheduled queries running on a project and it is getting hard to keep track of which script or query is breaking. Is there a way that I can add send
I've got this error on Android. Just in case, I use react-native-maps. Do you know what is it from?
I am trying to send request with MultipartFile named "input" to my client web server but Spring Boot sends request without any body, my function in presented he
My computer's regional date setting is dd/mm/yyyy. I am using MS Access. I would like to insert records into a database using the SQL INSERT INTO statement. Whe