All Questions

1
answer

Error deploy java jersey with Tomcat 8.5

I am using IDE Myeclipse CI 10 , the code works perfectly when publishing and consuming the service from my IDE, but when I deploy the service I tried to consume it from my server Tomcat 8.5 shows me an error. Java code package logic; imp...
asked on 07.05.2018 / 14:23
1
answer

Pass an object with queryParams in the Router

I have an array of objects that I reccure with an ngFor. Later down I have a navigation bar in which I redirect to one or another component and I need to pass the selected object above. However, the most I get is to receive a literal "[Object ob...
asked on 04.05.2018 / 09:31
1
answer

Pass xml with ajax to php

Hello Good afternoon friends, see if you can help me: I have a function in jquery that creates a xml in a variable (I do not save it to disk) and that variable I want to pass it via ajax to server php and receive i...
asked on 04.05.2018 / 18:30
1
answer

Reverse order of Multidimensional Array

I need to invert the positions of an Array, where the first pass to the last the second to the penultimate and so on. For example, I have a 3-position Array: [1,1.00,2300] [2,1.00,4500] [3,1.00,2340] and this should be your result: [3,...
asked on 08.05.2018 / 06:13
2
answers

SUM with inner join mysql

I want to show information on each provider to make a sum of how much income he had on a given date. Mi tabla entrada ----------------------- cajas peso idproveedor ----------------------- 100 1000 1 100 2000 1 Tabla proveed...
asked on 04.05.2018 / 23:30
2
answers

.append from Jquery loses me the lines and leaves everything followed

You see, I have a JSON with many records and I want to show it on a web page. To add it to an HTML use .append () Jquery. It works well, it adds all the records and it takes well the styles and everything, but I see a behavior that I do not k...
asked on 03.05.2018 / 07:31
2
answers

How to pass data from one view to another with Vue and axios in Laravel

I'm working with Laravel and I have this link in view A <div id="app"> <a href="{{ route('ministries.index') }}">Enlace</a> </div> and I want to click on that link to direct it to view B and show me the results...
asked on 14.02.2018 / 02:37
1
answer

Iterate table in php in Javascript array

Hello, I have the following table that I am calling using a controller Driver $respuesta = GestorOITModels::obtenerViasModel("transporte"); //nombre de la tabla $datos = array($respuesta); echo json_encode($datos); JS file, wher...
asked on 14.02.2018 / 07:36
1
answer

How to create a table in php?

I am trying to create a program that calculates discounts since I have the code but I do not understand how to do it in the form of a table k exit this way try to use tags tr and td but the variables do not detect them. Pr...
asked on 20.02.2018 / 17:36
1
answer

Problems getting HTML elements from Firebase

I have a database in Firebase that receives data from an Android application, the application sends the data already enclosed in HTML tags, with classes and Id's. I get the Firebase data with Javascript and print it on the screen. the data is di...
asked on 14.02.2018 / 18:08