self test
文章平均质量分 79
talentkep
这个作者很懒,什么都没留下…
展开
-
time util
给自己的一些工具类关于时间的判断和空对象判断/* * Created on 2009-9-17 * * @author Peter_Ke */package com.peter.apps.eshidx.util;import java.text.ParseException;import java.text.SimpleDateFormat;import...2009-09-25 14:47:24 · 102 阅读 · 0 评论 -
任意2个对象的比较 Object Compare
直接上源码:先来测试用的例子类:public class A { int count; private String name; private A aa = null; public A(int count){ this.count=count; } public A getAa() { return aa; } public vo...原创 2011-05-13 17:30:57 · 855 阅读 · 0 评论 -
jxl 例子
package chb.util; import java.io.File; import java.io.IOException; import jxl.Cell; import jxl.Sheet; import jxl.Workbook; i...2009-11-05 17:13:09 · 94 阅读 · 0 评论 -
freeMark全解
(1)模板 + 数据模型 = 输出 FreeMarker基于设计者和程序员是具有不同专业技能的不同个体的观念他们是分工劳动的:设计者专注于表示——创建HTML文件、图片、Web页面的其它可视化方面;程序员创建系统,生成设计页面要显示的数据。经常会遇到的问题是:在Web页面(或其它类型的文档)中显示的信息在设计页面时是无效的,是基于动态数据的。在这里,你可以在HTML(或其它要输出的文本)中加入...2009-11-05 17:10:47 · 182 阅读 · 0 评论 -
js 日期函数
Date.prototype.isLeapYear 判断闰年 Date.prototype.Format 日期格式化 Date.prototype.DateAdd 日期计算 Date.prototype.DateDiff 比较日期差 Date.prototype.toString 日期转字符串 Date.prototype.toArray 日期分割为数组 Date.prototype.DatePa...原创 2009-11-05 17:04:43 · 84 阅读 · 0 评论 -
Valid util
/* * $Id: UtilValidate.java,v 1.1 2009/04/28 06:38:23 E000315 Exp $ * * Copyright (c) 2001 The Open For Business Project - www.ofbiz.org * * Permission is hereby granted, free of charge, t...2009-09-25 14:58:28 · 267 阅读 · 0 评论 -
jfree chart test
/* * Created on 2009-9-7 * * TODO To change the template for this generated file go to * Window - Preferences - Java - Code Style - Code Templates */package com.Peter.jfreechart;import...2009-09-25 14:55:05 · 119 阅读 · 0 评论 -
order set
/* * $Id: OrderedMap.java,v 1.1 2009/04/28 06:38:23 E000315 Exp $ * * Copyright (c) 2001, 2002 The Open For Business Project - www.ofbiz.org * * Permission is hereby granted, free of charg...2009-09-25 14:49:25 · 104 阅读 · 0 评论 -
order map
/* * $Id: OrderedMap.java,v 1.1 2009/04/28 06:38:23 E000315 Exp $ * * Copyright (c) 2001, 2002 The Open For Business Project - www.ofbiz.org * * Permission is hereby granted, free of charg...2009-09-25 14:48:45 · 152 阅读 · 0 评论 -
complex sql search
Declare sqlStr_part1 varchar2(4000); sqlStr_part2 varchar2(4000); sqlStr_part3 varchar2(4000); sqlStr_part4 varchar2(4000); out_string_in_part1 varchar2(4000); out_string_in_part2 v...原创 2013-12-19 15:58:11 · 178 阅读 · 0 评论