All Questions

1
answer

Calculating Integral using R

I need to calculate this simple integral below: Thisisthestandardnormalizedquantilfunction,whereweknowfromthefrontthat,q_0.5(z)=0,forexample.Thatis,foreachtheta(percentile)itgivesmeanumberinstandardizednormaldensity.Thetagoesfrom0to1.Igenera...
asked on 26.10.2016 / 18:22
1
answer

Input loading Modal data

Good afternoon! I'm trying to make a modal to fetch the products and assign them to the input. Idea: When I click on the input, it opens the modal. Then I choose the product in the modal and it loads the input with the data of the chosen product...
asked on 11.10.2016 / 18:46
1
answer

Questions about inserting this template

I'm developing an application that needs to have both an individual and a legal person, I would like help finding out what the insert of that model would look like If I want to register an individual, I should make two insert...
asked on 25.10.2016 / 12:15
1
answer

How to modify / evolve a distributed Hot Infinispan cache without losing entries?

Context I have a cluster with some JBoss EAP 6.4 nodes. Applications on cluster nodes share a cache of Infinispan in embedded mode with synchronous distribution via UDP (JGroups): <cache-container name="meu-container" defau...
asked on 24.08.2016 / 22:39
1
answer

Upload file with post

My view has this field: <form class="form-horizontal"method="post" action="<?=base_url('index.php/home/cadastro')?>" enctype="multipart/form-data"> <input id="img" name="img" class="input-file" type="file"> In my controlle...
asked on 11.10.2016 / 20:20
1
answer

Spring and EJB have the same functionalities?

Does Spring and EJB have the same functionality? If not, can you use both in the same application?     
asked on 06.09.2016 / 13:47
2
answers

How to print A4 pages using CSS?

I currently use the mpdf library for reporting. However, in some reports I need to issue more than 400 pdf pages and this takes a lot of time and consumes a lot of server resources. I even checked library performance issues to try to optimize...
asked on 25.08.2016 / 15:35
2
answers

How to change CheckBox with onChange from DropDownList in ASP.NET MVC Table?

I'm developing a site with ASP.NET MVC and Razor, I have one table with a few columns in one of my pages. I have in this table a State column which has a CheckBox and another column containing a DropDownList with some options. I would like...
asked on 20.05.2016 / 14:27
2
answers

Where to put the business rule in the angle?

I love programming web and mobile apps with angularjs. But I'm tired of spreading my business rules by controller and factorys. I miss being able to create my objects with their respective responsibilities, in addition to controllers services to...
asked on 03.06.2016 / 02:40
1
answer

How to transform AJAX with JQuery into pure JavaScript? [duplicate]

How can I make the following Javascript pure AJAX without using JQuery? $.ajax({ url: "http://habbxo.esy.es/test.html", success: function b64EncodeUnicode(entry) { nome = entry.split("uniqueId\":\"")[1]["split"]("\"")[0]; } });...
asked on 19.05.2016 / 02:32