All Questions

1
answer

Cut with Javascript a String indicating Strings as start and end

I have a string that contains code HTML with tags <img> in it, I need to create an array with the src of each img but I can not tell you by numbers where to cut, because I do not know where the tag appears i...
asked on 19.01.2017 / 10:12
1
answer

Request to external XML files

I work in NodeJs , I started using an API for anime / manga search , but unlike other APIs that I used, it was not available in > JSON , only in XML . The format it has is the following: <?xml version="1.0" encoding="utf-8"?> <...
asked on 12.01.2017 / 23:07
5
answers

Problem with date format when transcribing it to a box with VBA - Excel

I am working on a macro in which through a form and a text box called fechasolicitudreq . I'm saving the dates in the corresponding cells. I have tried the following formats: Cells(i,j).Value = Me.fechasolicitudreq.Value...
asked on 13.01.2017 / 15:09
1
answer

How to implement IPN notifications, Mercado Pago, for partial payments?

I am using checkout basic giving customers the option to pay with two cards. I use the SDK of PHP v 0.5.2 and I am set to listen to the topic payments of notifications IPN . / collections / notifications / [ID] ? access_to...
asked on 16.01.2017 / 21:46
2
answers

Prevent sliding gesture in an Android ViewPager

How can you disable the scrolling of ViewPage pages when a swipe gesture is made?     
asked on 08.12.2016 / 09:23
1
answer

problems in form with input text and input file

I'm doing a project that requires a form with several input text fields and an input file, and something very curious happens to me and I just give the attribute enctype="multipart/form-data" to the form, the input text data are not sent...
asked on 20.12.2016 / 01:28
1
answer

I have a problem in a postgresql query

I want to do a filtering by ID number but this is a numeric type and the like does not accept it as I can do? the query is this "SELECT * FROM cliente WHERE identif LIKE '_%'"; where identif is of type numeric     
asked on 21.12.2016 / 00:38
1
answer

VOLEY, sending all the data from a SQLite table

I want to send all the data of the SQLite database in the following way: @Override protected Map<String, String> getParams() throws AuthFailureError { Map<String, String> parameters = new HashMap<String, Stri...
asked on 10.12.2016 / 04:02
1
answer

What does int mapped int32 or int32 mapped int mean?

Ando watching some tutorials and always say those two words, can someone explain to me what is meant by mapped? , I searched through dictionaries (wordreference.com) among others and I can not understand what they refer to. Thank you very muc...
asked on 17.12.2016 / 23:24
1
answer

How to solve this exercise in MySQL

Can anyone help me with this exercise ?: Show for each contract the total amount of commissions, amount payable, amount paid. The tables that are named in it are: Contracts: dni, cuit, nro_contract, cod_cargo, salary, percentage_comi...
asked on 14.12.2016 / 19:36