Good morning, I need your help. I am receiving data coming from the serial port "/ dev / ttyUSB0", my goal "is to recover some information (temperature and humidity) and replace it on the object enoceanRecords .
// Constants
const DE...
I need to have my screen open full ... When I give a ng Serve for the application when running it comes with a fullscreen. Can anyone give me a hint how to do this?
I would like to know how I can through a component affect another component in the angle 6.
These components are not parent and child. They are different.
<app-navegacao></app-navegacao>
<router-outlet></router-outlet>...
Speak, good afternoon! First of all I would like to wish you all a Merry Christmas!
I am developing a system to control videoconferences and would like to check if it is already registered in the database before continuing the registration....
I have a table in which in a column the data of each cell are items of an array.
<tr>
<td class="<?php echo $cor; ?>"><?php echo $auxTIPO == 1 ? 'Estatísticas' : trim($BlobParams[6]); ?></td>
<td><?php ec...
Good evening my dear,
I'm doing a 'function' in javascript but it's not running on my Chrome browser.
function move(){
var obj = document.getElementById("dv1");
var tecla = KeyboardEvent.keyCode;
/*37 -Esquerda - 3...
Could you give me a direction regarding the side menu "Bubbles" where you change the pages for it? Would you have an Api for that? And in the bike part there are some points with a + sign, where the user passes the mouse and displays an informat...
Good afternoon people! I have a question, is my logic correct? And it is possible to reduce this code or just have this way to solve ...
var aluno = new Object(){
function adicionar_aluno{
document.getElementById("a...
I need to make a button that when the user clicks the corresponding line it executes the following code without refresh:
Line Code:
mysql_query('UPDATE tbl_publicacao SET status = S WHERE cod_publicacao = $cod_publicacao');"
Line:
<...
Have one (one | one) (great | great) (day | late | night)!
Well then!
By inserting many functions into a <script type="text/javascript"></script> my code will not execute all of them!
The browser console does not show...