I have successfully created a product but the page doesn't redirects to the view I want...and I don't really know why... [HttpPost] public async Task AddProduct
I'm fetching an API, and I want to store the result in my own DB. I need to check for duplicates, but my code did not find them. Here is my code : function par
Whilst this may appear to be a duplicate of WordPress content is using br instead of p, I would like to find an answer that sorts this out at the the database l
So I've created a get request, which shows all the exercises and the options to edit (which will redirect to another url) and delete. I wanted to use material u
I have a QSplashScreen with an image.The image looks fine when I open it. But When I run the splash, the picture has become full screen and blurred. I think it
I had this problem even I didn't manage to sleep, guys my codes are like these <style lang="scss" scoped> @import '~/assets/scss/main.scss' .home
I want to batch replace strings in Excels. But some of the resources I found weren't free. For example,Aspose API,Spire.Xls. Is there any open sou
I am trying to make a face tracker that combines Haar Cascade Classification with Lucas Kanade good feature detection. However, I keep getting an error that I c
So this is what I noticed in Java: If I make a class: class IntStorage { public int i; public void setInt(int i) { this.i = i; } public int getInt(