I have an Axios request that sends an array of ids to generate a record for each of those ids. I try that through a foreach in the controller, but the postman t
Using EPPLUS, I have created a pivot table in a worksheet called PIVOT, and I am trying to create a slicer that is linked to that pivot table in another workshe
I have very good pure Java basic knowledge. As long as there are no XML config and no project management tools involved, I am very good. The things that reall
I am trying to concat two videos together using FFMPEG, but the output of the second video plays slow with no audio, but not only that, the time elapsed counter
I am trying to make a MineSweeper game, so far I have successfully implemented a recursive tile reveal every time I click a cell. However, that is only using an
I've tried to follow the solution described here: https://stackoverflow.com/a/17973873/2149915 to try and match a string with the following requirements: - More
I am trying to force the value of the field PRICE to be under 500 if is it paid with cash (PAYMENT = "CASH"), to make impossible to insert anything over that. T