My question is as follows.
I have two audio tags in html, but one has the id="player", when I click on a button I want the id to change to the next tag. I have the following.
<audio id="player" data-value="dato">
<audio id="" data-val...
I'm doing an exercise where I should do a program for a point of sale. The functionalities are to add merchandise (name, quantity, price), sell merchandise and list inventory. Each merchandise is added to a ArrayList . The problem is that...
I am working on tests with sending information from the SII. With version 1.0 I am having problems with the invoices received.
I have an XML and when I send it, it returns the error:
4124 - Error La dirección no se corresponde con el fiche...
I am trying to create a logo for my website but I only get the result that you will see in the bottom part.
I want to put that logo in the navigation bar and that the icon that appears to the left of my name does not appear.
Surely I am doing ba...
It turns out I made a redirection to my web so that it redirected the url without a bar to the url with a bar as long as it was not a file.
# si no existe un archivo que coincida con la solicitud...
RewriteCond %{REQUEST_FILENAME} !-f
# y si n...
I try to get the value of an enum class
When ordering a whole number by console, the code would be something like this:
//metodo class
public enum TipoDeMadera {
ROBLE,CAOBA;
}
//metodo main
System.out.println("introduzca un numero p...
Hi, I'm doing a php operation with parentheses; and I get this error
error code:
Fatal error: Unsupported operand types in
C:\xampp\htdocs\olPrueba2\application\controllers\Admin.php on line 705
A PHP Error was encountered
Seve...
I'm migrating from code version, I previously used Mecurial SCM and now I'll be using GIT, the problem is that Mercurial creates the file .hgignore to host the list of ignored files but when trying to rename it to maintain its equivalent...
I need to generate a fill effect by CSS, CANVAS or SVG, which is done on the PNG image that I have.
The filling can be horizontal or vertical.
It must be on the image.
Current
Expected : The effect does not necessarily have to be...