package com.test;import
java.awt.image.BufferedImage;import java.io.File;import
javax.imageio.ImageIO;public class Test { private static final ...
分类:
编程语言 时间:
2014-05-09 10:21:12
阅读次数:
473
http://www.inlab.de/articles/free-and-open-source-load-balancing-software-and-projects.htmlThis
overview is also maintained at the Xing "Load-Balancin...
分类:
其他好文 时间:
2014-05-09 10:17:18
阅读次数:
340
在Access07之前的数据库后缀名均为*.mdb
而连接字符串写成Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\myFolder\*.mdb;Persist
Security Info=False;但是Access07和Access10将后缀名改为...
分类:
数据库 时间:
2014-05-09 09:58:53
阅读次数:
393
eeplat:Open
Source Metadata PaaS
开始学习的时候只是下了整个项目并且跑通,s...
分类:
其他好文 时间:
2014-05-09 02:04:55
阅读次数:
340
通过excel进行快速开发报表:
建设思路:
1.首先制订相关的execl模板。
2.通过etl工具(kettle)可以快速的
将数据库中的数据按excel模板导出成新的excel即可。
其中kettle 按excel模板导出excel 可以参考:
http://type-exit.org/adventures-with-open-source-bi/2010/12/using...
分类:
其他好文 时间:
2014-05-09 01:22:42
阅读次数:
311
- (UIColor *)colorAtPixel:(CGPoint)point {
// Cancel if point is outside image coordinates
if (!CGRectContainsPoint(CGRectMake(0.0f,
0.0f, self.size.width,
self.size.height), point)) {...
分类:
移动开发 时间:
2014-05-09 01:04:12
阅读次数:
503
使用SWFUpload时如果参数设置了button_image_url这一项,就会自动生成这个图片在button_placeholder_id的位置,但是实际运用中如果SWFUpload是实时加载的(比如弹出框,脚本动态加载的HTML等),就会明显的看出SWFUpload的按钮图片有一个延时。首先我...
分类:
其他好文 时间:
2014-05-09 00:02:29
阅读次数:
1131
-(void)createImages
{
// Load the alpha image, which is just the same Ship.png image used in the clipping demo
NSString *imagePath = [[NSBundle mainBundle] pathForResource:@"Ship.png" ofType:n...
分类:
移动开发 时间:
2014-05-08 16:17:52
阅读次数:
401
在我的项目中,一开始我使用这种方式构造图片路径,然后将其设置到JFrame中即可以显示自定义图标
String imagePath = System.getProperty("user.dir") + "/image/icon.png";// 构造图片的路径
Image imageIcon = Toolkit.getDefaultToolkit().getImage(imagePath);
...
分类:
系统相关 时间:
2014-05-08 15:56:22
阅读次数:
462
基本概念 Struts是Apache 基金会Jakarta 项目组的一个Open Source
项目,它采用MVC模式,能够很好地帮助java 开发者利用J2EE开发Web应用。和其他的java架构一样,Struts
也是面向对象设计,将MVC模式"分离显示逻辑和业务逻辑"的能力发挥得淋漓尽致。St...
分类:
编程语言 时间:
2014-05-08 10:17:09
阅读次数:
542