All Questions

2
answers

I do not paint Google Map on the Web

I am trying to use the API of Google Maps so that I can paint a map according to the coordinates that happened to it, I do it with the method geolocation of HTML5 , but nothing appears on the web. I have tried the parameters...
asked on 15.08.2016 / 11:24
1
answer

Function overload in C ++ passing arguments by value or by reference (Function Overloading)

Assuming we have this example of functions in C ++ void foo(int x) { std::cout << "foo(int)" << std::endl; } void foo(int& x) { std::cout << "foo(int &)" << std::endl; } Is there a possibility to different...
asked on 15.08.2016 / 11:26
1
answer

How to make several queries with the same fields but different data in the tables?

I would like to join two tables with the same fields but they have leaders loaded in their tables. example select folio,'ALUMNO' AS ent_sal, observaciones from ALUMNO where activo='0' Y select folio,'MATERIA' as ent_sal, observaciones...
asked on 08.08.2016 / 14:05
1
answer

How can I save the result of a query in an array using the MySQL stored procedure?

I want that when executing this query SELECT tabla1.campo1 From tabla1, tabla2 Where tabla1.campo1 = tabla2.campo1 Group By tabla1.campo1; Which will give me for example 600 records, save the 600 recor...
asked on 05.08.2016 / 18:40
3
answers

C # open other applications

How could I call applications external to mine without having to use a route? Is there any other way?     
asked on 12.08.2016 / 00:47
1
answer

Occupy Ajax requests in more than one cloned select laravel 5

I have a table in which I add rows with jquery. These rows have several inputs and one select. The functionality of the select is that when choosing a product, in an input its description is shown, this works well with a call $ .get of ajax. The...
asked on 08.08.2016 / 21:27
1
answer

Save the webcam video on the live server

I want to upload the video that records the webcam to the server. Now what I do is record the video and once the recording is finished upload it whole, to record it use RecordRTC, in addition to HTML5 and Javascript. What I want is to upload it...
asked on 27.07.2016 / 10:33
1
answer

reference System.Net (Windows CE)

good afternoon, I add the reference System.net to be able to send emails but it happens that when I add the reference from the location of this, for some reason I do not load the System.Net if not System.Net.Irda and for...
asked on 10.08.2016 / 17:58
2
answers

Download a file from a folder on a server via php

I have this table in php and I want to press the Folio Num to download the file ".xls" from the server with the name according to its Folio for example, "If I press the folio 130, I have to download the file 130 .xls " This is my code:...
asked on 29.07.2016 / 20:01
1
answer

Can an element be added inside the title / title tag with an append?

I want to add the css styles that an application has with
asked on 02.08.2016 / 19:03