All Questions

1
answer

how can I sort 2 columns per schedule as if it were one

I have 2 columns, the first is arrival_time, the second is pick_up, the question is the following, I need to sort the results depending on what type of service it is, if it is for example arrival (arrival) you have to select the schedule of the...
asked on 05.03.2018 / 01:09
1
answer

Collect parameters in session JEE

I have a small application where the first thing that appears is a login form. Where if the user correctly enters the data access to the menu page where you can save some records in the database. The problem is that I am not saving the session c...
asked on 26.02.2018 / 16:26
1
answer

Receive different values of a PHP variable in HTML text

I want to store this: <?php foreach($query3 as $row3) { $calificacionaldrete0->$row3->totalm0; $calificacionaldrete15->$row3->totalm15; $calificacionaldrete30->$row3->totalm30; $calificacionaldrete45->$r...
asked on 01.03.2018 / 18:32
1
answer

Query without repeated data SQL Server

You will see I need to send to ask for an amount n of questions, where that amount is given by a parameter. The query is already functional and sends them to the parameter randomly. What happens now is that it shows questions that are repea...
asked on 03.10.2018 / 21:06
1
answer

Browse Objects Array with Jquery

My problem is this, I have an array of colored objects and it is as follows:  [Color [id = 1, CodeColor = Red], Color [id = 2, CodeColor = Green]] And I need to go through that array of colors through the jquery library and paint it in an option...
asked on 25.02.2018 / 15:11
2
answers

Remember me in Laravel

I want your guidance, can someone explain to me what is the usefulness of Remember me in Laravel? The code I have works, saves the token on BD and everything, but I've tried and I have not seen any use. Could you please explain what is...
asked on 04.10.2018 / 19:50
2
answers

The request was rejected because its size

I have the following code in my controller which is responsible for loading a client with a photo. @RequestMapping(method = RequestMethod.POST, value = "/form") public String guardar(@Valid @ModelAttribute("cliente") ClienteEntity cliente, Bin...
asked on 01.03.2018 / 14:35
1
answer

How to add new methods

Good morning At the moment I am using a controller type route::resouce , as you well know this adds certain methods to facilitate the work, as index, create, edit, destroy . The problem that I present is that you add a custom meth...
asked on 06.10.2018 / 00:58
1
answer

Change of html between desktop and mobile safari

I'm programming a page and in a certain section you have a p to place two phone numbers. However, when I open the page in iphone safari, the html has an extra href, which I did not write. on the left is the code on mobile and the right on the de...
asked on 05.10.2018 / 21:34
1
answer

response string is cut in 2033 characters when it is XML

I made a website with c # MVC that contains an ajax function that returns an xml, when I execute it in visual studio everything is fine, but when I put it in the iis the xml is cut in 2033 characters. I already put this in the web.config and...
asked on 04.10.2018 / 14:01