Posts by Codeman • 77 points
10 posts
-
0
votes2
answers378
viewsQ: Get the invoiced amount from the previous month
Good evening staff. I am a student beginner in database and would like to take a question for study purposes. Suppose I have the following structure: MES QTDUSUARIOS MUNICIPIO VALORFATURADO 2018-01…
-
2
votes1
answer68
viewsQ: Perform table grouping with two parameters
good night. I’m still learning database and would like to ask a question with you. I know that if I want to organize my table with the invoiced values per month, I can use group by and filter it…
-
2
votes1
answer126
viewsQ: Javascript and Angularjs - Good practices for capturing data from a logged-in user
Gentlemen, good afternoon, sir. I would like to ask what best practice you use to capture the data of a logged-in user in a web application with database. For example: Assuming I created a site…
-
0
votes1
answer200
viewsA: Consume API with mandatory parameters
Problem solved: GET parameters are sent via string in the url so you need to send as a direct parameter in the url, in the case of $http, the structure name is params and not data!
-
0
votes1
answer200
viewsQ: Consume API with mandatory parameters
if I have an API that requires two mandatory parameters to be consumed, how should I insert them in a $http request? self.buscaPrestadores = function() { $http({ method: 'GET', url:…
-
0
votes1
answer53
views -
2
votes1
answer565
viewsQ: Function to check that all elements of a variable array are null
Suppose I have one array in which each element of this array is a variable that stores a string within it. Example: error{ [nome] : null; [sobrenome] : "sobrenome inválido"; [estado] : null; } I’d…
-
0
votes1
answer238
viewsQ: Angularjs - Problem with Angular-Charts
First of all, good night. I’m having trouble displaying the graphics generated by angular-Charts. library page: http://jtblin.github.io/angular-chart.js/ I followed the step-by-step closely, saw and…
-
0
votes1
answer118
viewsQ: Doubt about query with parameters using Angularjs and http request get method
first of all, good afternoon. I have come to ask for your help because I have already spent a few hours looking for a solution and nothing. I am trying to limit the SELECT from financial list to the…
-
0
votes1
answer170
viewsQ: Angularjs/PHP/Javascript - I can’t update the ng-model value
First good night. I have a simple table that is powered by an SQL database. I developed a button that aims to update the contents of the "ng-model" according to what you type in a simple form. The…