All Questions

1
answer

how to fix error Attempted to load class \ "Configuration \" in symfony2? [closed]

Good morning. I am trying to integrate the docusign api to sign documents digitally. I'm following the steps for its integration (the steps are here link ), but I'm stuck in the part where I must initialize the configuration, the class already...
asked on 18.08.2016 / 13:56
1
answer

Project contain folder has gray color

Uploading my project to a repository in GitHub , I have encountered the inconvenience of uploading all folders except one, the www , which contains the project. I try everything but it is not possible to upload the files contained in th...
asked on 15.08.2016 / 21:55
2
answers

Failed to build app with apache cordova on ubuntu 16.04

Greetings friends, I have a problem with apache cordova when building my application. I am using ubuntu 16.04 LTS 32 bits I have been able to investigate the matter and I have found that there are similar problems in this version o...
asked on 12.08.2016 / 16:39
1
answer

Save json in an angular model1 (ionic1)

I have a query in angular. I need to access the data of a json [ { "gift": [ { "description": "Recibe un pichel de te gratis!!", "name": "Te para Todos", "cod": "Te01", "poll": 6, "id": 5...
asked on 17.08.2016 / 17:41
1
answer

get jsp variable value in jquery

How do I pass the value of a variable declared in a jsp to a js file to modify it and pass it back to the jsp. jsp file <body> <%! int contador = 3; %> <div class = "container"> <div class=...
asked on 16.08.2016 / 04:05
1
answer

submit button with confirmation

I have a send button {!! Form::submit('Registrar',['class' => 'btn btn-primary'] ) !!} works fine, but I would like to see if there is any quick option of confirmation question. example onclick="return confirm('¿Estas Seguro?')" I h...
asked on 15.08.2016 / 23:10
1
answer

Pass java objects to stored procedure in oracle

I'm having a problem trying to pass an object or fix from java to a store in my database. What happens is that when I try to pass an attribute that is string, this is being allocated empty in the STRUCT object the code is as follows StructDesc...
asked on 14.06.2016 / 19:36
1
answer

Select record with the highest value in a field

I am making a query in SQLServer where I require the record of days worked of x number of employees. On the days when they are at Rest, they can work obtaining the additional day. The query I have generates the following id cliente pues...
asked on 13.06.2016 / 18:00
2
answers

Problems with getting files created in Swift 2

I am saving an image in a directory but when I go to access it returns that the file does not exist and checking the route I find that part of it changes every time I access the attached route example: / Users / mac / Library / Developer / Co...
asked on 13.06.2016 / 19:58
1
answer

Problems showing data in the index.jsp with ajax

I have a code that does not work for me, I need the index.jsp autorefresque with the query a bd from servlet. index.jsp                                                                                      <title>WP Não Fechado&...
asked on 15.06.2016 / 16:46