All Questions

1
answer

Insert a record from a query built in a text string

Good afternoon, I am trying to insert records from a Cursor into a table in SQL but constructing the Insert statement in a text type variable. Within the values I have a field of integer type, several texts and a date, apparently I am with so...
asked on 17.02.2016 / 17:15
0
answers

Laravel - Auth :: attempt

Good morning community of Laravel, today I come with a challenge, I hope your favorable answers. I would like to be able to authenticate myself with users of two different databases. Validate information is not a problem. In my application I...
asked on 23.11.2018 / 19:36
0
answers

Problems When redirecting page with angularjs in IE

I have the following script to redirect to the page I want if (!window.location.origin) { window.location.origin = window.location.protocol + "//" + window.location.hostname + (window.location.port ? ':' + window.location...
asked on 15.11.2018 / 19:52
1
answer

How to do HEAD instead of GET with libcurl?

Is there a way to make libcurl not download the url but only the HTTP headers? Depending on them I would like to decide if my program downloads the url .     
asked on 20.02.2016 / 00:22
1
answer

ScrollView without using UIscrolView

Good I want to implement a scrollView but without using the UIScrollView . I can not use UIScrollView because CVCalendar has a problem with the Framework and when a ScrollView is added it stops working. That's why I...
asked on 20.02.2016 / 23:01
1
answer

How to change currentTime of an HTML created audio element?

I have seen different examples of elemento.currentTime But I have not seen any with an element created from javascript to which it is applied and the following code does not work. var time; var audioe = document.createElement("audio"); au...
asked on 22.02.2016 / 19:08
1
answer

No default proposals in JSF

I would like to find out how to get to show in a jsf code propositions for existing values in the java code of the view bean. I am using eclipse Luna . For jsf tags and their tags if you give me proposals, but for what I m...
asked on 19.02.2016 / 08:23
1
answer

Add opacity in WMS Maps generated with gvNIX

Following the gvNIX reference document there is a geo component for the Layer Opacity Control that is added by including the following tag to the show.jspx view of the map <geo:toc-toolbar id="ps_org_cite_pese_web_Mapa_toc_toolbar...
asked on 16.02.2016 / 13:00
1
answer

How to reconnect a wasync client (atmosphere) when the server goes down?

I am developing a project for which I must implement PUSH notifications with an atmosphere server. For this I am using a wasync client. In the original project, it is an Android client, however I isolated both the server code and the client to i...
asked on 17.02.2016 / 09:16
1
answer

Show UIViewController only the first time the app is opened

I have a problem, I have implemented GCM in my application and I have created a UIViewController to be the initial one and in which the necessary registration of this system is done. Once done, jump a UIAlertController whose button tak...
asked on 28.02.2016 / 15:50