Questions tagged as 'response'

2
answers

Java delete some properties in the ResponseBody

I am using Java with Spring MVC and MyBatis to connect to the database. I have an account table and for some queries I need all the fields, but for others I need only some properties. For example, to show the basic information of the account...
asked by 27.07.2016 / 18:16
1
answer

I can not use the .json of an api

Someone knows why I'm doing wrong, because I want to get to work with this riot api and use the .json that I see when I access the link. the only thing that returns when I use this code is a "response" and without the .json. PDT: in the link,...
asked by 07.02.2018 / 02:17
0
answers

What language to use for responsive desktop applications [closed]

Good afternoon, I have an application written in java that I need to use in different operating systems, and at different resolutions, the problem is that neither Swing nor JavaFX offer a layout that serves me (or I did not know how to use them)...
asked by 04.01.2017 / 15:01
2
answers

How to fill an html element with an image?

Good morning! I'm doing the front-end of a web app, and I'd like to fill in the buttons and nav-tab with images. What would be the attribute, or the appropriate CSS rule, for the image to "stretch" and adapt to the size of the object? The idea i...
asked by 16.06.2017 / 15:31
1
answer

Force the download of a csv file from a servlet

I'm doing a java application where you have to download a CSV file. But it is happening to me that the browser does not show the download dialog, but shows it embedded in the browser itself. This is the code of my servlet: List<M...
asked by 03.02.2017 / 13:40
0
answers

How can I pass a value to the VUE from a link

I need to pick up the id from a record and show it with VUE from a JSON. File response: class DetalleResource extends JsonResource { public function toArray($request) { return [ 'id' => $this->id, 'titulo...
asked by 25.09.2018 / 13:14
0
answers

api curl_init php

I have the following command: header("Content-Type: application/json"); $url="https://api.comprobanteselectronicos.go.cr/recepcion-sandbox/v1/recepcion"; $ch = curl_init(); $cOption = array( CURLOPT_URL => $url, CURLOPT_HEADER...
asked by 09.08.2018 / 18:30
2
answers

Firebase / Android - Wait for all the thread for a Handle

I have the following code: public synchronized void next(final RoomListQueryResultHandler handler) { this.setLoading(true); roomList = new ArrayList<Room>(); this.database.child("members").child(this.mUser.getUid...
asked by 28.06.2017 / 02:32
1
answer

In iOS my CSS does not apply

The problem I have is sure to be silly, but I have not found anything to solve it. I have a CSS, which applies the styles according to the screen, that is, my website is Responsive Web Design . I use medias querys , which are defined in my...
asked by 18.11.2016 / 13:46