NOSSO MENU

terça-feira, 10 de novembro de 2020

ola mundo em JAVASCRIPT

 <script>

// ola mundo em javascript


var ola = "ola mundo"

document.write()

/*opcoes para mostrar na tela: 

Writing into an HTML element, using innerHTML.

Writing into the HTML output using document.write().

Writing into an alert box, using window.alert().

Writing into the browser console, using console.log().*/

</script>

terça-feira, 13 de outubro de 2020

Classe em JAVASCRIPT

 <!DOCTYPE html>

<html>

<h1> escripts js</h1>

<script>


// classes em javascript


class soma_sub {

constructor(x, y){

this.x = x;

this.y = y;

}

soma(){

return this.x + this.y;

}

}



// aplicando a classe


result = new soma_sub(5,7);

document.write(result.soma());


</script>

<body>

</body>

</html>

sexta-feira, 9 de outubro de 2020

import os/esse sisteminha pega o caminho dos arquivos no systema

import os """esse sisteminha pega o caminho dos arquivos no systema""" #path = "/kkk/kkk/" #ESSA CONFIGURAÇÃO É UTILIZADA PARA LINUX #path = "\kkk\kkk\" # ESSA CONFIGURAÇÃO É USADA PARA WINDOWS #path = r"C:\Users\LG\Desktop\arquivosempython" # posso usar esse tambem! path = "C:/Users/LG/Desktop/arquivosempython" dirs = os.listdir( path ) for file in dirs: print(file)

MISTURA DE CORES

 Misturas: 


Vermelho + verde = Amarelo

Vermelho + azul = Magenta

Verde + azul = Ciano

Vermelho + roxo = vermelho -roxo

Vermelho + laranja =vermelho-laranja 

Amarelo + verde =amarelo-verde 

Amarelo + laranja =amarelo-laranja 

Azul + roxo = azul-roxo

Palavras chave abaixo para fechar uma issue no github

  Podemos usar as palavras chave abaixo para fechar uma issue:


 closes, closed, resolve, resolves, resolved
fix, fixes, fixed, close .
Ex: git commit -m "Fix: blablabla,(usar uma palavra chave especifica) # + número da issue"
OBS: #NUMERO O # TEM QUE ESTAR COLADO COM O NUMERO DA ISSUE.

Redes Sociais

anuncios