All Questions

1
answer

Assign cookies in GET order with XMLHttpRequest

I am trying to assign a cookie in a GET request, in an order XMLHttpRequest . My code is as follows: var pedido = new XMLHttpRequest() pedido.open("GET","https://www.google.com/complete/search") pedido.setRequestHeader("Cookie","SSI...
asked on 21.09.2018 / 16:32
2
answers

How can I save the numbers of a notebook in an array in java and then order those numbers [duplicated]

package vista; import core.core; /** * * @author geovanny9596 */ public class vista { public static void main(String[] args) { //leer un TXT core c = new core(); String s1 = c.leerTxt("C:\Users\geovanny9596\Do...
asked on 24.09.2018 / 03:06
1
answer

How to create sequences in MariaDB Server?

Within database managers as they are: Oracle PostgreSQL SQL Server We have the possibility to create sequences, which help us for example to generate the incremental auto key that distinguishes each of the records of a table in a data...
asked on 17.09.2018 / 23:33
1
answer

How to add the dynamically generated checkbox values, jquery?

Good morning. Currently I generate a list dynamically in which each record has its checkbox, I am trying to add the value of the class cod_cupon var cupones_bienvenida = $('#cupones_bienvenida'); var tipoCupon ='...
asked on 21.09.2018 / 14:39
1
answer

Use Git in local network, with several collaborators

I'm using Photon eclipse and I work on the eGit plugin for version control. Working individually I have no problem, but now I need other collaborators in the local network of the company can also access my repository to collaborate in the develo...
asked on 21.09.2018 / 18:00
2
answers

Send an item below the whole in a div

I would like to know if there is any way to send an element below the whole of a div. It would be something of the style: : last-child {    float: left; } But instead of left-right, it would be up-down. This would be the current code:...
asked on 25.09.2018 / 18:27
1
answer

Save a browser cached image

I have several% tag img in my html, and the src is an external route to my server, every time I reload the page I must wait for the images to load, I know that the LocalStorage exists but I do not know how to save the image as such...
asked on 12.09.2018 / 01:41
1
answer

Count values in columns of an html table

I have the following table: I'm looking for a way to count the number of times the positive and negative numbers appear for each column, for example: Black appears 1 time in the first column, 2 times in the second column and 0 in the th...
asked on 25.09.2018 / 14:00
1
answer

Share variables between classes in PHP

I have several classes as in the example. class clase1 extends padreclase1 { var $variable1 = 'valor1'; var $variable2 = 'valor2'; } class clase2 extends padreclase2 { var $variable1 = 'valor1'; var $variable2 = 'valor2'; } The val...
asked on 19.09.2018 / 06:39
1
answer

Error in xsd dian colombia

I am trying to generate the classes of the xsd that the dian provides in java with netbeans using the jaxbinding tool, but at the time of doing so, it generates the following errors, [ERROR] 'AcceptedIndicator' is already defined línea 21 de...
asked on 08.11.2018 / 14:23