All Questions

1
answer

How to force directive to work only if it is within a specific policy?

I'm trying to make the ngPanelHead, ngPanelBody, and ngPanelFoot directives require to be within the ngPanel directive, otherwise an error will appear on the console. I tried with require but it is not working. I'm using version 1.4.8 of Angular...
asked on 02.12.2015 / 14:36
2
answers

Add class to a DataTable

I'm making changes to a pagina.aspx of a system, however many things are generated through language functions. <table id="ctl19_tableAreas" style="height:100%;width:100%"> <tbody> <tr style="height:249...
asked on 24.11.2015 / 05:58
3
answers

Page does submit even with error in validation

Hello, I'm having problem with a page because it's doing submit even when validation returns false . $("#botao1").click(function() { $.ajax({ url : 'adicionadaIdeia', type : 'POST', asy...
asked on 23.11.2015 / 20:39
1
answer

htaccess constraints

I would like to clean my url so the user will not see it, I searched the internet but could not get it to work. I've already activated the bookstores in my wamp but could not get it to work properly. www.meusite.com.br/index.php?p...
asked on 17.12.2015 / 11:47
1
answer

How to make a sum in Lambda with recursive logic using successor and predecessor?

I'm trying to mount a Sum with recursion logic using only successor and predecessor in Lambda. But they are not getting ... In case: suc = λx.x+1 ant = λx.x-1 I've already done something like this: {λx.[λy.(x-1)+(y+1)][λy.(x-1)+(y+1)]...
asked on 23.11.2015 / 13:37
1
answer

Block Scroll from one side of the grid

I split my page with a grid, where the smallest part I placed items that point to places on the page, I wanted to know how to leave this smaller part fixed and the scroll only works on the larger part of the page where all the content is . So wh...
asked on 25.11.2015 / 11:48
2
answers

Methods of storing images

I am studying how best to store some images of users that are registered to my system. I found 3 ways to resolve this issue: Save to a local directory , Save as BLOB and Save as Base64 . I would like to know the pros and cons of these...
asked on 10.11.2015 / 21:00
1
answer

find php.ini in the Cpanel

I need to edit php.ini in CPanel, but I can not find the services configuration panel. I am trying to send email with codeigniter in localhost worked using Xampp , but online in CPanel of this error:    A PHP Error was encountered...
asked on 30.11.2015 / 11:08
1
answer

The type of an operating system can be microkernel + monolithic?

Based on what is said that a monolithic system collects all procedures and linka in a large binary, where procedures can call other procedures . The microkernel aims to minimize the "service" done directly from the kernel...
asked on 02.11.2014 / 14:13
1
answer

quicksort interpretation

I've learned Haskell, and now I'm beginning to learn C. I've been trying to get my quicksort code in Haskell to C but I did not succeed. So I decided to look at some books and found the following code: /* Função de inicialização da Quicksort....
asked on 30.08.2014 / 03:16