All Questions

2
answers

Element superimposed on a Framelayout

I put a FrameLayout blue (see image) and I move it with my finger, but it hides when I go over the edge of FrameLayout father, and the idea is that it is always superimposed, but that it is still added in Framelayout father...
asked on 31.01.2017 / 19:19
1
answer

Save parts of a String in different variables using regular expressions and java split function

I have a problem with these regular expressions. Based on the following code and knowing that the content of wemcamDetails is: USB\VID_04F2&PID_B2E1&MI_00&9F9657C&0&1200 : Lenovo EasyCamera Code: String...
asked on 08.02.2017 / 18:48
2
answers

Open DTS files in Sql Server 2012

I want to migrate several Integration Services packages from sql 2000 that have a .DTS extension to DTSX. I currently have Sql Server 2012 and I can not pass them to DTSX. Is there a direct way to migrate them, without needing to convert t...
asked on 31.01.2017 / 16:28
2
answers

I can not access the files in my app from the Andoid Device Monitor

If you know what's wrong, please tell me. I have the mobile phone emulator open with the app that I want to see your files open. Just click on to open the android device monitor I get this Then I give it to yes and it opens but it...
asked on 02.02.2017 / 19:56
1
answer

Display an arrangement of a mongodb document in html / jade

Greetings, I have a problem and I do not know how to consult the elements of a document that has an arrangement and show them in Jade. Recibo.aggregate( {"$match":{"nombre":{"$in":req.body.listNombrePTC},"fecha":{"$gte": lastWeekDay, "$lte": t...
asked on 09.02.2017 / 21:11
1
answer

Parse DATE with data from a JSON

How about today I had a problem with a parseo Date I'm bringing data from a service so far all good, well I have a field in which brings me a Date with the following format 2017-01-05 11:11:00 Now this value takes me e...
asked on 30.01.2017 / 19:26
1
answer

Know if a number n / 4 gives PHP integer

I've done this: $year=2016 if(($year%4)==1){ ... } I would like to know if a number divided by 4, its result is whole, that is to say. 2016/4 = 504, therefore it would enter the if.     
asked on 28.05.2017 / 09:15
1
answer

Create method show () in Laravel

I am working on a library control system, when making an individual view of an element of the database I use the show method of my LibroController in the following way: public function show($id) { $libros = Libro::find($id);...
asked on 03.02.2017 / 23:50
1
answer

Consume Webservice with asp.net c #

Good afternoon I would like you to help me I am trying to consume a service. so I have been told to consume the service DtoGeneradorTablaAmortizacionRequest then when you check the result I will vote for another service called DtoDividendo b...
asked on 25.05.2017 / 18:40
1
answer

error with matrix in python (method of gauss-jordan) (numpy)

Good day estimated, implement the gauss-jordan method in python in the following way and it is working: #La idea de este metodo es que el usuario ingrese una matriz MxM y un vector de tamano M import numpy def gaussJordan(m): #creamos una...
asked on 30.05.2017 / 10:33