All Questions

1
answer

Bring only one product per branch on the sql server [duplicate]

Good morning I need to bring only one product per branch, however in my table I have several times the same product just changing the date, I would like to get the product from the last date. What I have: SELECT ID, CODFIL, DT, COLUNAVARI...
asked on 06.06.2018 / 15:15
2
answers

How do I get the row and column contents of a ListListint list?

I have a list that simulates an array (or a two-dimensional array) that is structured as follows: List<List<int>> matriz = new List<List<int>>(); Since this matriz is initialized with the following values: m...
asked on 11.04.2018 / 04:06
1
answer

Does React Affect SEO?

As HTML is generated via JavaScript, and even when the page loads, there is no HTML (useful) on the page, SEO can be affected if I make a 100% React web application >?     
asked on 11.05.2018 / 01:31
1
answer

Field Phone Validation

Personal I need your help. I have a phone masquerade, which validates the fields 00000 11111 2222 3333 in sequence. $('body').on('focus', '.celular', function () { var maskBehavior = function (val) { return val.replace(...
asked on 25.04.2018 / 15:17
1
answer

Hibernate is not creating or updating DB tables

I have classes beans.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javae...
asked on 02.05.2018 / 21:30
1
answer

How to prove the amount of leaves of this tree by induction?

If each node does not leaf a binary tree has always two descendants how can I prove by induction that the number of leaves will always be the number of nodes not leaf plus one? I did this, but I do not know if I can think like this: Base...
asked on 08.04.2018 / 21:38
2
answers

REGEX - Small details that do not match

I have this expression: (?:[ \t]*[a-z][)]\s*)?([^\r\n<]+(?:(?:\r?\n(?!\s*[a-z][)])|<(?!br\s*\/?>(?:\s*<br\s*\/?>)*\s*(?:\s+[a-z][)]|\s*$)))[^\r\n<]*)*)(?:<br\s*\/?>\s*)* What marry this text and remove the letters a)...
asked on 31.05.2018 / 16:57
1
answer

Take cover Facebook API SDK JS

I'm trying to get the user's Facebook cover logged in, but I'm not succeeding. FB.login(function(response){ if(response.authResponse){ FB.api('/me', function(fb){ var email = fb.email; var nasc = fb.birthday; v...
asked on 26.06.2015 / 19:15
2
answers

Insert an image in the Related information panels in ERP Primavera v9

There is some way to insert an image into the related information panels.     
asked on 09.05.2018 / 11:48
1
answer

I should still save files as .HTM or just as .HTML

Although the two are interpreted equally by Browser, it seems to me that the extension .HTM has fallen into disuse. Should I still save my files as .HTM or should I always opt for .HTML? It seems that in the early days the files were .html an...
asked on 08.02.2018 / 17:45