I was trying to implement remember me functionality with the cookie method but it doesn't seem to work, cookie is getting created in network tab with the validi
I have this two-dimensional array array ( 0 => array ( "id_category" => 3 , "name" => "mesa plegable" ), 1 => array
In my oracle application page, i have a button that shows a list of actions that can be performed by the user ( the list is defined in Shared components > li
I downloaded android studio 4.2 for windows x64 and can't get it to open. I have been troubleshooting for hours but nothing I've been finding online has helped.
I'm currently trying to add localization to my nodeJS backend but im having trouble. In my frontend (angular) i have an interceptor that sets the language in th
Is it possible to use a DB sequence for some column that is not the identifier/is not part of a composite identifier? I'm using hibernate as jpa provider, and
I have a AVFrame and I want to save it to file. If I only store frame->data[0] to file, the image will be Grey image, how to view full color? I use C languag
I am trying to upload an image to a cloud storage and received an post 400 error The file is in initialize in another component. Thanks for help const projectSt
I am able to connect to Postgresql database using Spring Data Reactive locally and using my H2 in-memory database for local testing. However, when I deploy the