I'm doing a little program to practice spring boot
I have these two entities
package com.sistema.escuela.models;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;...
this conversion event of the success page is possible:
</script>
gtag('event', 'conversion', {
'send_to': XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
'value': XXXXXXXXXXXXXXXX,
'currency': 'EUR',
'transacti...
I have a web application with a database on a VPS with Ubuntu. The idea is to save with the transfer of data that they charge, placing the images of the file of articles in Google Drive, where they do not charge for the transfer of data. However...
Yesterday I was working with my site without any problems, however, in a moment my Wordpress session was closed, when I want to re-enter it I used to get a PHP error; search in google and solve it, now the problem is that the reCAPTCHA (which is...
I am a bit stuck with this code and I can not find the solution, what I want to do is that when loading the sun the "loadWithParameter" function is called and generates elements from javascript and loads data from a rest api. At the end you also...
Recently, the videos presented in the iframe-player are showing title, author and watch later buttons, which interfere with the screen, despite being using the showinfo: 0 options. Also some time ago the list of videos appears related on the scr...
I have an application in Angular 4 that consumes a service in ASP .Net Core and there is no problem. This same application also consumes data from another service but this is in ASP .Net is a REST API,
This is the code of my Service
[Ht...
I have to store the data in a BD that sends me an API, this API sends me a POST request to my server with the data as parameters
Literal the documentation tells me that
"the following parameters as form params"
{
"solicitud": {
"dato1":...
Context: I am trying to consume an API, from where I recover data from clients and with them I intend to create a ListView.
It should be noted that I have already verified that the data is received.
Customer class:
public class Cliente {...