All Questions

0
answers

How to inject EJB3 in spring mvc?

I would like to know how to integrate ejb3 with spring mvc. I tried to do it by writing @EJB on the controller using the lookup attribute of the @EJB annotation and it still does not work. Thank you very much for replying, greetings. business...
asked on 28.08.2018 / 09:44
1
answer

How to load the variable with a new data by clicking angular 6

I am trying to make that when the button to create the component is pressed, change the variable, or load the new title that is shown through the variable "gestion", which I want to show ... it seems that it does but when it loads the content of...
asked on 30.08.2018 / 13:45
1
answer

How to enter values to an array with the key in php?

I have the following array For example the array (0) in data tiene {3:1.30} what I want to do is fill in the positions (0,1,2) with the value of 0. It is say that it is in%% data_of%. For example the array (1) in {0:0,1:0,...
asked on 24.08.2018 / 18:29
3
answers

Search data by selected month php mysql

I have a table in mysql with three fields idPago value mespago. In it I have some data and I want to make a query by mespago, that when selecting the month in the datapicker I show in a table the sum of value only of those that belong to the sel...
asked on 25.02.2018 / 00:23
2
answers

How to filter a table with a page?

I have a paged table, I also have a js function to filter data; only that the data is filtered in the current page and not in all the data this is the view: <table class="table table-hover table-striped table-bordered" id="MyTable">...
asked on 02.04.2018 / 17:37
0
answers

how to document JS code or any other? [closed]

Friends, I've been looking for the correct way to document code but all the search engines throw me documentation generators, I really need to document correctly for other programmers a JS code that I have: for example. if (!Element.protot...
asked on 30.08.2018 / 23:30
1
answer

Receive value Date in a modal and field date

I continue with the editions of registers on manners. Well, I find that when I pass the data to the modal I receive everything but the date that I do not get marked the BD. Vereis I keep sending the data as always: Adding the command id t...
asked on 31.08.2018 / 05:19
4
answers

How to get value from a link that is inside an iframe

<div id="dinamico" class="row"> <div class="col-12"> <iframe class="test" src="https://www.navexterno.com" min-height="70px" width="100%" frameborder="none"></iframe> </div> </div> This...
asked on 24.08.2018 / 16:12
2
answers

I would like to know if my query has records in MySQL PHP?

I have this code, but what I'm looking for is how to know if the num_rows is greater than 0, I need that process to be able to send a push notification in WS. $stmt= $conn->prepare("select Token from usuariosempleados;"); $stmt->e...
asked on 10.09.2018 / 19:53
2
answers

c # Consume web service electronic invoicing

I am something new in this consume webservices , I have to send a file to a web service and receive an answer, my problem is that I could not generate a SOAP Header valid. The web service to consume is this: https://facturaelec...
asked on 25.08.2018 / 00:49