El mundo de deckerix

Un ingeniero en el infierno 0

Un ingeniero en el infierno

Se murió un ingeniero y se fue a las puertas del Cielo. Sabido es que los ingenieros por su honestidad siempre van al cielo. San Pedro buscó en su archivo, pero últimamente andaba un...

Cómo rotar los labels con JfreeChart 0

Cómo rotar los labels con JfreeChart

  CategoryPlot plot = (CategoryPlot)chart.getPlot(); CategoryAxis xAxis = (CategoryAxis)plot.getDomainAxis(); xAxis.setCategoryLabelPositions(CategoryLabelPositions.UP_45); CategoryPlot plot = (CategoryPlot)chart.getPlot(); CategoryAxis xAxis = (CategoryAxis)plot.getDomainAxis(); xAxis.setCategoryLabelPositions(CategoryLabelPositions.UP_45);

Conoce las Velneo Open Apps 0

Conoce las Velneo Open Apps

Velneo es la mejor plataforma para el desarrollo de aplicaciones empresariales de gestión.  Es una completa plataforma que nos ayuda a encontrar, desarrollar e implatar cientos de aplicaciones empresariales con licencia FLOSS (Free Libre...

Crear un gráfico con JFreeChart en JSP 4

Crear un gráfico con JFreeChart en JSP

<%@page import="org.jfree.chart.ChartFactory" %> <%@page import="org.jfree.chart.ChartUtilities" %> <%@page import="org.jfree.chart.JFreeChart" %> <%@page import="java.io.File" %> <%@page import="org.jfree.chart.plot.*" %> <%@page import="java.io.*" %> <%@page import="org.jfree.data.category.DefaultCategoryDataset" %> <% // Create a simple Bar chart DefaultCategoryDataset dataset = new DefaultCategoryDataset(); dataset.setValue(5,...

Nunca subestimes… 0

Nunca subestimes…

Never underestimate the bandwidth of a station wagon full of tapes hurtling down the highway Nunca subestimes el ancho de banda de una furgoneta que viaja cargada de cintas (DVD’s)   Andrew S. Tanenbaum