All Questions

1
answer

Listen to the Android keyboard to detect when a particular word is written

I would like to be able to obtain the keys that the user is clicking within an activity to know when he has written a specific word on the Android keyboard. So far I have used the onKeyDown method without much success: @Override public boolean...
asked on 27.03.2017 / 18:00
4
answers

Copy file according to date using console

I have a list of .rar files in a network unit which are generated automatically one per day. What I'm trying to do is generate a .bat that goes to that network unit and copy the most recent file according to the date of modific...
asked on 09.02.2017 / 22:13
2
answers

Problems closing SearchView

I have some problems with closing my SearchView The first: SOLVED When I search in my listview and enter the Activity that it finds, when I go back my SearchView is still open How can I make it close automat...
asked on 08.02.2017 / 17:33
2
answers

Compare 2 fixes and assign matching value

I have 2 arrangements of objects The first one called data : const data = [ { id: 1, nombre: 'Piero', }, { id: 4, nombre: 'Nelson', }, { id: 7, nombre: 'Diego' }, ] and the second one called subs :...
asked on 11.05.2018 / 21:27
1
answer

How to use tensorflow from a docker container in a container with django? Link Containers?

I need to link two containers, my main container contains django and the secondary tensorflow, I am creating the two containers with docker-compose, both are created correctly, but I need to enter the container with django and when running pytho...
asked on 06.08.2018 / 20:37
1
answer

How to convert a boolean to string in a Store procedure SQL

I have the following procedure (select) that gives me some information: SELECT id_accion, accion_tomada, CAST(fec_inicio AS VARCHAR) AS fecha_ini, CAST(fec_fin AS VARCHAR) AS fecha_fin, estatus FROM detalles WHERE id_downtime = @id_dt...
asked on 02.05.2018 / 22:44
2
answers

Redirect to another page in button Accept and issue PDF document

I have this situation: 1.- Register my data and at the moment of clicking on Accept; records are saved and a PDF document is created with FPDF without any problem <div class="row"> <div class="text-center"> <div clas...
asked on 10.02.2017 / 18:17
1
answer

CSS: Property: transition (ease, linear, ease-in, ease-out, ease-in-out)

I would like you to give me an explanation of each of the properties that the transition property has (ease, linear, ease-in, ease-out, ease-in-out) and in which case or situations it is convenient to use one or the other , in the case of the "l...
asked on 01.05.2018 / 03:44
1
answer

Error in php and sql by odbc connection

I have the following code. The moment I run in the browser it tells me the only error:    odbc_exec () expects parameter 1 to be resource, string given in C: \ AppServ \ www \ central \ index.php on line 64 line 64 is as follows: $resul...
asked on 10.05.2018 / 23:39
1
answer

how can I save an insert in a txt

I have a problem I can not save a complete insert in a txt, I save it but it saves the parameters not the real values, this is my code if (!dao.success) throw new Exception(dao.message); //Leer metadatos: Tabla y Campos stri...
asked on 06.08.2018 / 17:17