All Questions

2
answers

Calculate assistances, faults, delays in PHP

I want to calculate the attendances, faults and delays of ALL the employees that return the function buscarEmpleados() from a date A and a date B which are received in $dates1 and $dates2 buscarEmpleados returns a...
asked on 06.04.2018 / 05:35
1
answer

Using Highcharts with Laravel (Blade) and MySQL

How do I pass parameters, data from the database? According to the documentation, the examples are with static value arrays, but I would like to obtain this information from a data source, register people by their sex and age, and then graph it....
asked on 11.06.2016 / 03:47
1
answer

Replace special characters

I have a file in php that searches for files inside a directory (folder) the file is called (# file # example.mp3) and the link of that file is saved in an array $files[] = array( "name" => $f, "type...
asked on 18.05.2016 / 22:27
1
answer

Modify item "More" Tab Bar ios swift

I have made an app with Tab Bar and when I implement more than 6 items it automatically creates the "More" item. How do I modify the title "More" and what else is in English ?. Attached Images.     
asked on 16.05.2016 / 21:17
1
answer

TypeError: function (...) .then is not a function

When trying to obtain the information stored in the localstorage by means of a factory injecting it into the controller, the following error occurs.    TypeError: get GroupsProf.DataGroups (...). then is not a function The code is as...
asked on 24.05.2016 / 22:28
1
answer

Change color of TextView, Smal text, in Android Studio Theme editor

There is no option to change the color of TextView Small text How can I change that color using the Android Studio Theme editor ( Android Studio Theme editor )?     
asked on 20.05.2016 / 10:31
2
answers

Retrieve related field in another table

I am using django 1.10, with python 3.5 in Windows 8.1. I have a database that considers fields on an element (Work), in another table (Modality) I have the identifier and the description of this Modality, but in Work, I only have saved the valu...
asked on 31.05.2016 / 23:23
1
answer

I can not create or modify a JSON type column in MySQL

I'm trying to add a column to store JSON objects in my MySQL database. My configuration is as follows: Versión de MySQL: 5.6.32-78.1. Engine de la tabla: MyIsam. Base de datos alojada en un hosting compartido (Bluehost) I've tried...
asked on 22.05.2018 / 13:34
2
answers

MYSQL Difference between FLOAT and DOUBLE

What is the difference between fields type Float and Double in MySQL ? In addition to the difference of being able to cover Double bigger numbers than those that can store Float . Are there any other differences? F...
asked on 14.05.2018 / 04:23
1
answer

Error in sqlsrv_fetch_array from PHP to SQL Server

In a connection from PHP to SQL server I have the following error:    sqlsrv_fetch_array () expects parameter 1 to be resource string given This is the code: $server = "SQLSERVER\INSTANCIAALABD"; $conn = array("Database" => "NOMBREDA...
asked on 11.05.2018 / 20:04