All Questions

2
answers

Call dynamic functions from static function?

I'm having a very silly problem, and I do not know what else to give it, I've tried creating instances but something will be wrong. I have a static function that collects the value of an external window, and depends on the value of that funct...
asked on 30.08.2018 / 12:16
2
answers

IIS Server 8.5 Adds characters to the URL

I recently installed an IIS 8.5 in W 8.1, and as I was progressing I found the details of bad configuration on my part. Now I have an inconvenience at the time of wanting to access some of the web pages hosted on this server. Either you want...
asked on 07.04.2017 / 14:42
1
answer

Integrate Materialize css in Laravel 5.4

Could someone tell me how to install, materialize css in my project done in laravel ? I am currently working with the 5.4 version of laravel I ask this question, because I know it comes with bootstrap installed when you make a new project. If...
asked on 26.04.2017 / 06:37
2
answers

Problem with $ .getJSON.then ()

I do a data extraction with $ .getJSON () without problems, I get what I want from my database and then I work with .then but in this line getKeys().then(data => data.map(key => keys.push(key))); that I keep in my variable 'keys' whic...
asked on 15.03.2017 / 20:24
1
answer

Group and concatenate columns of more than one row in a Javascript, such as STUFF in SQL

//VALORES ACTUALES {Posicion: 0, Texto: "M1", Elemento: "Cr", Rango: "1.00-1.50"} {Posicion: 0, Texto: "M1", Elemento: "Mo", Rango: "0.30-0.65"} {Posicion: 1, Texto: "M2", Elemento: "Cr", Rango: "1.23-1.50"} {Posicion: 1, Texto: "M2", Element...
asked on 25.09.2018 / 00:24
2
answers

How do I bleed colors from blue to green in matplotlib?

I'm doing a program to graph 22 different lines but I can not make the color shift be gradual from blue to green so that you can see better the difference in growth between each of the lines instead of a color random Please help import matplot...
asked on 13.09.2018 / 02:18
2
answers

See html source code, security

I have in my code html this instruction: style="display:none; The problem is that from the inspection of source code you can modify it and thus be able to see the div in which the instruction is found. Is there any...
asked on 16.10.2018 / 19:31
1
answer

Unzip ZIP files

I have a method that decompresses ZIP files, but I have a problem when I try to unzip a file on my data server . Method: Public Function descomprimir(rutaZip As String, Optional carpetaDestino As String = "") If carpetaDestino...
asked on 21.04.2017 / 08:49
1
answer

Doubts about an update using prepared statements

$username=$_POST["username"]; $email=$_POST["email"]; $sex=$_POST["sex"]; $description=$_POST["description"]; $infoVisivility=$_POST["infoVisivility"]; The thing is that I collect the above data from a form for the user to...
asked on 28.08.2018 / 05:18
2
answers

Obtain the list of patients that have been dealt with by a doctor, contanto the total number of appointments previously made in MySql

I need to obtain the list of patients from a doctor, and in that list totalize the times that patient has been treated with that doctor (status = 4), but there are patients who have not yet been seen by the doctor because they have the time in t...
asked on 23.09.2018 / 17:57