Question : Why should not we mix both and which of the patterns is most useful these days? Answer […]
Author: admin
How to create an index file using tree B +
Question : I have a B + tree that acts as the index of a data file. This index should […]
Help with select and repeated records
Question : I have a postgresql database with a table like this: id_usuario | dt_atualizacao | atualizacao | outros_dados 123 […]
PHP – Bring the result of a table according to the most recent message from another table?
Question : So .. I have 3 table: user: | ID | NOME | SOBRENOME | | 01 | Igor […]
jQuery Masked Input – Is it possible to recover the mask attached to the field?
Question : I’m using jQuery Masked Input Plugin with jQuery Validation Plugin . When a form field loses focus, the […]
Put date in American format with substring
Question : How to put the string 22012018 which is a date in the American format to save to the […]
Scheduled Tasks on the Web
Question : In Google Inbox, you can create reminders and postpone them to a certain date and time. The reminder […]
Toggle colors in table with PHP [duplicate]
Question : I have a code that displays a table in the% list of registered%, and to embellish, the code […]
What is the best way to send HTML email in Django?
Question : I am a beginner in Python and Django and in the project I am doing for study, I […]
How to publish application made in Node.js
Question : Well, I’m new to Node.js, I was able to set up an example application, learned a lot of […]