Posts by Tadeu Agostini • 50 points
9 posts
-
1
votes1
answer811
viewsA: How to provide more data correctly to a Flatlist?
Assuming that in your backend you have already done a pagination check and you have a call to return the total records. With that in mind you’d have to control some states: Total number of Records.…
-
0
votes1
answer775
viewsQ: How to correctly invoke and use js-hs1?
I need to encrypt a phrase with SHA1, but as I get nothing back I believe I’m not doing it right! Someone knows how to do it right? I have the following excerpt from a script, where I have a…
-
-1
votes1
answer43
viewsQ: Create elements with Json information
I am creating a program where I have a json object and I want to display it in one that I am creating via script but unfortunately I am not able to create these elements, when it arrives in the view…
-
0
votes1
answer220
viewsA: Slider with HTML web pages
@Lucas01 then Lucas01 you should use the tag iframe, read more about her at W3school(https://www.w3schools.com/tags/tag_iframe.asp) Remove your tag img and put the iframe in place. The tag iframe it…
-
0
votes1
answer80
viewsQ: Manipulated image slide with database in Node.js
There’s this slide of images in bootstrap, I want it to receive the images from the database (so far so good), but instead of displaying one by one it’s listing all at the same time. that’s the…
-
1
votes1
answer175
viewsQ: Save File to Database with PHP
I have a web application, where everything is running smoothly with exception of file upload. the PHP responsible for storing the data in the database and saving the file in the folder is this…
-
-1
votes2
answers114
viewsQ: mysqli_connect does not connect
I’m having difficulty solving the connection with php and BD On the page of my project he presents the following message: Warning: mysqli_fetch_assoc() expects Parameter 1 to be mysqli_result,…
-
0
votes1
answer39
viewsQ: Bad operand : does not accept accounts or comparisons!
I’m inclined to solve the following problem: João Papo-de-Pescador, a good man, bought a microcomputer to control the daily income of his work. Every time he brings a weight of fish greater than…
javaasked Tadeu Agostini 50 -
0
votes2
answers186
viewsQ: Make variable wait to be set by user after While? java
Hello, I want the user to set the value of a variable, but it should set it only after the while. My question is, how do you do it? Here’s the piece I’m doubting. public static void…