- Navigate to Eclipse's installation folder
- Open eclipse.ini and find the '-product' flag. Mine was something like this: -product org.eclipse.epp.package.jee.product
- Open the plugins folder and look for your product folder. It looks similar to your product flag (mine was org.eclipse.epp.package.jee_4.4.0.20140612-0500)
- All you need to do now is to replace the png files (javaee-ide_x32.png, javaee-ide_x64.png, ...) with the icons that you want.
- (Optional) In case you want to use the brand new "flatty" icon, just navigate to plugins\org.eclipse.platform_4.4.0.v20140606-1215, copy the flat png icons and repeat the step 4.
A simple page I used during one of my presentations. Typing effect using css and a simple fade-in effect.
The background image was taken from http://www.linickx.com/github-darkwood-wallpaper, I do not own this image.
A Pen by Marlon Bernardes on CodePen.
- Disponível para download em (http://www.eclipse.org/downloads/)[http://www.eclipse.org/downloads/]
- Baixe o arquivo Eclipse IDE for Java EE Developers
- Extraia o arquivo zip e execute o programa eclipse, contido dentro do diretório extraído.
- Uma nova empresa, Iltube está concorrendo com a Netflox. Esta empresa tem seu próprio acervo de filmes e também coleta estatísticas sobre os filmes visualizados. Faça com que o método
geraRelatorio
(do exercício anterior) funcione para as duas empresas, sem que as visualizações de filmes de uma interferiam nas estatísticas da outra. Distribua o código em classes da forma como quiser, mas evite a duplicidade de código!
Escreva testes unitários para os métodos abaixo. Apenas um teste por método é suficiente (para este exercício). Crie uma classe de testes para cada um dos tipos acima. Ex.: StringTest, ListTest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Document</title> | |
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script> | |
</head> | |
<body> | |
<h1>AJAX</h1> | |
<button id="btn" style="padding: 20px; background: red; color: #fff">BUSCAR</button> |