Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
echo "Oi, Eu irei esperar por 5 segundos..."
sleep 5
echo "Pronto acabou o tempo."
git config --global credential.helper cache
<form action="http://www.google.com/search" method="GET">
<input type="hidden" name="sitesearch" value="SEU SITE AQUI"/>
<input type="text" name="q" size=20 placeholder="Procurar"/>
</form>
<faces-config version="2.2"
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_2.xsd">
</faces-config>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://xmlns.jcp.org/jsf/html"
xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
<h:inputText id="data" value="#{bean.data}" maxlength="10">
<f:convertDateTime pattern="dd/MM/yyyy" timeZone="America/Sao_Paulo" />
</h:inputText>
<h:inputText id="data" value="#{bean.data}" maxlength="10">
<f:convertDateTime pattern="dd/MM/yyyy" timeZone="America/Sao_Paulo" />
</h:inputText>
<h:inputText id="data" value="#{bean.data}" maxlength="10">
<f:convertDateTime pattern="dd/MM/yyyy"/>
</h:inputText>
<AnchorPane id="AnchorPane" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="br.com.exemplo.pesquisaController">
<Label layoutX="26.0" layoutY="348.0" text="Nome">
<TextField fx:id="nome" layoutX="316.0" layoutY="249.0" prefHeight="25.0" prefWidth="105.0" />
<Button layoutX="261.2275390625" layoutY="345.0" mnemonicParsing="false" onAction="#pesquisar" text="Pesquisar" />
</AnchorPane>
<AnchorPane id="AnchorPane" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="br.com.exemplo.mainController">
<Label layoutX="26.0" layoutY="348.0" text="Tela principal">
<fx:include fx:id="testePesquisa" source="pesquisa.fxml" />
</AnchorPane>