Posts by Airton Dambrovski • 191 points
7 posts
-
1
votes1
answer702
viewsQ: Nodejs + Mysql + Return of Database Queries
Good afternoon! I’m having some problems with NODEJS using a Mysql database, I’ve made several attempts and I’m not sure how to solve this problem. My problem is that I would like to consume the…
-
0
votes1
answer310
viewsQ: Tkinter - Manipulation of buttons using PYTHON GRID
Good evening, I’m having difficulty with the module Tkinter in python, I’m creating an email generator and I need to position some buttons on the screen but the use of columns do not allow me to…
-
3
votes2
answers96
viewsQ: Deserializing JSON in PHP
Good afternoon, I’m having some doubts in PHP. I have a PHP file responsible only for presenting a CPF in JSON format, and with another file I am trying to consume this data to present on screen.…
-
0
votes2
answers99
viewsQ: Sending a Data List by Email - ASP.NET MVC C#
Good evening, I’m making a web application for college where I need to send a list of data (food) coming from a quote. That is, the user selects the items that will quote and after this sends via…
-
1
votes2
answers1018
viewsQ: Api Climatempo C#
Good afternoon, I am making a web application for college where I need to consume a C#Climatempo API, in my code, I am passing as parameter the code of the city and making the request for the:…
-
2
votes3
answers561
viewsQ: Validate if a CPF already exists in the List before inserting C#
Good evening, I am creating a sales system (college work) that has a simple registration of Clients (name and Cpf), we are working with the Project in layers, I am having difficulty because I am…
-
7
votes1
answer177
viewsQ: Create a program that draws 6 numbers and shows how many times it was drawn
I’m making a program that draws 6 numbers (1 to 6) 1 million times and in the end shows how many times was drawn, but I have a doubt in the code, I’m optimizing in vectors not to use if, but in the…