All Questions

2
answers

Understanding documents from a SOAP web service

I'm working with a system that provides web service integration, more precisely SOAP. It provides me with some URLs, which I understand, access, describe, and document the entire system . They are: link link link The docu...
asked on 12.04.2017 / 22:16
1
answer

E-mail sending with Laravel 5.2 [closed]

I'm having trouble sending mail with laravel 5.2. You are returning this error: Expected response code 250 but got code "530", with message "530-5.5.1 Authentication Required. The file .env looks like this: MAIL_DRIVER=smtp MAIL_H...
asked on 01.08.2016 / 19:01
1
answer

Asp.Net MVC authentication using FormsAuthentication

I'm implementing authentication in my ASP.NET MVC application. I am using FormsAuthentication for this authentication of each user and for each logged in user 5 sessions are assigned (Name, CodSetor, FolderPad, Status and CodPerfil). Au...
asked on 03.07.2016 / 15:56
1
answer

Press "Guide" to search the site?

Recently I went to the SOpt site by Google Chrome and came across an interesting feature that is "Tab to Search "(Omnibox) . In short, typing a website address and pressing the Tab key performs the search directly on a specific site witho...
asked on 28.12.2016 / 14:32
1
answer

Encrypt a phrase / word by reversing and changing the vowels, by the following vowels

I was given an exercise in which I have to write a program that reads a word in the range [1-20] and encrypts this word using the steps: Reverse the word where you have a vowel, replace with the next vowel And display the word encrypted...
asked on 30.05.2016 / 00:58
1
answer

Group by with subdivisions

I have a SQL that brings the number of people who graduated on a certain date. Let's say that of 300 people, 25 graduated on '2010-06-27'. I would like to include two more columns that will return the number of men and women of those 25 peopl...
asked on 10.12.2015 / 14:22
1
answer

Doubt on using LEFT JOIN in mysql

I have the following problem: I have two tables. students and proof Students have 10 students evidence has 9 results (because one student was absent) The union of the tables occurs through the enrollment field. I want to merge the tw...
asked on 22.05.2016 / 17:12
1
answer

Disable download button HTML5 Video

After updating Opera and Chrome, using the video tag, the option to download the video appears as below: Doesanyoneknowhowtodisablethis?I'musingthefollowingcode:<videowidth="800" height="600" controls> <source src="...
asked on 27.12.2016 / 16:32
1
answer

Make an "or" inside the key of an attribute in JS

I have the following code: scope.cm = 1; scope.mm = 2; scope.km = 3; tipoDeMedida[scope.cm || scope.mm || scope.km] = function(arrayQualquer){ //executo meu bloco de código X. } tipoDeMedida[scope.km](arrayQualquer)...
asked on 24.02.2017 / 18:29
1
answer

What is the purpose of the Reflect object in Javascript?

Still curious about some news I'm seeing in Javascript, I would now like to know what the purpose of the Reflect object is. I even found an explanation on MDN , but I did not understand much well the purpose. Is this Reflect...
asked on 13.07.2018 / 18:22