Skip to content

Instantly share code, notes, and snippets.

View arthurlima96's full-sized avatar
🖥️
Coding

arthurlima96

🖥️
Coding
View GitHub Profile
<a href="#" onclick="window.open('http://www.kabum.com.br/cgi-local/site/atendimento/sac/sac.cgi', 'KABUM_SAC','top=50,left=50,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=470,height=740'); return false">SAC</a>
<a href="#" onclick="window.open('http://127.0.0.1:8000/painel/chat/create', 'CHAT_SGA','top=50,left=50,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=470,height=740'); return false">SAC</a> class="float">
<i class="fa fa-envelope my-float"></i>
</a>
<div class="label-container">
<div class="label-text">Feedback</div>
<i class="fa fa-play label-arrow"></i>
</div>
@arthurlima96
arthurlima96 / tutorial_instalação.md
Last active February 21, 2019 12:10
Tutorial de Instalação e Preparação do Ubuntu 18.04 para ntegração com Oracle

Tutorial de Instalação e Preparação

Esse tutorial foi feito levando em consideração que o Ubuntu não tenha instalado nenhum pacote dos abaixo:

  • Apache
  • Oracle
  • PHP
  • PHP-FPM

Como Iniciar

package ifma.dcomp.lp3.BatalhaNaval.view;
import ifma.dcomp.lp3.BatalhaNaval.model.Jogador;
import ifma.dcomp.lp3.BatalhaNaval.service.JogadorService;
import java.util.AbstractMap.SimpleEntry;
import java.util.Map.Entry;
import javafx.application.Application;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.geometry.Pos;
package ifma.dcomp.lp3.BatalhaNaval.view;
import java.util.AbstractMap.SimpleEntry;
import java.util.Map.Entry;
import javafx.application.Application;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.geometry.Pos;
import javafx.scene.Scene;
import javafx.scene.control.*;