Questions tagged as 'json'

2
answers

ANGULARJS WITH GOOGLE MAPS

The first time I use AngularJS with the Google Maps API, the point is to use a .directive to show the google map. app.directive("myMaps",function(){ return{ restrict:'E', template:'<div></div>', replace:true, scop...
asked by 19.12.2018 / 21:08
1
answer

Show image from remote database, with JSOn. Android

In a RecyclerView I show a list of data with image, this comes from a database that I have in 000webhost, where I store in a folder Images, images, PHP files and the business table with their respective name, category, description and route_imag...
asked by 31.12.2018 / 18:34
0
answers

I'm getting java.lang.IllegalArgumentException

Hello here, making new inquiries. I'm moving on a API REST project in Java I'm getting the following error when wanting to show my branches of a related base where branches is the parent. Error al mostrar la sucursal java.lang.IllegalArg...
asked by 11.12.2018 / 18:20
0
answers

Using JSON of FUSIONTABLES as input of Chart.js

I'm trying to work with the fusiontable responses to build a chart.js. How can I use the JSON to create it if I have this JSON as an answer? { "kind": "fusiontables#sqlresponse", "columns": ["KILOS", "REMISION"], "rows": [...
asked by 05.12.2018 / 21:41
2
answers

problem when creating JSON

very good afternoon, community is passing me that when creating a json this brings me the duplicate data in the following way in the json we see twice the same information duplicate and only need the one that has the names of the fields...
asked by 30.11.2018 / 20:52
1
answer

Join two QuerySet of different models in Django

I am trying to make a query to two different models, which have a common field. This is my file models.py : class Service(models.Model): client = models.ForeignKey(Client, on_delete=models.CASCADE) # otros atributos class Visa(m...
asked by 13.12.2018 / 18:13
2
answers

Two arrays in the same layout

You see, I have this .Json which has several arrays what I would like is to see in two lists, goals and local minute in one and goals and minute visitor in another, but something fails me. Can you help me. Thanks public class Goles_...
asked by 20.03.2016 / 18:31
1
answer

How to obtain a specific data of a Json with ajax and jsp?

I have a table with different products, and this list is obtained with ajax, data in json format and I show it in a datatable. I have a modify button for each product which opens a modal with the fields that can be modified, what I want is that...
asked by 12.11.2018 / 08:34
1
answer

Problem with uploading nodejs file using formidable

//probando subida de imagen router.post('/uploadImage', (request, response, next) => { let formidable = require('formidable'); var form = new formidable.IncomingForm(); form.uploadDir = "../imagenes/"; form.keepExtensions = t...
asked by 07.12.2018 / 19:41
1
answer

Load MySql PHP data on Ionic with Wamp64

I have installed and configured the Wamp64 server and I have managed to load the localhost and phpadmin without any problems. It also accesses projects from localhost, opening the root folder of them and the green symbol is displayed. I cre...
asked by 28.10.2018 / 00:45